From 8e3918250dc8ed2460d79cf033ea251063b30693 Mon Sep 17 00:00:00 2001 From: strawberry Date: Tue, 30 Apr 2024 19:02:46 -0400 Subject: [PATCH] rm complement test logs, rm docker healthcheck.sh, rm .vscode/ dir, move test results to tests/ dir Signed-off-by: strawberry --- .gitignore | 6 + .vscode/extensions.json | 11 - .vscode/launch.json | 35 - docker/healthcheck.sh | 19 - test_results/complement/test_logs.jsonl | 38445 ---------------- .../complement/failed_tests.jsonl | 0 .../complement/passed_tests.jsonl | 0 .../complement/test_results.jsonl | 0 8 files changed, 6 insertions(+), 38510 deletions(-) delete mode 100644 .vscode/extensions.json delete mode 100644 .vscode/launch.json delete mode 100644 docker/healthcheck.sh delete mode 100644 test_results/complement/test_logs.jsonl rename {test_results => tests/test_results}/complement/failed_tests.jsonl (100%) rename {test_results => tests/test_results}/complement/passed_tests.jsonl (100%) rename {test_results => tests/test_results}/complement/test_results.jsonl (100%) diff --git a/.gitignore b/.gitignore index adb8533c..aff8ab91 100644 --- a/.gitignore +++ b/.gitignore @@ -81,8 +81,14 @@ public/ # macOS .DS_Store +# VS Code +.vscode/ + # Zed .zed/ # idk where you're coming from, but i'm tired of you rustc-ice-* + +# complement test logs are huge +tests/test_results/complement/test_logs.jsonl diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 24f8af80..00000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "recommendations": [ - "rust-lang.rust-analyzer", - "editorconfig.editorconfig", - "ms-azuretools.vscode-docker", - "eamodio.gitlens", - "serayuzgur.crates", - "vadimcn.vscode-lldb", - "timonwong.shellcheck" - ] -} diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index fec4ee08..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "lldb", - "request": "launch", - "name": "Debug conduit", - "sourceLanguages": ["rust"], - "cargo": { - "args": [ - "build", - "--bin=conduit", - "--package=conduit" - ], - "filter": { - "name": "conduit", - "kind": "bin" - } - }, - "args": [], - "env": { - "RUST_BACKTRACE": "1", - "CONDUIT_DATABASE_PATH": "/tmp/awawawa", - "CONDUIT_ADDRESS": "0.0.0.0", - "CONDUIT_PORT": "55551", - "CONDUIT_SERVER_NAME": "your.server.name", - "CONDUIT_LOG": "debug" - }, - "cwd": "${workspaceFolder}" - } - ] -} \ No newline at end of file diff --git a/docker/healthcheck.sh b/docker/healthcheck.sh deleted file mode 100644 index 62f2f987..00000000 --- a/docker/healthcheck.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -# If the config file does not contain a default port and the CONDUIT_PORT env is not set, create -# try to get port from process list -if [ -z "${CONDUIT_PORT}" ]; then - CONDUIT_PORT=$(ss -tlpn | grep conduit | grep -m1 -o ':[0-9]*' | grep -m1 -o '[0-9]*') -fi - -# If CONDUIT_ADDRESS is not set try to get the address from the process list -if [ -z "${CONDUIT_ADDRESS}" ]; then - CONDUIT_ADDRESS=$(ss -tlpn | awk -F ' +|:' '/conduit/ { print $4 }') -fi - -# The actual health check. -# We try to first get a response on HTTP and when that fails on HTTPS and when that fails, we exit with code 1. -# TODO: Change this to a single wget call. Do we have a config value that we can check for that? -wget --no-verbose --tries=1 --spider "http://${CONDUIT_ADDRESS}:${CONDUIT_PORT}/_matrix/client/versions" || \ - wget --no-verbose --tries=1 --spider "https://${CONDUIT_ADDRESS}:${CONDUIT_PORT}/_matrix/client/versions" || \ - exit 1 diff --git a/test_results/complement/test_logs.jsonl b/test_results/complement/test_logs.jsonl deleted file mode 100644 index 420c68b4..00000000 --- a/test_results/complement/test_logs.jsonl +++ /dev/null @@ -1,38445 +0,0 @@ -{"Time":"2024-04-23T17:58:59.077606794-04:00","Action":"start","Package":"github.com/matrix-org/complement/tests"} -{"Time":"2024-04-23T17:58:59.99284618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Output":"2024/04/23 17:58:59 config: \u0026{BaseImageURI:complement-conduit:dev DebugLoggingEnabled:false AlwaysPrintServerLogs:false EnvVarsPropagatePrefix: SpawnHSTimeout:30s KeepBlueprints:[] HostMounts:[] BaseImageURIs:map[] PackageNamespace:fed CACertificate:0xc0009d6008 CAPrivateKey:0xc0009a9380 BestEffort:false HostnameRunningComplement:host.docker.internal EnableDirtyRuns:false HSPortBindingIP:127.0.0.1 PostTestScript:}\n"} -{"Time":"2024-04-23T17:59:00.003744159-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestWriteMDirectAccountData"} -{"Time":"2024-04-23T17:59:00.003755779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestWriteMDirectAccountData","Output":"=== RUN TestWriteMDirectAccountData\n"} -{"Time":"2024-04-23T17:59:07.056644759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestWriteMDirectAccountData","Output":" direct_messaging_test.go:25: Deploy times: 6.121721668s blueprints, 931.100023ms containers\n"} -{"Time":"2024-04-23T17:59:07.111040762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestWriteMDirectAccountData","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (54.290464ms)\n"} -{"Time":"2024-04-23T17:59:07.175292463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestWriteMDirectAccountData","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (64.165091ms)\n"} -{"Time":"2024-04-23T17:59:07.191366398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestWriteMDirectAccountData","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (15.961636ms)\n"} -{"Time":"2024-04-23T17:59:07.19232293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestWriteMDirectAccountData","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/user/@user-1:hs1/account_data/m.direct =\u003e 200 OK (851.912µs)\n"} -{"Time":"2024-04-23T17:59:07.19235479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestWriteMDirectAccountData","Output":" direct_messaging_test.go:49: 2024-04-23 17:59:07.19231172 -0400 EDT m=+8.110578072: global account data set; syncing until it arrives\n"} -{"Time":"2024-04-23T17:59:07.196821772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestWriteMDirectAccountData","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (4.379643ms)\n"} -{"Time":"2024-04-23T17:59:07.213345813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestWriteMDirectAccountData","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (16.182344ms)\n"} -{"Time":"2024-04-23T17:59:07.214341835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestWriteMDirectAccountData","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/user/@user-1:hs1/account_data/m.direct =\u003e 200 OK (925.072µs)\n"} -{"Time":"2024-04-23T17:59:07.217801496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestWriteMDirectAccountData","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.404292ms)\n"} -{"Time":"2024-04-23T17:59:07.218681748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestWriteMDirectAccountData","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/user/@user-1:hs1/account_data/m.direct =\u003e 200 OK (754.534µs)\n"} -{"Time":"2024-04-23T17:59:07.218742328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestWriteMDirectAccountData","Output":" direct_messaging_test.go:28: 2024-04-23 17:59:07.218696338 -0400 EDT m=+8.136962690: TestWriteMDirectAccountData complete: destroying HS deployment\n"} -{"Time":"2024-04-23T17:59:07.418662849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestWriteMDirectAccountData","Output":"--- PASS: TestWriteMDirectAccountData (7.41s)\n"} -{"Time":"2024-04-23T17:59:07.418690849-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestWriteMDirectAccountData","Elapsed":7.41} -{"Time":"2024-04-23T17:59:07.418726339-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagLocal"} -{"Time":"2024-04-23T17:59:07.418733359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagLocal","Output":"=== RUN TestIsDirectFlagLocal\n"} -{"Time":"2024-04-23T17:59:08.345811893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagLocal","Output":" direct_messaging_test.go:73: Deploy times: 10.917068ms blueprints, 916.138407ms containers\n"} -{"Time":"2024-04-23T17:59:08.398899557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagLocal","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (53.038185ms)\n"} -{"Time":"2024-04-23T17:59:08.463269426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagLocal","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (64.30738ms)\n"} -{"Time":"2024-04-23T17:59:08.479360561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagLocal","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (16.024806ms)\n"} -{"Time":"2024-04-23T17:59:08.481201506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagLocal","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.704256ms)\n"} -{"Time":"2024-04-23T17:59:08.481280575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagLocal","Output":" direct_messaging_test.go:88: Received invite: {\"content\":{\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":true,\"membership\":\"invite\"},\"sender\":\"@user-1:hs1\",\"state_key\":\"@user-2:hs1\",\"type\":\"m.room.member\"}\n"} -{"Time":"2024-04-23T17:59:08.685136573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagLocal","Output":"--- PASS: TestIsDirectFlagLocal (1.27s)\n"} -{"Time":"2024-04-23T17:59:08.685163093-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagLocal","Elapsed":1.27} -{"Time":"2024-04-23T17:59:08.685176723-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagFederation"} -{"Time":"2024-04-23T17:59:08.685182612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagFederation","Output":"=== RUN TestIsDirectFlagFederation\n"} -{"Time":"2024-04-23T17:59:09.489476546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagFederation","Output":" direct_messaging_test.go:106: Deploy times: 5.596033ms blueprints, 798.644051ms containers\n"} -{"Time":"2024-04-23T17:59:11.137783378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagFederation","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (52.220331ms)\n"} -{"Time":"2024-04-23T17:59:11.138567951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagFederation","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/capabilities =\u003e 200 OK (701.005µs)\n"} -{"Time":"2024-04-23T17:59:11.13867413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagFederation","Output":" server.go:185: Creating room !0-bxdnyQjTDqs509Xvik:host.docker.internal:10315 with version 10\n"} -{"Time":"2024-04-23T17:59:11.142778165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagFederation","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.811366ms)\n"} -{"Time":"2024-04-23T17:59:11.155826026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagFederation","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (815.744µs)\n"} -{"Time":"2024-04-23T17:59:11.155866886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagFederation","Output":" direct_messaging_test.go:147: Received invite: {\"content\":{\"is_direct\":true,\"membership\":\"invite\"},\"sender\":\"@bob:host.docker.internal:10315\",\"state_key\":\"@user-1:hs1\",\"type\":\"m.room.member\"}\n"} -{"Time":"2024-04-23T17:59:11.373158169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagFederation","Output":"--- PASS: TestIsDirectFlagFederation (2.69s)\n"} -{"Time":"2024-04-23T17:59:11.373185599-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestIsDirectFlagFederation","Elapsed":2.69} -{"Time":"2024-04-23T17:59:11.373199489-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs"} -{"Time":"2024-04-23T17:59:11.373205239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":"=== RUN TestACLs\n"} -{"Time":"2024-04-23T17:59:11.373214779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" federation_acl_test.go:18: WARNING: TestACLs called runtime.SkipIf([dendrite]) but Complement doesn't know which HS is running as it was run without a *_blacklist tag: executing test.\n"} -{"Time":"2024-04-23T17:59:28.063731711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" federation_acl_test.go:20: Deploy times: 15.365236943s blueprints, 1.325220549s containers\n"} -{"Time":"2024-04-23T17:59:28.117907674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (54.134383ms)\n"} -{"Time":"2024-04-23T17:59:28.170420661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (52.442698ms)\n"} -{"Time":"2024-04-23T17:59:28.223153726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] POST hs3/_matrix/client/v3/register =\u003e 200 OK (52.633776ms)\n"} -{"Time":"2024-04-23T17:59:28.237095109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (13.873724ms)\n"} -{"Time":"2024-04-23T17:59:28.241012416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.849568ms)\n"} -{"Time":"2024-04-23T17:59:28.561590283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!o4vEDdaCT2wQcVp9BH:hs1 =\u003e 200 OK (320.353699ms)\n"} -{"Time":"2024-04-23T17:59:28.564414409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.759027ms)\n"} -{"Time":"2024-04-23T17:59:28.569687155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (5.196446ms)\n"} -{"Time":"2024-04-23T17:59:28.582208629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (12.394636ms)\n"} -{"Time":"2024-04-23T17:59:28.585146484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.906026ms)\n"} -{"Time":"2024-04-23T17:59:28.610241423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!XMdawO7XowuvvYsl7H:hs1 =\u003e 200 OK (25.010149ms)\n"} -{"Time":"2024-04-23T17:59:29.151686848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] POST hs3/_matrix/client/v3/join/!XMdawO7XowuvvYsl7H:hs1 =\u003e 200 OK (541.387815ms)\n"} -{"Time":"2024-04-23T17:59:29.155079739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.353772ms)\n"} -{"Time":"2024-04-23T17:59:29.158358481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!o4vEDdaCT2wQcVp9BH:hs1/state/m.room.server_acl/ =\u003e 200 OK (3.157273ms)\n"} -{"Time":"2024-04-23T17:59:29.158374351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" federation_acl_test.go:48: SendEventSynced waiting for event ID $2bCxL5qU0JmXJQWmt_B3p6lr8oqE6bm5K_92bKhYKUI\n"} -{"Time":"2024-04-23T17:59:29.165449572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (7.045291ms)\n"} -{"Time":"2024-04-23T17:59:29.167634153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.993983ms)\n"} -{"Time":"2024-04-23T17:59:29.193116968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (25.372326ms)\n"} -{"Time":"2024-04-23T17:59:29.19528195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (2.125632ms)\n"} -{"Time":"2024-04-23T17:59:29.204564982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (9.203482ms)\n"} -{"Time":"2024-04-23T17:59:29.20601167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.371499ms)\n"} -{"Time":"2024-04-23T17:59:29.238459446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] POST hs3/_matrix/client/v3/join/!o4vEDdaCT2wQcVp9BH:hs1 =\u003e 200 OK (32.342587ms)\n"} -{"Time":"2024-04-23T17:59:29.241775238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.281512ms)\n"} -{"Time":"2024-04-23T17:59:29.246912555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs3/_matrix/client/v3/sync =\u003e 200 OK (5.063017ms)\n"} -{"Time":"2024-04-23T17:59:29.250004598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] PUT hs2/_matrix/client/v3/rooms/!o4vEDdaCT2wQcVp9BH:hs1/send/m.room.message/1 =\u003e 200 OK (2.897406ms)\n"} -{"Time":"2024-04-23T17:59:29.250013188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" federation_acl_test.go:67: SendEventSynced waiting for event ID $tux3Y_UepHUINTLf9y_M9QGdM92KMO4OwSbYaXWkXCw\n"} -{"Time":"2024-04-23T17:59:29.255163265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (5.101837ms)\n"} -{"Time":"2024-04-23T17:59:29.258383628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] PUT hs2/_matrix/client/v3/rooms/!XMdawO7XowuvvYsl7H:hs1/send/m.room.message/2 =\u003e 200 OK (3.109614ms)\n"} -{"Time":"2024-04-23T17:59:29.258408398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" federation_acl_test.go:77: SendEventSynced waiting for event ID $Duo0w1haYlmcWQ15KH2l0oR-2M5SJqzVavAc509kusI\n"} -{"Time":"2024-04-23T17:59:29.25926377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (834.913µs)\n"} -{"Time":"2024-04-23T17:59:29.261847449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (2.479509ms)\n"} -{"Time":"2024-04-23T17:59:29.268762151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (6.874612ms)\n"} -{"Time":"2024-04-23T17:59:29.271236329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs3/_matrix/client/v3/sync =\u003e 200 OK (2.440849ms)\n"} -{"Time":"2024-04-23T17:59:29.279122873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (7.853154ms)\n"} -{"Time":"2024-04-23T17:59:29.280315193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/rooms/!o4vEDdaCT2wQcVp9BH:hs1/state/m.room.server_acl =\u003e 200 OK (991.761µs)\n"} -{"Time":"2024-04-23T17:59:29.286498111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs3/_matrix/client/v3/sync =\u003e 200 OK (6.117548ms)\n"} -{"Time":"2024-04-23T17:59:29.287669481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":" client.go:631: [CSAPI] GET hs3/_matrix/client/v3/rooms/!o4vEDdaCT2wQcVp9BH:hs1/state/m.room.server_acl =\u003e 200 OK (1.031111ms)\n"} -{"Time":"2024-04-23T17:59:29.896854184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Output":"--- PASS: TestACLs (18.52s)\n"} -{"Time":"2024-04-23T17:59:29.896883933-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestACLs","Elapsed":18.52} -{"Time":"2024-04-23T17:59:29.896896443-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation"} -{"Time":"2024-04-23T17:59:29.896903333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"=== RUN TestDeviceListsUpdateOverFederation\n"} -{"Time":"2024-04-23T17:59:41.622017061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":" federation_device_list_update_test.go:24: Deploy times: 10.606892648s blueprints, 1.11822579s containers\n"} -{"Time":"2024-04-23T17:59:41.622043661-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity"} -{"Time":"2024-04-23T17:59:41.622049911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":"=== RUN TestDeviceListsUpdateOverFederation/good_connectivity\n"} -{"Time":"2024-04-23T17:59:41.673690065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (51.620544ms)\n"} -{"Time":"2024-04-23T17:59:41.72989904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (56.130035ms)\n"} -{"Time":"2024-04-23T17:59:42.048477577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (318.448779ms)\n"} -{"Time":"2024-04-23T17:59:42.052177936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.63015ms)\n"} -{"Time":"2024-04-23T17:59:42.05761654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (5.301605ms)\n"} -{"Time":"2024-04-23T17:59:42.092330257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!DeY4oHI0GpyDEdyKNe:hs1 =\u003e 200 OK (34.512868ms)\n"} -{"Time":"2024-04-23T17:59:42.094442518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.094222ms)\n"} -{"Time":"2024-04-23T17:59:42.098199327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (3.674019ms)\n"} -{"Time":"2024-04-23T17:59:43.100035168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001762001s)\n"} -{"Time":"2024-04-23T17:59:44.102693101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002611353s)\n"} -{"Time":"2024-04-23T17:59:45.105865268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003098237s)\n"} -{"Time":"2024-04-23T17:59:46.108803245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002870228s)\n"} -{"Time":"2024-04-23T17:59:47.111412114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002544129s)\n"} -{"Time":"2024-04-23T17:59:48.112991929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001546696s)\n"} -{"Time":"2024-04-23T17:59:49.115574195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002524086s)\n"} -{"Time":"2024-04-23T17:59:50.118107389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002469275s)\n"} -{"Time":"2024-04-23T17:59:51.120695092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002547443s)\n"} -{"Time":"2024-04-23T17:59:52.123278453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002533501s)\n"} -{"Time":"2024-04-23T17:59:53.125988531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002645129s)\n"} -{"Time":"2024-04-23T17:59:54.128707358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002685508s)\n"} -{"Time":"2024-04-23T17:59:55.131263495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002505017s)\n"} -{"Time":"2024-04-23T17:59:56.13383627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002521206s)\n"} -{"Time":"2024-04-23T17:59:57.136463583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002575084s)\n"} -{"Time":"2024-04-23T17:59:58.138995096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002464333s)\n"} -{"Time":"2024-04-23T17:59:59.141481767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002410862s)\n"} -{"Time":"2024-04-23T18:00:00.143994566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00243429s)\n"} -{"Time":"2024-04-23T18:00:01.146473285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002440019s)\n"} -{"Time":"2024-04-23T18:00:02.149930633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003403679s)\n"} -{"Time":"2024-04-23T18:00:03.152500588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002479175s)\n"} -{"Time":"2024-04-23T18:00:04.155033041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002479774s)\n"} -{"Time":"2024-04-23T18:00:05.157526614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002432193s)\n"} -{"Time":"2024-04-23T18:00:06.160864288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003260224s)\n"} -{"Time":"2024-04-23T18:00:07.163365817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002446799s)\n"} -{"Time":"2024-04-23T18:00:08.164973523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001542726s)\n"} -{"Time":"2024-04-23T18:00:09.167502429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002472807s)\n"} -{"Time":"2024-04-23T18:00:10.170783887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003206979s)\n"} -{"Time":"2024-04-23T18:00:11.1733156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002459273s)\n"} -{"Time":"2024-04-23T18:00:12.175446605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002065375s)\n"} -{"Time":"2024-04-23T18:00:13.178254623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002755418s)\n"} -{"Time":"2024-04-23T18:00:14.180821351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002483229s)\n"} -{"Time":"2024-04-23T18:00:15.183356759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002462788s)\n"} -{"Time":"2024-04-23T18:00:16.184919013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001491074s)\n"} -{"Time":"2024-04-23T18:00:17.187462407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002495274s)\n"} -{"Time":"2024-04-23T18:00:18.190654854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003123488s)\n"} -{"Time":"2024-04-23T18:00:19.193244126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002502782s)\n"} -{"Time":"2024-04-23T18:00:20.195817125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002498661s)\n"} -{"Time":"2024-04-23T18:00:21.198594062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002742057s)\n"} -{"Time":"2024-04-23T18:00:22.201435676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002796555s)\n"} -{"Time":"2024-04-23T18:00:23.203928932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002455487s)\n"} -{"Time":"2024-04-23T18:00:24.206570906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002577704s)\n"} -{"Time":"2024-04-23T18:00:25.208885931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002279765s)\n"} -{"Time":"2024-04-23T18:00:26.211460172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002539591s)\n"} -{"Time":"2024-04-23T18:00:27.212923611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001425759s)\n"} -{"Time":"2024-04-23T18:00:28.215477689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002496009s)\n"} -{"Time":"2024-04-23T18:00:29.218086846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002541057s)\n"} -{"Time":"2024-04-23T18:00:30.22077381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002610335s)\n"} -{"Time":"2024-04-23T18:00:31.223293525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002450245s)\n"} -{"Time":"2024-04-23T18:00:32.225727419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002373604s)\n"} -{"Time":"2024-04-23T18:00:32.225851558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" federation_device_list_update_test.go:130: \u001b[31m@user-2-bob:hs2 MustSyncUntil: timed out after 50.131290151s. Seen 51 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:00:32.225859938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=3.737869ms] Response #1: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225864868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=1.00554141s] Response #2: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225869568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=2.008209303s] Response #3: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225874138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=3.01138015s] Response #4: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225878778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=4.014326997s] Response #5: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225883268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=5.016921806s] Response #6: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225892858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=6.018507771s] Response #7: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225897578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=7.021099687s] Response #8: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225902027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=8.023618592s] Response #9: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225908137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=9.026208094s] Response #10: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225912917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=10.028808875s] Response #11: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225917397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=11.031501923s] Response #12: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225922087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=12.03422702s] Response #13: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225926867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=13.036779477s] Response #14: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225942847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=14.039338102s] Response #15: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225948077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=15.041989545s] Response #16: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225952637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=16.044535638s] Response #17: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225957037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=17.047005459s] Response #18: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225967677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=18.049513059s] Response #19: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225972607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=19.051992927s] Response #20: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225977237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=20.055492445s] Response #21: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225981827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=21.05803065s] Response #22: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225986227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=22.060576093s] Response #23: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225990827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=23.063068516s] Response #24: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.225995447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=24.0663825s] Response #25: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226000287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=25.068899339s] Response #26: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226004837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=26.070496415s] Response #27: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226013317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=27.07304265s] Response #28: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226018086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=28.076316899s] Response #29: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226022666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=29.078847852s] Response #30: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226027376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=30.080977047s] Response #31: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226032176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=31.083808505s] Response #32: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226036836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=32.086364543s] Response #33: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226041426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=33.088890391s] Response #34: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226045996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=34.090436905s] Response #35: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226050506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=35.092998319s] Response #36: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226054946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=36.096192496s] Response #37: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226059526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=37.098783777s] Response #38: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226064166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=38.101333387s] Response #39: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226072916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=39.104120134s] Response #40: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226077466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=40.106953598s] Response #41: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226082036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=41.109452895s] Response #42: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226086756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=42.112090358s] Response #43: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226091376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=43.114404433s] Response #44: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226096336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=44.116979704s] Response #45: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226101056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=45.118447213s] Response #46: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226105986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=46.121006641s] Response #47: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226110656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=47.123626008s] Response #48: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226115376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=48.126320342s] Response #49: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226121016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=49.128824547s] Response #50: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:00:32.226125616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" [t=50.131286991s] Response #51: syncHasDeviceListChange: got changed [] want [@user-1-alice:hs1 @user-2-bob:hs2], got left [] want [], \n"} -{"Time":"2024-04-23T18:00:32.226130025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:00:32.226150625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Output":"--- FAIL: TestDeviceListsUpdateOverFederation/good_connectivity (50.60s)\n"} -{"Time":"2024-04-23T18:00:32.226156305-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/good_connectivity","Elapsed":50.6} -{"Time":"2024-04-23T18:00:32.226163885-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity"} -{"Time":"2024-04-23T18:00:32.226168025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":"=== RUN TestDeviceListsUpdateOverFederation/interrupted_connectivity\n"} -{"Time":"2024-04-23T18:00:32.289851782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (63.799075ms)\n"} -{"Time":"2024-04-23T18:00:32.335017427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (45.122465ms)\n"} -{"Time":"2024-04-23T18:00:32.367321442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (32.247865ms)\n"} -{"Time":"2024-04-23T18:00:32.370518994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.133164ms)\n"} -{"Time":"2024-04-23T18:00:32.372505137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.835054ms)\n"} -{"Time":"2024-04-23T18:00:32.398818273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!FlaBYtNYTTwh3PHgci:hs1 =\u003e 200 OK (26.183056ms)\n"} -{"Time":"2024-04-23T18:00:32.40150898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.651587ms)\n"} -{"Time":"2024-04-23T18:00:32.404625493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (3.025215ms)\n"} -{"Time":"2024-04-23T18:00:33.407568991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002890199s)\n"} -{"Time":"2024-04-23T18:00:34.410639447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003035906s)\n"} -{"Time":"2024-04-23T18:00:35.413974679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003211713s)\n"} -{"Time":"2024-04-23T18:00:36.416231598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002210229s)\n"} -{"Time":"2024-04-23T18:00:37.418293128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00201115s)\n"} -{"Time":"2024-04-23T18:00:38.421418707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00307044s)\n"} -{"Time":"2024-04-23T18:00:39.424609385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003113938s)\n"} -{"Time":"2024-04-23T18:00:40.427680641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003026437s)\n"} -{"Time":"2024-04-23T18:00:41.430896816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003146865s)\n"} -{"Time":"2024-04-23T18:00:42.433609653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002659507s)\n"} -{"Time":"2024-04-23T18:00:43.436703646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003032683s)\n"} -{"Time":"2024-04-23T18:00:44.439834757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003032852s)\n"} -{"Time":"2024-04-23T18:00:45.442926317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00302786s)\n"} -{"Time":"2024-04-23T18:00:46.445672158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002690652s)\n"} -{"Time":"2024-04-23T18:00:47.448698106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002942839s)\n"} -{"Time":"2024-04-23T18:00:48.451630033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002874188s)\n"} -{"Time":"2024-04-23T18:00:49.45451401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002810827s)\n"} -{"Time":"2024-04-23T18:00:50.457628542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003059074s)\n"} -{"Time":"2024-04-23T18:00:51.460480206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002814005s)\n"} -{"Time":"2024-04-23T18:00:52.463281089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002763994s)\n"} -{"Time":"2024-04-23T18:00:53.46615554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002831011s)\n"} -{"Time":"2024-04-23T18:00:54.468228986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002038387s)\n"} -{"Time":"2024-04-23T18:00:55.470253732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001977396s)\n"} -{"Time":"2024-04-23T18:00:56.472285976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001991495s)\n"} -{"Time":"2024-04-23T18:00:57.474295779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001976383s)\n"} -{"Time":"2024-04-23T18:00:58.476312271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001974932s)\n"} -{"Time":"2024-04-23T18:00:59.479277643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002906923s)\n"} -{"Time":"2024-04-23T18:01:00.481009624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001674351s)\n"} -{"Time":"2024-04-23T18:01:01.483446788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002364394s)\n"} -{"Time":"2024-04-23T18:01:02.485180787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001694019s)\n"} -{"Time":"2024-04-23T18:01:03.487608198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002388731s)\n"} -{"Time":"2024-04-23T18:01:04.488970347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00131652s)\n"} -{"Time":"2024-04-23T18:01:05.491418246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002392769s)\n"} -{"Time":"2024-04-23T18:01:06.493637895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002157639s)\n"} -{"Time":"2024-04-23T18:01:07.495705234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00202066s)\n"} -{"Time":"2024-04-23T18:01:08.498546476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002791822s)\n"} -{"Time":"2024-04-23T18:01:09.500984399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002391903s)\n"} -{"Time":"2024-04-23T18:01:10.50362186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002570111s)\n"} -{"Time":"2024-04-23T18:01:11.506027331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002271062s)\n"} -{"Time":"2024-04-23T18:01:12.50851014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00240993s)\n"} -{"Time":"2024-04-23T18:01:13.510795169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002243069s)\n"} -{"Time":"2024-04-23T18:01:14.513485054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002634605s)\n"} -{"Time":"2024-04-23T18:01:15.515670892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002092408s)\n"} -{"Time":"2024-04-23T18:01:16.517009506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001275995s)\n"} -{"Time":"2024-04-23T18:01:17.51932525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002267354s)\n"} -{"Time":"2024-04-23T18:01:18.521612163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002207394s)\n"} -{"Time":"2024-04-23T18:01:19.523648507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001959875s)\n"} -{"Time":"2024-04-23T18:01:20.525477631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001778574s)\n"} -{"Time":"2024-04-23T18:01:21.527496673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001975412s)\n"} -{"Time":"2024-04-23T18:01:22.52991251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002362767s)\n"} -{"Time":"2024-04-23T18:01:22.529998019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" federation_device_list_update_test.go:130: \u001b[31m@user-4-bob:hs2 MustSyncUntil: timed out after 50.12837389s. Seen 51 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:01:22.530005699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=3.091103ms] Response #1: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530011069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=1.006021091s] Response #2: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530017799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=2.009109766s] Response #3: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530022779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=3.012421779s] Response #4: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530027699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=4.014681438s] Response #5: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530032599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=5.016759678s] Response #6: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530037319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=6.019881907s] Response #7: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530041989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=7.023058415s] Response #8: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530046798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=8.026143111s] Response #9: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530051578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=9.029362676s] Response #10: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530059148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=10.032061233s] Response #11: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530064198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=11.035179855s] Response #12: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530068998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=12.038298407s] Response #13: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530073808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=13.041378237s] Response #14: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530078598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=14.044136378s] Response #15: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530083508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=15.047163976s] Response #16: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530088398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=16.050080333s] Response #17: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530093238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=17.05297266s] Response #18: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530097918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=18.056081272s] Response #19: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530102728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=19.058932046s] Response #20: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530107588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=20.061736239s] Response #21: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530112168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=21.06460602s] Response #22: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530116788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=22.066686436s] Response #23: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530121548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=23.068707452s] Response #24: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530126308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=24.070736396s] Response #25: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530131158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=25.072749659s] Response #26: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530136098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=26.074772071s] Response #27: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530142158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=27.077729903s] Response #28: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530147168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=28.079477504s] Response #29: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530152098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=29.081899358s] Response #30: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530156978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=30.083633407s] Response #31: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530161767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=31.086059198s] Response #32: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530166767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=32.087422237s] Response #33: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530173997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=33.089885356s] Response #34: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530178907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=34.092092935s] Response #35: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530183907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=35.094163334s] Response #36: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530188837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=36.097002216s] Response #37: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530193997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=37.099438119s] Response #38: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530199037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=38.102086829s] Response #39: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530203947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=39.1045038s] Response #40: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530208867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=40.10697472s] Response #41: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530213787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=41.109262209s] Response #42: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530218747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=42.111979884s] Response #43: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530223547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=43.114150292s] Response #44: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530228447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=44.115473276s] Response #45: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530233367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=45.11781029s] Response #46: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530238347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=46.120097903s] Response #47: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530243437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=47.122122917s] Response #48: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530248117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=48.123941061s] Response #49: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530253087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=49.125966973s] Response #50: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:01:22.530257947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" [t=50.12837294s] Response #51: syncHasDeviceListChange: got changed [] want [@user-3-alice:hs1 @user-4-bob:hs2], got left [] want [], \n"} -{"Time":"2024-04-23T18:01:22.530262727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:01:22.530276566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Output":"--- FAIL: TestDeviceListsUpdateOverFederation/interrupted_connectivity (50.30s)\n"} -{"Time":"2024-04-23T18:01:22.530282516-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/interrupted_connectivity","Elapsed":50.3} -{"Time":"2024-04-23T18:01:22.530290496-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server"} -{"Time":"2024-04-23T18:01:22.530295756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":"=== RUN TestDeviceListsUpdateOverFederation/stopped_server\n"} -{"Time":"2024-04-23T18:01:22.570830308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (40.7114ms)\n"} -{"Time":"2024-04-23T18:01:22.644683733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (73.773126ms)\n"} -{"Time":"2024-04-23T18:01:22.712037745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (67.268132ms)\n"} -{"Time":"2024-04-23T18:01:22.715843152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.750948ms)\n"} -{"Time":"2024-04-23T18:01:22.718107972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (2.084812ms)\n"} -{"Time":"2024-04-23T18:01:22.742055057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!aaMdr2EjAsQvo725gb:hs1 =\u003e 200 OK (23.828875ms)\n"} -{"Time":"2024-04-23T18:01:22.744924192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.821825ms)\n"} -{"Time":"2024-04-23T18:01:22.748272263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (3.255172ms)\n"} -{"Time":"2024-04-23T18:01:23.750856697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002526864s)\n"} -{"Time":"2024-04-23T18:01:24.753181142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002273515s)\n"} -{"Time":"2024-04-23T18:01:25.755549645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002328513s)\n"} -{"Time":"2024-04-23T18:01:26.757777818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002193294s)\n"} -{"Time":"2024-04-23T18:01:27.760612465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002781307s)\n"} -{"Time":"2024-04-23T18:01:28.764115665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00341545s)\n"} -{"Time":"2024-04-23T18:01:29.766953808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002719135s)\n"} -{"Time":"2024-04-23T18:01:30.769740942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002710484s)\n"} -{"Time":"2024-04-23T18:01:31.772755002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00295504s)\n"} -{"Time":"2024-04-23T18:01:32.775513483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002668151s)\n"} -{"Time":"2024-04-23T18:01:33.777014004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001415261s)\n"} -{"Time":"2024-04-23T18:01:34.779431045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002351932s)\n"} -{"Time":"2024-04-23T18:01:35.781833915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002351991s)\n"} -{"Time":"2024-04-23T18:01:36.784254044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00236753s)\n"} -{"Time":"2024-04-23T18:01:37.786993699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002536327s)\n"} -{"Time":"2024-04-23T18:01:38.789501525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002497176s)\n"} -{"Time":"2024-04-23T18:01:39.792129699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002483054s)\n"} -{"Time":"2024-04-23T18:01:40.794974219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002731102s)\n"} -{"Time":"2024-04-23T18:01:41.797839178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00279814s)\n"} -{"Time":"2024-04-23T18:01:42.800439218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002516301s)\n"} -{"Time":"2024-04-23T18:01:43.802962317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00240762s)\n"} -{"Time":"2024-04-23T18:01:44.805290817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002288601s)\n"} -{"Time":"2024-04-23T18:01:45.807793685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002446028s)\n"} -{"Time":"2024-04-23T18:01:46.810242051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002410487s)\n"} -{"Time":"2024-04-23T18:01:47.812720376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002427675s)\n"} -{"Time":"2024-04-23T18:01:48.815352599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002570444s)\n"} -{"Time":"2024-04-23T18:01:49.817980631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002554163s)\n"} -{"Time":"2024-04-23T18:01:50.820538492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002487681s)\n"} -{"Time":"2024-04-23T18:01:51.822480447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001851245s)\n"} -{"Time":"2024-04-23T18:01:52.825268413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002695707s)\n"} -{"Time":"2024-04-23T18:01:53.827728411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002372758s)\n"} -{"Time":"2024-04-23T18:01:54.830116068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002305119s)\n"} -{"Time":"2024-04-23T18:01:55.832467735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002305837s)\n"} -{"Time":"2024-04-23T18:01:56.83486198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002335525s)\n"} -{"Time":"2024-04-23T18:01:57.837239964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002323545s)\n"} -{"Time":"2024-04-23T18:01:58.839582117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002288414s)\n"} -{"Time":"2024-04-23T18:01:59.840965417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001317491s)\n"} -{"Time":"2024-04-23T18:02:00.843397646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002389211s)\n"} -{"Time":"2024-04-23T18:02:01.845846335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002396509s)\n"} -{"Time":"2024-04-23T18:02:02.848243093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002328319s)\n"} -{"Time":"2024-04-23T18:02:03.850674519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002367056s)\n"} -{"Time":"2024-04-23T18:02:04.853745249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00299946s)\n"} -{"Time":"2024-04-23T18:02:05.856149043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002338115s)\n"} -{"Time":"2024-04-23T18:02:06.858520236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002318703s)\n"} -{"Time":"2024-04-23T18:02:07.859973866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00135267s)\n"} -{"Time":"2024-04-23T18:02:08.862367417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002327631s)\n"} -{"Time":"2024-04-23T18:02:09.864772196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00235664s)\n"} -{"Time":"2024-04-23T18:02:10.867490032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002636047s)\n"} -{"Time":"2024-04-23T18:02:11.870500404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002890423s)\n"} -{"Time":"2024-04-23T18:02:12.873646104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003027521s)\n"} -{"Time":"2024-04-23T18:02:12.873725183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" federation_device_list_update_test.go:130: \u001b[31m@user-6-bob:hs2 MustSyncUntil: timed out after 50.128700242s. Seen 51 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:02:12.873731653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=3.326851ms] Response #1: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873734843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=1.005893605s] Response #2: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873737843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=2.0082082s] Response #3: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873741623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=3.010574843s] Response #4: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873745573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=4.012804776s] Response #5: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873749343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=5.015656833s] Response #6: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873753273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=6.019163272s] Response #7: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873756893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=7.021993036s] Response #8: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873759913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=8.02476751s] Response #9: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873763353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=9.02780017s] Response #10: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873767013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=10.030554551s] Response #11: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873769923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=11.032052692s] Response #12: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873773353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=12.034461863s] Response #13: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873777043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=13.036864813s] Response #14: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873780853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=14.039278752s] Response #15: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873783903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=15.041921348s] Response #16: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873786712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=16.044559883s] Response #17: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873789592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=17.047169427s] Response #18: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873793802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=18.049995197s] Response #19: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873796662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=19.052862356s] Response #20: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873799652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=20.055486116s] Response #21: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873803292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=21.057960696s] Response #22: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873807012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=22.060305325s] Response #23: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873810812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=23.062815713s] Response #24: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873814142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=24.065275699s] Response #25: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873817832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=25.067766164s] Response #26: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873820712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=26.070390017s] Response #27: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873824172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=27.073033619s] Response #28: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873827532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=28.07558555s] Response #29: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873831272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=29.077538695s] Response #30: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873834922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=30.080318271s] Response #31: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873838572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=31.082786659s] Response #32: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873842072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=32.085154226s] Response #33: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873844862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=33.087508553s] Response #34: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873847632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=34.089910017s] Response #35: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873850532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=35.092282001s] Response #36: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873853512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=36.094620124s] Response #37: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873856312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=37.095997415s] Response #38: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873859682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=38.098434364s] Response #39: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873867742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=39.100896973s] Response #40: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873871562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=40.103280671s] Response #41: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873875082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=41.105726697s] Response #42: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873877932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=42.108795396s] Response #43: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873880712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=43.111187111s] Response #44: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873883632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=44.113577644s] Response #45: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873886442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=45.115026034s] Response #46: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873890092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=46.117404585s] Response #47: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873893832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=47.119812874s] Response #48: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873897482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=48.12254573s] Response #49: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873900361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=49.125553722s] Response #50: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want []\n"} -{"Time":"2024-04-23T18:02:12.873903211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" [t=50.128698462s] Response #51: syncHasDeviceListChange: got changed [] want [@user-5-alice:hs1 @user-6-bob:hs2], got left [] want [], \n"} -{"Time":"2024-04-23T18:02:12.873906141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:02:12.873916511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Output":"--- FAIL: TestDeviceListsUpdateOverFederation/stopped_server (50.34s)\n"} -{"Time":"2024-04-23T18:02:12.873920571-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation/stopped_server","Elapsed":50.34} -{"Time":"2024-04-23T18:02:13.069033313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"2024/04/23 18:02:13 ============================================\n"} -{"Time":"2024-04-23T18:02:13.069057583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.069061863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.069065383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"2024/04/23 18:02:13 bc21e23fac0bd9fdb65685e9ee576b4b63ae029bd3e43359686e50f1e8ea7540 : Server logs:\n"} -{"Time":"2024-04-23T18:02:13.069623938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:02:13.069630978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:02:13.069638958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:02:13.069643618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:02:13.069648438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:02:13.069654058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"+ echo 'IP.1 = 172.23.0.2'\n"} -{"Time":"2024-04-23T18:02:13.069660178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:02:13.069667788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:02:13.069674628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:02:13.069680997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:02:13.069693757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.040802Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:02:13.069700927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.040897Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:02:13.069712097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.041206Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:02:13.069721497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.041217Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:02:13.069730947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.041224Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:02:13.069775607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.041235Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:02:13.069785227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.041930Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:02:13.069798616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.069808846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:02:13.069818196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.042011Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:02:13.069828226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.044414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:02:13.069835986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.045987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:02:13.069846836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.046581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:02:13.069854836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.047612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:02:13.069862486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.537328Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 491.335157ms\n"} -{"Time":"2024-04-23T18:02:13.069870446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539541Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:02:13.069878316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539612Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:02:13.069885886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539621Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:02:13.069896376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539628Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:02:13.069904096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539634Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:02:13.069912286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539640Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:02:13.069922145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539649Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:02:13.069930055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539655Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:02:13.069959575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539663Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:02:13.069967585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539669Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:02:13.069979205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539676Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:02:13.069987065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539683Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:02:13.069995135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539690Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:02:13.070003125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539695Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:02:13.070010955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539713Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:02:13.070018865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539724Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:02:13.070026675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539732Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:02:13.070034674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539741Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:02:13.070047074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539749Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:02:13.070055134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.539757Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:02:13.070063294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.541387Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:02:13.070071134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.543844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:02:13.070080204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.559357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:02:13.070088554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.559366Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:02:13.070096754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.559945Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:02:13.070105144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.560071Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:02:13.070115984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.566850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.070125004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.567575Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1049\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.070134734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.567714Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:02:13.070142434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.568032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.070150263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.622589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.070159463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.623164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1049\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"96\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.070170923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.623192Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"this is alices password\"), \"username\": String(\"user-1-alice\")}))\n"} -{"Time":"2024-04-23T18:02:13.070180903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.664374Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1-alice:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:02:13.070194503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.666005Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.070206793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.666184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.070218773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.666310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.070231583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.669092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1-alice 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.070247203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.669109Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1-alice 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.070260752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.669131Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1-alice 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.070279722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.670462Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:02:13.070293422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.670488Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:13.070305742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.670496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:02:13.070317502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.670519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:02:13.070330332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.670584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1-alice:hs1\"}\n"} -{"Time":"2024-04-23T18:02:13.070342422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.670596Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:02:13.070356482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.670623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:02:13.070369172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.670631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.070384371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.672107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:13.070401651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:13.070430171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.672132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:13.070444311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:13.070461661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.672140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:13.070477741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.07049123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.673385Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1-alice:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:02:13.07050054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.673472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m50 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.07051092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.674357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:13.07052504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.674428Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:13.07053765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.674444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.07054791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.730354Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.07055739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.730841Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1049\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"163\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.07056852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.730884Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"initial_state\": Array([Object({\"content\": Object({\"algorithm\": String(\"m.megolm.v1.aes-sha2\")}), \"state_key\": String(\"\"), \"type\": String(\"m.room.encryption\")})]), \"invite\": Array([String(\"@user-2-bob:hs2\")]), \"preset\": String(\"private_chat\")}))\n"} -{"Time":"2024-04-23T18:02:13.07058048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.731593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1-alice:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:02:13.07059474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.731628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1-alice:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:02:13.070606919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.731658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1-alice:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:02:13.070620999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.733515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1-alice 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.070634229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.733556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1-alice 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.070646789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.733623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1-alice 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.070659779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.735827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:02:13.070675189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.735875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:13.070698279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.735893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:02:13.070711229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.735920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:02:13.070723668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.735948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:02:13.070766248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.735962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.070787748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.737708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:02:13.070801258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.737763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:13.070812968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.737780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.070824758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.739570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:02:13.070836657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.739624Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:02:13.070848447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.739640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.070860997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.741508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:02:13.070872927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.741564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:13.070884547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.741580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.070897817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.743332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.encryption\", content: RawValue({\"algorithm\":\"m.megolm.v1.aes-sha2\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.encryption)\n"} -{"Time":"2024-04-23T18:02:13.070910397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.743386Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.encryption\", content: RawValue({\"algorithm\":\"m.megolm.v1.aes-sha2\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:02:13.070922197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.743403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.encryption\", content: RawValue({\"algorithm\":\"m.megolm.v1.aes-sha2\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.070941797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.745525Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.070951566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.745556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.070960536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.745624Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.070969756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.747373Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:13.070979396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.747623Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:02:13.070992256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.747636Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:02:13.071002506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.747716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:02:13.071012976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.747740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.071024346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.747768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:13.071035136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.747796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.071046206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.747842Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 52377:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:13.071053776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.071060655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:02:13.071069165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.071077115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.748064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:13.071087435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.748148Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:13.071098515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.748573Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:02:13.071110835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.748610Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 52377\n"} -{"Time":"2024-04-23T18:02:13.071121595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.748649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 52377:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:02:13.071131855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.071138645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:02:13.071145265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:02:13.071151745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"hs2. 600 IN A 172.23.0.3\n"} -{"Time":"2024-04-23T18:02:13.071158475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:02:13.071165255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.071172364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.071180224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.748681Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 52377:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:02:13.071190684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.071198024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:02:13.071204594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:02:13.071212014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"hs2. 600 IN A 172.23.0.3\n"} -{"Time":"2024-04-23T18:02:13.071218914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:02:13.071225474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.071231704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.071239614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.749060Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:02:13.071250634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.749096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.3:443\n"} -{"Time":"2024-04-23T18:02:13.071261334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.749313Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.23.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:02:13.071273834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.749358Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:02:13.071298303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.749383Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:02:13.071310713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.749420Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:02:13.071320483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.749475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:02:13.071337913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.749511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:02:13.071348453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.749532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.071359383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.749557Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:13.071369883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.749575Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.071380263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.749624Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 45696:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:13.071392733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.071399332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.071405682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.071413032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.749675Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:13.071423252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.749722Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:13.071434712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.751261Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:13.071444702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.751285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 45696\n"} -{"Time":"2024-04-23T18:02:13.071457782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.751322Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 45696:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:13.071468672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.071475062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.071481642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:13.071488492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:13.071495912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":". 86387 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:13.071503242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.071509822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.071517961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.751355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:13.071529081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.751379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:13.071539501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.751545Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:13.071549681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.751573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.071559571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.751635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m7314\n"} -{"Time":"2024-04-23T18:02:13.071567971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.751648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 7314:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:13.071575291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.071581901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.071588481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.071595621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.751669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:13.071603231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.753799Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:13.071610681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.753806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:02:13.071618001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.753810Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:13.07162548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.753816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:13.07163353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.753821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:13.07164095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.753825Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:13.07164856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.753828Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:13.07165598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.753834Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:13.0716644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.753852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 7314:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:13.0716735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.07168027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.07168685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:13.07169374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:13.07170073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":". 86387 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:13.07170803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.07171457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.07172195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.753878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:02:13.07172883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.753888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.07173514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.753898Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:13.071741149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.753907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.071746279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.753930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 44498:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:13.071750169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.071753639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.071757209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.071761079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.753981Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:13.071766179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.754030Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:13.071772159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.755211Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:13.071777479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.755222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 44498\n"} -{"Time":"2024-04-23T18:02:13.071782609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.755239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 44498:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:13.071787679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.071791109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.071794529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:13.071797809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:13.071801259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":". 86387 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:13.071804829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.071808079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.071812289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.755252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:13.071818929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.755263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:13.071824389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.755272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.071829449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.755294Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:13.071838569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.755304Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m29754\n"} -{"Time":"2024-04-23T18:02:13.071842969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.755309Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 29754:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:13.071847089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.071850659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.071854258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.071857938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.755319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:13.071862048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.798350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:13.071866728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.798364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:02:13.071870688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.798372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:13.071874798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.798383Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:13.071878828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.798391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:13.071882728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.798397Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:13.071886678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.798404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:13.071890378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.798415Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:13.071894868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.798448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 29754:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:13.071899508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.071902978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.071906528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:13.071909968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:13.071913648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":". 86387 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:13.071917248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.071920658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.071924938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.798497Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:13.071930318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.798529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:02:13.071945018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.798558Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:02:13.071951078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.798578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.071957428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.798600Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:13.071963338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.798617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.071968327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.798664Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 3589:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:13.071972197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.071975687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.071978987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.071982927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.798711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:13.071988077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.798761Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:13.071994697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.799812Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:13.071999897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.799827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 3589\n"} -{"Time":"2024-04-23T18:02:13.072005227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.799844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 3589:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:13.072009757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.072013167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.072016477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:13.072020057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:13.072023997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":". 86387 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:13.072028257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.072031997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.072036247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.799858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:13.072042627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.799870Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:13.072048137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.799878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.072053127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.799900Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:13.072057417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.799909Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m30388\n"} -{"Time":"2024-04-23T18:02:13.072061777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.799914Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 30388:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:13.072065647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.072068987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.072072487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.072076147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.799923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:13.072084897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.842917Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:13.072089016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.842928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:02:13.072092996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.842943Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:13.072097186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.842954Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:13.072101136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.842962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:13.072105266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.842969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:13.072109126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.842976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:13.072113196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.842986Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:13.072117476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.843017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 30388:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:13.072122246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.072125716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.072129126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:13.072132566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:13.072136446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":". 86387 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:13.072140046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.072144486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.072148476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.843063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:02:13.072154016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.843082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.072160046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.843104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:13.072165666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.843121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.072170826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.843166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 18561:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:13.072174676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.072178306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.072184566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.072189006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.843208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:13.072194266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.843255Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:13.072199766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.844389Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:13.072204696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.844403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 18561\n"} -{"Time":"2024-04-23T18:02:13.072209895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.844419Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 18561:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:13.072214575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.072217845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.072221275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:13.072224885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:13.072228455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":". 86387 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:13.072232005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.072235375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.072239635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.844434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:13.072253515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.844445Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:13.072260485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.844453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.072265535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.844474Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:13.072269665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.844483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m41556\n"} -{"Time":"2024-04-23T18:02:13.072273875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.844488Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 41556:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:13.072277675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.072281245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.072284725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.072288345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.844494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:13.072292485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.887018Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:13.072296445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.887030Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:02:13.072300535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.887038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:13.072304605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.887049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:13.072308785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.887057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:13.072312805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.887064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:13.072318485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.887072Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:13.072322085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.887082Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:13.072326664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.887115Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 41556:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:13.072331564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.072335114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.072338734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:13.072342234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:13.072345774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":". 86387 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:13.072349474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.072352834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.072357064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.887158Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:13.072362624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.887204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:02:13.072368524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.887275Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:02:13.072374864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.887787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v2/invite/!DeY4oHI0GpyDEdyKNe:hs1/$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:13.072380994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.887852Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.072386174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.887884Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:02:13.072392064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.887910Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.3:8448\n"} -{"Time":"2024-04-23T18:02:13.072397164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.888121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.23.0.3:8448\n"} -{"Time":"2024-04-23T18:02:13.072402164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.890679Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:02:13.072407214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.890781Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.072412184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.035291Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.072416744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.035577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.072421774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.039081Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.072427344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.039113Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.072432704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.039270Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v2/invite/!DeY4oHI0GpyDEdyKNe:hs1/$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ with https://hs2:8448/_matrix/federation/v2/invite/!DeY4oHI0GpyDEdyKNe:hs1/$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\n"} -{"Time":"2024-04-23T18:02:13.072438304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.039290Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:13.072447833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.039320Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v2/invite/!DeY4oHI0GpyDEdyKNe:hs1/$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\n"} -{"Time":"2024-04-23T18:02:13.072452993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.039628Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:02:13.072457643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.039978Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.072462613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.040067Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs2 keys\n"} -{"Time":"2024-04-23T18:02:13.072467573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.040092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:02:13.072472643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.040231Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:13.072478213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.040419Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:13.072484663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.040464Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:02:13.072490123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.040485Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.072495353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.041154Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.072501423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.041166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.072506903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.041247Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/key/v2/server with https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:02:13.072512573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.041256Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:13.072518243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.041311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:02:13.072523643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.041595Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:13.072529033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.041879Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:02:13.072534383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.041917Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM in db\n"} -{"Time":"2024-04-23T18:02:13.072540323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.041949Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $v5xEV0RJGqMixGASgDDhEX9P5UnMbYuyA-8KYXCqEeM in db\n"} -{"Time":"2024-04-23T18:02:13.072546153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.041969Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $rqGKMNDwBwC7zp40BkBoBebNjCanDCc7abBvVJx3C-4 in db\n"} -{"Time":"2024-04-23T18:02:13.072552353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.041989Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $nNfOLV_lZZzf8QSyf7PStUZC1tdeD3IHM90NwTwz0y8 in db\n"} -{"Time":"2024-04-23T18:02:13.072559093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042006Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:13.072564483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042015Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM in db\n"} -{"Time":"2024-04-23T18:02:13.072569872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042023Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $v5xEV0RJGqMixGASgDDhEX9P5UnMbYuyA-8KYXCqEeM in db\n"} -{"Time":"2024-04-23T18:02:13.072575272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042029Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $rqGKMNDwBwC7zp40BkBoBebNjCanDCc7abBvVJx3C-4 in db\n"} -{"Time":"2024-04-23T18:02:13.072581342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042035Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $nNfOLV_lZZzf8QSyf7PStUZC1tdeD3IHM90NwTwz0y8 in db\n"} -{"Time":"2024-04-23T18:02:13.072586822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:02:13.072593532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.072598942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042177Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.072605622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.072610962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042273Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:02:13.072615922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042350Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:02:13.072620712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042442Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $X-VxBE4-37C-RRWuttBNP2f_Y9Qr0ut3EZJGfT-iFbU in db\n"} -{"Time":"2024-04-23T18:02:13.072626372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042455Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:13.072631802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042462Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $X-VxBE4-37C-RRWuttBNP2f_Y9Qr0ut3EZJGfT-iFbU in db\n"} -{"Time":"2024-04-23T18:02:13.072638992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042546Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:13.072645162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042575Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$X-VxBE4-37C-RRWuttBNP2f_Y9Qr0ut3EZJGfT-iFbU\"]\n"} -{"Time":"2024-04-23T18:02:13.072650872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:02:13.072656142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:02:13.072758631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:02:13.072766121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:02:13.072771451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042818Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.072776821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.072781941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.042990Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.072787091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.043003Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:02:13.072793771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.043136Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:02:13.072799051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.043147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.072804251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.043159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.07280951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.043240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.07281504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.043253Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:02:13.07282081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.043261Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:02:13.07282617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.043294Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:02:13.07283144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.043304Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:02:13.07283694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.043330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:02:13.07284213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.043452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:02:13.07284801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.043555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m44.88µs\n"} -{"Time":"2024-04-23T18:02:13.07285439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.043663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rqGKMNDwBwC7zp40BkBoBebNjCanDCc7abBvVJx3C-4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m152.799µs\n"} -{"Time":"2024-04-23T18:02:13.07286134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.043721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m211.678µs\n"} -{"Time":"2024-04-23T18:02:13.0728678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.043830Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$v5xEV0RJGqMixGASgDDhEX9P5UnMbYuyA-8KYXCqEeM\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m320.417µs\n"} -{"Time":"2024-04-23T18:02:13.07287402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.043886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m376.797µs\n"} -{"Time":"2024-04-23T18:02:13.07287994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.044018Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nNfOLV_lZZzf8QSyf7PStUZC1tdeD3IHM90NwTwz0y8\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m507.766µs\n"} -{"Time":"2024-04-23T18:02:13.07288592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.044075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m565.635µs\n"} -{"Time":"2024-04-23T18:02:13.07289198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.044212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m701.974µs\n"} -{"Time":"2024-04-23T18:02:13.07289874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.044270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m760.694µs\n"} -{"Time":"2024-04-23T18:02:13.07290475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.044406Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fbkj1KIa3pQinJpyHJnx6GzQyESe5mxGoGTKT7jdpqs\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m895.572µs\n"} -{"Time":"2024-04-23T18:02:13.07291233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.044463Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m953.022µs\n"} -{"Time":"2024-04-23T18:02:13.07291833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.044598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4aaP79EGPYl60swHt2QDN9EUqEmTYtivIQw_SPPINNk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.088041ms\n"} -{"Time":"2024-04-23T18:02:13.07292483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.044655Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.14584ms\n"} -{"Time":"2024-04-23T18:02:13.072930599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.044790Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$X-VxBE4-37C-RRWuttBNP2f_Y9Qr0ut3EZJGfT-iFbU\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.279779ms\n"} -{"Time":"2024-04-23T18:02:13.072942759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.044847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.337089ms\n"} -{"Time":"2024-04-23T18:02:13.072948869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.044860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.350709ms\n"} -{"Time":"2024-04-23T18:02:13.072955399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.044899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m14.82µs\n"} -{"Time":"2024-04-23T18:02:13.072961389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045085Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m200.289µs\n"} -{"Time":"2024-04-23T18:02:13.072967619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m259.438µs\n"} -{"Time":"2024-04-23T18:02:13.072974289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045155Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m271.668µs\n"} -{"Time":"2024-04-23T18:02:13.072980539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045178Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:02:13.072986429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045305Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:02:13.072991499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:02:13.072996749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:02:13.073002749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045420Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$nNfOLV_lZZzf8QSyf7PStUZC1tdeD3IHM90NwTwz0y8\", (\"m.room.guest_access\", \"\"): \"$4aaP79EGPYl60swHt2QDN9EUqEmTYtivIQw_SPPINNk\", (\"m.room.member\", \"@user-1-alice:hs1\"): \"$v5xEV0RJGqMixGASgDDhEX9P5UnMbYuyA-8KYXCqEeM\", (\"m.room.create\", \"\"): \"$rqGKMNDwBwC7zp40BkBoBebNjCanDCc7abBvVJx3C-4\", (\"m.room.history_visibility\", \"\"): \"$fbkj1KIa3pQinJpyHJnx6GzQyESe5mxGoGTKT7jdpqs\", (\"m.room.encryption\", \"\"): \"$X-VxBE4-37C-RRWuttBNP2f_Y9Qr0ut3EZJGfT-iFbU\", (\"m.room.join_rules\", \"\"): \"$pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM\"}\n"} -{"Time":"2024-04-23T18:02:13.073010999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:02:13.073016259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045441Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2-bob:hs2\"): [\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\"]}\n"} -{"Time":"2024-04-23T18:02:13.073022029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:02:13.073027939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045521Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM\", \"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\"}\n"} -{"Time":"2024-04-23T18:02:13.073035229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:02:13.073040748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM) senders power level\n"} -{"Time":"2024-04-23T18:02:13.073046308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045655Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1-alice:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:02:13.073051458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045665Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM power level 100\n"} -{"Time":"2024-04-23T18:02:13.073056718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:13.073062458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045702Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:02:13.073068188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045711Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM\"]\n"} -{"Time":"2024-04-23T18:02:13.073073188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:13.073079268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM\"]\n"} -{"Time":"2024-04-23T18:02:13.073085198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM\"\n"} -{"Time":"2024-04-23T18:02:13.073091298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:02:13.073096778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:13.073102148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.073107458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045866Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:02:13.073113398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045873Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$nNfOLV_lZZzf8QSyf7PStUZC1tdeD3IHM90NwTwz0y8\", (\"m.room.encryption\", \"\"): \"$X-VxBE4-37C-RRWuttBNP2f_Y9Qr0ut3EZJGfT-iFbU\", (\"m.room.guest_access\", \"\"): \"$4aaP79EGPYl60swHt2QDN9EUqEmTYtivIQw_SPPINNk\", (\"m.room.member\", \"@user-1-alice:hs1\"): \"$v5xEV0RJGqMixGASgDDhEX9P5UnMbYuyA-8KYXCqEeM\", (\"m.room.create\", \"\"): \"$rqGKMNDwBwC7zp40BkBoBebNjCanDCc7abBvVJx3C-4\", (\"m.room.history_visibility\", \"\"): \"$fbkj1KIa3pQinJpyHJnx6GzQyESe5mxGoGTKT7jdpqs\", (\"m.room.join_rules\", \"\"): \"$pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM\"}\n"} -{"Time":"2024-04-23T18:02:13.073120558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:02:13.073125818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045901Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\"]\n"} -{"Time":"2024-04-23T18:02:13.073131598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045909Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$nNfOLV_lZZzf8QSyf7PStUZC1tdeD3IHM90NwTwz0y8\")\n"} -{"Time":"2024-04-23T18:02:13.073143998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:02:13.073150168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.045990Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\n"} -{"Time":"2024-04-23T18:02:13.073156097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.046039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $nNfOLV_lZZzf8QSyf7PStUZC1tdeD3IHM90NwTwz0y8\n"} -{"Time":"2024-04-23T18:02:13.073161407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.046070Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\"]\n"} -{"Time":"2024-04-23T18:02:13.073166847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.046080Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:13.073171977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.046086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\"]\n"} -{"Time":"2024-04-23T18:02:13.073177977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.046190Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\"\n"} -{"Time":"2024-04-23T18:02:13.073183147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.046201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.073188467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.046212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.073194587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.046253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.073200247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.046271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:02:13.073207057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.046324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:02:13.073212297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.046999Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:02:13.073217617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.048098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m5.430924ms\n"} -{"Time":"2024-04-23T18:02:13.073222637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.048195Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1-alice:hs1 created a room\n"} -{"Time":"2024-04-23T18:02:13.073227197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.048253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m317 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.073380605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.048669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.073387735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.048906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 {\"host\": \"127.0.0.1:1049\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.073392875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.048920Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 None\n"} -{"Time":"2024-04-23T18:02:13.073396915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.051787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1-alice:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:02:13.073401195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.051938Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.073406985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.059688Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.073411845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.060099Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.073418515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.060270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!DeY4oHI0GpyDEdyKNe:hs1/@user-2-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:02:13.073423875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.060291Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!DeY4oHI0GpyDEdyKNe:hs1/@user-2-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:02:13.073429145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.060562Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:13.073433725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.061372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.073441705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.061408Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.073446245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.061466Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.073651703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.062005Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.073657703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.063645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.073662393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.063865Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.073667293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.064137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!DeY4oHI0GpyDEdyKNe:hs1/$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"935\"}\n"} -{"Time":"2024-04-23T18:02:13.073674223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.064161Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!DeY4oHI0GpyDEdyKNe:hs1/$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek Some(Object({\"auth_events\": Array([String(\"$rqGKMNDwBwC7zp40BkBoBebNjCanDCc7abBvVJx3C-4\"), String(\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\"), String(\"$nNfOLV_lZZzf8QSyf7PStUZC1tdeD3IHM90NwTwz0y8\"), String(\"$pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM\")]), \"content\": Object({\"displayname\": String(\"user-2-bob 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"AztlShFtFFGpgkthJCy9feJjsPVT/0Jzox4wFJgZmRs\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909582062, \"prev_events\": Array([String(\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\")]), \"room_id\": String(\"!DeY4oHI0GpyDEdyKNe:hs1\"), \"sender\": String(\"@user-2-bob:hs2\"), \"s"} -{"Time":"2024-04-23T18:02:13.073682513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"ignatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"+Fc0gpDE/JTYq+PGSqwII034buwY4iblzSet1wQny4HSp89t9R2OiGdZMMxqyoByhFNVXYZ/fTJUP8PHbANKAg\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"/weyPXxG/maHkTbHJIfRLIlURCOALDKkKaOA/afUX8pOyZmuFE7jqr0m8EcW/THsy9g/flw0RGhMgMsfBISiBQ\")})}), \"state_key\": String(\"@user-2-bob:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"prev_sender\": String(\"@user-1-alice:hs1\")})}))\n"} -{"Time":"2024-04-23T18:02:13.073687893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.064375Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:13.073692583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.064701Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:02:13.073697033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.064800Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.073701793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.064885Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.073938741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.065082Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:13.073945691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.065541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:02:13.07395081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.065609Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $rqGKMNDwBwC7zp40BkBoBebNjCanDCc7abBvVJx3C-4 in db\n"} -{"Time":"2024-04-23T18:02:13.07395794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.065655Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ in db\n"} -{"Time":"2024-04-23T18:02:13.07396336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.065697Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $nNfOLV_lZZzf8QSyf7PStUZC1tdeD3IHM90NwTwz0y8 in db\n"} -{"Time":"2024-04-23T18:02:13.0739698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.065738Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM in db\n"} -{"Time":"2024-04-23T18:02:13.07397552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.065757Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:13.07398091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.065773Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $rqGKMNDwBwC7zp40BkBoBebNjCanDCc7abBvVJx3C-4 in db\n"} -{"Time":"2024-04-23T18:02:13.0739863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.065789Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ in db\n"} -{"Time":"2024-04-23T18:02:13.07399161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.065803Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $nNfOLV_lZZzf8QSyf7PStUZC1tdeD3IHM90NwTwz0y8 in db\n"} -{"Time":"2024-04-23T18:02:13.07400615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.065817Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM in db\n"} -{"Time":"2024-04-23T18:02:13.07401173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.065839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:02:13.07401728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.065971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.07402463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.066002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.07403003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.066055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.07403524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.066073Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:02:13.07404066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.066215Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:02:13.07404611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.066403Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ in db\n"} -{"Time":"2024-04-23T18:02:13.07405211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.066429Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:13.07405812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.066445Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ in db\n"} -{"Time":"2024-04-23T18:02:13.074064369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.066479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:13.074069949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.066524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\"]\n"} -{"Time":"2024-04-23T18:02:13.074075339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.066625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:02:13.074081249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.066652Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:02:13.074086489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.066759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:02:13.074138489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.066840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:02:13.074144759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.066858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.074150349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.066989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.074156169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.067110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.074161569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.067134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:02:13.074168299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.067391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:02:13.074173589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.067413Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.074178908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.067438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.074184318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.067488Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.074189508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.067510Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:02:13.074227058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.067526Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:02:13.074233688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.067583Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:02:13.074238928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.067602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:02:13.074244978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.067660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:02:13.074250398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.067687Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:02:13.074257008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.067843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m41.61µs\n"} -{"Time":"2024-04-23T18:02:13.074262838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.067904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m103.549µs\n"} -{"Time":"2024-04-23T18:02:13.074268578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.068229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m259.577µs\n"} -{"Time":"2024-04-23T18:02:13.074274368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.068659Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m690.003µs\n"} -{"Time":"2024-04-23T18:02:13.074435566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.068792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m823.792µs\n"} -{"Time":"2024-04-23T18:02:13.074446646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.068842Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m874.322µs\n"} -{"Time":"2024-04-23T18:02:13.074453136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.068895Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:02:13.074458626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:02:13.074464926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:02:13.074470076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:02:13.074476196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069136Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$rqGKMNDwBwC7zp40BkBoBebNjCanDCc7abBvVJx3C-4\", (\"m.room.member\", \"@user-1-alice:hs1\"): \"$v5xEV0RJGqMixGASgDDhEX9P5UnMbYuyA-8KYXCqEeM\", (\"m.room.power_levels\", \"\"): \"$nNfOLV_lZZzf8QSyf7PStUZC1tdeD3IHM90NwTwz0y8\", (\"m.room.join_rules\", \"\"): \"$pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM\", (\"m.room.encryption\", \"\"): \"$X-VxBE4-37C-RRWuttBNP2f_Y9Qr0ut3EZJGfT-iFbU\", (\"m.room.history_visibility\", \"\"): \"$fbkj1KIa3pQinJpyHJnx6GzQyESe5mxGoGTKT7jdpqs\", (\"m.room.guest_access\", \"\"): \"$4aaP79EGPYl60swHt2QDN9EUqEmTYtivIQw_SPPINNk\"}\n"} -{"Time":"2024-04-23T18:02:13.074483086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:02:13.074745443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2-bob:hs2\"): [\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\", \"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\"]}\n"} -{"Time":"2024-04-23T18:02:13.074751403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:02:13.074755963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\", \"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\"}\n"} -{"Time":"2024-04-23T18:02:13.074760123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:02:13.074764033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:13.074774173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:02:13.074778133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069494Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:02:13.074782053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069513Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:13.074785973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069527Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:02:13.074789883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:02:13.074795233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069555Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$rqGKMNDwBwC7zp40BkBoBebNjCanDCc7abBvVJx3C-4\", (\"m.room.member\", \"@user-1-alice:hs1\"): \"$v5xEV0RJGqMixGASgDDhEX9P5UnMbYuyA-8KYXCqEeM\", (\"m.room.power_levels\", \"\"): \"$nNfOLV_lZZzf8QSyf7PStUZC1tdeD3IHM90NwTwz0y8\", (\"m.room.join_rules\", \"\"): \"$pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM\", (\"m.room.encryption\", \"\"): \"$X-VxBE4-37C-RRWuttBNP2f_Y9Qr0ut3EZJGfT-iFbU\", (\"m.room.history_visibility\", \"\"): \"$fbkj1KIa3pQinJpyHJnx6GzQyESe5mxGoGTKT7jdpqs\", (\"m.room.guest_access\", \"\"): \"$4aaP79EGPYl60swHt2QDN9EUqEmTYtivIQw_SPPINNk\"}\n"} -{"Time":"2024-04-23T18:02:13.074800543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 2\n"} -{"Time":"2024-04-23T18:02:13.074804633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069602Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\", \"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\"]\n"} -{"Time":"2024-04-23T18:02:13.074808723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$nNfOLV_lZZzf8QSyf7PStUZC1tdeD3IHM90NwTwz0y8\")\n"} -{"Time":"2024-04-23T18:02:13.075073031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:02:13.075077731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\n"} -{"Time":"2024-04-23T18:02:13.075081741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069851Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $nNfOLV_lZZzf8QSyf7PStUZC1tdeD3IHM90NwTwz0y8\n"} -{"Time":"2024-04-23T18:02:13.07508636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.069929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\n"} -{"Time":"2024-04-23T18:02:13.07509078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.070047Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $nNfOLV_lZZzf8QSyf7PStUZC1tdeD3IHM90NwTwz0y8\n"} -{"Time":"2024-04-23T18:02:13.07509551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.070105Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\", \"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\"]\n"} -{"Time":"2024-04-23T18:02:13.07510003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.070125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:13.07510403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.070138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\", \"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\"]\n"} -{"Time":"2024-04-23T18:02:13.07510812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.070366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\"\n"} -{"Time":"2024-04-23T18:02:13.07511208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.070390Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.075409098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.070415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.075413678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.070466Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.075418108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.070720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\"\n"} -{"Time":"2024-04-23T18:02:13.075422328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.070744Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.075426408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.070767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.075431267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.070811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.075435237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.070845Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:02:13.075439577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.070961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:02:13.075443527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.072278Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:02:13.075457627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.074473Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DeY4oHI0GpyDEdyKNe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m7.828803ms\n"} -{"Time":"2024-04-23T18:02:13.075730665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.074651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m33.52µs\n"} -{"Time":"2024-04-23T18:02:13.075736915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.074707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m89.929µs\n"} -{"Time":"2024-04-23T18:02:13.075741805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.077550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.075746185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.078497Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:13.075750875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.078874Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/GtNVOXVNF74qxryTchaWdHcTT3pSu2lwv7FDhyAve1g\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:13.075757105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.078927Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.075761925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.078975Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:02:13.075766395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.079002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.3:8448\n"} -{"Time":"2024-04-23T18:02:13.075770544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.079206Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.23.0.3:8448\n"} -{"Time":"2024-04-23T18:02:13.075774684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.081213Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:02:13.075778964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.081258Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.076148211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.092451Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.076154971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.092531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=153\u0026timeout=1000 {\"host\": \"127.0.0.1:1049\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.076160491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.092542Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=153\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.076164391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.092588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1-alice:hs1\n"} -{"Time":"2024-04-23T18:02:13.076167801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.094231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.076171351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.122091Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.076174981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.122125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.076179681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.122156Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/GtNVOXVNF74qxryTchaWdHcTT3pSu2lwv7FDhyAve1g with https://hs2:8448/_matrix/federation/v1/send/GtNVOXVNF74qxryTchaWdHcTT3pSu2lwv7FDhyAve1g\n"} -{"Time":"2024-04-23T18:02:13.076183481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.122173Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:13.076187031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.122202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/GtNVOXVNF74qxryTchaWdHcTT3pSu2lwv7FDhyAve1g\n"} -{"Time":"2024-04-23T18:02:13.076190441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:49.888020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:13.076193611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:49.888060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m zero bytes read, stream closed?\n"} -{"Time":"2024-04-23T18:02:13.076196761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:49.888071Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m \u001b[3merror\u001b[0m\u001b[2m=\u001b[0mstream closed \u001b[3mstream\u001b[0m\u001b[2m=\u001b[0mTCP(127.0.0.11:53)\n"} -{"Time":"2024-04-23T18:02:13.076200081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:49.888086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_exchange\u001b[0m\u001b[2m:\u001b[0m io_stream is done, shutting down\n"} -{"Time":"2024-04-23T18:02:13.076203261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.226390Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.076628227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.226601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1049\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"96\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.076634587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.226627Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"this is alices password\"), \"username\": String(\"user-3-alice\")}))\n"} -{"Time":"2024-04-23T18:02:13.076639677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.289468Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-3-alice:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:02:13.076643367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.289634Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m63 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.076647567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.290144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:13.076652297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.290195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:13.076657587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.290204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.076661617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.335335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.076665427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.335583Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1049\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"163\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.076669627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.335614Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"initial_state\": Array([Object({\"content\": Object({\"algorithm\": String(\"m.megolm.v1.aes-sha2\")}), \"state_key\": String(\"\"), \"type\": String(\"m.room.encryption\")})]), \"invite\": Array([String(\"@user-4-bob:hs2\")]), \"preset\": String(\"private_chat\")}))\n"} -{"Time":"2024-04-23T18:02:13.076674877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.336191Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-3-alice:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:02:13.077119963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.336217Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-3-alice:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:02:13.077132643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.336248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-3-alice:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:02:13.077143143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.338127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3-alice 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.077153333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.338164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3-alice 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.077164383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.338211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3-alice 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.077175443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.340787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-3-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:02:13.077185782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.340837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-3-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:13.077196682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.340855Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-3-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:02:13.077206762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.340885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-3-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:02:13.077217392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.340906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-3-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:02:13.077579339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.340920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-3-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.077589959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.342851Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:02:13.077599399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.342910Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:13.077608579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.342927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.077618639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.344862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:02:13.077628189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.344920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:02:13.077637029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.344950Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.077647228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.346988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:02:13.077964746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.347045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:13.077975176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.347063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.077984145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.349029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.encryption\", content: RawValue({\"algorithm\":\"m.megolm.v1.aes-sha2\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.encryption)\n"} -{"Time":"2024-04-23T18:02:13.077993245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.349087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.encryption\", content: RawValue({\"algorithm\":\"m.megolm.v1.aes-sha2\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:02:13.078003385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.349104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.encryption\", content: RawValue({\"algorithm\":\"m.megolm.v1.aes-sha2\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.078011475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.351170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.078018215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.351203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.078024895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.351255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.078032105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.352658Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:13.078040455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.353031Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v2/invite/!FlaBYtNYTTwh3PHgci:hs1/$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:13.078346572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.353086Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:02:13.078356962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.353108Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m removing expired connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.078364662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.353131Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.078372292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.353162Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:02:13.078379952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.353190Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.3:8448\n"} -{"Time":"2024-04-23T18:02:13.078388432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.353411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.23.0.3:8448\n"} -{"Time":"2024-04-23T18:02:13.078395862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.354429Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:02:13.078403362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.354523Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.078410812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.357314Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.078418702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.357327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.078725819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.357342Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v2/invite/!FlaBYtNYTTwh3PHgci:hs1/$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM with https://hs2:8448/_matrix/federation/v2/invite/!FlaBYtNYTTwh3PHgci:hs1/$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\n"} -{"Time":"2024-04-23T18:02:13.078730439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.357350Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:13.078734369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.357365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v2/invite/!FlaBYtNYTTwh3PHgci:hs1/$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\n"} -{"Time":"2024-04-23T18:02:13.078738039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.357442Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:02:13.078741519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.357514Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.078745719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.357567Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.078758959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.357703Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:13.078764909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.358203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:02:13.078770249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.358275Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $oUslFfzDTqWhy_tssj0bGDg6JoDDkkGkqkyF7eikuzY in db\n"} -{"Time":"2024-04-23T18:02:13.078776348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.358321Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $66v85ZynsPnAwxQhpHcPmVnvcfsYx87WdrRJYOPrX3s in db\n"} -{"Time":"2024-04-23T18:02:13.079135735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.358363Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o in db\n"} -{"Time":"2024-04-23T18:02:13.079143155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.358405Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $72JLavJlJCAnkHBmsPr5JVvbsHEOV0aGgMoSyZmu210 in db\n"} -{"Time":"2024-04-23T18:02:13.079147425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.358424Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:13.079151495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.358439Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $oUslFfzDTqWhy_tssj0bGDg6JoDDkkGkqkyF7eikuzY in db\n"} -{"Time":"2024-04-23T18:02:13.079155685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.358456Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $66v85ZynsPnAwxQhpHcPmVnvcfsYx87WdrRJYOPrX3s in db\n"} -{"Time":"2024-04-23T18:02:13.079161275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.358469Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o in db\n"} -{"Time":"2024-04-23T18:02:13.079165305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.358483Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $72JLavJlJCAnkHBmsPr5JVvbsHEOV0aGgMoSyZmu210 in db\n"} -{"Time":"2024-04-23T18:02:13.079169255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.358504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:02:13.079173265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.358619Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.079177195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.358649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.079182765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.358708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.079187365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.358726Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:02:13.079191245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.358884Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:02:13.079195125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.359098Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $O2LiiB-g1Wjc92I7QkMwuf_SbXkwQ3ya1Uu1SFX_Kh4 in db\n"} -{"Time":"2024-04-23T18:02:13.079199785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.359126Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:13.079538072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.359141Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $O2LiiB-g1Wjc92I7QkMwuf_SbXkwQ3ya1Uu1SFX_Kh4 in db\n"} -{"Time":"2024-04-23T18:02:13.079542482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.359176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:13.079546562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.359223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$O2LiiB-g1Wjc92I7QkMwuf_SbXkwQ3ya1Uu1SFX_Kh4\"]\n"} -{"Time":"2024-04-23T18:02:13.079550672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.359326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:02:13.079554512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.359354Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:02:13.079559142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.359459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:02:13.079563452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.359536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:02:13.079567292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.359555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.079571312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.359664Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.079575192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.359770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.079962648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.359794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:02:13.079967778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.360088Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:02:13.079972428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.360112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.079976448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.360137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.079980258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.360187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.079984808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.360210Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:02:13.079988648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.360225Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:02:13.079992468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.360282Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:02:13.079996548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.360302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:02:13.080000468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.360356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:02:13.080374445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.360605Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:02:13.080380275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.360708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m26.03µs\n"} -{"Time":"2024-04-23T18:02:13.080385085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.360876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$baKbOjz1uohiLWxlSRS9D5T_cdYEm54V0T2w_RmQLYY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m194.399µs\n"} -{"Time":"2024-04-23T18:02:13.080389705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.360976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m294.728µs\n"} -{"Time":"2024-04-23T18:02:13.080395015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.361129Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$O2LiiB-g1Wjc92I7QkMwuf_SbXkwQ3ya1Uu1SFX_Kh4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m447.646µs\n"} -{"Time":"2024-04-23T18:02:13.080399465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.361200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m518.276µs\n"} -{"Time":"2024-04-23T18:02:13.080403965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.361303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$oUslFfzDTqWhy_tssj0bGDg6JoDDkkGkqkyF7eikuzY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m620.845µs\n"} -{"Time":"2024-04-23T18:02:13.080408335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.361376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m694.824µs\n"} -{"Time":"2024-04-23T18:02:13.080799001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.361496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$66v85ZynsPnAwxQhpHcPmVnvcfsYx87WdrRJYOPrX3s\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m813.833µs\n"} -{"Time":"2024-04-23T18:02:13.080803841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.361563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m881.983µs\n"} -{"Time":"2024-04-23T18:02:13.080808871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.361755Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$72JLavJlJCAnkHBmsPr5JVvbsHEOV0aGgMoSyZmu210\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.071491ms\n"} -{"Time":"2024-04-23T18:02:13.080813211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.361872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.18964ms\n"} -{"Time":"2024-04-23T18:02:13.080818121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.362203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.519207ms\n"} -{"Time":"2024-04-23T18:02:13.080822471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.362324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.641856ms\n"} -{"Time":"2024-04-23T18:02:13.080826931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.362614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$9YQjweHTuycMspdI6QnsdSEo9KgHFBMZRsB5UvuJ-MA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.931204ms\n"} -{"Time":"2024-04-23T18:02:13.080831781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.362732Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.049763ms\n"} -{"Time":"2024-04-23T18:02:13.081319037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.362758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.076043ms\n"} -{"Time":"2024-04-23T18:02:13.081324197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.362840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m32.65µs\n"} -{"Time":"2024-04-23T18:02:13.081329186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.363213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m404.437µs\n"} -{"Time":"2024-04-23T18:02:13.081334006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.363336Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m528.526µs\n"} -{"Time":"2024-04-23T18:02:13.081338986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.363381Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m574.175µs\n"} -{"Time":"2024-04-23T18:02:13.081343166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.363431Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:02:13.081346976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.363544Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:02:13.081351216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.363563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:02:13.081355266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.363631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:02:13.081360406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.363646Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$72JLavJlJCAnkHBmsPr5JVvbsHEOV0aGgMoSyZmu210\", (\"m.room.create\", \"\"): \"$oUslFfzDTqWhy_tssj0bGDg6JoDDkkGkqkyF7eikuzY\", (\"m.room.encryption\", \"\"): \"$O2LiiB-g1Wjc92I7QkMwuf_SbXkwQ3ya1Uu1SFX_Kh4\", (\"m.room.join_rules\", \"\"): \"$Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o\", (\"m.room.member\", \"@user-3-alice:hs1\"): \"$66v85ZynsPnAwxQhpHcPmVnvcfsYx87WdrRJYOPrX3s\", (\"m.room.guest_access\", \"\"): \"$baKbOjz1uohiLWxlSRS9D5T_cdYEm54V0T2w_RmQLYY\", (\"m.room.history_visibility\", \"\"): \"$9YQjweHTuycMspdI6QnsdSEo9KgHFBMZRsB5UvuJ-MA\"}\n"} -{"Time":"2024-04-23T18:02:13.081365646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.363692Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:02:13.081369566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.363706Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-4-bob:hs2\"): [\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\"]}\n"} -{"Time":"2024-04-23T18:02:13.081373636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.363836Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:02:13.081851462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.363855Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\", \"$Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o\"}\n"} -{"Time":"2024-04-23T18:02:13.081857602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.363964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:02:13.081863262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364028Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o) senders power level\n"} -{"Time":"2024-04-23T18:02:13.081867332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-3-alice:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:02:13.081871372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o power level 100\n"} -{"Time":"2024-04-23T18:02:13.081876012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:13.081879882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:02:13.081883752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364233Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o\"]\n"} -{"Time":"2024-04-23T18:02:13.082155199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:13.082161859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o\"]\n"} -{"Time":"2024-04-23T18:02:13.082359928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o\"\n"} -{"Time":"2024-04-23T18:02:13.082366528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:02:13.082371378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:13.082375097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.082378767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:02:13.082383617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364575Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$72JLavJlJCAnkHBmsPr5JVvbsHEOV0aGgMoSyZmu210\", (\"m.room.create\", \"\"): \"$oUslFfzDTqWhy_tssj0bGDg6JoDDkkGkqkyF7eikuzY\", (\"m.room.member\", \"@user-3-alice:hs1\"): \"$66v85ZynsPnAwxQhpHcPmVnvcfsYx87WdrRJYOPrX3s\", (\"m.room.join_rules\", \"\"): \"$Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o\", (\"m.room.encryption\", \"\"): \"$O2LiiB-g1Wjc92I7QkMwuf_SbXkwQ3ya1Uu1SFX_Kh4\", (\"m.room.guest_access\", \"\"): \"$baKbOjz1uohiLWxlSRS9D5T_cdYEm54V0T2w_RmQLYY\", (\"m.room.history_visibility\", \"\"): \"$9YQjweHTuycMspdI6QnsdSEo9KgHFBMZRsB5UvuJ-MA\"}\n"} -{"Time":"2024-04-23T18:02:13.082388577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:02:13.082392657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364629Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\"]\n"} -{"Time":"2024-04-23T18:02:13.082396657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$72JLavJlJCAnkHBmsPr5JVvbsHEOV0aGgMoSyZmu210\")\n"} -{"Time":"2024-04-23T18:02:13.082803534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:02:13.082810414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\n"} -{"Time":"2024-04-23T18:02:13.082814774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364765Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $72JLavJlJCAnkHBmsPr5JVvbsHEOV0aGgMoSyZmu210\n"} -{"Time":"2024-04-23T18:02:13.082818824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364795Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\"]\n"} -{"Time":"2024-04-23T18:02:13.082822774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:13.082827284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\"]\n"} -{"Time":"2024-04-23T18:02:13.082831554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364914Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\"\n"} -{"Time":"2024-04-23T18:02:13.082835484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.082839714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364943Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.082843564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.0832721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.364987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:02:13.08327788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.365034Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:02:13.08328349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.365860Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:02:13.08328748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.366974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m7.630165ms\n"} -{"Time":"2024-04-23T18:02:13.08329126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.367063Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-3-alice:hs1 created a room\n"} -{"Time":"2024-04-23T18:02:13.08329549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.367127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m31 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.08329975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.367490Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.08330336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.367592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 {\"host\": \"127.0.0.1:1049\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.08330732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.367611Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 None\n"} -{"Time":"2024-04-23T18:02:13.083310519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.370098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 1: @user-3-alice:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:02:13.083313769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.370244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.083317429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.375226Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.083757236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.375342Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.083763106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.375421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!FlaBYtNYTTwh3PHgci:hs1/@user-4-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:02:13.083769125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.375431Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!FlaBYtNYTTwh3PHgci:hs1/@user-4-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:02:13.083773515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.375526Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:13.083777175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.375891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.083780595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.375908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.083784875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.375942Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.083788315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.376254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.083791875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.377481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.083795505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.377641Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.083799485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.377907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!FlaBYtNYTTwh3PHgci:hs1/$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"935\"}\n"} -{"Time":"2024-04-23T18:02:13.083805995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.377930Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!FlaBYtNYTTwh3PHgci:hs1/$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A Some(Object({\"auth_events\": Array([String(\"$oUslFfzDTqWhy_tssj0bGDg6JoDDkkGkqkyF7eikuzY\"), String(\"$72JLavJlJCAnkHBmsPr5JVvbsHEOV0aGgMoSyZmu210\"), String(\"$Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o\"), String(\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\")]), \"content\": Object({\"displayname\": String(\"user-4-bob 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"AJKTy5f8wRuHL7CLmyI6NDDSCRzHg2qB2YtUic3MF4c\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909632376, \"prev_events\": Array([String(\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\")]), \"room_id\": String(\"!FlaBYtNYTTwh3PHgci:hs1\"), \"sender\": String(\"@user-4-bob:hs2\"), \"s"} -{"Time":"2024-04-23T18:02:13.083812145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"ignatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"zLuawlZWHTXnSEjCZJAh6qIWZl++H/r4Pp+FR9115RtIAH+dMob2tUXr+xCc82853zx5E2A2klVcxWF1PyghCQ\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"S4gWryK26fEqhfqyFT37XlbJUHAIxlP+IN+e4jngypq6dphxZOu5pqHoasBthhkRyWzQHiExlqDgk+r04igmDQ\")})}), \"state_key\": String(\"@user-4-bob:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"prev_sender\": String(\"@user-3-alice:hs1\")})}))\n"} -{"Time":"2024-04-23T18:02:13.083816385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.378147Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:13.083820045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.378472Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2, hs1\n"} -{"Time":"2024-04-23T18:02:13.083823595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.378593Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.083827355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.378663Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.084246671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.378838Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:13.084252701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.379314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:02:13.084256851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.379381Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $oUslFfzDTqWhy_tssj0bGDg6JoDDkkGkqkyF7eikuzY in db\n"} -{"Time":"2024-04-23T18:02:13.084261261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.379426Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $72JLavJlJCAnkHBmsPr5JVvbsHEOV0aGgMoSyZmu210 in db\n"} -{"Time":"2024-04-23T18:02:13.084265601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.379467Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o in db\n"} -{"Time":"2024-04-23T18:02:13.084270511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.379509Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM in db\n"} -{"Time":"2024-04-23T18:02:13.084274621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.379527Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:13.084278661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.379542Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $oUslFfzDTqWhy_tssj0bGDg6JoDDkkGkqkyF7eikuzY in db\n"} -{"Time":"2024-04-23T18:02:13.084282671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.379558Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $72JLavJlJCAnkHBmsPr5JVvbsHEOV0aGgMoSyZmu210 in db\n"} -{"Time":"2024-04-23T18:02:13.084286641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.379571Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o in db\n"} -{"Time":"2024-04-23T18:02:13.085069904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.379584Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM in db\n"} -{"Time":"2024-04-23T18:02:13.085075874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.379604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:02:13.085080324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.379722Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.085084584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.379751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.085088544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.379805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.085093554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.379822Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:02:13.085097554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.379976Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:02:13.085101584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380172Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM in db\n"} -{"Time":"2024-04-23T18:02:13.085105714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380199Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:13.085109834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380214Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM in db\n"} -{"Time":"2024-04-23T18:02:13.085976176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:13.085983266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380291Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\"]\n"} -{"Time":"2024-04-23T18:02:13.085987556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:02:13.085991856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380418Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:02:13.085996536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380528Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:02:13.086001416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:02:13.086005456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.086009786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380693Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.086013656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380749Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.086017636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380761Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:02:13.086923078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380880Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:02:13.086928738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.086937288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380903Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.086951758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.086957428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380947Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:02:13.086963538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380954Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:02:13.086968978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380981Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:02:13.086975308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.380991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:02:13.086980788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381018Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:02:13.086986028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381031Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:02:13.08790315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m20.79µs\n"} -{"Time":"2024-04-23T18:02:13.087909639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m50.32µs\n"} -{"Time":"2024-04-23T18:02:13.087914609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m165.968µs\n"} -{"Time":"2024-04-23T18:02:13.087919099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381527Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m368.646µs\n"} -{"Time":"2024-04-23T18:02:13.087925059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381600Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m442.136µs\n"} -{"Time":"2024-04-23T18:02:13.087929649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381620Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m462.566µs\n"} -{"Time":"2024-04-23T18:02:13.087941909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:02:13.087946129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381701Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:02:13.087950569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381710Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:02:13.087954439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:02:13.087959579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381749Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$72JLavJlJCAnkHBmsPr5JVvbsHEOV0aGgMoSyZmu210\", (\"m.room.member\", \"@user-3-alice:hs1\"): \"$66v85ZynsPnAwxQhpHcPmVnvcfsYx87WdrRJYOPrX3s\", (\"m.room.history_visibility\", \"\"): \"$9YQjweHTuycMspdI6QnsdSEo9KgHFBMZRsB5UvuJ-MA\", (\"m.room.join_rules\", \"\"): \"$Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o\", (\"m.room.encryption\", \"\"): \"$O2LiiB-g1Wjc92I7QkMwuf_SbXkwQ3ya1Uu1SFX_Kh4\", (\"m.room.create\", \"\"): \"$oUslFfzDTqWhy_tssj0bGDg6JoDDkkGkqkyF7eikuzY\", (\"m.room.guest_access\", \"\"): \"$baKbOjz1uohiLWxlSRS9D5T_cdYEm54V0T2w_RmQLYY\"}\n"} -{"Time":"2024-04-23T18:02:13.087964679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:02:13.088926951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-4-bob:hs2\"): [\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\", \"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\"]}\n"} -{"Time":"2024-04-23T18:02:13.088938601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381841Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:02:13.088943121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\", \"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\"}\n"} -{"Time":"2024-04-23T18:02:13.088947591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:02:13.088951531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:13.088956131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381911Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:02:13.088960971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381917Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:02:13.088964871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381925Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:13.088968781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381940Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:02:13.088972561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:02:13.089880973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381955Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$72JLavJlJCAnkHBmsPr5JVvbsHEOV0aGgMoSyZmu210\", (\"m.room.member\", \"@user-3-alice:hs1\"): \"$66v85ZynsPnAwxQhpHcPmVnvcfsYx87WdrRJYOPrX3s\", (\"m.room.history_visibility\", \"\"): \"$9YQjweHTuycMspdI6QnsdSEo9KgHFBMZRsB5UvuJ-MA\", (\"m.room.join_rules\", \"\"): \"$Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o\", (\"m.room.encryption\", \"\"): \"$O2LiiB-g1Wjc92I7QkMwuf_SbXkwQ3ya1Uu1SFX_Kh4\", (\"m.room.create\", \"\"): \"$oUslFfzDTqWhy_tssj0bGDg6JoDDkkGkqkyF7eikuzY\", (\"m.room.guest_access\", \"\"): \"$baKbOjz1uohiLWxlSRS9D5T_cdYEm54V0T2w_RmQLYY\"}\n"} -{"Time":"2024-04-23T18:02:13.089887053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 2\n"} -{"Time":"2024-04-23T18:02:13.089892412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381977Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\", \"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\"]\n"} -{"Time":"2024-04-23T18:02:13.089896532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$72JLavJlJCAnkHBmsPr5JVvbsHEOV0aGgMoSyZmu210\")\n"} -{"Time":"2024-04-23T18:02:13.089901552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.381993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:02:13.089905632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.382054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\n"} -{"Time":"2024-04-23T18:02:13.089909692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.382086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $72JLavJlJCAnkHBmsPr5JVvbsHEOV0aGgMoSyZmu210\n"} -{"Time":"2024-04-23T18:02:13.089913792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.382122Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\n"} -{"Time":"2024-04-23T18:02:13.089917672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.382169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $72JLavJlJCAnkHBmsPr5JVvbsHEOV0aGgMoSyZmu210\n"} -{"Time":"2024-04-23T18:02:13.090869794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.382197Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\", \"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\"]\n"} -{"Time":"2024-04-23T18:02:13.090875564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.382206Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:13.090879754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.382212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\", \"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\"]\n"} -{"Time":"2024-04-23T18:02:13.090883814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.382315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\"\n"} -{"Time":"2024-04-23T18:02:13.090887914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.382327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.090892994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.382338Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.090897554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.382361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.090901564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.382476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\"\n"} -{"Time":"2024-04-23T18:02:13.090906014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.382488Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.090910144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.382498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.091862066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.382519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.091868656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.382535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:02:13.091873745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.382580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:02:13.091877855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.383497Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:02:13.091882365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.384636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!FlaBYtNYTTwh3PHgci:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m4.227704ms\n"} -{"Time":"2024-04-23T18:02:13.091887295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.384719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m15.76µs\n"} -{"Time":"2024-04-23T18:02:13.091891135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.384745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m42.7µs\n"} -{"Time":"2024-04-23T18:02:13.091894945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.386046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m8 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.091898445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.387113Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:13.091902335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.387523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/Sock-aNc1vyXL0HSDIIs0XAuH7VaBKiKswOPk1nropw\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:13.092911116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.387598Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:02:13.092917256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.387625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.092921856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.389369Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.092925416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.389397Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.092929126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.389422Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/Sock-aNc1vyXL0HSDIIs0XAuH7VaBKiKswOPk1nropw with https://hs2:8448/_matrix/federation/v1/send/Sock-aNc1vyXL0HSDIIs0XAuH7VaBKiKswOPk1nropw\n"} -{"Time":"2024-04-23T18:02:13.092937016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.389438Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:13.092941506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.389464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/Sock-aNc1vyXL0HSDIIs0XAuH7VaBKiKswOPk1nropw\n"} -{"Time":"2024-04-23T18:02:13.092945206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.399031Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.092948966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.399159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=222\u0026timeout=1000 {\"host\": \"127.0.0.1:1049\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.092952896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.399182Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=222\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.092956316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.399233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-3-alice:hs1\n"} -{"Time":"2024-04-23T18:02:13.092959626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.401262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.092963036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.530342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.093998637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.530485Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1049\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"96\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.094003237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.530501Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"this is alices password\"), \"username\": String(\"user-5-alice\")}))\n"} -{"Time":"2024-04-23T18:02:13.094007587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.570393Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-5-alice:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:02:13.094011057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.570565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m40 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.094015127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.571408Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-5-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:13.094019717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.571492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-5-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:13.094025097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.571515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-5-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.094028997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.645120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.094032527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.645381Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1049\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"163\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.094036596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.645412Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"initial_state\": Array([Object({\"content\": Object({\"algorithm\": String(\"m.megolm.v1.aes-sha2\")}), \"state_key\": String(\"\"), \"type\": String(\"m.room.encryption\")})]), \"invite\": Array([String(\"@user-6-bob:hs2\")]), \"preset\": String(\"private_chat\")}))\n"} -{"Time":"2024-04-23T18:02:13.094050816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.645991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-5-alice:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:02:13.094654651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.646017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-5-alice:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:02:13.094661081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.646050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-5-alice:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:02:13.094668101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.647915Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-5-alice 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-5-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.094673731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.647963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-5-alice 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-5-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.094679451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.648019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-5-alice 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-5-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.094684941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.650452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-5-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:02:13.094690671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.650500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-5-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:13.094695741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.650517Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-5-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:02:13.094702801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.650543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-5-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:02:13.094709381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.650560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-5-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:02:13.094717121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.650573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-5-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.09472367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.652407Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:02:13.09472977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.652464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:13.09473537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.652481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.09474238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.654327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:02:13.09474875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.654382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:02:13.0947697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.654399Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.09477495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.656300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:02:13.09478007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.656355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:13.09478584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.656371Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.09479093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.658235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.encryption\", content: RawValue({\"algorithm\":\"m.megolm.v1.aes-sha2\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.encryption)\n"} -{"Time":"2024-04-23T18:02:13.09479697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.658290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.encryption\", content: RawValue({\"algorithm\":\"m.megolm.v1.aes-sha2\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:02:13.09480283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.658307Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.encryption\", content: RawValue({\"algorithm\":\"m.megolm.v1.aes-sha2\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-5-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.09480687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.660235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.09481098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.660267Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.09481535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.660318Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.0948205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.661621Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:13.09482526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.661973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v2/invite/!aaMdr2EjAsQvo725gb:hs1/$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:13.09483088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.662027Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:02:13.094834719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.662045Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m removing expired connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.094838509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.662068Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.094844179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.662097Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:02:13.094849509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.662124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.3:8448\n"} -{"Time":"2024-04-23T18:02:13.094854539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.662395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.23.0.3:8448\n"} -{"Time":"2024-04-23T18:02:13.094859859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.663316Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:02:13.094865229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.663359Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.094870129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.704142Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.094874219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.704171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.094879419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.704204Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v2/invite/!aaMdr2EjAsQvo725gb:hs1/$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI with https://hs2:8448/_matrix/federation/v2/invite/!aaMdr2EjAsQvo725gb:hs1/$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\n"} -{"Time":"2024-04-23T18:02:13.094883439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.704226Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:13.094887209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.704261Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v2/invite/!aaMdr2EjAsQvo725gb:hs1/$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\n"} -{"Time":"2024-04-23T18:02:13.094892369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.704417Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:02:13.094896929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.704524Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.094901409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.704634Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.094906579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.704769Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:13.094912689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705056Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:02:13.094917029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705101Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI in db\n"} -{"Time":"2024-04-23T18:02:13.094923149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705130Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Vjz5bM8dRZdFVvkR9-7F6IwkHxRkHuku-nIluVnc4Ks in db\n"} -{"Time":"2024-04-23T18:02:13.094927979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705155Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $inEF1s5TWqMO_IqnxAW5lGYKzqKF-RXU2uKu5F6vT-A in db\n"} -{"Time":"2024-04-23T18:02:13.094937369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705181Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $C5d0o0qGxaxATRYp8gmk5YfN6m-e7OyvzuiuVl8Vu0M in db\n"} -{"Time":"2024-04-23T18:02:13.094941909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705193Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:13.094945878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705203Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI in db\n"} -{"Time":"2024-04-23T18:02:13.094949768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705213Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Vjz5bM8dRZdFVvkR9-7F6IwkHxRkHuku-nIluVnc4Ks in db\n"} -{"Time":"2024-04-23T18:02:13.094953648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705221Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $inEF1s5TWqMO_IqnxAW5lGYKzqKF-RXU2uKu5F6vT-A in db\n"} -{"Time":"2024-04-23T18:02:13.094959148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705228Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $C5d0o0qGxaxATRYp8gmk5YfN6m-e7OyvzuiuVl8Vu0M in db\n"} -{"Time":"2024-04-23T18:02:13.094965238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:02:13.094970618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.094974598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705328Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.094979638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.094985258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705383Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:02:13.094989878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705479Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:02:13.094994808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705581Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5epFJez5OgwF9TcbUYLU_ntCMpE7UOoVbKkepEtg86Y in db\n"} -{"Time":"2024-04-23T18:02:13.095002908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705595Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:13.095009188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705604Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5epFJez5OgwF9TcbUYLU_ntCMpE7UOoVbKkepEtg86Y in db\n"} -{"Time":"2024-04-23T18:02:13.095014748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:13.095020608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705656Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$5epFJez5OgwF9TcbUYLU_ntCMpE7UOoVbKkepEtg86Y\"]\n"} -{"Time":"2024-04-23T18:02:13.095025938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:02:13.095031158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:02:13.095036638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705791Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:02:13.095040798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:02:13.095045238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.095050508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705909Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.095067367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705983Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.095072997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.705998Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:02:13.095081667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.706140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:02:13.095087407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.706152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.095094057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.706168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.095099997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.706198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.095105427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.706213Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:02:13.095110647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.706222Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:02:13.095115687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.706258Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:02:13.095120827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.706269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:02:13.095126597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.706300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:02:13.095132387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.706466Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:02:13.095137517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.706557Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m29.32µs\n"} -{"Time":"2024-04-23T18:02:13.095143287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.706721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C5d0o0qGxaxATRYp8gmk5YfN6m-e7OyvzuiuVl8Vu0M\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m192.888µs\n"} -{"Time":"2024-04-23T18:02:13.095149317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.706802Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m274.078µs\n"} -{"Time":"2024-04-23T18:02:13.095155417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.706981Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m452.986µs\n"} -{"Time":"2024-04-23T18:02:13.095163757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.707063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m535.325µs\n"} -{"Time":"2024-04-23T18:02:13.095169577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.707228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eRR9vcSNdMiM8NYYBt5V-XYPVr6IMYTlyn6Bf2o0X6E\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m699.904µs\n"} -{"Time":"2024-04-23T18:02:13.095175817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.707307Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m779.123µs\n"} -{"Time":"2024-04-23T18:02:13.095181517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.707469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GH5CYNRBRRP28rvXGM-2oum3r0RaDv-YGROli0PEkA8\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m940.522µs\n"} -{"Time":"2024-04-23T18:02:13.095188286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.707547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.018721ms\n"} -{"Time":"2024-04-23T18:02:13.095194156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.707706Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5epFJez5OgwF9TcbUYLU_ntCMpE7UOoVbKkepEtg86Y\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.17836ms\n"} -{"Time":"2024-04-23T18:02:13.095200076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.707784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.256319ms\n"} -{"Time":"2024-04-23T18:02:13.095206936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.707899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$inEF1s5TWqMO_IqnxAW5lGYKzqKF-RXU2uKu5F6vT-A\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.370768ms\n"} -{"Time":"2024-04-23T18:02:13.095213136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.707986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.458387ms\n"} -{"Time":"2024-04-23T18:02:13.095219686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vjz5bM8dRZdFVvkR9-7F6IwkHxRkHuku-nIluVnc4Ks\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.594726ms\n"} -{"Time":"2024-04-23T18:02:13.095225466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708199Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.670846ms\n"} -{"Time":"2024-04-23T18:02:13.095231556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708214Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.685835ms\n"} -{"Time":"2024-04-23T18:02:13.095238276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m16.12µs\n"} -{"Time":"2024-04-23T18:02:13.095244386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m209.858µs\n"} -{"Time":"2024-04-23T18:02:13.095250766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m289.088µs\n"} -{"Time":"2024-04-23T18:02:13.095257476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m310.308µs\n"} -{"Time":"2024-04-23T18:02:13.095263006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708583Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:02:13.095269346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:02:13.095275856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:02:13.095281296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708693Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:02:13.095287116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708702Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.history_visibility\", \"\"): \"$eRR9vcSNdMiM8NYYBt5V-XYPVr6IMYTlyn6Bf2o0X6E\", (\"m.room.power_levels\", \"\"): \"$C5d0o0qGxaxATRYp8gmk5YfN6m-e7OyvzuiuVl8Vu0M\", (\"m.room.guest_access\", \"\"): \"$GH5CYNRBRRP28rvXGM-2oum3r0RaDv-YGROli0PEkA8\", (\"m.room.join_rules\", \"\"): \"$hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI\", (\"m.room.create\", \"\"): \"$inEF1s5TWqMO_IqnxAW5lGYKzqKF-RXU2uKu5F6vT-A\", (\"m.room.encryption\", \"\"): \"$5epFJez5OgwF9TcbUYLU_ntCMpE7UOoVbKkepEtg86Y\", (\"m.room.member\", \"@user-5-alice:hs1\"): \"$Vjz5bM8dRZdFVvkR9-7F6IwkHxRkHuku-nIluVnc4Ks\"}\n"} -{"Time":"2024-04-23T18:02:13.095293876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:02:13.095298706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708728Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-6-bob:hs2\"): [\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\"]}\n"} -{"Time":"2024-04-23T18:02:13.095303856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708802Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:02:13.095309985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708813Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\", \"$hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI\"}\n"} -{"Time":"2024-04-23T18:02:13.095315255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:02:13.095320875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708901Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI) senders power level\n"} -{"Time":"2024-04-23T18:02:13.095326245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-5-alice:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:02:13.095331455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI power level 100\n"} -{"Time":"2024-04-23T18:02:13.095335335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.708985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:13.095339355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709021Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:02:13.095343135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709031Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI\"]\n"} -{"Time":"2024-04-23T18:02:13.095347275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:13.095351845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI\"]\n"} -{"Time":"2024-04-23T18:02:13.095356625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709145Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI\"\n"} -{"Time":"2024-04-23T18:02:13.095360535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:02:13.095364815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:13.095368695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.095372615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709214Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:02:13.095377245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709222Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.history_visibility\", \"\"): \"$eRR9vcSNdMiM8NYYBt5V-XYPVr6IMYTlyn6Bf2o0X6E\", (\"m.room.power_levels\", \"\"): \"$C5d0o0qGxaxATRYp8gmk5YfN6m-e7OyvzuiuVl8Vu0M\", (\"m.room.guest_access\", \"\"): \"$GH5CYNRBRRP28rvXGM-2oum3r0RaDv-YGROli0PEkA8\", (\"m.room.join_rules\", \"\"): \"$hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI\", (\"m.room.create\", \"\"): \"$inEF1s5TWqMO_IqnxAW5lGYKzqKF-RXU2uKu5F6vT-A\", (\"m.room.encryption\", \"\"): \"$5epFJez5OgwF9TcbUYLU_ntCMpE7UOoVbKkepEtg86Y\", (\"m.room.member\", \"@user-5-alice:hs1\"): \"$Vjz5bM8dRZdFVvkR9-7F6IwkHxRkHuku-nIluVnc4Ks\"}\n"} -{"Time":"2024-04-23T18:02:13.095383115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:02:13.095386945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709256Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\"]\n"} -{"Time":"2024-04-23T18:02:13.095390805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$C5d0o0qGxaxATRYp8gmk5YfN6m-e7OyvzuiuVl8Vu0M\")\n"} -{"Time":"2024-04-23T18:02:13.095395295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:02:13.095399135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709346Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\n"} -{"Time":"2024-04-23T18:02:13.095403605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $C5d0o0qGxaxATRYp8gmk5YfN6m-e7OyvzuiuVl8Vu0M\n"} -{"Time":"2024-04-23T18:02:13.095407845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709443Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\"]\n"} -{"Time":"2024-04-23T18:02:13.095411715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:13.095416015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709462Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\"]\n"} -{"Time":"2024-04-23T18:02:13.095420455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\"\n"} -{"Time":"2024-04-23T18:02:13.095424705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.095428524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.095432304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.095436094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:02:13.095439894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.709712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:02:13.095443844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.710532Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:02:13.095448214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.711703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m5.976838ms\n"} -{"Time":"2024-04-23T18:02:13.095451914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.711803Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-5-alice:hs1 created a room\n"} -{"Time":"2024-04-23T18:02:13.095455804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.711864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m66 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.095459204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.712262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.095462654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.712429Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 {\"host\": \"127.0.0.1:1049\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.095467484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.712455Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 None\n"} -{"Time":"2024-04-23T18:02:13.095478344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.715438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 2: @user-5-alice:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:02:13.095481704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.715591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.095485124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.720457Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.095488564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.720579Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.095492324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.720665Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!aaMdr2EjAsQvo725gb:hs1/@user-6-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:02:13.095496904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.720677Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!aaMdr2EjAsQvo725gb:hs1/@user-6-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:02:13.095500464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.720771Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:13.095503974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.721174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.095507254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.721194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.095511694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.721224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.095515144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.721528Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.095518974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.722753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.095523264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.722864Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.095527614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.722999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!aaMdr2EjAsQvo725gb:hs1/$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0 {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"935\"}\n"} -{"Time":"2024-04-23T18:02:13.095533234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723012Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!aaMdr2EjAsQvo725gb:hs1/$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0 Some(Object({\"auth_events\": Array([String(\"$hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI\"), String(\"$C5d0o0qGxaxATRYp8gmk5YfN6m-e7OyvzuiuVl8Vu0M\"), String(\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\"), String(\"$inEF1s5TWqMO_IqnxAW5lGYKzqKF-RXU2uKu5F6vT-A\")]), \"content\": Object({\"displayname\": String(\"user-6-bob 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"oCWCV4eQWeqff6uQ4TfOF2YV/Rp/FR9+uSJPy1tvEE0\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909682721, \"prev_events\": Array([String(\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\")]), \"room_id\": String(\"!aaMdr2EjAsQvo725gb:hs1\"), \"sender\": String(\"@user-6-bob:hs2\"), \"s"} -{"Time":"2024-04-23T18:02:13.095538654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"ignatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"YxOCP2rcYOxr5Ms5p1dDIlxhVzKMqFT/HLtLK4Co7ga76+47UnLg2LI6MmAyemkLQCUGZYXMqbzwm2z0+LgXCQ\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"E8mo0AqkYNl7kueRpxr1CVNfgS+8Uf7+DvsIYp+AyS2ZGZg++DRvFAyYfpSQQ0KnYpcaGfnmkuNtKbehoiMtAA\")})}), \"state_key\": String(\"@user-6-bob:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"prev_sender\": String(\"@user-5-alice:hs1\")})}))\n"} -{"Time":"2024-04-23T18:02:13.095542874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723113Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:13.095546403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723277Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2, hs1\n"} -{"Time":"2024-04-23T18:02:13.095550013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723340Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.095553913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723382Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.095558713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723478Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:13.095563223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:02:13.095567153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723752Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI in db\n"} -{"Time":"2024-04-23T18:02:13.095571133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723779Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $C5d0o0qGxaxATRYp8gmk5YfN6m-e7OyvzuiuVl8Vu0M in db\n"} -{"Time":"2024-04-23T18:02:13.095575063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723805Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI in db\n"} -{"Time":"2024-04-23T18:02:13.095579873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723830Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $inEF1s5TWqMO_IqnxAW5lGYKzqKF-RXU2uKu5F6vT-A in db\n"} -{"Time":"2024-04-23T18:02:13.095583843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723840Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:13.095587773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723849Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI in db\n"} -{"Time":"2024-04-23T18:02:13.095592033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723859Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $C5d0o0qGxaxATRYp8gmk5YfN6m-e7OyvzuiuVl8Vu0M in db\n"} -{"Time":"2024-04-23T18:02:13.095595963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723866Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI in db\n"} -{"Time":"2024-04-23T18:02:13.095600583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723874Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $inEF1s5TWqMO_IqnxAW5lGYKzqKF-RXU2uKu5F6vT-A in db\n"} -{"Time":"2024-04-23T18:02:13.095604543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723887Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:02:13.095608693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0 (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.095612913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.723983Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.095616673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.095620623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724023Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:02:13.095624403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724110Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:02:13.095628233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724211Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI in db\n"} -{"Time":"2024-04-23T18:02:13.095632273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724225Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:13.095636633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724234Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI in db\n"} -{"Time":"2024-04-23T18:02:13.095641383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:13.095645393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\"]\n"} -{"Time":"2024-04-23T18:02:13.095650643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:02:13.095654563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:02:13.095658393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724410Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:02:13.095662363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724457Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:02:13.095673572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0 (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.095677602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.095681742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.095685532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:02:13.095689792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:02:13.095693702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0 (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.095697582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.095702752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.095706542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724816Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:02:13.095710382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724825Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:02:13.095714222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724857Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:02:13.095718572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724869Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:02:13.095723652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724900Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:02:13.095728462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.724916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:02:13.095733862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.725008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m21.35µs\n"} -{"Time":"2024-04-23T18:02:13.095738402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.725042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m56.3µs\n"} -{"Time":"2024-04-23T18:02:13.095743812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.725199Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m125.588µs\n"} -{"Time":"2024-04-23T18:02:13.095749372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.725407Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m333.807µs\n"} -{"Time":"2024-04-23T18:02:13.095753862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.725513Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m437.616µs\n"} -{"Time":"2024-04-23T18:02:13.095758662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.725555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m481.545µs\n"} -{"Time":"2024-04-23T18:02:13.095764152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.725619Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:02:13.095768772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.725742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:02:13.095773102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.725759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:02:13.095776912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.725826Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:02:13.095781422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.725843Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.guest_access\", \"\"): \"$GH5CYNRBRRP28rvXGM-2oum3r0RaDv-YGROli0PEkA8\", (\"m.room.join_rules\", \"\"): \"$hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI\", (\"m.room.encryption\", \"\"): \"$5epFJez5OgwF9TcbUYLU_ntCMpE7UOoVbKkepEtg86Y\", (\"m.room.member\", \"@user-5-alice:hs1\"): \"$Vjz5bM8dRZdFVvkR9-7F6IwkHxRkHuku-nIluVnc4Ks\", (\"m.room.power_levels\", \"\"): \"$C5d0o0qGxaxATRYp8gmk5YfN6m-e7OyvzuiuVl8Vu0M\", (\"m.room.create\", \"\"): \"$inEF1s5TWqMO_IqnxAW5lGYKzqKF-RXU2uKu5F6vT-A\", (\"m.room.history_visibility\", \"\"): \"$eRR9vcSNdMiM8NYYBt5V-XYPVr6IMYTlyn6Bf2o0X6E\"}\n"} -{"Time":"2024-04-23T18:02:13.095790871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.725879Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:02:13.095795791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.725895Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-6-bob:hs2\"): [\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\", \"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\"]}\n"} -{"Time":"2024-04-23T18:02:13.095800761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:02:13.095805001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\", \"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\"}\n"} -{"Time":"2024-04-23T18:02:13.095809481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:02:13.095813371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:13.095817281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726241Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:02:13.095820961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726257Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:02:13.095832841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726278Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:13.095836791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726294Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:02:13.095840661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:02:13.095845651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726327Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.guest_access\", \"\"): \"$GH5CYNRBRRP28rvXGM-2oum3r0RaDv-YGROli0PEkA8\", (\"m.room.join_rules\", \"\"): \"$hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI\", (\"m.room.encryption\", \"\"): \"$5epFJez5OgwF9TcbUYLU_ntCMpE7UOoVbKkepEtg86Y\", (\"m.room.member\", \"@user-5-alice:hs1\"): \"$Vjz5bM8dRZdFVvkR9-7F6IwkHxRkHuku-nIluVnc4Ks\", (\"m.room.power_levels\", \"\"): \"$C5d0o0qGxaxATRYp8gmk5YfN6m-e7OyvzuiuVl8Vu0M\", (\"m.room.create\", \"\"): \"$inEF1s5TWqMO_IqnxAW5lGYKzqKF-RXU2uKu5F6vT-A\", (\"m.room.history_visibility\", \"\"): \"$eRR9vcSNdMiM8NYYBt5V-XYPVr6IMYTlyn6Bf2o0X6E\"}\n"} -{"Time":"2024-04-23T18:02:13.095850661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 2\n"} -{"Time":"2024-04-23T18:02:13.095854911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726390Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\", \"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\"]\n"} -{"Time":"2024-04-23T18:02:13.095858961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$C5d0o0qGxaxATRYp8gmk5YfN6m-e7OyvzuiuVl8Vu0M\")\n"} -{"Time":"2024-04-23T18:02:13.095862921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726431Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:02:13.095869251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726557Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\n"} -{"Time":"2024-04-23T18:02:13.095873351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726659Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $C5d0o0qGxaxATRYp8gmk5YfN6m-e7OyvzuiuVl8Vu0M\n"} -{"Time":"2024-04-23T18:02:13.095877291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\n"} -{"Time":"2024-04-23T18:02:13.095881191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726799Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $C5d0o0qGxaxATRYp8gmk5YfN6m-e7OyvzuiuVl8Vu0M\n"} -{"Time":"2024-04-23T18:02:13.095885551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726858Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\", \"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\"]\n"} -{"Time":"2024-04-23T18:02:13.095889721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:13.095893651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.726889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\", \"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\"]\n"} -{"Time":"2024-04-23T18:02:13.095897661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.727125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\"\n"} -{"Time":"2024-04-23T18:02:13.095903981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.727148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.09590836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.727170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.09591227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.727217Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.09591613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.727454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\"\n"} -{"Time":"2024-04-23T18:02:13.09592012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.727476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0 (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.09592394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.727497Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.0959282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.727550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.0959432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.727584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:02:13.09594923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.727697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:02:13.09595314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.729361Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:02:13.09595759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.731585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aaMdr2EjAsQvo725gb:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m7.236288ms\n"} -{"Time":"2024-04-23T18:02:13.09596149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.731775Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m31.58µs\n"} -{"Time":"2024-04-23T18:02:13.09596521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.731833Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m90.029µs\n"} -{"Time":"2024-04-23T18:02:13.09596898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.734463Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m11 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.0959724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.735604Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:13.09597619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.736045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/sRxo4GSCYvZm36YaSoONfWI3NTf2KqypIxmY1UNhKvg\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:13.09598072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.736100Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:02:13.09598798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.736119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.09599367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.737795Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.09599718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.737837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:13.0960029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.737870Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/sRxo4GSCYvZm36YaSoONfWI3NTf2KqypIxmY1UNhKvg with https://hs2:8448/_matrix/federation/v1/send/sRxo4GSCYvZm36YaSoONfWI3NTf2KqypIxmY1UNhKvg\n"} -{"Time":"2024-04-23T18:02:13.09600674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.737887Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:13.09601019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.737917Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/sRxo4GSCYvZm36YaSoONfWI3NTf2KqypIxmY1UNhKvg\n"} -{"Time":"2024-04-23T18:02:13.0960138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.742293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.096019609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.742441Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=291\u0026timeout=1000 {\"host\": \"127.0.0.1:1049\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.096023409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.742465Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=291\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.096026769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.742524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-5-alice:hs1\n"} -{"Time":"2024-04-23T18:02:13.096030159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.744684Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.096033379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"2024/04/23 18:02:13 ============== bc21e23fac0bd9fdb65685e9ee576b4b63ae029bd3e43359686e50f1e8ea7540 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:02:13.096036639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.096039159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.337089043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"2024/04/23 18:02:13 ============================================\n"} -{"Time":"2024-04-23T18:02:13.337114763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.337121553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.337127963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"2024/04/23 18:02:13 de5003f8c74dffbe1e727e871c53a5a6948abe0913bf002e4999db7b78195412 : Server logs:\n"} -{"Time":"2024-04-23T18:02:13.337296711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:02:13.337319251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:02:13.337327071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:02:13.337332881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:02:13.337338471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:02:13.337348111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"+ echo 'IP.1 = 172.23.0.3'\n"} -{"Time":"2024-04-23T18:02:13.337354261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:02:13.337360181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:02:13.337365841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:02:13.337371521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:02:13.337377511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.051149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:02:13.33738405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.051258Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:02:13.337393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.051591Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:02:13.33739944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.051598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:02:13.33740514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.051604Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:02:13.33741099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.051615Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:02:13.33741729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.052333Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:02:13.33742354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.33743136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:02:13.33743764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.052400Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:02:13.33744431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.054717Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:02:13.3374504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.056324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:02:13.33745639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.056947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:02:13.33746461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.057970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:02:13.33747045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.572116Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 515.78744ms\n"} -{"Time":"2024-04-23T18:02:13.33747644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574442Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:02:13.3374824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574551Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:02:13.33749063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574562Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:02:13.337496579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574569Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:02:13.337502359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574575Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:02:13.337511149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574582Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:02:13.337519389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574589Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:02:13.337525249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574596Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:02:13.337533729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574603Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:02:13.337542059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574609Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:02:13.337547899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574617Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:02:13.337556339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574624Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:02:13.337570249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574631Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:02:13.337576369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574637Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:02:13.337601429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574653Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:02:13.337607968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574665Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:02:13.337616398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574673Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:02:13.337622578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574682Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:02:13.337628368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574691Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:02:13.337636638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.574699Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:02:13.337642668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.576148Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:02:13.337648588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.578876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:02:13.337657238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.595189Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:02:13.337663558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.595197Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:02:13.337669688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.595863Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:02:13.337678318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.596025Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:02:13.337684878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.620631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.337694168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.621314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.337703868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.621433Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:02:13.337710918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.621713Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.337720068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.674144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.337727297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.674823Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"104\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.337738067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.674858Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2-bob\")}))\n"} -{"Time":"2024-04-23T18:02:13.337751597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.719715Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2-bob:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:02:13.337761907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.721643Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2-bob:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.337776607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.721860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2-bob:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.337788477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.722013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2-bob:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.337797957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.724909Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2-bob 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2-bob:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2-bob:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.337807937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.724928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2-bob 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2-bob:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2-bob:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.337820897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.724960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2-bob 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2-bob:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2-bob:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.337833267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.726453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:02:13.337842666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.726481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:13.337851496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.726491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:02:13.337865246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.726516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:02:13.337874306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.726589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs2\", \"@user-2-bob:hs2\"}\n"} -{"Time":"2024-04-23T18:02:13.337883276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.726601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:02:13.337898186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.726626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:02:13.337911026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.726634Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.337923076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.728195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:13.337950115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:13.337967795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.728223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:13.337978325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:13.337991635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.728232Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:13.338002685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.338017615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.729561Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-2-bob:hs2 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:02:13.338028425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.729641Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m55 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.338041835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.730493Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:13.338059065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.730567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:13.338068045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.730588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.338081484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.891245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.338091344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.892009Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs1 keys\n"} -{"Time":"2024-04-23T18:02:13.338101474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.892051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:02:13.338117624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.892582Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:13.338128754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.892890Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:02:13.338139574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.892917Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:02:13.338151444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.893079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:02:13.338163294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.893126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.338176784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.893170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:13.338191083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.893220Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.338204053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.893290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 9065:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:13.338209913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.338215363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:02:13.338220613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.338227093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.893504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:13.338246373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.893593Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:13.338258283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.894071Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:02:13.338270503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.894105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 9065\n"} -{"Time":"2024-04-23T18:02:13.338281683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.894151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 9065:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:02:13.338291243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.338302163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:02:13.338309063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:02:13.338316052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"hs1. 600 IN A 172.23.0.2\n"} -{"Time":"2024-04-23T18:02:13.338323282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:02:13.338329852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.338336852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.338345412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.894182Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 9065:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:02:13.338355032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.338362182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:02:13.338368972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:02:13.338375702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"hs1. 600 IN A 172.23.0.2\n"} -{"Time":"2024-04-23T18:02:13.338382792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:02:13.338389862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.338396712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.338405012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.894561Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:02:13.338416962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.894598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.2:443\n"} -{"Time":"2024-04-23T18:02:13.338428502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.894792Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.23.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:02:13.338453791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.894846Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:02:13.338468791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.894875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:02:13.338481651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.894915Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:02:13.338499391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.894985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:02:13.338510431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.895022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:02:13.338522281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.895045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.338533811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.895071Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:13.338546251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.895091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.33855619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.895147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 29071:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:13.33856389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.33857117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.33857792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.33858594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.895200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:13.33859673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.895248Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:13.33861268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.896510Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:13.33862383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.896539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 29071\n"} -{"Time":"2024-04-23T18:02:13.3386392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.896576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 29071:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:13.3386489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.33865593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.33866271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:13.338669219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:13.338676149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":". 86387 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:13.338683519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.338692069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.338701169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.896613Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:13.338720479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.896640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:13.338732509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.896797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:13.338743929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.896829Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.338754459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.896899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m31002\n"} -{"Time":"2024-04-23T18:02:13.338763549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.896913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 31002:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:13.338771419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.338778439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.338787609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.338795308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.896951Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:13.338804338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.899043Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:13.338813328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.899057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:02:13.338822058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.899066Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:13.338837868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.899079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:13.338846338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.899087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:13.338859958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.899095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:13.338868178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.899104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:13.338876208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.899114Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:13.338885378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.899149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 31002:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:13.338901388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.338908437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.338915397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:13.338922467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:13.338929537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":". 86387 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:13.338948957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.338955957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.338964687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.899200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:02:13.338975937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.899221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.338987727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.899245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:13.339005617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.899264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.339015997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.899313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 54362:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:13.339030286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.339037176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.339043896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.339052246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.899369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:13.339064236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.899413Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:13.339079476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.900522Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:13.339104966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.900549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 54362\n"} -{"Time":"2024-04-23T18:02:13.339115936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.900583Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 54362:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:13.339125496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.339132356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.339138745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:13.339145075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:13.339152655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":". 86387 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:13.339159865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.339166075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.339175165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.900611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:13.339187455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.900635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:13.339197785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.900653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.339210925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.900698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:13.339217115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.900716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m11935\n"} -{"Time":"2024-04-23T18:02:13.339223425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.900727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 11935:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:13.339229215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.339234275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.339240325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.339247495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.900746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:13.339255664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.943137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:13.339263904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.943148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:02:13.339278664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.943156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:13.339287194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.943168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:13.339295364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.943176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:13.339303374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.943184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:13.339312274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.943191Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:13.339320124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.943202Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:13.339336134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.943234Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 11935:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:13.339346304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.339353444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.339360494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:13.339367453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:13.339374633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":". 86387 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:13.339382093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.339397873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.339406603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.943280Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:13.339418513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.943311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:02:13.339429463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.943342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:02:13.339450653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.943363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.339462713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.943388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:13.339475503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.943407Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.339490762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.943456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 33127:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:13.340604933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.340617562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.340623422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.340629462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.943508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:13.340637442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.943560Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:13.340645212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.944626Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:13.340652582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.944652Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 33127\n"} -{"Time":"2024-04-23T18:02:13.340667912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.944687Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 33127:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:13.340678072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.340685522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.340692352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:13.340699272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:13.340706642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":". 86387 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:13.340714122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.340721232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.340728741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.944716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:13.340737841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.944740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:13.340746491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.944758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.340753981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.944803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:13.340760931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.944822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m25763\n"} -{"Time":"2024-04-23T18:02:13.340767361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.944833Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 25763:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:13.340774901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.340781761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.340789331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.340796761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.944853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:13.340805941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.987153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:13.340815071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.987167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:02:13.340823601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.987175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:13.340831661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.987185Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:13.340839801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.987193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:13.34084776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.987200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:13.34085518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.987207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:13.34086109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.987217Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:13.3408678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.987256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 25763:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:13.34087484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.34088029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.34088544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:13.34089109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:13.34089635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":". 86387 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:13.34090331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.34091158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.340919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.987310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:02:13.34092839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.987330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.340958429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.987353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:13.340969159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.987371Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.340977439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.987420Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 21953:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:13.340983399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.340989589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.341004689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.341011209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.987465Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:13.341019469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.987516Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:13.341033439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.988696Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:13.341044379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.988721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 21953\n"} -{"Time":"2024-04-23T18:02:13.341055639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.988755Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 21953:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:13.341065259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.341071679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.341076758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:13.341082078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:13.341095288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":". 86387 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:13.341102428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.341108308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.341114778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.988785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:13.341128088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.988808Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:13.341145338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.988827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:13.341153638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.988872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:13.341159988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.988890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m63685\n"} -{"Time":"2024-04-23T18:02:13.341166178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.988902Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 63685:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:13.341175848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.341181168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.341186348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.341193298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:41.988922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:13.341201417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.031793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:13.341214347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.031804Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:02:13.341221547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.031813Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:13.341227657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.031824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:13.341233757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.031832Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:13.341239727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.031839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:13.341245787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.031847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:13.341252287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.031858Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:13.341263487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.031890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 63685:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:13.341279377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:02:13.341286457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:13.341291687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:13.341297037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:13.341302477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":". 86386 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:13.341307887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:13.341312837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.341319366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.031944Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:13.341327866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.031992Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:02:13.341337486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.032064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:02:13.341350266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.032296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:13.341360566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.032357Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.341368856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.032398Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:02:13.341376976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.032425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.2:8448\n"} -{"Time":"2024-04-23T18:02:13.341392616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.032619Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.23.0.2:8448\n"} -{"Time":"2024-04-23T18:02:13.341403216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.034818Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:02:13.341420266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.034925Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.341428576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.035822Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.341437035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.035852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.341445925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.036035Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:02:13.341453975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.036072Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:13.341461645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.036161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:02:13.341475675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.036776Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!DeY4oHI0GpyDEdyKNe:hs1/$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1339\"}\n"} -{"Time":"2024-04-23T18:02:13.341491105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.036806Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!DeY4oHI0GpyDEdyKNe:hs1/$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ Some(Object({\"event\": Object({\"auth_events\": Array([String(\"$pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM\"), String(\"$v5xEV0RJGqMixGASgDDhEX9P5UnMbYuyA-8KYXCqEeM\"), String(\"$rqGKMNDwBwC7zp40BkBoBebNjCanDCc7abBvVJx3C-4\"), String(\"$nNfOLV_lZZzf8QSyf7PStUZC1tdeD3IHM90NwTwz0y8\")]), \"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"F05qltacS5Vw2CDLu1tK8GzxaHtT7+ZllUxYh5+xBPI\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909581745, \"prev_events\": Array([String(\"$X-VxBE4-37C-RRWuttBNP2f_Y9Qr0ut3EZJGfT-iFbU\")]), \"room_id\": String(\"!DeY4oHI0GpyDEdyKNe:hs1\"), \"sender\": String(\"@user-1-alice:hs1\"), \"signatures\": Object({\"hs1\": O"} -{"Time":"2024-04-23T18:02:13.341507115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"bject({\"ed25519:47tEZhMl\": String(\"8IhBYYXNaSqgXznMy1oDtOUZMDoKmnDAfIbwm4Y4htCKojH/XZih3GEjOi6ChqU2s/gQIPOIIJr+9N4BzBWiBw\")})}), \"state_key\": String(\"@user-2-bob:hs2\"), \"type\": String(\"m.room.member\")}), \"invite_room_state\": Array([Object({\"content\": Object({\"creator\": String(\"@user-1-alice:hs1\"), \"room_version\": String(\"10\")}), \"sender\": String(\"@user-1-alice:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.create\")}), Object({\"content\": Object({\"join_rule\": String(\"invite\")}), \"sender\": String(\"@user-1-alice:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")}), Object({\"content\": Object({\"displayname\": String(\"user-1-alice 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"is_direct\": Bool(false), \"membership\": String(\"join\")}), \"sender\": String(\"@user-1-alice:hs1\"), \"state_key\": String(\"@user-1-alice:hs1\"), \"type\": String(\"m.room.member\")}), Object({\"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"sender\": String(\"@user-1-alice:hs1\"), \"state_key\": String(\"@user-2-bob:"} -{"Time":"2024-04-23T18:02:13.341518285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"hs2\"), \"type\": String(\"m.room.member\")})]), \"org.matrix.msc4125.via\": Array([String(\"hs1\"), String(\"hs1\")]), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:02:13.341525435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.037102Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:13.341532795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.038784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m147 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.341542365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.040701Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.341551635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.040978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.341558904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.052465Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.341570234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.052864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.341577974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.052892Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 None\n"} -{"Time":"2024-04-23T18:02:13.341584584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.057101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-2-bob:hs2 timeout:300s\n"} -{"Time":"2024-04-23T18:02:13.341591084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.057330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.341598154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.057981Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.341608794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.058295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21DeY4oHI0GpyDEdyKNe:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.341621174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.058324Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21DeY4oHI0GpyDEdyKNe:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:02:13.341630944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.058745Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !DeY4oHI0GpyDEdyKNe:hs1 over federation.\n"} -{"Time":"2024-04-23T18:02:13.341639914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.058900Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:02:13.341649324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.059078Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:13.341661264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.059298Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!DeY4oHI0GpyDEdyKNe:hs1/@user-2-bob:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:02:13.341676073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.059349Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:02:13.341686733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.059370Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.341703983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.062277Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.341714553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.062311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.341726053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.062352Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!DeY4oHI0GpyDEdyKNe:hs1/@user-2-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!DeY4oHI0GpyDEdyKNe:hs1/@user-2-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:02:13.341738913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.062369Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:13.341749463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.062399Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_join/!DeY4oHI0GpyDEdyKNe:hs1/@user-2-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:02:13.341765293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.062473Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$rqGKMNDwBwC7zp40BkBoBebNjCanDCc7abBvVJx3C-4\",\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\",\"$nNfOLV_lZZzf8QSyf7PStUZC1tdeD3IHM90NwTwz0y8\",\"$pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM\"],\"content\":{\"membership\":\"join\"},\"depth\":9,\"hashes\":{\"sha256\":\"zYVrkcbk0/kjP/sJxfSERy5oUQuZGIrdNusKnU7xBtA\"},\"origin\":\"hs1\",\"origin_server_ts\":1713909582061,\"prev_events\":[\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\"],\"room_id\":\"!DeY4oHI0GpyDEdyKNe:hs1\",\"sender\":\"@user-2-bob:hs2\",\"signatures\":{\"hs1\":{\"ed25519:47tEZhMl\":\"+Fc0gpDE/JTYq+PGSqwII034buwY4iblzSet1wQny4HSp89t9R2OiGdZMMxqyoByhFNVXYZ/fTJUP8PHbANKAg\"}},\"state_key\":\"@user-2-bob:hs2\",\"type\":\"m.room.member\",\"unsigned\":{\"prev_content\":{\"is_direct\":false,\"membership\":\"invite"} -{"Time":"2024-04-23T18:02:13.341780423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\"},\"prev_sender\":\"@user-1-alice:hs1\"}}) })\n"} -{"Time":"2024-04-23T18:02:13.341788753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.062492Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:02:13.341798382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.062760Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for send_join in room !DeY4oHI0GpyDEdyKNe:hs1\n"} -{"Time":"2024-04-23T18:02:13.341826592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.062997Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:13.341839592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.063301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!DeY4oHI0GpyDEdyKNe:hs1/$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:13.341859932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.063347Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:02:13.341870332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.063365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.341887772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.077915Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_join/!DeY4oHI0GpyDEdyKNe:hs1/$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek with https://hs1:8448/_matrix/federation/v2/send_join/!DeY4oHI0GpyDEdyKNe:hs1/$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\n"} -{"Time":"2024-04-23T18:02:13.341899182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.077953Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:13.341909472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.078058Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.341917831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.078071Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.341926941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.078113Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v2/send_join/!DeY4oHI0GpyDEdyKNe:hs1/$iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek\n"} -{"Time":"2024-04-23T18:02:13.341958281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.078231Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:02:13.341968001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.078504Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:02:13.341977111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.078624Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:02:13.341987111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.078867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs1\n"} -{"Time":"2024-04-23T18:02:13.341996671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.078976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs2\n"} -{"Time":"2024-04-23T18:02:13.342017661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.079390Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We had all keys cached locally, not fetching any keys from remote servers\n"} -{"Time":"2024-04-23T18:02:13.342027661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.079413Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:02:13.34203673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.081531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.34204624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.081858Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.34205689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.082214Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/GtNVOXVNF74qxryTchaWdHcTT3pSu2lwv7FDhyAve1g {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1128\"}\n"} -{"Time":"2024-04-23T18:02:13.34207989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.082240Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/GtNVOXVNF74qxryTchaWdHcTT3pSu2lwv7FDhyAve1g Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([Object({\"currently_active\": Bool(true), \"last_active_ago\": 0, \"presence\": String(\"online\"), \"status_msg\": String(\"\"), \"user_id\": String(\"@user-1-alice:hs1\")})])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909582078, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$rqGKMNDwBwC7zp40BkBoBebNjCanDCc7abBvVJx3C-4\"), String(\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\"), String(\"$nNfOLV_lZZzf8QSyf7PStUZC1tdeD3IHM90NwTwz0y8\"), String(\"$pCpEiuEhFaA7vB0-xwr42jEOKtzAX-9AnabGpbcvoLM\")]), \"content\": Object({\"displayname\": String(\"user-2-bob 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashe"} -{"Time":"2024-04-23T18:02:13.34210113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"s\": Object({\"sha256\": String(\"AztlShFtFFGpgkthJCy9feJjsPVT/0Jzox4wFJgZmRs\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909582062, \"prev_events\": Array([String(\"$N1BIGkOy1LQmD2oRUF4-XfxVnoYl2LDMpIDJLZUmIuQ\")]), \"room_id\": String(\"!DeY4oHI0GpyDEdyKNe:hs1\"), \"sender\": String(\"@user-2-bob:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"hyFLenZBSbwOy1wmDZySHkZIhx82j7+58nxuJourZZSIybMscKAdYjczA4KCIcHPY2h/OIMKGA3wyvPoN5wGBQ\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"/weyPXxG/maHkTbHJIfRLIlURCOALDKkKaOA/afUX8pOyZmuFE7jqr0m8EcW/THsy9g/flw0RGhMgMsfBISiBQ\")})}), \"state_key\": String(\"@user-2-bob:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")})})})])}))\n"} -{"Time":"2024-04-23T18:02:13.34211523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.082459Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Could not parse PDU: Server is not in room !DeY4oHI0GpyDEdyKNe:hs1\n"} -{"Time":"2024-04-23T18:02:13.34212623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.082485Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m133.979µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"GtNVOXVNF74qxryTchaWdHcTT3pSu2lwv7FDhyAve1g\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:02:13.34213777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.082950Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m596.065µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"GtNVOXVNF74qxryTchaWdHcTT3pSu2lwv7FDhyAve1g\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:02:13.342148269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.083052Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342163899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.083132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 1: @user-1-alice:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:02:13.342170829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.083203Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:02:13.342177759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.084524Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:02:13.342184669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.084565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $iS5PI4TeStDh3PDUU_fK_YSDBvSF8x_e25o0MoeS2ek (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.342191619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.084728Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.342203239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.085039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.342211059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.085068Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:02:13.342221799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.089709Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:02:13.342228619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.090651Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:02:13.342235349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.091876Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:02:13.342242209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.092100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m34 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342249399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.095149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342256959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.095435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=100\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342264508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.095461Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=100\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.342271248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.095532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-2-bob:hs2\n"} -{"Time":"2024-04-23T18:02:13.342277988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.097983Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342293238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.098387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342300568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.098509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342307808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.098532Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.342314568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:42.098586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-2-bob:hs2\n"} -{"Time":"2024-04-23T18:02:13.342321248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:43.099780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342328148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:43.100206Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342335448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:43.100345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342347448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:43.100374Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.342354408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:44.102455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342361188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:44.102872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342368888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:44.103012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342376447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:44.103042Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.342387927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:45.105487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342394847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:45.106160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342406527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:45.106319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342413947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:45.106343Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.342420817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:46.108541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342427637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:46.109006Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342434717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:46.109113Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342442127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:46.109136Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.342449037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:47.111176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342455847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:47.111579Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342463157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:47.111684Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342470697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:47.111707Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.342477877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:48.112778Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342489226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:48.113160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342496556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:48.113264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342503936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:48.113286Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.342510906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:49.115319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342517796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:49.115782Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342525306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:49.115886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342537086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:49.115908Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.342543586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:50.032448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:13.342549686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:50.032476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m zero bytes read, stream closed?\n"} -{"Time":"2024-04-23T18:02:13.342555686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:50.032489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m \u001b[3merror\u001b[0m\u001b[2m=\u001b[0mstream closed \u001b[3mstream\u001b[0m\u001b[2m=\u001b[0mTCP(127.0.0.11:53)\n"} -{"Time":"2024-04-23T18:02:13.342564466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:50.032502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_exchange\u001b[0m\u001b[2m:\u001b[0m io_stream is done, shutting down\n"} -{"Time":"2024-04-23T18:02:13.342573406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:50.117874Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342582466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:50.118269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342589896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:50.118376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342597206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:50.118398Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.342604585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:51.120467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342611605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:51.120864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342619045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:51.120989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342627975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:51.121011Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.342642315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:52.123035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342649375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:52.123487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342656665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:52.123593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342664005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:52.123614Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.342670835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:53.125730Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342677665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:53.126178Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342691245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:53.126303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342702445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:53.126325Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.342712304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:54.128498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342726824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:54.128875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342738664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:54.128997Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342754464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:54.129020Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.342771294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:55.131033Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342781214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:55.131435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342792104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:55.131540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342804894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:55.131562Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.342814824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:56.133614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342823754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:56.134002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342833403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:56.134107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342843143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:56.134128Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.342852063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:57.136191Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342861073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:57.136676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342872403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:57.136780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342882203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:57.136801Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.342891593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:58.138740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342900953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:58.139219Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342910363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:58.139325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342920263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:58.139347Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.342948382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:59.141262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.342977212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:59.141687Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.342987942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:59.141791Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.342997732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T21:59:59.141812Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343006422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:00.143767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343023422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:00.144167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343032822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:00.144271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343050332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:00.144292Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343059511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:01.146262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343068491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:01.146642Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343082071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:01.146746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343092071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:01.146767Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343114171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:02.149686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1003 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343124921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:02.150183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343134391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:02.150296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343144471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:02.150324Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343151321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:03.152289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343157851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:03.152698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343164601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:03.152805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.34317167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:03.152827Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.34317813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:04.154790Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.34318466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:04.155224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.34319485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:04.155329Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.34320454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:04.155350Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.3432114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:05.157318Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.34321777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:05.157748Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.34322474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:05.157855Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.34323801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:05.157876Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.34325203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:06.160645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.34326701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:06.161052Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.3432769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:06.161159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343287099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:06.161181Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343296609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:07.163126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343305709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:07.163549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343315529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:07.163654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343326549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:07.163675Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343335669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:08.164748Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343344939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:08.165151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343354349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:08.165256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343364219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:08.165278Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343373429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:09.167265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343383419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:09.167723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343400778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:09.167827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343410678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:09.167849Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343420048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:10.170548Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343429348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:10.171002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343438828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:10.171108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343449688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:10.171130Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343458608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:11.173112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343467308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:11.173481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343476448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:11.173547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343493738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:11.173559Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343502928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:12.175185Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343519657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:12.175699Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343529307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:12.175854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343539067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:12.175878Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343555207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:13.178024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343564147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:13.178483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343574387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:13.178588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343585597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:13.178610Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343594757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:14.180611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343603817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:14.181020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343613187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:14.181125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343622806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:14.181147Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343632086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:15.183118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343640656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:15.183599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343647896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:15.183703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343655126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:15.183725Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343661726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:16.184714Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343668146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:16.185119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343675106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:16.185223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343687766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:16.185245Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343694866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:17.187244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343701426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:17.187645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343712076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:17.187749Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343719316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:17.187771Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343725876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:18.190415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343735925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:18.190890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343742925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:18.191010Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343749995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:18.191033Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343756565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:19.193004Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343763005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:19.193461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343772725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:19.193565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343783315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:19.193587Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343797535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:20.195620Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343806015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:20.195998Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343813745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:20.196103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343820995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:20.196125Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343827595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:21.198325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343833945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:21.198815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343840875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:21.199024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343847955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:21.199051Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343856824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:22.201245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343865984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:22.201588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343874074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:22.201715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343887884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:22.201743Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343894644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:23.203724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343900964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:23.204130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343907994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:23.204243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343915754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:23.204269Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343926014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:24.206380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343948424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:24.206733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.343958004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:24.206843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.343969383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:24.206865Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.343978333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:25.208737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.343988273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:25.209007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.344004663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:25.209075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.344014483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:25.209089Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.344024263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:26.211268Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.344034223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:26.211621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.344043743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:26.211725Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.344053603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:26.211746Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.344082483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:27.212731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.344093302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:27.213106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.344103332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:27.213211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.344118632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:27.213233Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.344127762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:28.215279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.344136892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:28.215650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.344165332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:28.215753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.344177112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:28.215774Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.344186352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:29.217838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.344195622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:29.218307Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.344205271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:29.218411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.344216611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:29.218433Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.344225951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:30.220538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.344240961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:30.221034Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.344251841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:30.221140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.344261641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:30.221161Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.344271621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:31.223102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.344280831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:31.223482Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.344290501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:31.223585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.344301261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:31.223606Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.344310921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.225514Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.344319941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.290146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.34432928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.290282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"104\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.34433985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.290295Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-4-bob\")}))\n"} -{"Time":"2024-04-23T18:02:13.3443579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.334639Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-4-bob:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:02:13.34436751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.334800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m44 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.34437779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.335394Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-4-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:13.34439666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.335459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-4-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:13.34440836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.335475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-4-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.34441995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.354865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.34443505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.355204Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.344446119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.355515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!FlaBYtNYTTwh3PHgci:hs1/$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1339\"}\n"} -{"Time":"2024-04-23T18:02:13.344461669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.355539Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!FlaBYtNYTTwh3PHgci:hs1/$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM Some(Object({\"event\": Object({\"auth_events\": Array([String(\"$oUslFfzDTqWhy_tssj0bGDg6JoDDkkGkqkyF7eikuzY\"), String(\"$66v85ZynsPnAwxQhpHcPmVnvcfsYx87WdrRJYOPrX3s\"), String(\"$Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o\"), String(\"$72JLavJlJCAnkHBmsPr5JVvbsHEOV0aGgMoSyZmu210\")]), \"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"ZDhW8w2BMtHVVj+Ee2jNL6588f63Rm2axKFAdO+Q4F4\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909632351, \"prev_events\": Array([String(\"$O2LiiB-g1Wjc92I7QkMwuf_SbXkwQ3ya1Uu1SFX_Kh4\")]), \"room_id\": String(\"!FlaBYtNYTTwh3PHgci:hs1\"), \"sender\": String(\"@user-3-alice:hs1\"), \"signatures\": Object({\"hs1\": O"} -{"Time":"2024-04-23T18:02:13.344477039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"bject({\"ed25519:47tEZhMl\": String(\"tE6xgVmKb7bqJOueBi7nT+uENMlb2d1bXWG0JwCk0Q9qos6SGPqSGwp29fJwwaoB20REriSCgmlsgLVL+DrHCg\")})}), \"state_key\": String(\"@user-4-bob:hs2\"), \"type\": String(\"m.room.member\")}), \"invite_room_state\": Array([Object({\"content\": Object({\"creator\": String(\"@user-3-alice:hs1\"), \"room_version\": String(\"10\")}), \"sender\": String(\"@user-3-alice:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.create\")}), Object({\"content\": Object({\"join_rule\": String(\"invite\")}), \"sender\": String(\"@user-3-alice:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")}), Object({\"content\": Object({\"displayname\": String(\"user-3-alice 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"is_direct\": Bool(false), \"membership\": String(\"join\")}), \"sender\": String(\"@user-3-alice:hs1\"), \"state_key\": String(\"@user-3-alice:hs1\"), \"type\": String(\"m.room.member\")}), Object({\"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"sender\": String(\"@user-3-alice:hs1\"), \"state_key\": String(\"@user-4-bob:"} -{"Time":"2024-04-23T18:02:13.344492719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"hs2\"), \"type\": String(\"m.room.member\")})]), \"org.matrix.msc4125.via\": Array([String(\"hs1\"), String(\"hs1\")]), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:02:13.344508739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.355711Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:13.344523329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.357124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.344532729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.370809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.344542279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.370945Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.344551879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.370969Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 None\n"} -{"Time":"2024-04-23T18:02:13.344561099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.372165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 2: @user-4-bob:hs2 timeout:300s\n"} -{"Time":"2024-04-23T18:02:13.344569498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.372255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.344578598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.372817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.344589438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.372994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21FlaBYtNYTTwh3PHgci:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.344600068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.373020Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21FlaBYtNYTTwh3PHgci:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:02:13.344609218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.373425Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !FlaBYtNYTTwh3PHgci:hs1 over federation.\n"} -{"Time":"2024-04-23T18:02:13.344618268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.373465Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:02:13.344627358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.373587Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:13.344639308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.373824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!FlaBYtNYTTwh3PHgci:hs1/@user-4-bob:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:02:13.344658218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.373873Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:02:13.344668548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.373894Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m removing expired connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.344682958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.373916Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.344694227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.373967Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:02:13.344709587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.373999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.2:8448\n"} -{"Time":"2024-04-23T18:02:13.344719657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.374211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.23.0.2:8448\n"} -{"Time":"2024-04-23T18:02:13.344729437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.374974Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:02:13.344739317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.375038Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.344749557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.376405Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.344761597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.376429Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.344770097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.376454Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!FlaBYtNYTTwh3PHgci:hs1/@user-4-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!FlaBYtNYTTwh3PHgci:hs1/@user-4-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:02:13.344783607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.376471Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:13.344799837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.376496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_join/!FlaBYtNYTTwh3PHgci:hs1/@user-4-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:02:13.344815076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.376553Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$oUslFfzDTqWhy_tssj0bGDg6JoDDkkGkqkyF7eikuzY\",\"$72JLavJlJCAnkHBmsPr5JVvbsHEOV0aGgMoSyZmu210\",\"$Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o\",\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\"],\"content\":{\"membership\":\"join\"},\"depth\":9,\"hashes\":{\"sha256\":\"yB63CIdvDNvbe7lghlvTQqD7u4v69dJkAO2j4gxiT8Q\"},\"origin\":\"hs1\",\"origin_server_ts\":1713909632375,\"prev_events\":[\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\"],\"room_id\":\"!FlaBYtNYTTwh3PHgci:hs1\",\"sender\":\"@user-4-bob:hs2\",\"signatures\":{\"hs1\":{\"ed25519:47tEZhMl\":\"zLuawlZWHTXnSEjCZJAh6qIWZl++H/r4Pp+FR9115RtIAH+dMob2tUXr+xCc82853zx5E2A2klVcxWF1PyghCQ\"}},\"state_key\":\"@user-4-bob:hs2\",\"type\":\"m.room.member\",\"unsigned\":{\"prev_content\":{\"is_direct\":false,\"membership\":\"invite"} -{"Time":"2024-04-23T18:02:13.344833646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\"},\"prev_sender\":\"@user-3-alice:hs1\"}}) })\n"} -{"Time":"2024-04-23T18:02:13.344839816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.376572Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:02:13.344847506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.376778Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for send_join in room !FlaBYtNYTTwh3PHgci:hs1\n"} -{"Time":"2024-04-23T18:02:13.344856876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.376993Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:13.344866276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.377257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!FlaBYtNYTTwh3PHgci:hs1/$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:13.344874726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.377304Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:02:13.344882026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.377323Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.344889946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.386269Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_join/!FlaBYtNYTTwh3PHgci:hs1/$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A with https://hs1:8448/_matrix/federation/v2/send_join/!FlaBYtNYTTwh3PHgci:hs1/$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\n"} -{"Time":"2024-04-23T18:02:13.344901456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.386293Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:13.344909306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.386391Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.344917576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.386402Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.344927255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.386454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v2/send_join/!FlaBYtNYTTwh3PHgci:hs1/$bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A\n"} -{"Time":"2024-04-23T18:02:13.344949605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.386605Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:02:13.344959265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.386900Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:02:13.344968255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.387060Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:02:13.344977475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.387177Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs1\n"} -{"Time":"2024-04-23T18:02:13.344987275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.387566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs2\n"} -{"Time":"2024-04-23T18:02:13.344996365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.387839Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We had all keys cached locally, not fetching any keys from remote servers\n"} -{"Time":"2024-04-23T18:02:13.345012815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.387864Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:02:13.345023435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.387905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.345040114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.388197Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.345055884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.388496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/Sock-aNc1vyXL0HSDIIs0XAuH7VaBKiKswOPk1nropw {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1128\"}\n"} -{"Time":"2024-04-23T18:02:13.345070154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.388519Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/Sock-aNc1vyXL0HSDIIs0XAuH7VaBKiKswOPk1nropw Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([Object({\"currently_active\": Bool(true), \"last_active_ago\": 0, \"presence\": String(\"online\"), \"status_msg\": String(\"\"), \"user_id\": String(\"@user-3-alice:hs1\")})])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909632387, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$oUslFfzDTqWhy_tssj0bGDg6JoDDkkGkqkyF7eikuzY\"), String(\"$72JLavJlJCAnkHBmsPr5JVvbsHEOV0aGgMoSyZmu210\"), String(\"$Sqe9H8lpfboC2CqObOUYZKYn1V4biPME9F7T9X4eO5o\"), String(\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\")]), \"content\": Object({\"displayname\": String(\"user-4-bob 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashe"} -{"Time":"2024-04-23T18:02:13.345086264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"s\": Object({\"sha256\": String(\"AJKTy5f8wRuHL7CLmyI6NDDSCRzHg2qB2YtUic3MF4c\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909632376, \"prev_events\": Array([String(\"$_bMVW6XS3Wdvnsrj4BjFLjT5dy0H96BCMSqN6qcEARM\")]), \"room_id\": String(\"!FlaBYtNYTTwh3PHgci:hs1\"), \"sender\": String(\"@user-4-bob:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"VZTXdTiosUVvctazRKii6UKSm2F8gnPLXHH8z1eztndMuJwdriHgY/MMK3zSD1IUHN/Lg0ftxtFeUFbaWKXKDw\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"S4gWryK26fEqhfqyFT37XlbJUHAIxlP+IN+e4jngypq6dphxZOu5pqHoasBthhkRyWzQHiExlqDgk+r04igmDQ\")})}), \"state_key\": String(\"@user-4-bob:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")})})})])}))\n"} -{"Time":"2024-04-23T18:02:13.345096754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.388710Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Could not parse PDU: Server is not in room !FlaBYtNYTTwh3PHgci:hs1\n"} -{"Time":"2024-04-23T18:02:13.345103744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.388736Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m133.799µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"Sock-aNc1vyXL0HSDIIs0XAuH7VaBKiKswOPk1nropw\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:02:13.345111794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.389056Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m451.786µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"Sock-aNc1vyXL0HSDIIs0XAuH7VaBKiKswOPk1nropw\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:02:13.345119394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.389151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.345137534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.389212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 3: @user-3-alice:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:02:13.345146054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.391218Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:02:13.345154543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.392367Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:02:13.345161263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.392392Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $bb2jRSuQj1IqKK2L4f3ZHz8ZMYdsQdVXFf5YPnkmE4A (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.345168093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.392562Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.345174663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.392717Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.345181273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.392741Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:02:13.345187853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.396362Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:02:13.345198223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.397119Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:02:13.345218963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.398334Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:02:13.345248933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.398545Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m25 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.345260173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.402138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.345269982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.402263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=128\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.345280312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.402287Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=128\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.345290252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.402337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-4-bob:hs2\n"} -{"Time":"2024-04-23T18:02:13.345299252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.404381Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.345308452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.404860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.345318102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.405021Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.345328172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.405047Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.345337112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:32.405092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-4-bob:hs2\n"} -{"Time":"2024-04-23T18:02:13.345347222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:33.407254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.345356182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:33.407815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.345365462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:33.407990Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.345376272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:33.408016Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.345385361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:34.410346Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.345394621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:34.410957Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.345409301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:34.411150Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.345416781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:34.411184Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.345423761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:35.413566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.345430281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:35.414277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.345437691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:35.414454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.345444791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:35.414481Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.345460381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:36.415905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.345475231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:36.416452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.345484951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:36.416642Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.34550121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:36.416678Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.34551031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:37.417959Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.34551948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:37.418558Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.3455289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:37.418725Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.34553942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:37.418750Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.34554816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:38.421096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.34555795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:38.421707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.3455671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:38.421864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.3455788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:38.421893Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.34558797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:39.424320Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.34559711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:39.424824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.345606789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:39.425000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.345616529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:39.425025Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.345625659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:40.427333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.345636019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:40.427962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.345645309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:40.428146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.345655009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:40.428183Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.345663849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:41.430563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.345672779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:41.431172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.345682789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:41.431363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.345703419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:41.431396Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.345712849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:42.433315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.345728848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:42.433837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.345744598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:42.434010Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.345754468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:42.434036Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.345769138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:43.436335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.345778148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:43.437001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.345787658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:43.437160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.345797448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:43.437192Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.345807728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:44.439481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.345816628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:44.440086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.345826018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:44.440266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.345835757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:44.440303Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.345845207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:45.442601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.345854527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:45.443161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.345864997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:45.443326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.345874957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:45.443360Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.345884777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:46.445334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.345893657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:46.445987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.345902707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:46.446143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.345912187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:46.446168Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.345921167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:47.448361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.345930067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:47.448967Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.345951956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:47.449152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.345970506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:47.449187Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.345979556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:48.451336Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.345993206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:48.451843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346003366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:48.452020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346014266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:48.452045Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346023486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:49.454133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346030576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:49.454771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346037696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:49.454921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346044836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:49.454956Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346056556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:50.457331Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346063285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:50.457849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346075835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:50.458023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346085585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:50.458048Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346096545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:51.460198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346105435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:51.460688Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346115095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:51.460842Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346125115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:51.460866Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346134615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:52.462991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346143625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:52.463502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346154245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:52.463656Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346170575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:52.463681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346179634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:53.465822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346188654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:53.466386Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346197884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:53.466540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346207644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:53.466565Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346215064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:54.467905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346231284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:54.468475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346240724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:54.468662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346248044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:54.468700Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346254754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:55.469951Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346268704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:55.470501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346276774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:55.470657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346284114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:55.470681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346292523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:56.472000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346301303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:56.472498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346311243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:56.472678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346321823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:56.472714Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346336713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:57.473990Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346346003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:57.474509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346355943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:57.474668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346365423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:57.474699Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346374493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:58.476003Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346383343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:58.476586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346399823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:58.476763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346416012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:58.476790Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346425602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:59.478984Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346434572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:59.479507Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346443942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:59.479669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346474302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:00:59.479694Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346485442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:00.480732Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346505022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:00.481245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346514741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:00.481354Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346524661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:00.481375Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346534581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:01.483221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346544801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:01.483628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346555311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:01.483735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346565181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:01.483756Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346574481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:02.484961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346584531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:02.485357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346593781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:02.485462Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346603361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:02.485484Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346612691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:03.487395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346621581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:03.487788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.3466315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:03.487893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.34664816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:03.487915Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.3466643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:04.488745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1000 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.34667343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:04.489146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.34668287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:04.489250Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.34669292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:04.489272Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.34670196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:05.491180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:05.491606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.34672022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:05.491711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.34673106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:05.491732Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.34674002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:06.493437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346754669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:06.493810Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346769319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:06.493914Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346779409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:06.493952Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346789019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:07.495502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346799149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:07.495877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346808839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:07.496000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346818479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:07.496023Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346827319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:08.498295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346836329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:08.498718Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346845659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:08.498830Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346855419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:08.498843Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346864538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:09.500696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346873688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:09.501224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346883138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:09.501380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346900648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:09.501404Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346909838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:10.503303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346919168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:10.503854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346929588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:10.503981Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346952328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:10.503996Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.346967758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:11.505625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.346977287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:11.506303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.346986477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:11.506421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.346996597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:11.506438Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.347005857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:12.508279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.347020717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:12.508703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.347030437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:12.508820Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.347040527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:12.508839Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.347050437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:13.510608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.347059897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:13.510994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.347069577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:13.511103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.347078767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:13.511117Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.347085917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:14.513259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.347092576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:14.513708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.347106776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:14.513812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.347119316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:14.513826Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.347126776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:15.515439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.347134276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:15.515877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.347141816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:15.516004Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.347149906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:15.516024Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.347157396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:16.516806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1000 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.347164706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:16.517205Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.347172496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:16.517307Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.347180376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:16.517321Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.347187656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:17.519070Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.347194986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:17.519549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.347203496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:17.519663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.347211635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:17.519681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.347224115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:18.521387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.347235855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:18.521806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.347243725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:18.521915Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.347251835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:18.521945Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.347259225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:19.523412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.347266595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:19.523843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.347274375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:19.523981Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.347282375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:19.524002Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.347289695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:20.525264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.347304215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:20.525647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.347312345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:20.525760Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.347325295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:20.525776Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.347333264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:21.527269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.347340714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:21.527691Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.347348474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:21.527803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.347356594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:21.527820Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=148\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.347364014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.529650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.347371274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.571131Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.347386024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.571279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"104\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.347394804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.571303Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-6-bob\")}))\n"} -{"Time":"2024-04-23T18:02:13.347402994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.644260Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-6-bob:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:02:13.347410634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.644440Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m73 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.347419184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.645179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-6-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:13.347429494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.645250Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-6-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:13.347439964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.645266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-6-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:13.347453853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.663632Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.347461793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.663900Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.347470603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.664259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!aaMdr2EjAsQvo725gb:hs1/$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1339\"}\n"} -{"Time":"2024-04-23T18:02:13.347484663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.664284Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!aaMdr2EjAsQvo725gb:hs1/$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI Some(Object({\"event\": Object({\"auth_events\": Array([String(\"$hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI\"), String(\"$Vjz5bM8dRZdFVvkR9-7F6IwkHxRkHuku-nIluVnc4Ks\"), String(\"$inEF1s5TWqMO_IqnxAW5lGYKzqKF-RXU2uKu5F6vT-A\"), String(\"$C5d0o0qGxaxATRYp8gmk5YfN6m-e7OyvzuiuVl8Vu0M\")]), \"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"uTE1NgN0QQ8NByjgWAezx1ar9o+O3NOWdyFHf5TcEBg\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909682660, \"prev_events\": Array([String(\"$5epFJez5OgwF9TcbUYLU_ntCMpE7UOoVbKkepEtg86Y\")]), \"room_id\": String(\"!aaMdr2EjAsQvo725gb:hs1\"), \"sender\": String(\"@user-5-alice:hs1\"), \"signatures\": Object({\"hs1\": O"} -{"Time":"2024-04-23T18:02:13.347501533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"bject({\"ed25519:47tEZhMl\": String(\"uWxcJgvryyIqd1n7Sazp3RQlNdnRkK5/7WS53aDi7oDf6wBi4xpRWRy3vqrqdCU6Duty8HNibe/pmNZFG6gwBA\")})}), \"state_key\": String(\"@user-6-bob:hs2\"), \"type\": String(\"m.room.member\")}), \"invite_room_state\": Array([Object({\"content\": Object({\"creator\": String(\"@user-5-alice:hs1\"), \"room_version\": String(\"10\")}), \"sender\": String(\"@user-5-alice:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.create\")}), Object({\"content\": Object({\"join_rule\": String(\"invite\")}), \"sender\": String(\"@user-5-alice:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")}), Object({\"content\": Object({\"displayname\": String(\"user-5-alice 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"is_direct\": Bool(false), \"membership\": String(\"join\")}), \"sender\": String(\"@user-5-alice:hs1\"), \"state_key\": String(\"@user-5-alice:hs1\"), \"type\": String(\"m.room.member\")}), Object({\"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"sender\": String(\"@user-5-alice:hs1\"), \"state_key\": String(\"@user-6-bob:"} -{"Time":"2024-04-23T18:02:13.347513373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"hs2\"), \"type\": String(\"m.room.member\")})]), \"org.matrix.msc4125.via\": Array([String(\"hs1\"), String(\"hs1\")]), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:02:13.347520553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.664438Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:13.347528313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.665796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.347540203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.716164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.347548163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.716302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.347559753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.716326Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 None\n"} -{"Time":"2024-04-23T18:02:13.347566723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.717790Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 4: @user-6-bob:hs2 timeout:300s\n"} -{"Time":"2024-04-23T18:02:13.347588822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.717851Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.347596522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.718381Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.347603762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.718512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21aaMdr2EjAsQvo725gb:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.347615752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.718536Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21aaMdr2EjAsQvo725gb:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:02:13.347626802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.718809Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !aaMdr2EjAsQvo725gb:hs1 over federation.\n"} -{"Time":"2024-04-23T18:02:13.347633432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.718838Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:02:13.347639952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.718887Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:13.347648232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.719132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!aaMdr2EjAsQvo725gb:hs1/@user-6-bob:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:02:13.347657222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.719187Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:02:13.347665212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.719206Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m removing expired connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.347672572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.719228Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.347680722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.719258Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:02:13.347688082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.719285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.2:8448\n"} -{"Time":"2024-04-23T18:02:13.347695241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.719508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.23.0.2:8448\n"} -{"Time":"2024-04-23T18:02:13.347702491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.720211Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:02:13.347709621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.720294Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.347721091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.721687Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.347728451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.721713Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.347736541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.721738Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!aaMdr2EjAsQvo725gb:hs1/@user-6-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!aaMdr2EjAsQvo725gb:hs1/@user-6-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:02:13.347749291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.721755Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:13.347756831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.721782Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_join/!aaMdr2EjAsQvo725gb:hs1/@user-6-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:02:13.347767171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.721839Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI\",\"$C5d0o0qGxaxATRYp8gmk5YfN6m-e7OyvzuiuVl8Vu0M\",\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\",\"$inEF1s5TWqMO_IqnxAW5lGYKzqKF-RXU2uKu5F6vT-A\"],\"content\":{\"membership\":\"join\"},\"depth\":9,\"hashes\":{\"sha256\":\"lN4ijd/z19BWPsNc6FSi3KvQeoWrKVhnsREXEcFZU4E\"},\"origin\":\"hs1\",\"origin_server_ts\":1713909682721,\"prev_events\":[\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\"],\"room_id\":\"!aaMdr2EjAsQvo725gb:hs1\",\"sender\":\"@user-6-bob:hs2\",\"signatures\":{\"hs1\":{\"ed25519:47tEZhMl\":\"YxOCP2rcYOxr5Ms5p1dDIlxhVzKMqFT/HLtLK4Co7ga76+47UnLg2LI6MmAyemkLQCUGZYXMqbzwm2z0+LgXCQ\"}},\"state_key\":\"@user-6-bob:hs2\",\"type\":\"m.room.member\",\"unsigned\":{\"prev_content\":{\"is_direct\":false,\"membership\":\"invite"} -{"Time":"2024-04-23T18:02:13.347776681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\"},\"prev_sender\":\"@user-5-alice:hs1\"}}) })\n"} -{"Time":"2024-04-23T18:02:13.347782661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.721856Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:02:13.347789161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.722072Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for send_join in room !aaMdr2EjAsQvo725gb:hs1\n"} -{"Time":"2024-04-23T18:02:13.347795851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.722276Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:13.347803771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.722530Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!aaMdr2EjAsQvo725gb:hs1/$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:13.347812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.722574Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:02:13.3478229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.722593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.34783095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.734752Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_join/!aaMdr2EjAsQvo725gb:hs1/$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0 with https://hs1:8448/_matrix/federation/v2/send_join/!aaMdr2EjAsQvo725gb:hs1/$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\n"} -{"Time":"2024-04-23T18:02:13.34783863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.734777Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:13.34784552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.734871Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.34785582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.734884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:13.34786263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.734894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v2/send_join/!aaMdr2EjAsQvo725gb:hs1/$clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0\n"} -{"Time":"2024-04-23T18:02:13.34786976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.734965Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:02:13.34787614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.735120Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:02:13.34788264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.735177Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:02:13.34789325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.735225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs1\n"} -{"Time":"2024-04-23T18:02:13.34789989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.735388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs2\n"} -{"Time":"2024-04-23T18:02:13.34790661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.735508Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We had all keys cached locally, not fetching any keys from remote servers\n"} -{"Time":"2024-04-23T18:02:13.3479132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.735520Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:02:13.34792726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.736379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.347945099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.736605Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:13.347954209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.736896Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/sRxo4GSCYvZm36YaSoONfWI3NTf2KqypIxmY1UNhKvg {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1128\"}\n"} -{"Time":"2024-04-23T18:02:13.347966149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.736917Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/sRxo4GSCYvZm36YaSoONfWI3NTf2KqypIxmY1UNhKvg Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([Object({\"currently_active\": Bool(true), \"last_active_ago\": 0, \"presence\": String(\"online\"), \"status_msg\": String(\"\"), \"user_id\": String(\"@user-5-alice:hs1\")})])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909682735, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$hQfr3SZu5c99V_JeTQnyJ21njzBdnHif4Jx1LTfZOuI\"), String(\"$C5d0o0qGxaxATRYp8gmk5YfN6m-e7OyvzuiuVl8Vu0M\"), String(\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\"), String(\"$inEF1s5TWqMO_IqnxAW5lGYKzqKF-RXU2uKu5F6vT-A\")]), \"content\": Object({\"displayname\": String(\"user-6-bob 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashe"} -{"Time":"2024-04-23T18:02:13.347981529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"s\": Object({\"sha256\": String(\"oCWCV4eQWeqff6uQ4TfOF2YV/Rp/FR9+uSJPy1tvEE0\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909682721, \"prev_events\": Array([String(\"$bn8WaMdlLyP5GQQUDCZV2C4D4J73kKEORIhMec7FCHI\")]), \"room_id\": String(\"!aaMdr2EjAsQvo725gb:hs1\"), \"sender\": String(\"@user-6-bob:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"4+ErNDbxP+wpaBPDl5aJTg7Qe8witwC1/VvJUmkqbzI40Xj+NKklbtTwRzPJ1RXhjydG399rWmqDMLqA2KT9DQ\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"E8mo0AqkYNl7kueRpxr1CVNfgS+8Uf7+DvsIYp+AyS2ZGZg++DRvFAyYfpSQQ0KnYpcaGfnmkuNtKbehoiMtAA\")})}), \"state_key\": String(\"@user-6-bob:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")})})})])}))\n"} -{"Time":"2024-04-23T18:02:13.347998789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.737103Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Could not parse PDU: Server is not in room !aaMdr2EjAsQvo725gb:hs1\n"} -{"Time":"2024-04-23T18:02:13.348005999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.737127Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m117.839µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"sRxo4GSCYvZm36YaSoONfWI3NTf2KqypIxmY1UNhKvg\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:02:13.348016999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.737328Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:02:13.348024059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.737422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m411.516µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"sRxo4GSCYvZm36YaSoONfWI3NTf2KqypIxmY1UNhKvg\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:02:13.348031469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.737508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348038019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.737561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 5: @user-5-alice:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:02:13.348044118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.737995Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:02:13.348053648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.738010Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $clifAEYxT0snQx_Lzd4o_yow-4OUJp6NSPbes-3aex0 (m.room.member)\n"} -{"Time":"2024-04-23T18:02:13.348063418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.738091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:13.348071578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.738167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:13.348078238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.738179Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:02:13.348084708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.740640Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:02:13.348091168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.741125Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:02:13.348102208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.741751Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:02:13.348109018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.741882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m23 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348115768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.745626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348122548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.745802Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=156\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348129728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.745828Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=156\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348136248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.745887Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-6-bob:hs2\n"} -{"Time":"2024-04-23T18:02:13.348142908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.748055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348149438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.748497Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348156888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.748625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348164077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.748649Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348170867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:22.748703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-6-bob:hs2\n"} -{"Time":"2024-04-23T18:02:13.348177577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:23.750667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348183997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:23.751053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348202127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:23.751162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348214527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:23.751184Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348221277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:24.752982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348232047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:24.753357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348238927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:24.753461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348246037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:24.753482Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348252617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:25.755358Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348259157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:25.755710Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348265867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:25.755815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348273006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:25.755836Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348279566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:26.757584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348285896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:26.758025Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348293186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:26.758133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348300306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:26.758155Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348311196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:27.760363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348317876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:27.760822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348329496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:27.760927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348336696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:27.760973Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348343286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:28.763779Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348349706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:28.764378Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348356726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:28.764525Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348367406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:28.764548Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348374046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:29.766625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348380556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:29.767215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348387525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:29.767352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348394945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:29.767372Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348401715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:30.769461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348411875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:30.769964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348418925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:30.770104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348426045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:30.770124Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348432565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:31.772431Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348452665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:31.773063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348465125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:31.773236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348472325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:31.773263Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348478935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:32.775270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348485485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:32.775733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348492425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:32.775846Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348499504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:32.775869Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348506104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:33.776752Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348512584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:33.777231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348519334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:33.777344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348526414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:33.777367Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348536614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:34.779228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348543174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:34.779605Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348550174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:34.779724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348562524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:34.779748Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348569354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:35.781627Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348575764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:35.782028Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348582794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:35.782147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348589854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:35.782172Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348596444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:36.784039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348610474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:36.784435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348617543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:36.784546Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348624653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:36.784569Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348631223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:37.786403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348637523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:37.787156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348644483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:37.787268Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348651593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:37.787291Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348658203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:38.789150Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348664693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:38.789804Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348672503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:38.789921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348679663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:38.789963Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348686123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:39.791809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348692683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:39.792355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348703743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:39.792467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348714403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:39.792490Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348720983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:40.794574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348727512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:40.795252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348734562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:40.795435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348741602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:40.795464Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348752532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:41.797538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348759032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:41.798036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348766002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:41.798164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348773102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:41.798189Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348780072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:42.800083Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348790242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:42.800697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348797362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:42.800808Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348804422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:42.800831Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348810882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:43.802678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348817422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:43.803124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348824442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:43.803235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348831622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:43.803258Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348838202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:44.805030Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348844571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:44.805478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348851711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:44.805595Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348858841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:44.805619Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348865841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:45.807492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348872121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:45.807999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348879711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:45.808119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348892131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:45.808143Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348898891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:46.809986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348905231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:46.810436Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348912451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:46.810554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.348919511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:46.810578Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.348926841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:47.812443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.348940861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:47.812929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.348952291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:47.813059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.34895932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:47.813082Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.34896949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:48.815055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.34898109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:48.815581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.34899523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:48.815724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.34900409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:48.815749Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.3490113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:49.817663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.34901792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:49.818213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.34902554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:49.818325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.34903246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:49.818348Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.34903904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:50.820250Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.34904539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:50.820764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.34905241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:50.820875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.34906318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:50.820899Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349069889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:51.822054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349076579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:51.822828Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349083399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:51.823003Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349090489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:51.823030Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349097039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:52.825045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349103969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:52.825490Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349111339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:52.825609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349118459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:52.825634Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349125749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:53.827483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349132989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:53.827986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349140729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:53.828098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349147939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:53.828120Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349154489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:54.829905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349164819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:54.830292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349171809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:54.830409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349178899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:54.830434Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349189748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:55.832260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349196338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:55.832658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349215008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:55.832769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349222288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:55.832792Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349229288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:56.834642Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349235958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:56.835056Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349242748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:56.835173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349254228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:56.835198Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349261238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:57.837045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349267758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:57.837428Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349274708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:57.837545Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349281758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:57.837570Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349288328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:58.839382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349294677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:58.839773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349301517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:58.839890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349308307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:58.839914Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349314927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:59.840749Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1000 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349321447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:59.841139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349328967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:59.841250Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349336037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:01:59.841273Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349342607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:00.843172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349353467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:00.843605Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349371237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:00.843727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349378707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:00.843750Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349385117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:01.845628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349391437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:01.846082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349398847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:01.846200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349409636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:01.846225Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349419686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:02.848054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349426216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:02.848424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349434226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:02.848539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349441316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:02.848563Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349447786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:03.850427Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349454066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:03.850879Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349464946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:03.851005Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349471996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:03.851029Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349478776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:04.853519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349486266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:04.853974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349493036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:04.854092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349499976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:04.854117Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349506396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:05.855953Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349512726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:05.856330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349519346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:05.856441Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349526185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:05.856464Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349533515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:06.858303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349543395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:06.858753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349550075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:06.858868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349556995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:06.858893Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349563615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:07.859731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1000 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349569895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:07.860194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349577185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:07.860305Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349589205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:07.860328Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349595715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:08.862173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349602025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:08.862564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349608635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:08.862680Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349615535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:08.862705Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349626225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:09.864567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349632615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:09.864982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349640074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:09.865094Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349646994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:09.865116Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349653334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:10.867127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349659734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:10.867784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349666314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:10.867960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349673234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:10.867986Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349679894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:11.870123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349687394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:11.870830Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:13.349697494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:11.871010Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1051\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:13.349704444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:11.871038Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:13.349710784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:12.873423Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:13.349721104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\u001b[2m2024-04-23T22:02:12.916343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:02:13.349726884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"2024/04/23 18:02:13 ============== de5003f8c74dffbe1e727e871c53a5a6948abe0913bf002e4999db7b78195412 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:02:13.349732074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.349744694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:02:13.36638615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Output":"--- FAIL: TestDeviceListsUpdateOverFederation (163.47s)\n"} -{"Time":"2024-04-23T18:02:13.366399069-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederation","Elapsed":163.47} -{"Time":"2024-04-23T18:02:13.366407419-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin"} -{"Time":"2024-04-23T18:02:13.366412709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"=== RUN TestDeviceListsUpdateOverFederationOnRoomJoin\n"} -{"Time":"2024-04-23T18:02:13.366421379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":" federation_device_list_update_test.go:178: WARNING: TestDeviceListsUpdateOverFederationOnRoomJoin called runtime.SkipIf([dendrite synapse]) but Complement doesn't know which HS is running as it was run without a *_blacklist tag: executing test.\n"} -{"Time":"2024-04-23T18:02:14.214012924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":" federation_device_list_update_test.go:179: Deploy times: 11.370532ms blueprints, 836.179723ms containers\n"} -{"Time":"2024-04-23T18:02:14.267483801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (53.365209ms)\n"} -{"Time":"2024-04-23T18:02:15.029597564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":" server.go:185: Creating room !0-O1QAkfk8irxboJ5UTE:host.docker.internal:12173 with version 10\n"} -{"Time":"2024-04-23T18:02:15.055751948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"2024/04/23 18:02:15 Received send-join of event $Bh7Q9b9UqJUVIrYmhQJ9wdai4FZwnP1bxh7Ogj-qGZA\n"} -{"Time":"2024-04-23T18:02:15.062645068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!0-O1QAkfk8irxboJ5UTE:host.docker.internal:12173 =\u003e 200 OK (31.878184ms)\n"} -{"Time":"2024-04-23T18:02:15.06588639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!0-O1QAkfk8irxboJ5UTE:host.docker.internal:12173/send/m.room.message/1 =\u003e 200 OK (3.143773ms)\n"} -{"Time":"2024-04-23T18:02:15.065957899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":" federation_device_list_update_test.go:212: SendEventSynced waiting for event ID $1q2pTRrFiVrsjJev1aA091NNVMNYuLW3bfqIpN-bDyQ\n"} -{"Time":"2024-04-23T18:02:15.079601731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (13.576763ms)\n"} -{"Time":"2024-04-23T18:02:15.084790256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":" federation_device_list_update_test.go:192: got edu: {Type:m.presence Origin: Destination: Content:[123 34 112 117 115 104 34 58 91 93 125]}\n"} -{"Time":"2024-04-23T18:02:25.079965599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":" federation_device_list_update_test.go:219: \u001b[31mWait: timed out after 10.000000 seconds.\u001b[39m\n"} -{"Time":"2024-04-23T18:02:25.274975799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"2024/04/23 18:02:25 ============================================\n"} -{"Time":"2024-04-23T18:02:25.275000968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\n"} -{"Time":"2024-04-23T18:02:25.275026128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\n"} -{"Time":"2024-04-23T18:02:25.275032588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"2024/04/23 18:02:25 b09cef48f65e97e3dbf14433570cc19260101fe9c41b7f3927e0d03cdd2c0b25 : Server logs:\n"} -{"Time":"2024-04-23T18:02:25.275078618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:02:25.275088248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:02:25.275094968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:02:25.275102167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:02:25.275113417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:02:25.275120077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"+ echo 'IP.1 = 172.24.0.2'\n"} -{"Time":"2024-04-23T18:02:25.275128977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:02:25.275139717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:02:25.275145937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:02:25.275152727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:02:25.275171677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:13.872222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:02:25.275179507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:13.872324Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:02:25.275187867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:13.872648Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:02:25.275207007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:13.872657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:02:25.275214037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:13.872663Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:02:25.275220956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:13.872669Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:02:25.275230846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:13.873382Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:02:25.275237806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\n"} -{"Time":"2024-04-23T18:02:25.275243906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:02:25.275265566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:13.873453Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:02:25.275280316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:13.875916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:02:25.275289616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:13.877582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:02:25.275298446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:13.878177Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:02:25.275309896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:13.879205Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:02:25.275318946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.187961Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 310.374464ms\n"} -{"Time":"2024-04-23T18:02:25.275332706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.189991Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:02:25.275339585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190059Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:02:25.275346425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190070Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:02:25.275356135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190076Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:02:25.275363255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190083Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:02:25.275369885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190090Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:02:25.275376435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190097Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:02:25.275382985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190104Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:02:25.275389665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190111Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:02:25.275396285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190117Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:02:25.275405895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190125Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:02:25.275412695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190132Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:02:25.275425275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190139Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:02:25.275432025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190145Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:02:25.275438625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190162Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:02:25.275448205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190173Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:02:25.275454925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190181Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:02:25.275461444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190191Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:02:25.275467974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190200Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:02:25.275474644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.190208Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:02:25.275484144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.192044Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:02:25.275490814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.194530Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:02:25.275497724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.210678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:02:25.275505764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.210688Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:02:25.275515194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.211328Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:02:25.275528494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.211484Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:02:25.275538574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.212640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:25.275548124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.213275Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1053\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:25.275556584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.213383Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:02:25.275567494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.213654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:25.275575644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.214417Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:25.275586473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.214941Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1053\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"96\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:25.275606813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.214967Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"this is alices password\"), \"username\": String(\"user-1-alice\")}))\n"} -{"Time":"2024-04-23T18:02:25.275618163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.257917Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1-alice:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:02:25.275629443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.259614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:25.275644443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.259807Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:25.275658433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.259952Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:25.275680493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.262668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1-alice 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:25.275699302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.262686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1-alice 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:25.275720202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.262713Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1-alice 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:25.275735802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.264155Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:02:25.275751772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.264184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:25.275766432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.264195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:02:25.275793362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.264223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:02:25.275805392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.264276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1-alice:hs1\"}\n"} -{"Time":"2024-04-23T18:02:25.275817351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.264288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:02:25.275835791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.264316Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:02:25.275848641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.264324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:25.275861301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.265797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:25.275875321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:25.275896361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.265826Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:25.275911191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:25.275930671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.265836Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:25.27598235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:25.27599591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.267111Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1-alice:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:02:25.27600535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.267196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m52 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:25.27602526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.267886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:25.27603565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.267960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:25.27604426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:14.267981Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:25.276051679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.031163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:25.276060739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.031609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%210-O1QAkfk8irxboJ5UTE:host.docker.internal:12173?server_name=host.docker.internal%3A12173 {\"host\": \"127.0.0.1:1053\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:25.276077449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.031642Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%210-O1QAkfk8irxboJ5UTE:host.docker.internal:12173?server_name=host.docker.internal%3A12173 Some(Object({}))\n"} -{"Time":"2024-04-23T18:02:25.276086979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.032251Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !0-O1QAkfk8irxboJ5UTE:host.docker.internal:12173 over federation.\n"} -{"Time":"2024-04-23T18:02:25.276101049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.032374Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:12173 for make_join (0)\n"} -{"Time":"2024-04-23T18:02:25.276109979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.032944Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:25.276123149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.033264Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal:12173\n"} -{"Time":"2024-04-23T18:02:25.276131049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.033291Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 2: Hostname with included port\n"} -{"Time":"2024-04-23T18:02:25.276140669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.033390Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":12173\") hostname: Named(\"host.docker.internal\", \":12173\")\n"} -{"Time":"2024-04-23T18:02:25.276151729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.033700Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(12173), path: \"/_matrix/federation/v1/make_join/!0-O1QAkfk8irxboJ5UTE:host.docker.internal:12173/@user-1-alice:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:02:25.276164818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.033839Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:12173)\n"} -{"Time":"2024-04-23T18:02:25.276187898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.033944Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(12173))\n"} -{"Time":"2024-04-23T18:02:25.276196008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.033962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:12173\n"} -{"Time":"2024-04-23T18:02:25.276209618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.034090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:12173\n"} -{"Time":"2024-04-23T18:02:25.276218278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.046908Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:02:25.276228408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.046956Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:12173)\n"} -{"Time":"2024-04-23T18:02:25.276236958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.049477Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:25.276243558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.049768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:25.276254408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.050974Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:12173)\n"} -{"Time":"2024-04-23T18:02:25.276262738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.051001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:12173)\n"} -{"Time":"2024-04-23T18:02:25.276279067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.051026Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:12173 for https://host.docker.internal:12173/_matrix/federation/v1/make_join/!0-O1QAkfk8irxboJ5UTE:host.docker.internal:12173/@user-1-alice:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://host.docker.internal:12173/_matrix/federation/v1/make_join/!0-O1QAkfk8irxboJ5UTE:host.docker.internal:12173/@user-1-alice:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:02:25.276289407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.051043Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:25.276297397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.051077Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:12173/_matrix/federation/v1/make_join/!0-O1QAkfk8irxboJ5UTE:host.docker.internal:12173/@user-1-alice:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:02:25.276306147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.051166Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"sender\":\"@user-1-alice:hs1\",\"room_id\":\"!0-O1QAkfk8irxboJ5UTE:host.docker.internal:12173\",\"type\":\"m.room.member\",\"state_key\":\"@user-1-alice:hs1\",\"prev_events\":[\"$4nu462C0XS0TkxOF3j4Sb7XkKe1A4PQgaTQ9DBHQVFo\"],\"auth_events\":[\"$w4EVarOfEa9jnfAstkj6DG4yOeeuRSD3-mxzEfyNIcA\",\"$4nu462C0XS0TkxOF3j4Sb7XkKe1A4PQgaTQ9DBHQVFo\",\"$o__sIkC50zUoBMaqWbMZFuuiR59oEqPMBwVERk0GhaY\"],\"depth\":5,\"content\":{\"membership\":\"join\"}}) })\n"} -{"Time":"2024-04-23T18:02:25.276318137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.051184Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:02:25.276324927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.051394Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:12173 for send_join in room !0-O1QAkfk8irxboJ5UTE:host.docker.internal:12173\n"} -{"Time":"2024-04-23T18:02:25.276332617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.051599Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:25.276344407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.051921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(12173), path: \"/_matrix/federation/v2/send_join/!0-O1QAkfk8irxboJ5UTE:host.docker.internal:12173/$Bh7Q9b9UqJUVIrYmhQJ9wdai4FZwnP1bxh7Ogj-qGZA\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:25.276356427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.051992Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:12173): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:02:25.276366227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.052013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:12173)\n"} -{"Time":"2024-04-23T18:02:25.276373837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.054624Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:25.276380357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.054876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:25.276388727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.056159Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:12173 for https://host.docker.internal:12173/_matrix/federation/v2/send_join/!0-O1QAkfk8irxboJ5UTE:host.docker.internal:12173/$Bh7Q9b9UqJUVIrYmhQJ9wdai4FZwnP1bxh7Ogj-qGZA with https://host.docker.internal:12173/_matrix/federation/v2/send_join/!0-O1QAkfk8irxboJ5UTE:host.docker.internal:12173/$Bh7Q9b9UqJUVIrYmhQJ9wdai4FZwnP1bxh7Ogj-qGZA\n"} -{"Time":"2024-04-23T18:02:25.276403496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.056184Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:25.276418206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.056303Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:12173)\n"} -{"Time":"2024-04-23T18:02:25.276426306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.056316Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:12173)\n"} -{"Time":"2024-04-23T18:02:25.276436286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.056448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:12173/_matrix/federation/v2/send_join/!0-O1QAkfk8irxboJ5UTE:host.docker.internal:12173/$Bh7Q9b9UqJUVIrYmhQJ9wdai4FZwnP1bxh7Ogj-qGZA\n"} -{"Time":"2024-04-23T18:02:25.276450626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.056565Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:02:25.276459886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.056783Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:02:25.276466896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.056866Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:02:25.276473436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.057002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for host.docker.internal:12173\n"} -{"Time":"2024-04-23T18:02:25.276480006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.057026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Signing key not loaded for host.docker.internal:12173\n"} -{"Time":"2024-04-23T18:02:25.276491816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.057172Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted key servers first for homeserver signing keys.\n"} -{"Time":"2024-04-23T18:02:25.276502556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.057192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Remaining servers left that the notary/trusted servers did not provide: {\"host.docker.internal:12173\": {}}\n"} -{"Time":"2024-04-23T18:02:25.276511295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.057206Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking individual servers for signing keys: {\"host.docker.internal:12173\": {}}\n"} -{"Time":"2024-04-23T18:02:25.276521095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.057276Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:25.276531005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.057424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(12173), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:25.276547815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.057455Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:12173): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:02:25.276555535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.057469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:12173)\n"} -{"Time":"2024-04-23T18:02:25.276563025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.057983Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:12173)\n"} -{"Time":"2024-04-23T18:02:25.276571905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.058000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:12173)\n"} -{"Time":"2024-04-23T18:02:25.276583155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.058022Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:12173 for https://host.docker.internal:12173/_matrix/key/v2/server with https://host.docker.internal:12173/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:02:25.276591445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.058033Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:25.276601935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.058052Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:12173/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:02:25.276609945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.058098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Received new Future result\n"} -{"Time":"2024-04-23T18:02:25.276620004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.058107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Result is from host.docker.internal:12173\n"} -{"Time":"2024-04-23T18:02:25.276628374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.058221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Done handling Future result\n"} -{"Time":"2024-04-23T18:02:25.276635274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.058235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Search for signing keys done\n"} -{"Time":"2024-04-23T18:02:25.276641674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.058244Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:02:25.276648234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.059207Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:02:25.276667234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.059699Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:02:25.276680544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.059718Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Bh7Q9b9UqJUVIrYmhQJ9wdai4FZwnP1bxh7Ogj-qGZA (m.room.member)\n"} -{"Time":"2024-04-23T18:02:25.276688474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.059801Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:25.276702504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.059963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:25.276710934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.059977Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:02:25.276717464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.061313Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:02:25.276724794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.061725Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:02:25.276731414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.062344Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:02:25.276740443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.062463Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m31 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:25.276756613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.063027Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:25.276777823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.063367Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%210-O1QAkfk8irxboJ5UTE:host.docker.internal:12173/send/m.room.message/1 {\"host\": \"127.0.0.1:1053\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"34\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:25.276787533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.063394Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%210-O1QAkfk8irxboJ5UTE:host.docker.internal:12173/send/m.room.message/1 Some(Object({\"body\": String(\"Test\"), \"msgtype\": String(\"m.body\")}))\n"} -{"Time":"2024-04-23T18:02:25.276795853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.064013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Test\",\"msgtype\":\"m.body\"}), unsigned: Some({\"transaction_id\": String(\"1\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-O1QAkfk8irxboJ5UTE:host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:25.276806103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.064083Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Test\",\"msgtype\":\"m.body\"}), unsigned: Some({\"transaction_id\": String(\"1\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-O1QAkfk8irxboJ5UTE:host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 0\n"} -{"Time":"2024-04-23T18:02:25.276818253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.064100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Test\",\"msgtype\":\"m.body\"}), unsigned: Some({\"transaction_id\": String(\"1\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-O1QAkfk8irxboJ5UTE:host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:25.276829403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.065587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:25.276838353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.066088Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:25.276846472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.066290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1053\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:25.276853742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.066305Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:25.276864452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.066386Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:25.276872042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.066684Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(12173), path: \"/_matrix/federation/v1/send/orVwetXjjZLEKXT1CZ5OeDimjq5vdbfb3p4DeH28abk\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:25.276879882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.066743Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:12173)\n"} -{"Time":"2024-04-23T18:02:25.276886922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.066796Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(12173))\n"} -{"Time":"2024-04-23T18:02:25.276896832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.066831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:12173\n"} -{"Time":"2024-04-23T18:02:25.276906412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.067045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:12173\n"} -{"Time":"2024-04-23T18:02:25.276914922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.069023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1-alice:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:02:25.276925012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.069174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:25.276947972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.080127Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:02:25.276956962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.080212Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:12173)\n"} -{"Time":"2024-04-23T18:02:25.276965791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.082990Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:25.276975381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.083290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:25.276983241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.085025Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:12173)\n"} -{"Time":"2024-04-23T18:02:25.276990181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.085054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:12173)\n"} -{"Time":"2024-04-23T18:02:25.276998621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.085247Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:12173 for https://host.docker.internal:12173/_matrix/federation/v1/send/orVwetXjjZLEKXT1CZ5OeDimjq5vdbfb3p4DeH28abk with https://host.docker.internal:12173/_matrix/federation/v1/send/orVwetXjjZLEKXT1CZ5OeDimjq5vdbfb3p4DeH28abk\n"} -{"Time":"2024-04-23T18:02:25.277005781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.085276Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:25.277017771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:15.085311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:12173\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:12173/_matrix/federation/v1/send/orVwetXjjZLEKXT1CZ5OeDimjq5vdbfb3p4DeH28abk\n"} -{"Time":"2024-04-23T18:02:25.277027141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:25.080225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:02:25.277047661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\u001b[2m2024-04-23T22:02:25.080357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:02:25.277054141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"2024/04/23 18:02:25 ============== b09cef48f65e97e3dbf14433570cc19260101fe9c41b7f3927e0d03cdd2c0b25 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:02:25.277059331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\n"} -{"Time":"2024-04-23T18:02:25.277064181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"\n"} -{"Time":"2024-04-23T18:02:25.29449254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Output":"--- FAIL: TestDeviceListsUpdateOverFederationOnRoomJoin (11.93s)\n"} -{"Time":"2024-04-23T18:02:25.294502159-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestDeviceListsUpdateOverFederationOnRoomJoin","Elapsed":11.93} -{"Time":"2024-04-23T18:02:25.294513269-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestUserAppearsInChangedDeviceListOnJoinOverFederation"} -{"Time":"2024-04-23T18:02:25.294519959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUserAppearsInChangedDeviceListOnJoinOverFederation","Output":"=== RUN TestUserAppearsInChangedDeviceListOnJoinOverFederation\n"} -{"Time":"2024-04-23T18:02:26.480170611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUserAppearsInChangedDeviceListOnJoinOverFederation","Output":" federation_device_list_update_test.go:228: Deploy times: 7.587584ms blueprints, 1.178001649s containers\n"} -{"Time":"2024-04-23T18:02:26.538431816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUserAppearsInChangedDeviceListOnJoinOverFederation","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (58.201506ms)\n"} -{"Time":"2024-04-23T18:02:26.592401808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUserAppearsInChangedDeviceListOnJoinOverFederation","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (53.898653ms)\n"} -{"Time":"2024-04-23T18:02:26.597124687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUserAppearsInChangedDeviceListOnJoinOverFederation","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/keys/upload =\u003e 200 OK (2.728606ms)\n"} -{"Time":"2024-04-23T18:02:26.61417985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUserAppearsInChangedDeviceListOnJoinOverFederation","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/createRoom =\u003e 200 OK (16.955623ms)\n"} -{"Time":"2024-04-23T18:02:26.618372283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUserAppearsInChangedDeviceListOnJoinOverFederation","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (4.139985ms)\n"} -{"Time":"2024-04-23T18:02:26.888524411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUserAppearsInChangedDeviceListOnJoinOverFederation","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!VEnirn7vuwsYerKZmb:hs2 =\u003e 200 OK (270.029169ms)\n"} -{"Time":"2024-04-23T18:02:26.891322887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUserAppearsInChangedDeviceListOnJoinOverFederation","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (2.767947ms)\n"} -{"Time":"2024-04-23T18:02:26.89443873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUserAppearsInChangedDeviceListOnJoinOverFederation","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/keys/query =\u003e 200 OK (3.029544ms)\n"} -{"Time":"2024-04-23T18:02:27.296902771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUserAppearsInChangedDeviceListOnJoinOverFederation","Output":"--- PASS: TestUserAppearsInChangedDeviceListOnJoinOverFederation (2.00s)\n"} -{"Time":"2024-04-23T18:02:27.29692909-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestUserAppearsInChangedDeviceListOnJoinOverFederation","Elapsed":2} -{"Time":"2024-04-23T18:02:27.29696436-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth"} -{"Time":"2024-04-23T18:02:27.29697055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"=== RUN TestEventAuth\n"} -{"Time":"2024-04-23T18:02:28.143629779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":" federation_event_auth_test.go:32: Deploy times: 11.015064ms blueprints, 835.654115ms containers\n"} -{"Time":"2024-04-23T18:02:28.197047566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (53.357738ms)\n"} -{"Time":"2024-04-23T18:02:28.827547819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (13.225675ms)\n"} -{"Time":"2024-04-23T18:02:28.855161429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":" federation_event_auth_test.go:63: Server.MustJoinRoom joined room ID !Ix3LrvpUM142pYhYMU:hs1\n"} -{"Time":"2024-04-23T18:02:28.870258448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":" federation_event_auth_test.go:65: \u001b[31mMustLeaveRoom: send_leave failed: contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 83 105 103 110 97 116 117 114 101 32 118 101 114 105 102 105 99 97 116 105 111 110 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v2/send_leave/!Ix3LrvpUM142pYhYMU:hs1/$OAw5z5gJQcNPzPuAfSeTtORGX8vV4lmYXIWayWayZpw\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Signature verification failed\u001b[39m\n"} -{"Time":"2024-04-23T18:02:28.870512346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"time=\"2024-04-23T18:02:28-04:00\" level=error msg=\"Failed to fetch key for server\" context=missing error=\"Post \\\"https://127.0.0.1:1058/_matrix/key/v2/query\\\": context canceled\" fetcher=DirectKeyFetcher\n"} -{"Time":"2024-04-23T18:02:28.870525426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"2024/04/23 18:02:28 complement: Transaction '5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8': HTTP Code 401. Invalid http request: {Invalid request signature}\n"} -{"Time":"2024-04-23T18:02:29.067973774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"2024/04/23 18:02:29 ============================================\n"} -{"Time":"2024-04-23T18:02:29.068000744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\n"} -{"Time":"2024-04-23T18:02:29.068008554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\n"} -{"Time":"2024-04-23T18:02:29.068015014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"2024/04/23 18:02:29 ac539ac8b8eec21bc3806aa1e3b7d1e2953e62c7af87c0b4277c641fcd164e49 : Server logs:\n"} -{"Time":"2024-04-23T18:02:29.068200902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:02:29.068210862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:02:29.068221892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:02:29.068225492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:02:29.068231082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:02:29.068242402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"+ echo 'IP.1 = 172.24.0.2'\n"} -{"Time":"2024-04-23T18:02:29.068247062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:02:29.068252581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:02:29.068256011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:02:29.068261371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:02:29.068265431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:27.753547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:02:29.068308621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:27.753695Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:02:29.068314511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:27.754086Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:02:29.068319151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:27.754094Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:02:29.068324281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:27.754100Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:02:29.068327311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:27.754109Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:02:29.068330331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:27.754871Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:02:29.068335891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\n"} -{"Time":"2024-04-23T18:02:29.068340441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:02:29.068345251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:27.754956Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:02:29.06836671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:27.757616Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:02:29.06837067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:27.759168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:02:29.06837608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:27.759769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:02:29.06838015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:27.760816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:02:29.06838565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.101560Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 342.386541ms\n"} -{"Time":"2024-04-23T18:02:29.06839081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104027Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:02:29.06839602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104091Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:02:29.06840146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104101Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:02:29.06840621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104108Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:02:29.06842215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104115Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:02:29.06842734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104122Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:02:29.06843031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104129Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:02:29.06844535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104136Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:02:29.06844966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104143Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:02:29.06845361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104150Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:02:29.06846235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104157Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:02:29.06846663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104164Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:02:29.06847212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104172Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:02:29.068476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104178Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:02:29.068480669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104195Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:02:29.068484989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104207Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:02:29.068490779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104215Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:02:29.068495899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104225Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:02:29.068502259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104234Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:02:29.068507129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.104243Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:02:29.068511289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.106082Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:02:29.068520769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.109093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:02:29.068528629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.125771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:02:29.068533019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.125783Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:02:29.068537289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.126371Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:02:29.068542699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.126525Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:02:29.068548189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.142054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:29.068558639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.142807Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1059\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:29.068565899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.142953Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:02:29.068572189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.143290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:29.068578309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.144051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:29.068585789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.144444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1059\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:29.068596398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.144461Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:02:29.068601698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.187135Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:02:29.068609138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.188973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:29.068614658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.189188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:29.068622848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.189312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:29.068631468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.192143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:29.068638788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.192162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:29.068644048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.192185Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:29.068648858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.193646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:02:29.068786627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.193673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:29.068836806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.193682Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:02:29.068849066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.193705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:02:29.068860246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.193775Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:02:29.068876036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.193788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:02:29.068886486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.193813Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:02:29.068897836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.193821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:29.068911326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.195357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:29.068921606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:29.069178633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.195385Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:29.069214873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:29.069229973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.195393Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:29.069241983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:29.069255993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.196685Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:02:29.069268013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.196770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m52 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:29.069280402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.197516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:29.069294462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.197587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:29.069302772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.197602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:29.069312442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.814563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:29.069328492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.814906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1059\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:29.069345832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.814962Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:02:29.069378132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.815592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:02:29.069399871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.815623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:02:29.069413271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.815651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:02:29.069427061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.817481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:29.069441481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.817515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:29.069461901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.817580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:29.069477471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.819829Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:02:29.069499021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.819877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:29.06951283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.819894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:02:29.06952722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.819919Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:02:29.06954965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.819948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:02:29.06956657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.819962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:29.06958839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.821840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:02:29.06960276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.821895Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:29.069615819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.821912Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:29.069628939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.823775Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:02:29.069651369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.823829Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:02:29.069665019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.823846Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:29.069679289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.825733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:02:29.069693319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.825788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:29.069713219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.825804Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:29.069725689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.827224Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:02:29.069735138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.827315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:29.069745318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.830226Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:29.069755918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.830648Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for host.docker.internal:8467 keys\n"} -{"Time":"2024-04-23T18:02:29.069766418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.830676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:8467 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:02:29.069785928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.831101Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:29.069803608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.831385Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal:8467\n"} -{"Time":"2024-04-23T18:02:29.069820318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.831412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 2: Hostname with included port\n"} -{"Time":"2024-04-23T18:02:29.069832418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.831518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":8467\") hostname: Named(\"host.docker.internal\", \":8467\")\n"} -{"Time":"2024-04-23T18:02:29.069846027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.831746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(8467), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:29.069861617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.831854Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:8467)\n"} -{"Time":"2024-04-23T18:02:29.069873847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.831926Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(8467))\n"} -{"Time":"2024-04-23T18:02:29.069885847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.831950Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:8467\n"} -{"Time":"2024-04-23T18:02:29.069897587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.832054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:8467\n"} -{"Time":"2024-04-23T18:02:29.069964676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.841664Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:02:29.070032466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.841709Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:8467)\n"} -{"Time":"2024-04-23T18:02:29.070186055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.841987Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:8467)\n"} -{"Time":"2024-04-23T18:02:29.070210374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.842001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:8467)\n"} -{"Time":"2024-04-23T18:02:29.070215144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.842094Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:8467 for https://host.docker.internal:8467/_matrix/key/v2/server with https://host.docker.internal:8467/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:02:29.070227104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.842104Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:29.070230954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.842152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:8467/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:02:29.070234924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.842356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21Ix3LrvpUM142pYhYMU:hs1/@charlie:host.docker.internal:8467?ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6\u0026ver=7\u0026ver=8 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:29.070239194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.842369Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21Ix3LrvpUM142pYhYMU:hs1/@charlie:host.docker.internal:8467?ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6\u0026ver=7\u0026ver=8 None\n"} -{"Time":"2024-04-23T18:02:29.070242714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.842519Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:29.070248114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.842903Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:29.070251564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.842922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:29.070256184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.842960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:29.070259834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.843248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:29.070267964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.845344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:29.070271594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.845529Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:8467, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:29.070275924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.845656Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21Ix3LrvpUM142pYhYMU:hs1/$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"905\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:29.070282024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.845667Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21Ix3LrvpUM142pYhYMU:hs1/$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4 Some(Object({\"auth_events\": Array([String(\"$esWKwVRcHWZoE4EMI8SmSobqostraSQoDXSstBvox6g\"), String(\"$JWXv3CQtSpQ_06nrzLkE5hJtPWYCEHHUV8S9Qo5D1C4\"), String(\"$YpXjhVEet0CC3NhjSix0st7LGQhYXX2u3tM1NDireSM\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 7, \"hashes\": Object({\"sha256\": String(\"vFzsDHxcw/eiwUXxXwRJ6s/AHWhqatc3eJPb3dD3apE\")}), \"origin\": String(\"host.docker.internal:8467\"), \"origin_server_ts\": 1713909748843, \"prev_events\": Array([String(\"$cvJA0fPK72tTSMk1w-k4j_NSuNKsLv98-YWV4-7pbdo\")]), \"prev_state\": Array([]), \"room_id\": String(\"!Ix3LrvpUM142pYhYMU:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:8467\"), \"signatures\": Object({\"host.docker.internal:8467\": Object({"} -{"Time":"2024-04-23T18:02:29.070287894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\"ed25519:complement_bf49ae3fe1e3f814b11f5eb915e76d837fa0158efca72d7b7c570a1a3fcfe92d\": String(\"l8bvOON4BT/q3EMiqVg6wg0EHZf8vyvEyAMdhUwKtjNVCJ/anTD52n4gl77sZytrlYRU/wp584J1haQAYzrACQ\")}), \"hs1\": Object({\"ed25519:uriKwpiR\": String(\"2EKkTQObLvGj3PEEjT+M5E5SwG/2PFFeK6vacvg7AVzKXloFQsor5RczM56wZ8CIeZltd3XIOfQW4bD6nJpmCQ\")})}), \"state_key\": String(\"@charlie:host.docker.internal:8467\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:02:29.070291744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.845777Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:29.070295194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.846040Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:8467, hs1\n"} -{"Time":"2024-04-23T18:02:29.070298744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.846146Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:8467, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:29.070303334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.846194Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:29.070307474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.846290Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:29.070311694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.846565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:02:29.070325073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.846605Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $esWKwVRcHWZoE4EMI8SmSobqostraSQoDXSstBvox6g in db\n"} -{"Time":"2024-04-23T18:02:29.070329223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.846629Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $JWXv3CQtSpQ_06nrzLkE5hJtPWYCEHHUV8S9Qo5D1C4 in db\n"} -{"Time":"2024-04-23T18:02:29.070334593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.846649Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $YpXjhVEet0CC3NhjSix0st7LGQhYXX2u3tM1NDireSM in db\n"} -{"Time":"2024-04-23T18:02:29.070338583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.846669Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:29.070342693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.846678Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $esWKwVRcHWZoE4EMI8SmSobqostraSQoDXSstBvox6g in db\n"} -{"Time":"2024-04-23T18:02:29.070346673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.846685Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $JWXv3CQtSpQ_06nrzLkE5hJtPWYCEHHUV8S9Qo5D1C4 in db\n"} -{"Time":"2024-04-23T18:02:29.070350543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.846692Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $YpXjhVEet0CC3NhjSix0st7LGQhYXX2u3tM1NDireSM in db\n"} -{"Time":"2024-04-23T18:02:29.070357063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.846703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:02:29.070361003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.846812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4 (m.room.member)\n"} -{"Time":"2024-04-23T18:02:29.070364933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.846831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:29.070368913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.846867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:29.070374493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.846938Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:02:29.070378793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847034Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:02:29.070388153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847142Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $cvJA0fPK72tTSMk1w-k4j_NSuNKsLv98-YWV4-7pbdo in db\n"} -{"Time":"2024-04-23T18:02:29.070393803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847156Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:29.070399263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847163Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $cvJA0fPK72tTSMk1w-k4j_NSuNKsLv98-YWV4-7pbdo in db\n"} -{"Time":"2024-04-23T18:02:29.070405593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847267Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:29.070426353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$cvJA0fPK72tTSMk1w-k4j_NSuNKsLv98-YWV4-7pbdo\"]\n"} -{"Time":"2024-04-23T18:02:29.070440972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847381Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:02:29.070448582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:02:29.070458242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:02:29.070465662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:02:29.070478252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4 (m.room.member)\n"} -{"Time":"2024-04-23T18:02:29.070488042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:29.070495142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:29.070502012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847750Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:02:29.070511412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:02:29.070519992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847880Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4 (m.room.member)\n"} -{"Time":"2024-04-23T18:02:29.070527172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:29.070538572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:29.070545932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.847999Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:02:29.070552902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.848006Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:02:29.070562401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.848042Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:02:29.070569351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.848053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:02:29.070576301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.848078Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:02:29.070585641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.848231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:02:29.070592731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.848329Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m43.98µs\n"} -{"Time":"2024-04-23T18:02:29.070602021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.848451Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$esWKwVRcHWZoE4EMI8SmSobqostraSQoDXSstBvox6g\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m166.319µs\n"} -{"Time":"2024-04-23T18:02:29.070615611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.848522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m237.828µs\n"} -{"Time":"2024-04-23T18:02:29.070624361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.848646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XK2NBW-1cdYhTY-xQE26NVoFXh9vNBHgdw24DmGQAvQ\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m361.657µs\n"} -{"Time":"2024-04-23T18:02:29.070633751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.848715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m430.386µs\n"} -{"Time":"2024-04-23T18:02:29.070645901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.848856Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YpXjhVEet0CC3NhjSix0st7LGQhYXX2u3tM1NDireSM\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m571.085µs\n"} -{"Time":"2024-04-23T18:02:29.070654051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.848925Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m640.624µs\n"} -{"Time":"2024-04-23T18:02:29.070661581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.849089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$JWXv3CQtSpQ_06nrzLkE5hJtPWYCEHHUV8S9Qo5D1C4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m804.613µs\n"} -{"Time":"2024-04-23T18:02:29.070670161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.849160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m875.632µs\n"} -{"Time":"2024-04-23T18:02:29.07068049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.849312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hoXeq02napsJ5880mWY2Rkr-BzSYZ3l7Wm88dfQqXM\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.027091ms\n"} -{"Time":"2024-04-23T18:02:29.07068857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.849382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.09783ms\n"} -{"Time":"2024-04-23T18:02:29.07069676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.849535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$cvJA0fPK72tTSMk1w-k4j_NSuNKsLv98-YWV4-7pbdo\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.249969ms\n"} -{"Time":"2024-04-23T18:02:29.0707044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.849604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.319858ms\n"} -{"Time":"2024-04-23T18:02:29.07071543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.849618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.334278ms\n"} -{"Time":"2024-04-23T18:02:29.07072296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.849809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m165.199µs\n"} -{"Time":"2024-04-23T18:02:29.0707303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850009Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m365.887µs\n"} -{"Time":"2024-04-23T18:02:29.07073797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850080Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m437.466µs\n"} -{"Time":"2024-04-23T18:02:29.0707507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m450.486µs\n"} -{"Time":"2024-04-23T18:02:29.07075866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850117Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:02:29.07076544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850234Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:02:29.07077386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:02:29.0707806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850354Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:02:29.07079176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850361Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$XK2NBW-1cdYhTY-xQE26NVoFXh9vNBHgdw24DmGQAvQ\", (\"m.room.join_rules\", \"\"): \"$JWXv3CQtSpQ_06nrzLkE5hJtPWYCEHHUV8S9Qo5D1C4\", (\"m.room.power_levels\", \"\"): \"$YpXjhVEet0CC3NhjSix0st7LGQhYXX2u3tM1NDireSM\", (\"m.room.guest_access\", \"\"): \"$cvJA0fPK72tTSMk1w-k4j_NSuNKsLv98-YWV4-7pbdo\", (\"m.room.create\", \"\"): \"$esWKwVRcHWZoE4EMI8SmSobqostraSQoDXSstBvox6g\", (\"m.room.history_visibility\", \"\"): \"$-hoXeq02napsJ5880mWY2Rkr-BzSYZ3l7Wm88dfQqXM\"}\n"} -{"Time":"2024-04-23T18:02:29.070803119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850377Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:02:29.070810079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850385Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@charlie:host.docker.internal:8467\"): [\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\"]}\n"} -{"Time":"2024-04-23T18:02:29.070817429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:02:29.070836139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\", \"$JWXv3CQtSpQ_06nrzLkE5hJtPWYCEHHUV8S9Qo5D1C4\"}\n"} -{"Time":"2024-04-23T18:02:29.070847439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:02:29.070854519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850552Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($JWXv3CQtSpQ_06nrzLkE5hJtPWYCEHHUV8S9Qo5D1C4) senders power level\n"} -{"Time":"2024-04-23T18:02:29.070861549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:02:29.070868479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $JWXv3CQtSpQ_06nrzLkE5hJtPWYCEHHUV8S9Qo5D1C4 power level 100\n"} -{"Time":"2024-04-23T18:02:29.070878049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850627Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:29.070885179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:02:29.070892019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850666Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$JWXv3CQtSpQ_06nrzLkE5hJtPWYCEHHUV8S9Qo5D1C4\"]\n"} -{"Time":"2024-04-23T18:02:29.070899629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:29.070908969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850682Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$JWXv3CQtSpQ_06nrzLkE5hJtPWYCEHHUV8S9Qo5D1C4\"]\n"} -{"Time":"2024-04-23T18:02:29.070917538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$JWXv3CQtSpQ_06nrzLkE5hJtPWYCEHHUV8S9Qo5D1C4\"\n"} -{"Time":"2024-04-23T18:02:29.070924618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $JWXv3CQtSpQ_06nrzLkE5hJtPWYCEHHUV8S9Qo5D1C4 (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:02:29.070956278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $JWXv3CQtSpQ_06nrzLkE5hJtPWYCEHHUV8S9Qo5D1C4 ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:29.070968548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850823Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:29.070976248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:02:29.070983818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850842Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$XK2NBW-1cdYhTY-xQE26NVoFXh9vNBHgdw24DmGQAvQ\", (\"m.room.join_rules\", \"\"): \"$JWXv3CQtSpQ_06nrzLkE5hJtPWYCEHHUV8S9Qo5D1C4\", (\"m.room.power_levels\", \"\"): \"$YpXjhVEet0CC3NhjSix0st7LGQhYXX2u3tM1NDireSM\", (\"m.room.guest_access\", \"\"): \"$cvJA0fPK72tTSMk1w-k4j_NSuNKsLv98-YWV4-7pbdo\", (\"m.room.create\", \"\"): \"$esWKwVRcHWZoE4EMI8SmSobqostraSQoDXSstBvox6g\", (\"m.room.history_visibility\", \"\"): \"$-hoXeq02napsJ5880mWY2Rkr-BzSYZ3l7Wm88dfQqXM\"}\n"} -{"Time":"2024-04-23T18:02:29.070992538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850861Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:02:29.070999438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850868Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\"]\n"} -{"Time":"2024-04-23T18:02:29.071009308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$YpXjhVEet0CC3NhjSix0st7LGQhYXX2u3tM1NDireSM\")\n"} -{"Time":"2024-04-23T18:02:29.071017568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:02:29.071025198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.850959Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\n"} -{"Time":"2024-04-23T18:02:29.071032227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.851002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $YpXjhVEet0CC3NhjSix0st7LGQhYXX2u3tM1NDireSM\n"} -{"Time":"2024-04-23T18:02:29.071038997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.851035Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\"]\n"} -{"Time":"2024-04-23T18:02:29.071048777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.851045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:29.071056827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.851051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\"]\n"} -{"Time":"2024-04-23T18:02:29.071064637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.851142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\"\n"} -{"Time":"2024-04-23T18:02:29.071071677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.851153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4 (m.room.member)\n"} -{"Time":"2024-04-23T18:02:29.071078597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.851164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:29.071087867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.851202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:29.071094837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.851223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:02:29.071101657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.851275Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:02:29.071109287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.852275Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:02:29.071118857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.853448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m6.057587ms\n"} -{"Time":"2024-04-23T18:02:29.071125677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.853529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m15.069µs\n"} -{"Time":"2024-04-23T18:02:29.071133297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.853554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m40.919µs\n"} -{"Time":"2024-04-23T18:02:29.071142527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.854643Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:29.071148926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.855481Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:29.071160286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.855862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(8467), path: \"/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:29.071171216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.855924Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:8467)\n"} -{"Time":"2024-04-23T18:02:29.071181406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.855991Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(8467))\n"} -{"Time":"2024-04-23T18:02:29.071188046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.856022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:8467\n"} -{"Time":"2024-04-23T18:02:29.071194226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.856197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:8467\n"} -{"Time":"2024-04-23T18:02:29.071200466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.868766Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:02:29.071206766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.868915Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:8467)\n"} -{"Time":"2024-04-23T18:02:29.071212956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.868964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:29.071219236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.869191Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:8467, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:29.071235106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.869307Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_leave/%21Ix3LrvpUM142pYhYMU:hs1/$OAw5z5gJQcNPzPuAfSeTtORGX8vV4lmYXIWayWayZpw {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"790\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:29.071245096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.869318Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_leave/%21Ix3LrvpUM142pYhYMU:hs1/$OAw5z5gJQcNPzPuAfSeTtORGX8vV4lmYXIWayWayZpw Some(Object({\"auth_events\": Array([String(\"$esWKwVRcHWZoE4EMI8SmSobqostraSQoDXSstBvox6g\"), String(\"$YpXjhVEet0CC3NhjSix0st7LGQhYXX2u3tM1NDireSM\"), String(\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\")]), \"content\": Object({\"membership\": String(\"leave\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"NuZ+BYXbh/oxMH3WqFaFROiOUqtZqZKn6INOltue3YE\")}), \"origin\": String(\"host.docker.internal:8467\"), \"origin_server_ts\": 1713909748855, \"prev_events\": Array([String(\"$C0yE_xnp6B3f06HubuZRd0t1mCQfqWMriS0IRktZyP4\")]), \"prev_state\": Array([]), \"room_id\": String(\"!Ix3LrvpUM142pYhYMU:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:8467\"), \"signatures\": Object({\"host.docker.internal:8467\": Objec"} -{"Time":"2024-04-23T18:02:29.071257675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"t({\"ed25519:complement_bf49ae3fe1e3f814b11f5eb915e76d837fa0158efca72d7b7c570a1a3fcfe92d\": String(\"qxyEjcP7QOKXtdVVNF0GXTgkY93eyQSp8D9f6rTQrYjn4KrRiZL7qvYIfOTlH5uhU+cw3MzCuB2B75MRe950Aw\")})}), \"state_key\": String(\"@charlie:host.docker.internal:8467\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:02:29.071264495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.869471Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:29.071271155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.869641Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$OAw5z5gJQcNPzPuAfSeTtORGX8vV4lmYXIWayWayZpw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:29.071278355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.869812Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$OAw5z5gJQcNPzPuAfSeTtORGX8vV4lmYXIWayWayZpw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ix3LrvpUM142pYhYMU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Dropping bad event $OAw5z5gJQcNPzPuAfSeTtORGX8vV4lmYXIWayWayZpw: Verification error: Could not find public key for \"host.docker.internal:8467\"\n"} -{"Time":"2024-04-23T18:02:29.071285465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.869860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_INVALID_PARAM: Signature verification failed\n"} -{"Time":"2024-04-23T18:02:29.071291615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.869918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:02:29.071297835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.870421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:02:29.071303795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.870508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:02:29.071310275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\u001b[2m2024-04-23T22:02:28.870658Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:8467\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(8467), path: \"/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\", query: None, fragment: None }, source: Error { kind: SendRequest, source: Some(hyper::Error(IncompleteMessage)) } }\n"} -{"Time":"2024-04-23T18:02:29.071320245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"2024/04/23 18:02:29 ============== ac539ac8b8eec21bc3806aa1e3b7d1e2953e62c7af87c0b4277c641fcd164e49 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:02:29.071326045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\n"} -{"Time":"2024-04-23T18:02:29.071331055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"\n"} -{"Time":"2024-04-23T18:02:29.08920292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Output":"--- FAIL: TestEventAuth (1.79s)\n"} -{"Time":"2024-04-23T18:02:29.08921064-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestEventAuth","Elapsed":1.79} -{"Time":"2024-04-23T18:02:29.08923307-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationKeys"} -{"Time":"2024-04-23T18:02:29.08923606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationKeys","Output":"=== RUN TestInboundFederationKeys\n"} -{"Time":"2024-04-23T18:02:29.892545693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationKeys","Output":" federation_keys_test.go:29: Deploy times: 6.808411ms blueprints, 796.409253ms containers\n"} -{"Time":"2024-04-23T18:02:30.082507405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationKeys","Output":"--- PASS: TestInboundFederationKeys (0.99s)\n"} -{"Time":"2024-04-23T18:02:30.082530505-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationKeys","Elapsed":0.99} -{"Time":"2024-04-23T18:02:30.082546745-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence"} -{"Time":"2024-04-23T18:02:30.082553695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"=== RUN TestRemotePresence\n"} -{"Time":"2024-04-23T18:02:31.330994856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" federation_presence_test.go:15: Deploy times: 10.491489ms blueprints, 1.237926542s containers\n"} -{"Time":"2024-04-23T18:02:31.38353555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (52.481895ms)\n"} -{"Time":"2024-04-23T18:02:31.445478263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (61.865733ms)\n"} -{"Time":"2024-04-23T18:02:31.459030205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (13.491023ms)\n"} -{"Time":"2024-04-23T18:02:31.773454208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!SASKp19UltZBRQFemo:hs1 =\u003e 200 OK (314.278634ms)\n"} -{"Time":"2024-04-23T18:02:31.773484858-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_are_also_reported_to_remote_room_members"} -{"Time":"2024-04-23T18:02:31.773494697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_are_also_reported_to_remote_room_members","Output":"=== RUN TestRemotePresence/Presence_changes_are_also_reported_to_remote_room_members\n"} -{"Time":"2024-04-23T18:02:31.778501654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (4.959237ms)\n"} -{"Time":"2024-04-23T18:02:31.779979911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/presence/@user-1-alice:hs1/status =\u003e 200 OK (1.277199ms)\n"} -{"Time":"2024-04-23T18:02:32.783066249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003032808s)\n"} -{"Time":"2024-04-23T18:02:33.786117726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002976517s)\n"} -{"Time":"2024-04-23T18:02:34.788706775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002489721s)\n"} -{"Time":"2024-04-23T18:02:35.791554262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002761367s)\n"} -{"Time":"2024-04-23T18:02:36.79408312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002443039s)\n"} -{"Time":"2024-04-23T18:02:36.794141559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_are_also_reported_to_remote_room_members","Output":" federation_presence_test.go:37: \u001b[31m@user-2-bob:hs2 MustSyncUntil: timed out after 5.014121509s. Seen 5 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:02:36.794154919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_are_also_reported_to_remote_room_members","Output":" [t=1.003101118s] Response #1: presence.events does not exist\n"} -{"Time":"2024-04-23T18:02:36.794163229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_are_also_reported_to_remote_room_members","Output":" [t=2.006160825s] Response #2: presence.events does not exist\n"} -{"Time":"2024-04-23T18:02:36.794170719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_are_also_reported_to_remote_room_members","Output":" [t=3.008747874s] Response #3: presence.events does not exist\n"} -{"Time":"2024-04-23T18:02:36.794177859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_are_also_reported_to_remote_room_members","Output":" [t=4.011599951s] Response #4: presence.events does not exist\n"} -{"Time":"2024-04-23T18:02:36.794185139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_are_also_reported_to_remote_room_members","Output":" [t=5.014119029s] Response #5: presence.events does not exist, \n"} -{"Time":"2024-04-23T18:02:36.794192129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_are_also_reported_to_remote_room_members","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:02:36.794209809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_are_also_reported_to_remote_room_members","Output":"--- FAIL: TestRemotePresence/Presence_changes_are_also_reported_to_remote_room_members (5.02s)\n"} -{"Time":"2024-04-23T18:02:36.794222139-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_are_also_reported_to_remote_room_members","Elapsed":5.02} -{"Time":"2024-04-23T18:02:36.794233128-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_to_UNAVAILABLE_are_reported_to_remote_room_members"} -{"Time":"2024-04-23T18:02:36.794241278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_to_UNAVAILABLE_are_reported_to_remote_room_members","Output":"=== RUN TestRemotePresence/Presence_changes_to_UNAVAILABLE_are_reported_to_remote_room_members\n"} -{"Time":"2024-04-23T18:02:36.799348734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (5.107865ms)\n"} -{"Time":"2024-04-23T18:02:36.801280147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/presence/@user-1-alice:hs1/status =\u003e 200 OK (1.764785ms)\n"} -{"Time":"2024-04-23T18:02:37.80431859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002985163s)\n"} -{"Time":"2024-04-23T18:02:38.807323792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002927613s)\n"} -{"Time":"2024-04-23T18:02:39.810101604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002717013s)\n"} -{"Time":"2024-04-23T18:02:40.813152253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00296206s)\n"} -{"Time":"2024-04-23T18:02:41.816154012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002906619s)\n"} -{"Time":"2024-04-23T18:02:41.816207131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_to_UNAVAILABLE_are_reported_to_remote_room_members","Output":" federation_presence_test.go:53: \u001b[31m@user-2-bob:hs2 MustSyncUntil: timed out after 5.014891255s. Seen 5 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:02:41.816216021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_to_UNAVAILABLE_are_reported_to_remote_room_members","Output":" [t=1.003063553s] Response #1: presence.events does not exist\n"} -{"Time":"2024-04-23T18:02:41.816220431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_to_UNAVAILABLE_are_reported_to_remote_room_members","Output":" [t=2.006056505s] Response #2: presence.events does not exist\n"} -{"Time":"2024-04-23T18:02:41.816226241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_to_UNAVAILABLE_are_reported_to_remote_room_members","Output":" [t=3.008839077s] Response #3: presence.events does not exist\n"} -{"Time":"2024-04-23T18:02:41.816229241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_to_UNAVAILABLE_are_reported_to_remote_room_members","Output":" [t=4.011900806s] Response #4: presence.events does not exist\n"} -{"Time":"2024-04-23T18:02:41.816231951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_to_UNAVAILABLE_are_reported_to_remote_room_members","Output":" [t=5.014888745s] Response #5: presence.events does not exist, \n"} -{"Time":"2024-04-23T18:02:41.816239161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_to_UNAVAILABLE_are_reported_to_remote_room_members","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:02:41.816248601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_to_UNAVAILABLE_are_reported_to_remote_room_members","Output":"--- FAIL: TestRemotePresence/Presence_changes_to_UNAVAILABLE_are_reported_to_remote_room_members (5.02s)\n"} -{"Time":"2024-04-23T18:02:41.816253191-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence/Presence_changes_to_UNAVAILABLE_are_reported_to_remote_room_members","Elapsed":5.02} -{"Time":"2024-04-23T18:02:42.004193359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"2024/04/23 18:02:42 ============================================\n"} -{"Time":"2024-04-23T18:02:42.004211179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.004214479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.004217219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"2024/04/23 18:02:42 71629769f550fb1715db5fd433b9b8a68635fd1ad4649e7292467ec4f36f47d8 : Server logs:\n"} -{"Time":"2024-04-23T18:02:42.004392457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:02:42.004396907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:02:42.004400067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:02:42.004404297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:02:42.004422977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:02:42.004426917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"+ echo 'IP.1 = 172.23.0.3'\n"} -{"Time":"2024-04-23T18:02:42.004431277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:02:42.004434377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:02:42.004454937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:02:42.004459296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:02:42.004465026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.720116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:02:42.004469366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.720235Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:02:42.004476246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.720631Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:02:42.004482356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.720638Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:02:42.004487436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.720644Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:02:42.004507206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.720650Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:02:42.004510726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.721479Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:02:42.004515616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.004519686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:02:42.004538536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.721565Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:02:42.004545296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.724412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:02:42.004551076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.726051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:02:42.004567716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.726674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:02:42.004570935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.727708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:02:42.004583845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.166835Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 440.777677ms\n"} -{"Time":"2024-04-23T18:02:42.004588235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.168887Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:02:42.004602405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.168956Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:02:42.004605565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.168968Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:02:42.004623445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.168975Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:02:42.004627685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.168981Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:02:42.004633355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.168988Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:02:42.004639485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.168995Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:02:42.004645445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.169003Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:02:42.004656095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.169010Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:02:42.004660695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.169017Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:02:42.004679185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.169025Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:02:42.004685624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.169032Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:02:42.004694774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.169039Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:02:42.004700354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.169046Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:02:42.004703544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.169063Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:02:42.004720034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.169074Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:02:42.004723294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.169082Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:02:42.004739184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.169092Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:02:42.004743314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.169101Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:02:42.004751594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.169109Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:02:42.004756844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.170620Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:02:42.004776894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.173284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:02:42.004787174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.189597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:02:42.004799953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.189605Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:02:42.004809503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.190205Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:02:42.004818253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.190327Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:02:42.004827903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.232315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.004836443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.233044Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1065\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.004846363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.233180Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:02:42.004853233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.233515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.004867393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.384108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.004875993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.384547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1065\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"104\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.004885263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.384572Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2-bob\")}))\n"} -{"Time":"2024-04-23T18:02:42.004898383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.435882Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2-bob:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:02:42.004911643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.437694Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2-bob:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:42.004924152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.437892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2-bob:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:42.004972082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.438023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2-bob:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:42.004985232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.440724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2-bob 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2-bob:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2-bob:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:42.005000022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.440743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2-bob 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2-bob:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2-bob:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:42.005010372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.440771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2-bob 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2-bob:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2-bob:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:42.005023942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.442200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:02:42.005041921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.442228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:42.005052021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.442237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:02:42.005060601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.442262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:02:42.005070431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.442317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs2\", \"@user-2-bob:hs2\"}\n"} -{"Time":"2024-04-23T18:02:42.005081621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.442329Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:02:42.005090101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.442355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:02:42.005098681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.442363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:42.005119171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.443837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:42.005133161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:42.00515347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.443864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:42.00516462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:42.005253219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.443873Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:42.005265369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:42.005282409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.445160Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-2-bob:hs2 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:02:42.005291079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.445243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m61 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.005304109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.445801Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:42.005314939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.445844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:42.005329239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.445853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:42.005337479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.459336Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.005344499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.459589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21SASKp19UltZBRQFemo:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1065\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.005355149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.459608Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21SASKp19UltZBRQFemo:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:02:42.005361959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.460045Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !SASKp19UltZBRQFemo:hs1 over federation.\n"} -{"Time":"2024-04-23T18:02:42.005371508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.460178Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:02:42.005378578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.460724Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:42.005387888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.460925Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:02:42.005397078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.460947Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:02:42.005407088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.461034Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:02:42.005416148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.461063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.005425908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.461090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:42.005437928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.461125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.005447728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.461166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 38138:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:42.005455068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.005461648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:02:42.005471168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.005477848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.461327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:42.005485417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.461375Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:42.005495687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.461779Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:02:42.005503127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.461797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 38138\n"} -{"Time":"2024-04-23T18:02:42.005513847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.461824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 38138:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:02:42.005527077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.005533467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:02:42.005538597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:02:42.005543557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"hs1. 600 IN A 172.23.0.2\n"} -{"Time":"2024-04-23T18:02:42.005553637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:02:42.005560147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.005567127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.005577097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.461841Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 38138:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:02:42.005583817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.005588877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:02:42.005597346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:02:42.005605546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"hs1. 600 IN A 172.23.0.2\n"} -{"Time":"2024-04-23T18:02:42.005612006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:02:42.005622246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.005627876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.005636426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.462061Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:02:42.005644426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.462081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.2:443\n"} -{"Time":"2024-04-23T18:02:42.005658546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.462239Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.23.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:02:42.005668306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.462265Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:02:42.005678346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.462281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:02:42.005692046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.462302Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:02:42.005702426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.462333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:02:42.005712475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.462351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:02:42.005722925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.462364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.005734165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.462376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:42.005826984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.462385Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.005837554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.462410Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 8607:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:42.005843154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.005850894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.005856764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.005864314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.462442Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:42.005878014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.462477Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:42.005888114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.463646Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:42.005895564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.463669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 8607\n"} -{"Time":"2024-04-23T18:02:42.005902994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.463703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 8607:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:42.005909454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.005914234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.005923274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:42.005929724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:42.005950343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":". 86217 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:42.005955853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.005963623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.005970803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.463730Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:42.005981663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.463742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:42.005991983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.463842Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:42.005999653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.463862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.006010223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.463904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m34869\n"} -{"Time":"2024-04-23T18:02:42.006021353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.463913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 34869:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:42.006028893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.006035513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.006042273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.006048752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.463927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:42.006057202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.466168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:42.006063782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.466176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:02:42.006071082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.466180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:42.006080862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.466187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:42.006087162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.466192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:42.006092822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.466196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:42.006100102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.466199Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:42.006110542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.466206Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:42.006117112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.466225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 34869:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:42.006123472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.006128452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.006135822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:42.006140652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:42.006148052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":". 86217 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:42.006155462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.006162711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.006172281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.466249Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:02:42.006185131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.466262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.006195691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.466272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:42.006207981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.466283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.006215241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.466308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 38060:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:42.006220471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.006227761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.006232661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.006238421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.466363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:42.006248441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.466414Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:42.006255771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.467637Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:42.006265191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.467649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 38060\n"} -{"Time":"2024-04-23T18:02:42.00627865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.467666Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 38060:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:42.00628729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.00629361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.00629872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:42.0063084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:42.00631503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":". 86217 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:42.00632074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.00632546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.00633455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.467683Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:42.00634501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.467695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:42.00635475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.467704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.0063639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.467727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:42.00637307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.467736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m43128\n"} -{"Time":"2024-04-23T18:02:42.00637901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.467742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 43128:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:42.00638435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.00638911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.006394599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.006401299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.467754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:42.006410299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.510271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:42.006417789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.510280Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:02:42.006425179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.510285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:42.006431099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.510291Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:42.006438539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.510295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:42.006449879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.510299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:42.006455639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.510303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:42.006462189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.510310Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:42.006470369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.510335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 43128:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:42.006477339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.006482119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.006489679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:42.006508898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:42.006514128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":". 86217 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:42.006519068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.006523718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.006529788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.510363Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:42.006540108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.510382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:02:42.006547568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.510400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:02:42.006555148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.510414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.006563058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.510428Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:42.006572868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.510440Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.006579748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.510469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 2802:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:42.006587768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.006593428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.006598168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.006603828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.510498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:42.006614218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.510525Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:42.006622237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.511719Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:42.006629677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.511733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 2802\n"} -{"Time":"2024-04-23T18:02:42.006643247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.511753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 2802:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:42.006652597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.006658467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.006664757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:42.006670437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:42.006675527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":". 86217 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:42.006680457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.006688927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.006697067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.511768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:42.006705837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.511782Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:42.006714527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.511793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.006724317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.511819Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:42.006731136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.511830Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m3744\n"} -{"Time":"2024-04-23T18:02:42.006738966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.511836Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 3744:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:42.006747656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.006752536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.006757456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.006764716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.511848Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:42.006772106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.554333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:42.006777936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.554339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:02:42.006783446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.554343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:42.006788876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.554348Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:42.006794446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.554352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:42.006802346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.554355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:42.006907535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.554359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:42.006914475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.554366Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:42.006921465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.554387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 3744:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:42.006927985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.006961064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.006969394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:42.006975784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:42.006982604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":". 86217 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:42.006989344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.006998014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.007003924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.554411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:02:42.007011724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.554421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.007019814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.554432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:42.007027834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.554440Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.007036784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.554467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 41966:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:42.007047394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.007053274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.007058984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.007064914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.554495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:42.007076533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.554523Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:42.007086093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.555840Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:42.007094293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.555863Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 41966\n"} -{"Time":"2024-04-23T18:02:42.007101673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.555898Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 41966:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:42.007110813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.007116023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.007120963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:42.007125893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:42.007150753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":". 86217 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:42.007158463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.007164853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.007178303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.555925Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:42.007187232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.555980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:42.007197142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.555997Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.007210492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.556043Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:42.007217932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.556060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m63758\n"} -{"Time":"2024-04-23T18:02:42.007224012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.556071Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 63758:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:42.007229382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.007235872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.007242152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.007247382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.556091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:42.007253122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.599919Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:42.007259912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.599927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:02:42.007272882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.599936Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:42.007279242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.599943Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:42.007285172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.599947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:42.007290662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.599951Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:42.007297372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.599955Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:42.007304391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.599961Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:42.007311071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.599982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 63758:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:42.007317341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.007327501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.007333091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:42.007338001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:42.007343031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":". 86217 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:42.007349571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.007355891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.007362251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.600007Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:42.007370111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.600036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:02:42.007377511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.600079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:02:42.007388931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.600265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!SASKp19UltZBRQFemo:hs1/@user-2-bob:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:02:42.007400371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.600306Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:42.007409311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.600326Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:02:42.00742253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.600340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.2:8448\n"} -{"Time":"2024-04-23T18:02:42.00742987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.600430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.23.0.2:8448\n"} -{"Time":"2024-04-23T18:02:42.00744852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.602303Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:02:42.00745689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.602345Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:42.00746628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.745243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.00748219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.745439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.0074918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.747548Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:42.00749942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.747565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:42.00750738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.747584Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!SASKp19UltZBRQFemo:hs1/@user-2-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!SASKp19UltZBRQFemo:hs1/@user-2-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:02:42.00751783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.747596Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:42.007527819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.747619Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_join/!SASKp19UltZBRQFemo:hs1/@user-2-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:02:42.008717679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.747679Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$NujjSH_HNr3F6J9Y2aznui5FsZiL5sdh_Bv0rDAxd10\",\"$lXxkXJutDRq5za-JlqJYDMJj0ZPF29YsYtrZ0_gmtfE\",\"$T1cbNwvjXD5Hamjhm4LAkHLyougtisXjrmXms0NKoVw\"],\"content\":{\"membership\":\"join\"},\"depth\":7,\"hashes\":{\"sha256\":\"nIpzIo37eV1n72F1Bepri0zQjCwvXWS7A3pWIW2xp3Q\"},\"origin\":\"hs1\",\"origin_server_ts\":1713909751746,\"prev_events\":[\"$zSy3EtGUJTyKMmYNl_w-0dz12be_b8Vi6ei780EYpzI\"],\"room_id\":\"!SASKp19UltZBRQFemo:hs1\",\"sender\":\"@user-2-bob:hs2\",\"signatures\":{\"hs1\":{\"ed25519:47tEZhMl\":\"uY2pg9pOnUjZEUAR2neBDq4L184WO2D1ZXzxLAL39seDSb2Spk36J0kI427IP9vEOePbFv1UlP6w0m8RvL5wCA\"}},\"state_key\":\"@user-2-bob:hs2\",\"type\":\"m.room.member\"}) })\n"} -{"Time":"2024-04-23T18:02:42.008725299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.747694Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:02:42.008728819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.747850Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for send_join in room !SASKp19UltZBRQFemo:hs1\n"} -{"Time":"2024-04-23T18:02:42.008732399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.748015Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:42.008736669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.748209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!SASKp19UltZBRQFemo:hs1/$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:42.008741009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.748240Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:02:42.008745139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.748254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:42.008750019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.760986Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:42.008757849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.760999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:42.008763209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.761090Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_join/!SASKp19UltZBRQFemo:hs1/$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU with https://hs1:8448/_matrix/federation/v2/send_join/!SASKp19UltZBRQFemo:hs1/$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\n"} -{"Time":"2024-04-23T18:02:42.008767719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.761100Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:42.008772419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.761115Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v2/send_join/!SASKp19UltZBRQFemo:hs1/$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\n"} -{"Time":"2024-04-23T18:02:42.008776099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.761164Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:02:42.008779399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.761302Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:02:42.008782729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.761365Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:02:42.008787239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.761482Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs1\n"} -{"Time":"2024-04-23T18:02:42.008798419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.761502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Signing key not loaded for hs1\n"} -{"Time":"2024-04-23T18:02:42.008802469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.761654Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted key servers first for homeserver signing keys.\n"} -{"Time":"2024-04-23T18:02:42.008806529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.761672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Remaining servers left that the notary/trusted servers did not provide: {\"hs1\": {}}\n"} -{"Time":"2024-04-23T18:02:42.008809979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.761683Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking individual servers for signing keys: {\"hs1\": {}}\n"} -{"Time":"2024-04-23T18:02:42.008813669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.761750Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:42.008817939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.761929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:42.008822309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.762013Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:02:42.008826078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.762035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:42.008830188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.764148Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:42.008835118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.764184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:42.008840078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.764213Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:02:42.008844448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.764230Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:42.008848208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.764259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:02:42.008851868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.764337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Received new Future result\n"} -{"Time":"2024-04-23T18:02:42.008855238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.764352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Result is from hs1\n"} -{"Time":"2024-04-23T18:02:42.008858578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.764558Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Done handling Future result\n"} -{"Time":"2024-04-23T18:02:42.008861918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.764580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Search for signing keys done\n"} -{"Time":"2024-04-23T18:02:42.008866118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.764598Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:02:42.008869588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.767122Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:02:42.008872958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.767971Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:02:42.008876388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.768007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU (m.room.member)\n"} -{"Time":"2024-04-23T18:02:42.008879658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.768142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:42.008882848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.768400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:42.008886048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.768424Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:02:42.008890458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.771208Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:02:42.008893878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.771835Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:02:42.008897128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.772883Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:02:42.008900458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.773081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m313 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.008907948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.773334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.008912488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.773641Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:42.008916388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.773800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8 {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"914\"}\n"} -{"Time":"2024-04-23T18:02:42.008922808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.773814Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8 Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909751761, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$NujjSH_HNr3F6J9Y2aznui5FsZiL5sdh_Bv0rDAxd10\"), String(\"$lXxkXJutDRq5za-JlqJYDMJj0ZPF29YsYtrZ0_gmtfE\"), String(\"$T1cbNwvjXD5Hamjhm4LAkHLyougtisXjrmXms0NKoVw\")]), \"content\": Object({\"displayname\": String(\"user-2-bob 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 7, \"hashes\": Object({\"sha256\": String(\"I61Bv+qXIlDKMEdIlqM9FzmEBScGLnFQvkXh+QmeVVs\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909751747, \"prev_events\": Array([String(\"$zSy3EtGUJTyKMmYNl_w-0dz12be_b8Vi6ei780EYpzI\""} -{"Time":"2024-04-23T18:02:42.008945527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":")]), \"room_id\": String(\"!SASKp19UltZBRQFemo:hs1\"), \"sender\": String(\"@user-2-bob:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"Bzer5KC6q89tJDjdo2yJEebx/d7nN3Vi9wgr1OwDGdA2oFhtlfAnccbGXL7P5GC7cJP4PbPmzAMEinEdVI3wCA\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"iJJSLNvkiEj5AakfaZguYScY88jJ2+i8jYdp2yzu1KVvE9wDFVyK17lJ7z+BcuBpHTDwkvD6/0DxAWt8jjvfCA\")})}), \"state_key\": String(\"@user-2-bob:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({})})])}))\n"} -{"Time":"2024-04-23T18:02:42.008951417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.774079Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m195.519µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:02:42.008956697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.774116Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:02:42.008960387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.774175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.008964077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.774193Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:42.008968347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.774239Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:42.008971947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.774287Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m409.187µs\n"} -{"Time":"2024-04-23T18:02:42.008975477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.774345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m46.199µs \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m467.526µs\n"} -{"Time":"2024-04-23T18:02:42.008979247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.774412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m533.816µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:02:42.008983337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.774498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.008987057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.774563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 {\"host\": \"127.0.0.1:1065\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.008991267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.774599Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 None\n"} -{"Time":"2024-04-23T18:02:42.008994577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.778125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-2-bob:hs2 timeout:300s\n"} -{"Time":"2024-04-23T18:02:42.008997737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.778275Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.009001027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.780182Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.009004427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.780320Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 {\"host\": \"127.0.0.1:1065\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.009008167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.780343Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:42.009011637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.780393Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-2-bob:hs2\n"} -{"Time":"2024-04-23T18:02:42.009015237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:32.782753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.009018617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:32.783308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.009023627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:32.783456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 {\"host\": \"127.0.0.1:1065\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.009027697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:32.783480Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:42.009031127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:33.785791Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.009034947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:33.786361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.009038637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:33.786510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 {\"host\": \"127.0.0.1:1065\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.009042797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:33.786535Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:42.009046477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:34.788342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.009049727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:34.789018Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.009053167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:34.789176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 {\"host\": \"127.0.0.1:1065\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.009056756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:34.789201Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:42.009060126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:35.791333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.009063376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:35.791736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.009067736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:35.791852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 {\"host\": \"127.0.0.1:1065\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.009071376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:35.791874Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:42.009074716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:36.793859Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.009077966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:36.794501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.009081366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:36.794673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 {\"host\": \"127.0.0.1:1065\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.009084956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:36.794699Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 None\n"} -{"Time":"2024-04-23T18:02:42.009088756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:36.799090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.009092716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:36.801509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.009102506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:36.801634Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 {\"host\": \"127.0.0.1:1065\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.009106196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:36.801657Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:42.009109486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:36.801706Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-2-bob:hs2\n"} -{"Time":"2024-04-23T18:02:42.009112756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:37.804019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.009116166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:37.804569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.009120056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:37.804716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 {\"host\": \"127.0.0.1:1065\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.009123716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:37.804740Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:42.009127016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:38.807029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.009130316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:38.807542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.009134116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:38.807690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 {\"host\": \"127.0.0.1:1065\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.009137716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:38.807713Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:42.009140906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:39.600185Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:42.009143806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:39.600222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m zero bytes read, stream closed?\n"} -{"Time":"2024-04-23T18:02:42.009146736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:39.600232Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m \u001b[3merror\u001b[0m\u001b[2m=\u001b[0mstream closed \u001b[3mstream\u001b[0m\u001b[2m=\u001b[0mTCP(127.0.0.11:53)\n"} -{"Time":"2024-04-23T18:02:42.009150576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:39.600246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_exchange\u001b[0m\u001b[2m:\u001b[0m io_stream is done, shutting down\n"} -{"Time":"2024-04-23T18:02:42.009153726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:39.809800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.009157326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:39.810341Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.009163926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:39.810489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 {\"host\": \"127.0.0.1:1065\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.009167806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:39.810513Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:42.009171805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:40.812774Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.009175155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:40.813432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.009178585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:40.813584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 {\"host\": \"127.0.0.1:1065\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.009182705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:40.813608Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:42.009186285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:41.815829Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.009189485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"2024/04/23 18:02:42 ============== 71629769f550fb1715db5fd433b9b8a68635fd1ad4649e7292467ec4f36f47d8 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:02:42.009193745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.009196165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.21360492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"2024/04/23 18:02:42 ============================================\n"} -{"Time":"2024-04-23T18:02:42.213624019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.213627139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.213629779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"2024/04/23 18:02:42 8059016bd4d296607f64b97c1715f996a38d5956104572f53ce13ff55496d064 : Server logs:\n"} -{"Time":"2024-04-23T18:02:42.213781728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:02:42.213787238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:02:42.213790328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:02:42.213794458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:02:42.213799508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:02:42.213804808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"+ echo 'IP.1 = 172.23.0.2'\n"} -{"Time":"2024-04-23T18:02:42.213812458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:02:42.213817008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:02:42.213834718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:02:42.213838728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:02:42.213845057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.807216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:02:42.213851037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.807359Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:02:42.213893037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.807765Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:02:42.213897877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.807773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:02:42.213903217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.807779Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:02:42.213909167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.807790Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:02:42.213924617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.808594Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:02:42.213928107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.213949787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:02:42.213956356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.808676Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:02:42.213962516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.811165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:02:42.213966356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.812830Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:02:42.213986296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.813422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:02:42.213990026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:30.814460Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:02:42.213992906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.264432Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 451.597023ms\n"} -{"Time":"2024-04-23T18:02:42.213997166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.266781Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:02:42.214001636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.266900Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:02:42.214007386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.266910Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:02:42.214014746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.266917Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:02:42.214022416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.266924Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:02:42.214028026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.266930Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:02:42.214032366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.266944Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:02:42.214037566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.266951Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:02:42.214041876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.266958Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:02:42.214056686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.266965Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:02:42.214059726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.266974Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:02:42.214062746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.266983Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:02:42.214075205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.266992Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:02:42.214078175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.267000Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:02:42.214083205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.267023Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:02:42.214087115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.267038Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:02:42.214090995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.267048Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:02:42.214109005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.267059Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:02:42.214113395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.267070Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:02:42.214117415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.267080Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:02:42.214123175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.268854Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:02:42.214126815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.271619Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:02:42.214130655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.288286Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:02:42.214140165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.288296Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:02:42.214146155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.288831Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:02:42.214151045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.288982Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:02:42.214154175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.329533Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.214159065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.330251Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1063\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.214163335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.330371Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:02:42.214178735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.330674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.214182394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.331418Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.214189064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.331742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1063\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"106\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.214194484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.331760Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1-alice\")}))\n"} -{"Time":"2024-04-23T18:02:42.214202634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.374393Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1-alice:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:02:42.214209514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.375963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:42.214216994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.376131Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:42.214224994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.376248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:42.214231174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.378873Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1-alice 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:42.214244854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.378892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1-alice 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:42.214378223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.378914Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1-alice 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:42.214386803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.380299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:02:42.214392833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.380326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:42.214398513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.380337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:02:42.214403743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.380358Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:02:42.214408503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.380414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1-alice:hs1\"}\n"} -{"Time":"2024-04-23T18:02:42.214416142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.380426Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:02:42.214422832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.380451Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:02:42.214499462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.380459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:42.214508332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.381902Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:42.214515652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:42.214531451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.381929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:42.214538461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:42.214594261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.381943Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:42.214605351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:42.214611881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.383184Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1-alice:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:02:42.214616261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.383269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m51 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.214624281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.383928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:42.214629981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.383980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:42.21464129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.383989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:42.21464752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.445811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.21465188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.446263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1063\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.21465991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.446299Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:02:42.21466492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.446928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1-alice:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:02:42.214765789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.446973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1-alice:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:02:42.214793429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.447005Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1-alice:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:02:42.214809309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.448787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1-alice 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:42.214826009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.448824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1-alice 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:42.214843309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.448893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1-alice 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:42.214859049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.451170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:02:42.214872878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.451223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:42.214886018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.451244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:02:42.214902408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.451274Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:02:42.214914508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.451291Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:02:42.214930078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.451306Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:42.214958858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.453145Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:02:42.214974818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.453208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:42.214986017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.453229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:42.214997307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.455099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:02:42.215008647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.455161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:02:42.215068387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.455183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:42.215080287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.457169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:02:42.215091856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.457231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:42.215105386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.457253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:42.215119366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.458683Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1-alice:hs1 created a room\n"} -{"Time":"2024-04-23T18:02:42.215128406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.458781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.215137286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.602603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.215146486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.603085Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs2 keys\n"} -{"Time":"2024-04-23T18:02:42.215237335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.603118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:02:42.215253145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.603618Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:42.215264475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.603897Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:02:42.215280675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.603919Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:02:42.215291285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.604011Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:02:42.215302135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.604044Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.215312975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.604071Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:42.215323944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.604101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.215338314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.604145Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 62278:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:42.215345764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.215352544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:02:42.215359064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.215366214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.604344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:42.215376454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.604413Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:42.215387014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.604571Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:02:42.215400614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.604586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 62278\n"} -{"Time":"2024-04-23T18:02:42.215410814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.604607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 62278:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:02:42.215419904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.215426484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:02:42.215432863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:02:42.215439353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"hs2. 600 IN A 172.23.0.3\n"} -{"Time":"2024-04-23T18:02:42.215445773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:02:42.215455273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.215461633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.215469693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.604624Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 62278:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:02:42.215481193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.215487273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:02:42.215493523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:02:42.215499933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"hs2. 600 IN A 172.23.0.3\n"} -{"Time":"2024-04-23T18:02:42.215509903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:02:42.215516443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.215522543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.215530413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.604917Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:02:42.215541363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.604948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.3:443\n"} -{"Time":"2024-04-23T18:02:42.215555572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.605051Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.23.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:02:42.215568752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.605081Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:02:42.215582852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.605104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:02:42.215596892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.605129Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:02:42.215607372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.605163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:02:42.215617872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.605183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:02:42.215632392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.605197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.215644042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.605213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:42.215657962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.605225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.215668191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.605255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 30201:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:42.215678631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.215685231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.215691631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.215702371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.605637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:42.215713121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.605711Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:42.215726541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.606915Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:42.215738481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.606929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 30201\n"} -{"Time":"2024-04-23T18:02:42.215749281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.606956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 30201:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:42.215761331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.215765591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.215769971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:42.21577371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:42.21577905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":". 86217 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:42.21579129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.21579659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.21580085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.606975Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:42.2158081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.606991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:42.21581556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.607108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:42.21582099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.607145Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.21582606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.607217Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m43124\n"} -{"Time":"2024-04-23T18:02:42.21583015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.607235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 43124:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:42.21583374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.21583904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.21584246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.21584623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.607260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:42.21585011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.609478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:42.21585401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.609492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:02:42.21585778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.609500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:42.21586269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.609512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:42.21586629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.609520Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:42.21587082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.609528Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:42.215922169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.609536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:42.215927519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.609549Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:42.215941529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.609585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 43124:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:42.215946649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.215949989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.215953449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:42.215958539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:42.215962019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":". 86217 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:42.215965529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.215978249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.215984169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.609641Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:02:42.216051828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.609662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.216058308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.609687Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:42.216064438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.609706Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.216071788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.609757Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 29983:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:42.216077048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.216082038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.216098998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.216103608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.609809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:42.216113318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.609868Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:42.216121458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.610922Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:42.216128577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.610945Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 29983\n"} -{"Time":"2024-04-23T18:02:42.216134197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.610965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 29983:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:42.216140597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.216143987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.216148977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:42.216153917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:42.216159017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":". 86217 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:42.216166437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.216182687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.216189127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.610983Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:42.216196977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.610999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:42.216207177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.611011Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.216300526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.611039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:42.216305366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.611051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m10821\n"} -{"Time":"2024-04-23T18:02:42.216309366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.611058Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 10821:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:42.216314966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.216318536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.216322916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.216326356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.611071Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:42.216330226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.654066Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:42.216335676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.654079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:02:42.216339386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.654087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:42.216343136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.654099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:42.216346956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.654107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:42.216350676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.654115Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:42.216356096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.654121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:42.216359796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.654131Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:42.216363886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.654166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 10821:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:42.216368685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.216372125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.216377355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:42.216380635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:42.216383985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":". 86217 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:42.216387375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.216390575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.216396555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.654221Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:42.216402585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.654253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:02:42.216408155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.654283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:02:42.216413935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.654308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.216787352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.654335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:42.216813362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.654353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.216832162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.654409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 1353:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:42.216843362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.216850901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.216858311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.216870291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.654461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:42.216896241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.654515Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:42.216908031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.655507Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:42.216919391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.655529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 1353\n"} -{"Time":"2024-04-23T18:02:42.2170534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.655549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 1353:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:42.21706774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.21707489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.217081919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:42.217092619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:42.217099909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":". 86217 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:42.217107099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.217113889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.217122979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.655565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:42.217160859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.655577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:42.217174379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.655587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.217188069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.655611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:42.217196248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.655622Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m22896\n"} -{"Time":"2024-04-23T18:02:42.217204998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.655628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 22896:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:42.217216378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.217223438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.217230308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.217237498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.655636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:42.218746245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.698127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:42.218758235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.698142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:02:42.218762085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.698151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:42.218873644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.698163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:42.218877904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.698171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:42.218881064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.698178Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:42.218885524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.698186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:42.218894203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.698197Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:42.218915653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.698236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 22896:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:42.218920933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.218925103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.218929823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:42.218955743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:42.218962393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":". 86217 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:42.218967513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.218972853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.218989883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.698290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:02:42.218998673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.698315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.219018192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.698342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:42.219026582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.698365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.219032862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.698422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 53571:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:42.219038482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.219045882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.219102902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.219112272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.698468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:42.219123751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.698517Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:42.219129281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.699624Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:42.219171001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.699656Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 53571\n"} -{"Time":"2024-04-23T18:02:42.219176451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.699694Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 53571:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:42.219181661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.219186171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.219193781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:42.219203161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:42.219219571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":". 86217 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:42.219224241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.219228921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.219234501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.699723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:42.219706476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.699749Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:42.219714396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.699769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:42.219718256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.699815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:42.219747716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.699838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m51459\n"} -{"Time":"2024-04-23T18:02:42.219753526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.699851Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 51459:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:42.219757126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.219762196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.219766756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.219772636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.699875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:42.219776686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.742218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:42.219783786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.742231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:02:42.219788776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.742239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:42.219792806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.742249Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:42.219798696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.742256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:42.219803765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.742263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:42.219810465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.742269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:42.219814315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.742279Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:42.219822135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.742314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 51459:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:42.219842075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; query\n"} -{"Time":"2024-04-23T18:02:42.219847085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:42.219852325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:42.219857415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:42.219862635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":". 86217 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:42.219880865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:42.219885025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.219901635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.742361Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:42.219907735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.742418Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:02:42.219915955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.742509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:02:42.219921974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.742761Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:42.219966404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.742826Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:42.219974374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.742866Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:02:42.219978724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.742895Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.3:8448\n"} -{"Time":"2024-04-23T18:02:42.219984994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.743077Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.23.0.3:8448\n"} -{"Time":"2024-04-23T18:02:42.219991664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.745006Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:02:42.219998754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.745051Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:42.220004224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.745568Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:42.220051093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.745582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:42.220057293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.745709Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/key/v2/server with https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:02:42.220063133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.745724Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:42.220081643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.745784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:02:42.220088743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.746090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!SASKp19UltZBRQFemo:hs1/@user-2-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:02:42.220093273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.746104Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!SASKp19UltZBRQFemo:hs1/@user-2-bob:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:02:42.220101443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.746300Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:42.220107803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.746726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:42.220113943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.746750Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:42.220139003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.746808Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:42.220145363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.747331Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m144 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.220151003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.748476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.220155293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.748776Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:42.220162662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.749070Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!SASKp19UltZBRQFemo:hs1/$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"784\"}\n"} -{"Time":"2024-04-23T18:02:42.220184302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.749097Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!SASKp19UltZBRQFemo:hs1/$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU Some(Object({\"auth_events\": Array([String(\"$NujjSH_HNr3F6J9Y2aznui5FsZiL5sdh_Bv0rDAxd10\"), String(\"$lXxkXJutDRq5za-JlqJYDMJj0ZPF29YsYtrZ0_gmtfE\"), String(\"$T1cbNwvjXD5Hamjhm4LAkHLyougtisXjrmXms0NKoVw\")]), \"content\": Object({\"displayname\": String(\"user-2-bob 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 7, \"hashes\": Object({\"sha256\": String(\"I61Bv+qXIlDKMEdIlqM9FzmEBScGLnFQvkXh+QmeVVs\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909751747, \"prev_events\": Array([String(\"$zSy3EtGUJTyKMmYNl_w-0dz12be_b8Vi6ei780EYpzI\")]), \"room_id\": String(\"!SASKp19UltZBRQFemo:hs1\"), \"sender\": String(\"@user-2-bob:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": S"} -{"Time":"2024-04-23T18:02:42.220192782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"tring(\"uY2pg9pOnUjZEUAR2neBDq4L184WO2D1ZXzxLAL39seDSb2Spk36J0kI427IP9vEOePbFv1UlP6w0m8RvL5wCA\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"iJJSLNvkiEj5AakfaZguYScY88jJ2+i8jYdp2yzu1KVvE9wDFVyK17lJ7z+BcuBpHTDwkvD6/0DxAWt8jjvfCA\")})}), \"state_key\": String(\"@user-2-bob:hs2\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:02:42.220196702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.749357Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:42.220201852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.749819Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2, hs1\n"} -{"Time":"2024-04-23T18:02:42.220206862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.750041Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:42.220227082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.750146Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:42.220233262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.750339Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:42.220240352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.750867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:02:42.220248062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.750980Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $NujjSH_HNr3F6J9Y2aznui5FsZiL5sdh_Bv0rDAxd10 in db\n"} -{"Time":"2024-04-23T18:02:42.220255132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.751034Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lXxkXJutDRq5za-JlqJYDMJj0ZPF29YsYtrZ0_gmtfE in db\n"} -{"Time":"2024-04-23T18:02:42.220274522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.751087Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $T1cbNwvjXD5Hamjhm4LAkHLyougtisXjrmXms0NKoVw in db\n"} -{"Time":"2024-04-23T18:02:42.220281251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.751124Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:42.220287901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.751145Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $NujjSH_HNr3F6J9Y2aznui5FsZiL5sdh_Bv0rDAxd10 in db\n"} -{"Time":"2024-04-23T18:02:42.220307001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.751162Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lXxkXJutDRq5za-JlqJYDMJj0ZPF29YsYtrZ0_gmtfE in db\n"} -{"Time":"2024-04-23T18:02:42.220311561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.751178Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $T1cbNwvjXD5Hamjhm4LAkHLyougtisXjrmXms0NKoVw in db\n"} -{"Time":"2024-04-23T18:02:42.220317021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.751203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:02:42.220324191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.751403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU (m.room.member)\n"} -{"Time":"2024-04-23T18:02:42.220331751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.751450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:42.220350091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.751520Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:42.220356611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.751631Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:02:42.220365221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.751815Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:02:42.220374871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.752050Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $zSy3EtGUJTyKMmYNl_w-0dz12be_b8Vi6ei780EYpzI in db\n"} -{"Time":"2024-04-23T18:02:42.220382351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.752078Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:42.220390041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.752096Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $zSy3EtGUJTyKMmYNl_w-0dz12be_b8Vi6ei780EYpzI in db\n"} -{"Time":"2024-04-23T18:02:42.22039787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.752258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:42.22041783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.752317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$zSy3EtGUJTyKMmYNl_w-0dz12be_b8Vi6ei780EYpzI\"]\n"} -{"Time":"2024-04-23T18:02:42.22042492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.752488Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:02:42.22043151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.752519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:02:42.22043845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.752642Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:02:42.22044554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.752738Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:02:42.22047279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.752822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU (m.room.member)\n"} -{"Time":"2024-04-23T18:02:42.22047857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.752958Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:42.22048257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.753182Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:42.22048803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.753210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:02:42.22049348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.753452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:02:42.220520139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.753487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU (m.room.member)\n"} -{"Time":"2024-04-23T18:02:42.220526969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.753516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:42.220533989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.753673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:42.220541839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.753702Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:02:42.220551759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.753720Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:02:42.220558879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.753788Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:02:42.220579699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.753806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:02:42.220587719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.753837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:02:42.220595539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.754014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:02:42.220602209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.754123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m47.509µs\n"} -{"Time":"2024-04-23T18:02:42.220621759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.754260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lXxkXJutDRq5za-JlqJYDMJj0ZPF29YsYtrZ0_gmtfE\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m184.408µs\n"} -{"Time":"2024-04-23T18:02:42.220628729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.754346Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m271.158µs\n"} -{"Time":"2024-04-23T18:02:42.220637768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.754484Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$aOtRNzOdZ-r0_9C0UprfZM3R5iOfhu2t5cwtbi2o_Hs\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m408.476µs\n"} -{"Time":"2024-04-23T18:02:42.220643948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.754567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m491.456µs\n"} -{"Time":"2024-04-23T18:02:42.220651708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.754714Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$NujjSH_HNr3F6J9Y2aznui5FsZiL5sdh_Bv0rDAxd10\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m638.774µs\n"} -{"Time":"2024-04-23T18:02:42.220664628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.754798Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m723.014µs\n"} -{"Time":"2024-04-23T18:02:42.220670878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.754980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$T1cbNwvjXD5Hamjhm4LAkHLyougtisXjrmXms0NKoVw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m904.482µs\n"} -{"Time":"2024-04-23T18:02:42.220678638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.755068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m992.581µs\n"} -{"Time":"2024-04-23T18:02:42.220686378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.755233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kDOjeDa5Dyg-sfJcp0UOfUiMvB4_0W8yG-UrVDp_vts\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.15746ms\n"} -{"Time":"2024-04-23T18:02:42.220700118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.755317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.242019ms\n"} -{"Time":"2024-04-23T18:02:42.220706568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.755480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zSy3EtGUJTyKMmYNl_w-0dz12be_b8Vi6ei780EYpzI\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.404878ms\n"} -{"Time":"2024-04-23T18:02:42.220713958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.755565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.489637ms\n"} -{"Time":"2024-04-23T18:02:42.220719988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.755581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.506657ms\n"} -{"Time":"2024-04-23T18:02:42.220727378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.755767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m156.278µs\n"} -{"Time":"2024-04-23T18:02:42.220733388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.755976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m365.876µs\n"} -{"Time":"2024-04-23T18:02:42.220741018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m452.116µs\n"} -{"Time":"2024-04-23T18:02:42.220747148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756077Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m467.636µs\n"} -{"Time":"2024-04-23T18:02:42.220754468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:02:42.220760087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:02:42.220767527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:02:42.220772617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756392Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:02:42.220779477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756401Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$NujjSH_HNr3F6J9Y2aznui5FsZiL5sdh_Bv0rDAxd10\", (\"m.room.history_visibility\", \"\"): \"$kDOjeDa5Dyg-sfJcp0UOfUiMvB4_0W8yG-UrVDp_vts\", (\"m.room.member\", \"@user-1-alice:hs1\"): \"$aOtRNzOdZ-r0_9C0UprfZM3R5iOfhu2t5cwtbi2o_Hs\", (\"m.room.create\", \"\"): \"$lXxkXJutDRq5za-JlqJYDMJj0ZPF29YsYtrZ0_gmtfE\", (\"m.room.guest_access\", \"\"): \"$zSy3EtGUJTyKMmYNl_w-0dz12be_b8Vi6ei780EYpzI\", (\"m.room.join_rules\", \"\"): \"$T1cbNwvjXD5Hamjhm4LAkHLyougtisXjrmXms0NKoVw\"}\n"} -{"Time":"2024-04-23T18:02:42.220787867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756419Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:02:42.220793527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756427Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2-bob:hs2\"): [\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\"]}\n"} -{"Time":"2024-04-23T18:02:42.220798977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:02:42.220806037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\", \"$T1cbNwvjXD5Hamjhm4LAkHLyougtisXjrmXms0NKoVw\"}\n"} -{"Time":"2024-04-23T18:02:42.220812067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:02:42.220819017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($T1cbNwvjXD5Hamjhm4LAkHLyougtisXjrmXms0NKoVw) senders power level\n"} -{"Time":"2024-04-23T18:02:42.220824327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1-alice:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:02:42.220829497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $T1cbNwvjXD5Hamjhm4LAkHLyougtisXjrmXms0NKoVw power level 100\n"} -{"Time":"2024-04-23T18:02:42.220837447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:42.220842767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:02:42.220849697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756755Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$T1cbNwvjXD5Hamjhm4LAkHLyougtisXjrmXms0NKoVw\"]\n"} -{"Time":"2024-04-23T18:02:42.220854747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:42.220861877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756776Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$T1cbNwvjXD5Hamjhm4LAkHLyougtisXjrmXms0NKoVw\"]\n"} -{"Time":"2024-04-23T18:02:42.220867437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756869Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$T1cbNwvjXD5Hamjhm4LAkHLyougtisXjrmXms0NKoVw\"\n"} -{"Time":"2024-04-23T18:02:42.220875356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $T1cbNwvjXD5Hamjhm4LAkHLyougtisXjrmXms0NKoVw (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:02:42.220880886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756910Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $T1cbNwvjXD5Hamjhm4LAkHLyougtisXjrmXms0NKoVw ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:42.220888146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:42.220893536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756941Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:02:42.220901316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756950Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$NujjSH_HNr3F6J9Y2aznui5FsZiL5sdh_Bv0rDAxd10\", (\"m.room.history_visibility\", \"\"): \"$kDOjeDa5Dyg-sfJcp0UOfUiMvB4_0W8yG-UrVDp_vts\", (\"m.room.member\", \"@user-1-alice:hs1\"): \"$aOtRNzOdZ-r0_9C0UprfZM3R5iOfhu2t5cwtbi2o_Hs\", (\"m.room.create\", \"\"): \"$lXxkXJutDRq5za-JlqJYDMJj0ZPF29YsYtrZ0_gmtfE\", (\"m.room.guest_access\", \"\"): \"$zSy3EtGUJTyKMmYNl_w-0dz12be_b8Vi6ei780EYpzI\", (\"m.room.join_rules\", \"\"): \"$T1cbNwvjXD5Hamjhm4LAkHLyougtisXjrmXms0NKoVw\"}\n"} -{"Time":"2024-04-23T18:02:42.220913066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:02:42.220920236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756981Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\"]\n"} -{"Time":"2024-04-23T18:02:42.220926006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.756992Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$NujjSH_HNr3F6J9Y2aznui5FsZiL5sdh_Bv0rDAxd10\")\n"} -{"Time":"2024-04-23T18:02:42.220938756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.757002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:02:42.220946856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.757073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\n"} -{"Time":"2024-04-23T18:02:42.220952136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.757104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $NujjSH_HNr3F6J9Y2aznui5FsZiL5sdh_Bv0rDAxd10\n"} -{"Time":"2024-04-23T18:02:42.220957586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.757143Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\"]\n"} -{"Time":"2024-04-23T18:02:42.220965126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.757154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:42.220972746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.757162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\"]\n"} -{"Time":"2024-04-23T18:02:42.220978256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.757263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\"\n"} -{"Time":"2024-04-23T18:02:42.220985286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.757276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU (m.room.member)\n"} -{"Time":"2024-04-23T18:02:42.220990336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.757290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:42.220997475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.757320Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:42.221004815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.757345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:02:42.221010125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.757401Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:02:42.221017615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.758382Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:02:42.221023205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.759599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hAb3AK564g1R8TE79c_BTymsX2Hl_dIkm37PJzAx7hU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SASKp19UltZBRQFemo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m7.091658ms\n"} -{"Time":"2024-04-23T18:02:42.221030035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.759687Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m15.56µs\n"} -{"Time":"2024-04-23T18:02:42.221035745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.759717Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m45.36µs\n"} -{"Time":"2024-04-23T18:02:42.221042325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.760813Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.221047785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.761653Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:42.221054585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.762052Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:42.221059505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.762114Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:42.221065565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.762153Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:02:42.221072115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.762186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.3:8448\n"} -{"Time":"2024-04-23T18:02:42.221078465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.762294Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.221084935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.762393Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.23.0.3:8448\n"} -{"Time":"2024-04-23T18:02:42.221091045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.762539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.221097295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.764282Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:02:42.221103765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.764350Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:42.221115444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.778880Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/presence/:user_id/status\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.221122084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.779338Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/presence/:user_id/status\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/presence/@user-1-alice:hs1/status {\"host\": \"127.0.0.1:1063\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"60\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.221127704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.779376Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/presence/:user_id/status\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/presence/@user-1-alice:hs1/status Some(Object({\"presence\": String(\"online\"), \"status_msg\": String(\"Update for room members\")}))\n"} -{"Time":"2024-04-23T18:02:42.221134364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.779705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/presence/:user_id/status\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.221142944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.779777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1-alice:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:02:42.221149384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.814068Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:42.221156324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.814097Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:42.221163314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.814253Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8 with https://hs2:8448/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\n"} -{"Time":"2024-04-23T18:02:42.221168284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.814274Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:42.221174944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:31.814300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\n"} -{"Time":"2024-04-23T18:02:42.221195994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:36.800293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/presence/:user_id/status\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:42.221201114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:36.800510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/presence/:user_id/status\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/presence/@user-1-alice:hs1/status {\"host\": \"127.0.0.1:1063\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"26\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:42.221206704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:36.800537Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/presence/:user_id/status\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/presence/@user-1-alice:hs1/status Some(Object({\"presence\": String(\"unavailable\")}))\n"} -{"Time":"2024-04-23T18:02:42.221233973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:36.801011Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/presence/:user_id/status\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:42.221238313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:36.801089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 1: @user-1-alice:hs1 timeout:1800s\n"} -{"Time":"2024-04-23T18:02:42.221241833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:39.742718Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:42.221246473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:39.742747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m zero bytes read, stream closed?\n"} -{"Time":"2024-04-23T18:02:42.221252673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:39.742755Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m \u001b[3merror\u001b[0m\u001b[2m=\u001b[0mstream closed \u001b[3mstream\u001b[0m\u001b[2m=\u001b[0mTCP(127.0.0.11:53)\n"} -{"Time":"2024-04-23T18:02:42.221258693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:39.742767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_exchange\u001b[0m\u001b[2m:\u001b[0m io_stream is done, shutting down\n"} -{"Time":"2024-04-23T18:02:42.221285143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:41.853948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:02:42.221290153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\u001b[2m2024-04-23T22:02:41.854051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:02:42.221351842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"2024/04/23 18:02:42 ============== 8059016bd4d296607f64b97c1715f996a38d5956104572f53ce13ff55496d064 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:02:42.221355572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.221358242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"\n"} -{"Time":"2024-04-23T18:02:42.237421733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Output":"--- FAIL: TestRemotePresence (12.15s)\n"} -{"Time":"2024-04-23T18:02:42.237432463-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePresence","Elapsed":12.15} -{"Time":"2024-04-23T18:02:42.237442943-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationProfile"} -{"Time":"2024-04-23T18:02:42.237448163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationProfile","Output":"=== RUN TestOutboundFederationProfile\n"} -{"Time":"2024-04-23T18:02:43.249812898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationProfile","Output":" federation_query_profile_test.go:26: Deploy times: 11.153323ms blueprints, 1.001116114s containers\n"} -{"Time":"2024-04-23T18:02:44.225983977-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationProfile/Outbound_federation_can_query_profile_data"} -{"Time":"2024-04-23T18:02:44.225998417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationProfile/Outbound_federation_can_query_profile_data","Output":"=== RUN TestOutboundFederationProfile/Outbound_federation_can_query_profile_data\n"} -{"Time":"2024-04-23T18:02:44.242479404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationProfile/Outbound_federation_can_query_profile_data","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/profile/@user:host.docker.internal:20207/displayname =\u003e 200 OK (16.420008ms)\n"} -{"Time":"2024-04-23T18:02:44.242497934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationProfile/Outbound_federation_can_query_profile_data","Output":"--- PASS: TestOutboundFederationProfile/Outbound_federation_can_query_profile_data (0.02s)\n"} -{"Time":"2024-04-23T18:02:44.242507473-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationProfile/Outbound_federation_can_query_profile_data","Elapsed":0.02} -{"Time":"2024-04-23T18:02:44.447278694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationProfile","Output":"--- PASS: TestOutboundFederationProfile (2.21s)\n"} -{"Time":"2024-04-23T18:02:44.447304664-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationProfile","Elapsed":2.21} -{"Time":"2024-04-23T18:02:44.447318394-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationProfile"} -{"Time":"2024-04-23T18:02:44.447325234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationProfile","Output":"=== RUN TestInboundFederationProfile\n"} -{"Time":"2024-04-23T18:02:45.315394461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationProfile","Output":" federation_query_profile_test.go:74: Deploy times: 6.92644ms blueprints, 861.117207ms containers\n"} -{"Time":"2024-04-23T18:02:45.37069464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationProfile","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (55.24542ms)\n"} -{"Time":"2024-04-23T18:02:47.368168991-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationProfile/Non-numeric_ports_in_server_names_are_rejected"} -{"Time":"2024-04-23T18:02:47.36819076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationProfile/Non-numeric_ports_in_server_names_are_rejected","Output":"=== RUN TestInboundFederationProfile/Non-numeric_ports_in_server_names_are_rejected\n"} -{"Time":"2024-04-23T18:02:47.387359844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationProfile/Non-numeric_ports_in_server_names_are_rejected","Output":" server.go:297: [SSAPI] GET hs1/_matrix/federation/v1/query/profile?user_id=@user1:localhost:http\u0026field=displayname =\u003e 400 (19.086324ms)\n"} -{"Time":"2024-04-23T18:02:47.387388683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationProfile/Non-numeric_ports_in_server_names_are_rejected","Output":"--- PASS: TestInboundFederationProfile/Non-numeric_ports_in_server_names_are_rejected (0.02s)\n"} -{"Time":"2024-04-23T18:02:47.387395563-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationProfile/Non-numeric_ports_in_server_names_are_rejected","Elapsed":0.02} -{"Time":"2024-04-23T18:02:47.387404463-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationProfile/Inbound_federation_can_query_profile_data"} -{"Time":"2024-04-23T18:02:47.387420983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationProfile/Inbound_federation_can_query_profile_data","Output":"=== RUN TestInboundFederationProfile/Inbound_federation_can_query_profile_data\n"} -{"Time":"2024-04-23T18:02:47.39012205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationProfile","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/profile/@user-1:hs1/displayname =\u003e 200 OK (2.618117ms)\n"} -{"Time":"2024-04-23T18:02:47.3923314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationProfile/Inbound_federation_can_query_profile_data","Output":" server.go:297: [SSAPI] GET hs1/_matrix/federation/v1/query/profile?user_id=@user-1:hs1\u0026field=displayname =\u003e 200 (2.056422ms)\n"} -{"Time":"2024-04-23T18:02:47.39236075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationProfile/Inbound_federation_can_query_profile_data","Output":"--- PASS: TestInboundFederationProfile/Inbound_federation_can_query_profile_data (0.00s)\n"} -{"Time":"2024-04-23T18:02:47.39236581-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationProfile/Inbound_federation_can_query_profile_data","Elapsed":0} -{"Time":"2024-04-23T18:02:47.604746484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationProfile","Output":"--- PASS: TestInboundFederationProfile (3.16s)\n"} -{"Time":"2024-04-23T18:02:47.604771914-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationProfile","Elapsed":3.16} -{"Time":"2024-04-23T18:02:47.604787974-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRedactSendsWithoutEvent"} -{"Time":"2024-04-23T18:02:47.604795244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRedactSendsWithoutEvent","Output":"=== RUN TestFederationRedactSendsWithoutEvent\n"} -{"Time":"2024-04-23T18:02:47.604805574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRedactSendsWithoutEvent","Output":" federation_redaction_test.go:17: WARNING: TestFederationRedactSendsWithoutEvent called runtime.SkipIf([dendrite]) but Complement doesn't know which HS is running as it was run without a *_blacklist tag: executing test.\n"} -{"Time":"2024-04-23T18:02:48.616729107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRedactSendsWithoutEvent","Output":" federation_redaction_test.go:19: Deploy times: 11.042343ms blueprints, 1.000830911s containers\n"} -{"Time":"2024-04-23T18:02:48.671532411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRedactSendsWithoutEvent","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (54.709444ms)\n"} -{"Time":"2024-04-23T18:02:49.928207155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRedactSendsWithoutEvent","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/capabilities =\u003e 200 OK (1.305509ms)\n"} -{"Time":"2024-04-23T18:02:49.928299635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRedactSendsWithoutEvent","Output":" server.go:185: Creating room !0-ZrJFF4gk9QmTQsaIpZ:host.docker.internal:28743 with version 10\n"} -{"Time":"2024-04-23T18:02:49.95063978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRedactSendsWithoutEvent","Output":"2024/04/23 18:02:49 Received send-join of event $Pf432dznw2YweICjNbOeMpzNV1scd5tPb7qKv3Q0lDo\n"} -{"Time":"2024-04-23T18:02:49.961684184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRedactSendsWithoutEvent","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/#flibble:host.docker.internal:28743 =\u003e 200 OK (31.565555ms)\n"} -{"Time":"2024-04-23T18:02:49.964928126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRedactSendsWithoutEvent","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!0-ZrJFF4gk9QmTQsaIpZ:host.docker.internal:28743/redact/$N5FLrhNgH0HoyGRZrVfcduVUH1vZptM5vPXl15LUr6w:host.docker.internal:28743/1 =\u003e 200 OK (2.982664ms)\n"} -{"Time":"2024-04-23T18:02:50.190548704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRedactSendsWithoutEvent","Output":"--- PASS: TestFederationRedactSendsWithoutEvent (2.59s)\n"} -{"Time":"2024-04-23T18:02:50.190570714-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRedactSendsWithoutEvent","Elapsed":2.59} -{"Time":"2024-04-23T18:02:50.190580174-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteAliasRequestsUnderstandUnicode"} -{"Time":"2024-04-23T18:02:50.190583834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteAliasRequestsUnderstandUnicode","Output":"=== RUN TestRemoteAliasRequestsUnderstandUnicode\n"} -{"Time":"2024-04-23T18:02:51.268281023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteAliasRequestsUnderstandUnicode","Output":" federation_room_alias_test.go:15: Deploy times: 5.870479ms blueprints, 1.07177568s containers\n"} -{"Time":"2024-04-23T18:02:51.322674479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteAliasRequestsUnderstandUnicode","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (54.319538ms)\n"} -{"Time":"2024-04-23T18:02:51.376447052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteAliasRequestsUnderstandUnicode","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (53.682133ms)\n"} -{"Time":"2024-04-23T18:02:51.389829795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteAliasRequestsUnderstandUnicode","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (13.291554ms)\n"} -{"Time":"2024-04-23T18:02:51.391259483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteAliasRequestsUnderstandUnicode","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/directory/room/#老虎£я🤨👉ඞ:hs1 =\u003e 200 OK (1.319059ms)\n"} -{"Time":"2024-04-23T18:02:51.68028487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteAliasRequestsUnderstandUnicode","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/directory/room/#老虎£я🤨👉ඞ:hs1 =\u003e 200 OK (288.943017ms)\n"} -{"Time":"2024-04-23T18:02:52.150092624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteAliasRequestsUnderstandUnicode","Output":"--- PASS: TestRemoteAliasRequestsUnderstandUnicode (1.96s)\n"} -{"Time":"2024-04-23T18:02:52.150117584-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteAliasRequestsUnderstandUnicode","Elapsed":1.96} -{"Time":"2024-04-23T18:02:52.150133654-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite"} -{"Time":"2024-04-23T18:02:52.150141133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"=== RUN TestUnbanViaInvite\n"} -{"Time":"2024-04-23T18:02:53.380467982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" federation_room_ban_test.go:15: Deploy times: 11.097543ms blueprints, 1.219209166s containers\n"} -{"Time":"2024-04-23T18:02:53.434834599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (54.288348ms)\n"} -{"Time":"2024-04-23T18:02:53.502042865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (67.087697ms)\n"} -{"Time":"2024-04-23T18:02:53.515704576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/createRoom =\u003e 200 OK (13.543383ms)\n"} -{"Time":"2024-04-23T18:02:53.83368714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!8WlMddMfzxqlQktIls:hs2 =\u003e 200 OK (317.857935ms)\n"} -{"Time":"2024-04-23T18:02:53.83828561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/rooms/!8WlMddMfzxqlQktIls:hs2/ban =\u003e 200 OK (4.504951ms)\n"} -{"Time":"2024-04-23T18:02:53.844862363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (6.486863ms)\n"} -{"Time":"2024-04-23T18:02:53.889892861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (44.748291ms)\n"} -{"Time":"2024-04-23T18:02:53.891694565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.688335ms)\n"} -{"Time":"2024-04-23T18:02:53.893266562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/rooms/!8WlMddMfzxqlQktIls:hs2/unban =\u003e 200 OK (1.457827ms)\n"} -{"Time":"2024-04-23T18:02:53.899876254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (6.559233ms)\n"} -{"Time":"2024-04-23T18:02:54.903106787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002981455s)\n"} -{"Time":"2024-04-23T18:02:55.906016461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002829304s)\n"} -{"Time":"2024-04-23T18:02:56.908992053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002858113s)\n"} -{"Time":"2024-04-23T18:02:57.912213942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00311834s)\n"} -{"Time":"2024-04-23T18:02:58.915407161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003107479s)\n"} -{"Time":"2024-04-23T18:02:58.91547124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" federation_room_ban_test.go:36: \u001b[31m@user-2:hs2 MustSyncUntil: timed out after 5.022157359s. Seen 6 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:02:58.91548285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" [t=6.806781ms] Response #1: SyncTimelineHas(!8WlMddMfzxqlQktIls:hs2): check function did not pass while iterating over 8 elements: [{\"content\":{\"creator\":\"@user-2:hs2\",\"room_version\":\"10\"},\"event_id\":\"$V39irdSigLVMhaxd7L0dqP3cc6CveIimeH4S2hiWNsw\",\"origin_server_ts\":1713909773503,\"sender\":\"@user-2:hs2\",\"state_key\":\"\",\"type\":\"m.room.create\",\"unsigned\":{\"age\":1}},{\"content\":{\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"},\"event_id\":\"$K7baOrCGSpERahXIC_N15Lo1TsJEzjQ_V22lvSxOGHA\",\"origin_server_ts\":1713909773505,\"sender\":\"@user-2:hs2\",\"state_key\":\"@user-2:hs2\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}},{\"content\":{\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs2\":100}},\"event_id\":\"$K128eYhhV8_J-vCi7wcj83oy5DYQM8L1dmCW7X8RU_w\",\"origin_server_ts\":1713909773507,\"sender\":\"@user-2:hs2\",\"state_key\":\"\",\"type\":\"m.room.power_levels\",\"unsigned\":{\"age\":1}},{\"content\":{\"joi"} -{"Time":"2024-04-23T18:02:58.91552237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"n_rule\":\"public\"},\"event_id\":\"$0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48\",\"origin_server_ts\":1713909773509,\"sender\":\"@user-2:hs2\",\"state_key\":\"\",\"type\":\"m.room.join_rules\",\"unsigned\":{\"age\":1}},{\"content\":{\"history_visibility\":\"shared\"},\"event_id\":\"$J8_dFlZ5D5o2X-g_gN7ur7pdtw7ZfXYYvqwLfSSgeUs\",\"origin_server_ts\":1713909773511,\"sender\":\"@user-2:hs2\",\"state_key\":\"\",\"type\":\"m.room.history_visibility\",\"unsigned\":{\"age\":1}},{\"content\":{\"guest_access\":\"forbidden\"},\"event_id\":\"$3QsQah6JtdfJKXsX0Y0bugafGoX0wE75MKoD3eGjLqc\",\"origin_server_ts\":1713909773513,\"sender\":\"@user-2:hs2\",\"state_key\":\"\",\"type\":\"m.room.guest_access\",\"unsigned\":{\"age\":1}},{\"content\":{\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"},\"event_id\":\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\",\"origin_server_ts\":1713909773808,\"sender\":\"@user-1:hs1\",\"state_key\":\"@user-1:hs1\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}},{\"content\":{\"membership\":\"ban\"},\"event_id\":\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\",\"origin_server_ts\":171390977383"} -{"Time":"2024-04-23T18:02:58.91553793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"5,\"sender\":\"@user-2:hs2\",\"state_key\":\"@user-1:hs1\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1,\"prev_content\":{\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"},\"prev_sender\":\"@user-1:hs1\"}}]\n"} -{"Time":"2024-04-23T18:02:58.9155475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" [t=1.009859625s] Response #2: SyncTimelineHas(!8WlMddMfzxqlQktIls:hs2): Key rooms.join.!8WlMddMfzxqlQktIls:hs2.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:02:58.91555753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" [t=2.012773969s] Response #3: SyncTimelineHas(!8WlMddMfzxqlQktIls:hs2): Key rooms.join.!8WlMddMfzxqlQktIls:hs2.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:02:58.91556551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" [t=3.015747721s] Response #4: SyncTimelineHas(!8WlMddMfzxqlQktIls:hs2): Key rooms.join.!8WlMddMfzxqlQktIls:hs2.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:02:58.91557337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" [t=4.01896666s] Response #5: SyncTimelineHas(!8WlMddMfzxqlQktIls:hs2): Key rooms.join.!8WlMddMfzxqlQktIls:hs2.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:02:58.91557989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" [t=5.022154949s] Response #6: SyncTimelineHas(!8WlMddMfzxqlQktIls:hs2): Key rooms.join.!8WlMddMfzxqlQktIls:hs2.timeline.events does not exist, \n"} -{"Time":"2024-04-23T18:02:58.915585439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:02:59.104914682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"2024/04/23 18:02:59 ============================================\n"} -{"Time":"2024-04-23T18:02:59.104953691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.104959701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.104964961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"2024/04/23 18:02:59 64ebe301fb1a84f026fa094ea78e8a606a730a656a4c1d107e58fcee0579e6a2 : Server logs:\n"} -{"Time":"2024-04-23T18:02:59.10512208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:02:59.10513171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:02:59.10513773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:02:59.10514574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:02:59.10515394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:02:59.105169809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"+ echo 'IP.1 = 172.23.0.2'\n"} -{"Time":"2024-04-23T18:02:59.105175949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:02:59.105183889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:02:59.105191759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:02:59.105199609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:02:59.105214079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.734388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:02:59.105220029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.734496Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:02:59.105227769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.734826Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:02:59.105234109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.734833Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:02:59.105241969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.734839Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:02:59.105250359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.734850Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:02:59.105258649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.735551Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:02:59.105274778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.105280218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:02:59.105288048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.735632Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:02:59.105296718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.738643Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:02:59.105304748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.740307Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:02:59.105310558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.740962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:02:59.105322058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.742129Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:02:59.105330068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.321748Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 581.435463ms\n"} -{"Time":"2024-04-23T18:02:59.105336048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.323764Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:02:59.105343908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.323856Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:02:59.105374718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.323867Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:02:59.105385317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.323875Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:02:59.105391417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.323882Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:02:59.105399547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.323889Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:02:59.105408117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.323897Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:02:59.105414227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.323904Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:02:59.105419997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.323912Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:02:59.105428017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.323919Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:02:59.105433957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.323927Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:02:59.105439887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.323941Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:02:59.105445937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.323949Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:02:59.105451557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.323955Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:02:59.105463517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.323973Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:02:59.105469287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.323985Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:02:59.105475067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.323993Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:02:59.105480977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.324003Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:02:59.105489187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.324013Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:02:59.105495017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.324021Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:02:59.105501056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.325635Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:02:59.105506846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.328409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:02:59.105515136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.345632Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:02:59.105521396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.345644Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:02:59.105529156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.346131Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:02:59.105535606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.346255Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:02:59.105544276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.378628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.105551096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.379523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1077\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:59.105558516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.379651Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:02:59.105569936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.379947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.105577356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.446545Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.105585456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.447175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1077\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:59.105593686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.447210Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:02:59.105601256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.491759Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:02:59.105612115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.493651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:59.105622135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.493865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:59.105632415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.494013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:59.105641965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.496928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:59.105651865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.496960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:59.105661135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.496985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:59.105671135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.498490Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:02:59.105691545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.498518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:59.105703655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.498528Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:02:59.105712815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.498554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:02:59.105723215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.498622Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs2\", \"@user-2:hs2\"}\n"} -{"Time":"2024-04-23T18:02:59.105735094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.498635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:02:59.105800404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.498662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:02:59.105815574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.498670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:59.105857783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.500239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:59.105874003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:59.105895833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.500267Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:59.105919683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:59.105957272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.500276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:59.105972622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:59.105985622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.501622Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-2:hs2 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:02:59.105994442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.501709Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m55 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.106006432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.502458Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.106016492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.502731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:59.106029932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.502820Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:59.106101991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.502840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:59.106114701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.502871Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1077\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:59.106125311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.502908Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:02:59.106135531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.503579Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-2:hs2\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:02:59.106151131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.503611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-2:hs2\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:02:59.106162871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.503639Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-2:hs2\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:02:59.106174601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.505261Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:59.10624851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.505297Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:59.10626221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.505364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:59.106275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.507692Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:02:59.10628837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.507740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:59.106305399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.507757Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:02:59.106318369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.507783Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:02:59.106331499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.507799Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:02:59.106344419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.507812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:59.106362659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.509720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:02:59.106374679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.509777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:59.106386219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.509794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:59.106398069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.511731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:02:59.106410028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.511788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:02:59.106421668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.511806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:59.106480938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.513771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:02:59.106494328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.513830Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:59.106506228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.513847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:59.106516348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.515335Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-2:hs2 created a room\n"} -{"Time":"2024-04-23T18:02:59.106528687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.515430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.106537767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.661463Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.106548917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.662085Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs1 keys\n"} -{"Time":"2024-04-23T18:02:59.106558617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.662123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:02:59.106568317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.662681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:59.106579717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.663010Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:02:59.106590727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.663047Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:02:59.106604367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.663204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:02:59.106616277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.663254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.106627957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.663299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:59.106639206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.663356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.106649196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.663431Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 15272:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:59.106656606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.106663026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:02:59.106669396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.106677306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.663681Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:59.106691046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.663764Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:59.106701536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.663960Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:02:59.106712756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.663974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 15272\n"} -{"Time":"2024-04-23T18:02:59.106728216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.663993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 15272:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:02:59.106737436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.106743766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:02:59.106750255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:02:59.106759605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"hs1. 600 IN A 172.23.0.3\n"} -{"Time":"2024-04-23T18:02:59.106766235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:02:59.106772405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.106778525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.106788025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.664009Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 15272:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:02:59.106797495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.106806955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:02:59.106813615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:02:59.106819835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"hs1. 600 IN A 172.23.0.3\n"} -{"Time":"2024-04-23T18:02:59.106826255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:02:59.106832465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.106838715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.106846815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.664263Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:02:59.106861745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.664282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.3:443\n"} -{"Time":"2024-04-23T18:02:59.106872964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.664378Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.23.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:02:59.106885874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.664405Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:02:59.106900234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.664427Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:02:59.106912684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.664446Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:02:59.106923304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.664478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:02:59.106946014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.664496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:02:59.107008393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.664507Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.107023923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.664519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:59.107036553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.664528Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.107046453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.664553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 45052:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:59.107053643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.107060203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.107070583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.107078483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.664673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:59.107089932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.664706Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:59.107100602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.665958Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:59.107110602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.665973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 45052\n"} -{"Time":"2024-04-23T18:02:59.107121272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.665992Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 45052:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:59.107130452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.107136602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.107143002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:59.107152712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:59.107159432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":". 86195 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:59.107166262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.107172372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.107180932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.666013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:59.107192022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.666030Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:59.107202762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.666143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:59.107213611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.666174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.107223511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.666228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m53138\n"} -{"Time":"2024-04-23T18:02:59.107231481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.666240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 53138:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:59.107238421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.107248541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.107255051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.107261791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.666257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:59.107269481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.668454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:59.107276461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.668463Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:02:59.107283821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.668467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:59.107291191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.668473Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:59.107298611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.668477Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:59.107306311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.668481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:59.107313691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.668486Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:59.10732096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.668493Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:59.10733126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.668517Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 53138:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:59.10734118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.1073476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.10735754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:59.10736396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:59.10737051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":". 86195 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:59.10737723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.1073834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.10739132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.668549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:02:59.1074021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.668561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.10741342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.668576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:59.10742468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.668588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.107436319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.668618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 34907:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:59.107443639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.107450269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.107456779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.107583428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.668649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:59.107602608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.668676Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:59.107618158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.669528Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:59.107628568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.669561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 34907\n"} -{"Time":"2024-04-23T18:02:59.107638698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.669600Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 34907:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:59.107651408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.107658397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.107665017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:59.107671727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:59.107678687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":". 86195 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:59.107685427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.107691907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.107699497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.669645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:59.107710557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.669674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:59.107720867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.669693Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.107730757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.669747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:59.107738557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.669773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m47625\n"} -{"Time":"2024-04-23T18:02:59.107749787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.669789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 47625:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:59.107757237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.107766617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.107773516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.107780706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.669809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:59.107788506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.712104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:59.107796176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.712114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:02:59.107803716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.712118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:59.107811146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.712124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:59.107819226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.712127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:59.107826566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.712131Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:59.107833836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.712134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:59.107841246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.712140Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:59.107849936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.712161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 47625:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:59.107859576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.107866276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.107872876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:59.107880476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:59.107887125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":". 86195 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:59.107900625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.107907405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.107915625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.712192Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:59.107926485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.712216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:02:59.107953755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.712240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:02:59.107965365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.712252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.107977635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.712263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:59.107989015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.712273Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.107999074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.712300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 36741:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:59.108006394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.108013104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.108019624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.108027344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.712329Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:59.108038984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.712354Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:59.108050104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.713589Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:59.108060514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.713608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 36741\n"} -{"Time":"2024-04-23T18:02:59.108070404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.713629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 36741:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:59.108078484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.108085034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.108091704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:59.108098194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:59.108109594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":". 86195 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:59.108116563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.108122983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.108131173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.713648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:59.108142753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.713664Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:59.108153843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.713676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.108163623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.713704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:59.108171593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.713717Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m53233\n"} -{"Time":"2024-04-23T18:02:59.108179773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.713724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 53233:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:59.108186983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.108193483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.108200003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.108206963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.713733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:59.108214343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.756201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:59.108221633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.756217Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:02:59.108229142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.756226Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:59.108236622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.756236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:59.108245632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.756243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:59.108256762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.756249Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:59.108264622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.756255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:59.108271782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.756266Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:59.108280262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.756311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 53233:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:59.108290472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.108297322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.108303872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:59.108310282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:59.108317102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":". 86195 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:59.108324312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.108330892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.108339792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.756366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:02:59.108350681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.756394Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.108362361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.756422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:59.108373891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.756446Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.108384101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.756508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 27:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:59.108391841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.108398761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.108405481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.108419431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.756555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:59.108434021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.756590Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:59.108444741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.757706Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:59.10845529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.757736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 27\n"} -{"Time":"2024-04-23T18:02:59.10846593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.757773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 27:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:59.10847526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.10848192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.10848868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:59.10849587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:59.10850276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":". 86195 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:59.10851143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.10851814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.10852656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.757816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:59.10853863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.757850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:59.1085512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.757876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.10856118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.757946Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:59.108569519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.757972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m10756\n"} -{"Time":"2024-04-23T18:02:59.108577879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.757987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 10756:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:59.108585689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.108592379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.108599049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.108612459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.758005Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:59.108629579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.801286Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:59.108637309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.801301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:02:59.108644939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.801310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:59.108652559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.801320Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:59.108660299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.801327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:59.108668359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.801333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:59.108675799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.801340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:59.108683208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.801351Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:59.108691798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.801394Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 10756:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:59.108701918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.108706818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.108711658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:59.108716328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:59.108721598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":". 86195 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:59.108726578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.108732888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.108740938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.801441Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:59.108752068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.801488Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:02:59.108762898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.801556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:02:59.108774798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.801783Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:59.108787958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.801842Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:59.108799277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.801877Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:02:59.108810257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.801908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.3:8448\n"} -{"Time":"2024-04-23T18:02:59.108820457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.802089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.23.0.3:8448\n"} -{"Time":"2024-04-23T18:02:59.108830777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.804256Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:02:59.108841217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.804339Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:59.108853057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.805218Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:59.108868757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.805243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:59.108876877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.805404Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:02:59.108884497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.805430Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:59.108894377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.805506Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:02:59.108904737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.805893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!8WlMddMfzxqlQktIls:hs2/@user-1:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:02:59.108916946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.805917Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!8WlMddMfzxqlQktIls:hs2/@user-1:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:02:59.108928276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.806228Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:59.108948616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.806999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:59.108958686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.807034Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:59.108967846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.807096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:59.108977016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.807607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m146 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.108986476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.809366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.108997296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.809610Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:59.109007966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.809776Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!8WlMddMfzxqlQktIls:hs2/$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"772\"}\n"} -{"Time":"2024-04-23T18:02:59.109021346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.809791Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!8WlMddMfzxqlQktIls:hs2/$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU Some(Object({\"auth_events\": Array([String(\"$V39irdSigLVMhaxd7L0dqP3cc6CveIimeH4S2hiWNsw\"), String(\"$K128eYhhV8_J-vCi7wcj83oy5DYQM8L1dmCW7X8RU_w\"), String(\"$0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48\")]), \"content\": Object({\"displayname\": String(\"user-1 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 7, \"hashes\": Object({\"sha256\": String(\"cIM+grE8u5tQV0FCuXpaPiLQGdPOSgaJdDO/zjfBpN4\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909773808, \"prev_events\": Array([String(\"$3QsQah6JtdfJKXsX0Y0bugafGoX0wE75MKoD3eGjLqc\")]), \"room_id\": String(\"!8WlMddMfzxqlQktIls:hs2\"), \"sender\": String(\"@user-1:hs1\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"e"} -{"Time":"2024-04-23T18:02:59.109035125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"zG4ICTmh2csqBvuszzfqIEW+gjSwj19pAc5RL/+Kkf7aehRldnNXmcTl+ISEWctBsG6/W6FGa57z8Av+icECw\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"1msfxSjc73R9MYkGq6Fm2cV9dB6XF5+YjWhjQtW/A42ecJRWZ+RRcwmB3WBid+xH7Bi/BjMIHQklUv+BHowYAg\")})}), \"state_key\": String(\"@user-1:hs1\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:02:59.109042395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.809953Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:59.109050125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.810254Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2, hs1\n"} -{"Time":"2024-04-23T18:02:59.109057485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.810392Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:59.109064945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.810457Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:59.109072155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.810584Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:59.109081645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.810946Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:02:59.109090475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.810997Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $V39irdSigLVMhaxd7L0dqP3cc6CveIimeH4S2hiWNsw in db\n"} -{"Time":"2024-04-23T18:02:59.109108295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.811029Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K128eYhhV8_J-vCi7wcj83oy5DYQM8L1dmCW7X8RU_w in db\n"} -{"Time":"2024-04-23T18:02:59.109118865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.811057Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48 in db\n"} -{"Time":"2024-04-23T18:02:59.109129585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.811079Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:59.109139815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.811091Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $V39irdSigLVMhaxd7L0dqP3cc6CveIimeH4S2hiWNsw in db\n"} -{"Time":"2024-04-23T18:02:59.109150544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.811101Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K128eYhhV8_J-vCi7wcj83oy5DYQM8L1dmCW7X8RU_w in db\n"} -{"Time":"2024-04-23T18:02:59.109160794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.811109Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48 in db\n"} -{"Time":"2024-04-23T18:02:59.109170834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.811123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:02:59.109182244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.811255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU (m.room.member)\n"} -{"Time":"2024-04-23T18:02:59.109193004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.811284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:59.109206604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.811331Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:59.109216844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.811409Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:02:59.109227244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.811541Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:02:59.109243724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.811672Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $3QsQah6JtdfJKXsX0Y0bugafGoX0wE75MKoD3eGjLqc in db\n"} -{"Time":"2024-04-23T18:02:59.109256324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.811689Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:59.109265504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.811699Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $3QsQah6JtdfJKXsX0Y0bugafGoX0wE75MKoD3eGjLqc in db\n"} -{"Time":"2024-04-23T18:02:59.109276073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.811823Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:59.109288413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.811864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$3QsQah6JtdfJKXsX0Y0bugafGoX0wE75MKoD3eGjLqc\"]\n"} -{"Time":"2024-04-23T18:02:59.109299063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.812000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:02:59.109309233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.812021Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:02:59.109319583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.812089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:02:59.109330003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.812135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:02:59.109340723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.812183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU (m.room.member)\n"} -{"Time":"2024-04-23T18:02:59.109351173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.812241Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:59.109362943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.812363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:59.109379673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.812376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:02:59.109391782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.812505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:02:59.109402132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.812527Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU (m.room.member)\n"} -{"Time":"2024-04-23T18:02:59.109412472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.812543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:59.109422472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.812649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:59.109429952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.812666Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:02:59.109438452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.812676Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:02:59.109445862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.812726Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:02:59.109455442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.812740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:02:59.109467752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.812773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:02:59.109478002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.812956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:02:59.109490472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.813081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m54.669µs\n"} -{"Time":"2024-04-23T18:02:59.109506371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.813252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K7baOrCGSpERahXIC_N15Lo1TsJEzjQ_V22lvSxOGHA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m225.238µs\n"} -{"Time":"2024-04-23T18:02:59.109518631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.813339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m312.777µs\n"} -{"Time":"2024-04-23T18:02:59.109531811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.813506Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K128eYhhV8_J-vCi7wcj83oy5DYQM8L1dmCW7X8RU_w\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m479.805µs\n"} -{"Time":"2024-04-23T18:02:59.109547201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.813589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m563.345µs\n"} -{"Time":"2024-04-23T18:02:59.109558831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.813777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m750.353µs\n"} -{"Time":"2024-04-23T18:02:59.109570341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.813861Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m834.642µs\n"} -{"Time":"2024-04-23T18:02:59.109581511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.814062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$J8_dFlZ5D5o2X-g_gN7ur7pdtw7ZfXYYvqwLfSSgeUs\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.035681ms\n"} -{"Time":"2024-04-23T18:02:59.109594611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.814147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.12066ms\n"} -{"Time":"2024-04-23T18:02:59.109610191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.814359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$3QsQah6JtdfJKXsX0Y0bugafGoX0wE75MKoD3eGjLqc\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.332838ms\n"} -{"Time":"2024-04-23T18:02:59.109618911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.814437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.411057ms\n"} -{"Time":"2024-04-23T18:02:59.10962731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.814546Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V39irdSigLVMhaxd7L0dqP3cc6CveIimeH4S2hiWNsw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.520187ms\n"} -{"Time":"2024-04-23T18:02:59.10963654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.814614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.587886ms\n"} -{"Time":"2024-04-23T18:02:59.10964583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.814627Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.601876ms\n"} -{"Time":"2024-04-23T18:02:59.10965947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.814810Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m156.438µs\n"} -{"Time":"2024-04-23T18:02:59.10968764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m421.076µs\n"} -{"Time":"2024-04-23T18:02:59.10969751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m509.645µs\n"} -{"Time":"2024-04-23T18:02:59.10970918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815182Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m529.225µs\n"} -{"Time":"2024-04-23T18:02:59.10972132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:02:59.10973515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:02:59.109747039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815440Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:02:59.109755729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:02:59.109764469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815486Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.history_visibility\", \"\"): \"$J8_dFlZ5D5o2X-g_gN7ur7pdtw7ZfXYYvqwLfSSgeUs\", (\"m.room.power_levels\", \"\"): \"$K128eYhhV8_J-vCi7wcj83oy5DYQM8L1dmCW7X8RU_w\", (\"m.room.member\", \"@user-2:hs2\"): \"$K7baOrCGSpERahXIC_N15Lo1TsJEzjQ_V22lvSxOGHA\", (\"m.room.create\", \"\"): \"$V39irdSigLVMhaxd7L0dqP3cc6CveIimeH4S2hiWNsw\", (\"m.room.join_rules\", \"\"): \"$0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48\", (\"m.room.guest_access\", \"\"): \"$3QsQah6JtdfJKXsX0Y0bugafGoX0wE75MKoD3eGjLqc\"}\n"} -{"Time":"2024-04-23T18:02:59.109908938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:02:59.109949498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815507Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): [\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\"]}\n"} -{"Time":"2024-04-23T18:02:59.109962788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:02:59.109973728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48\", \"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\"}\n"} -{"Time":"2024-04-23T18:02:59.109984777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815684Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:02:59.110002677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815725Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48) senders power level\n"} -{"Time":"2024-04-23T18:02:59.110012887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-2:hs2 at power_level 100\n"} -{"Time":"2024-04-23T18:02:59.110023027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48 power level 100\n"} -{"Time":"2024-04-23T18:02:59.110033257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:59.110042847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815834Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:02:59.110061377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815846Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48\"]\n"} -{"Time":"2024-04-23T18:02:59.110071447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:59.110081447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48\"]\n"} -{"Time":"2024-04-23T18:02:59.110091547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.815991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48\"\n"} -{"Time":"2024-04-23T18:02:59.110102396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48 (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:02:59.110112916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48 ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:59.110127116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:59.110137126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816065Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:02:59.110148036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816075Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.history_visibility\", \"\"): \"$J8_dFlZ5D5o2X-g_gN7ur7pdtw7ZfXYYvqwLfSSgeUs\", (\"m.room.power_levels\", \"\"): \"$K128eYhhV8_J-vCi7wcj83oy5DYQM8L1dmCW7X8RU_w\", (\"m.room.member\", \"@user-2:hs2\"): \"$K7baOrCGSpERahXIC_N15Lo1TsJEzjQ_V22lvSxOGHA\", (\"m.room.create\", \"\"): \"$V39irdSigLVMhaxd7L0dqP3cc6CveIimeH4S2hiWNsw\", (\"m.room.join_rules\", \"\"): \"$0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48\", (\"m.room.guest_access\", \"\"): \"$3QsQah6JtdfJKXsX0Y0bugafGoX0wE75MKoD3eGjLqc\"}\n"} -{"Time":"2024-04-23T18:02:59.110161006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:02:59.110170556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816108Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\"]\n"} -{"Time":"2024-04-23T18:02:59.110183956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$K128eYhhV8_J-vCi7wcj83oy5DYQM8L1dmCW7X8RU_w\")\n"} -{"Time":"2024-04-23T18:02:59.110194206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:02:59.110204196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\n"} -{"Time":"2024-04-23T18:02:59.110215485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $K128eYhhV8_J-vCi7wcj83oy5DYQM8L1dmCW7X8RU_w\n"} -{"Time":"2024-04-23T18:02:59.110229685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816300Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\"]\n"} -{"Time":"2024-04-23T18:02:59.110240535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:59.110249945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\"]\n"} -{"Time":"2024-04-23T18:02:59.110260205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816440Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\"\n"} -{"Time":"2024-04-23T18:02:59.110270725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU (m.room.member)\n"} -{"Time":"2024-04-23T18:02:59.110280895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:59.110290855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:59.110304015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:02:59.110314445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.816591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:02:59.110332994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.817768Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:02:59.110346194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.819219Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m7.203877ms\n"} -{"Time":"2024-04-23T18:02:59.110357824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.819322Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m19.82µs\n"} -{"Time":"2024-04-23T18:02:59.110371344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.819353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m52.17µs\n"} -{"Time":"2024-04-23T18:02:59.110382624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.820686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m11 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.110393324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.821702Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:59.110407304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.822197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/send/CvOHLK2KfR8nJvSKkn0nYK-i7Yajpebxu-63cAwT2Qg\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:59.110418554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.822279Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:59.110427814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.822325Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:02:59.110436814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.822353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.3:8448\n"} -{"Time":"2024-04-23T18:02:59.110445553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.822576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.23.0.3:8448\n"} -{"Time":"2024-04-23T18:02:59.110457343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.822883Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.110466853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.823193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.110475663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.824674Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:02:59.110484363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.824742Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:59.110492983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.834004Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.110502423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.834425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%218WlMddMfzxqlQktIls:hs2/ban {\"host\": \"127.0.0.1:1077\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:59.110515203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.834525Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%218WlMddMfzxqlQktIls:hs2/ban Some(Object({\"user_id\": String(\"@user-1:hs1\")}))\n"} -{"Time":"2024-04-23T18:02:59.110598222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.835482Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"ban\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:59.110614032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.835525Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"ban\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:59.110625242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.835576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"ban\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:59.110639262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.837988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.110648472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.874113Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:59.110657302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.874150Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:59.110666541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.874327Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/send/CvOHLK2KfR8nJvSKkn0nYK-i7Yajpebxu-63cAwT2Qg with https://hs1:8448/_matrix/federation/v1/send/CvOHLK2KfR8nJvSKkn0nYK-i7Yajpebxu-63cAwT2Qg\n"} -{"Time":"2024-04-23T18:02:59.110676091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.874355Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:59.110684811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.874392Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v1/send/CvOHLK2KfR8nJvSKkn0nYK-i7Yajpebxu-63cAwT2Qg\n"} -{"Time":"2024-04-23T18:02:59.110693641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.875093Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:59.110706291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.875498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/send/7i70t4ezBSwlHsgvvl-lioqsj_cE4zGr1U84efBxRLw\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:59.110716921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.875563Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:02:59.110725831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.875589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:59.110735091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.889619Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:59.110745241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.889652Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:02:59.110754531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.889677Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/send/7i70t4ezBSwlHsgvvl-lioqsj_cE4zGr1U84efBxRLw with https://hs1:8448/_matrix/federation/v1/send/7i70t4ezBSwlHsgvvl-lioqsj_cE4zGr1U84efBxRLw\n"} -{"Time":"2024-04-23T18:02:59.110763881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.889692Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:59.110772591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.889719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v1/send/7i70t4ezBSwlHsgvvl-lioqsj_cE4zGr1U84efBxRLw\n"} -{"Time":"2024-04-23T18:02:59.11078444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.892380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/unban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.11083635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.892658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/unban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%218WlMddMfzxqlQktIls:hs2/unban {\"host\": \"127.0.0.1:1077\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:59.11084869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.892684Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/unban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%218WlMddMfzxqlQktIls:hs2/unban Some(Object({\"user_id\": String(\"@user-1:hs1\")}))\n"} -{"Time":"2024-04-23T18:02:59.11085791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.892913Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/unban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 is already unbanned in !8WlMddMfzxqlQktIls:hs2\n"} -{"Time":"2024-04-23T18:02:59.11086617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.893000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/unban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.11087463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.893766Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.11088358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.894034Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1077\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:59.110898519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.894060Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:59.110906999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.899321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-2:hs2 timeout:300s\n"} -{"Time":"2024-04-23T18:02:59.110915229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.899551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.110924049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.900306Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.110945519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.900470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=151\u0026timeout=1000 {\"host\": \"127.0.0.1:1077\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:59.110956049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.900503Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=151\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:59.110964719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.900566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-2:hs2\n"} -{"Time":"2024-04-23T18:02:59.110973299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:54.902759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.110985589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:54.903379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.110994349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:54.903531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=151\u0026timeout=1000 {\"host\": \"127.0.0.1:1077\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:59.111007028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:54.903555Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=151\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:59.111015998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:55.905753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.111024718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:55.906253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.111036558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:55.906360Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=151\u0026timeout=1000 {\"host\": \"127.0.0.1:1077\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:59.111046068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:55.906383Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=151\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:59.111054348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:56.908579Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.111066118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:56.909279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.111074838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:56.909433Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=151\u0026timeout=1000 {\"host\": \"127.0.0.1:1077\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:59.111084238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:56.909457Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=151\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:59.111092008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:57.911815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.111100938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:57.912475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.111109598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:57.912632Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=151\u0026timeout=1000 {\"host\": \"127.0.0.1:1077\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:59.111118718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:57.912657Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=151\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:59.111130527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:58.915031Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.111141367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"2024/04/23 18:02:59 ============== 64ebe301fb1a84f026fa094ea78e8a606a730a656a4c1d107e58fcee0579e6a2 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:02:59.111148117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.111154427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.317030905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"2024/04/23 18:02:59 ============================================\n"} -{"Time":"2024-04-23T18:02:59.317064735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.317072225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.317079225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"2024/04/23 18:02:59 a6d6e9f43b30a2c66ea826e48f4b46ff0f49c538ca4783c18ab5a4f3aabea4a2 : Server logs:\n"} -{"Time":"2024-04-23T18:02:59.317187574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:02:59.317202123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:02:59.317209603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:02:59.317216593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:02:59.317227153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:02:59.317234093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"+ echo 'IP.1 = 172.23.0.3'\n"} -{"Time":"2024-04-23T18:02:59.317241273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:02:59.317248853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:02:59.317255843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:02:59.317266333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:02:59.317274133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.732550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:02:59.317282533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.732646Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:02:59.317290553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.733122Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:02:59.317298843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.733132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:02:59.317309743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.733138Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:02:59.317317862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.733149Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:02:59.317325982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.733954Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:02:59.317338872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.317346392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:02:59.317357372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.734036Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:02:59.317366152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.736940Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:02:59.317374122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.738718Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:02:59.317381812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.739347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:02:59.317389322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:52.740402Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:02:59.317397002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.316756Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 578.034162ms\n"} -{"Time":"2024-04-23T18:02:59.317407802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318538Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:02:59.317415402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318606Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:02:59.317422972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318618Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:02:59.317431051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318625Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:02:59.317438551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318632Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:02:59.317446141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318639Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:02:59.317453721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318646Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:02:59.317464791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318653Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:02:59.317472711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318660Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:02:59.317480451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318667Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:02:59.317488071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318675Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:02:59.317497341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318682Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:02:59.317508221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318689Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:02:59.317516041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318696Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:02:59.317523381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318713Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:02:59.317531061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318724Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:02:59.317538561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318733Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:02:59.31754917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318742Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:02:59.31755657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318751Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:02:59.31756386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.318759Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:02:59.31757152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.320313Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:02:59.317579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.323010Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:02:59.31758655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.340729Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:02:59.31759794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.340743Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:02:59.3176064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.341353Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:02:59.31761472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.341482Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:02:59.31762281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.378643Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.31763467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.379635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1079\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:59.31764302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.379785Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:02:59.31765205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.380135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.317658959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.380907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.317668199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.381315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1079\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:59.317679529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.381329Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:02:59.317689709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.424579Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:02:59.317699639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.426494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:59.317716019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.426716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:59.317726019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.426864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:59.317736409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.429817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:02:59.317748869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.429836Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:59.317762079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.429862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:59.317774668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.431355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:02:59.317794058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.431384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:02:59.317806308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.431393Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:02:59.317817978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.431419Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:02:59.317829768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.431485Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:02:59.317841428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.431498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:02:59.317853098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.431525Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:02:59.317866018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.431533Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:59.317882417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.433095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:59.317904077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:59.317918617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.433122Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:59.317929487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:59.317980997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.433131Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:02:59.317992367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:59.318001566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.434465Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:02:59.318009526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.434553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m53 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.318021516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.435130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:02:59.318033646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.435179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:02:59.318043476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.435188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:02:59.318056756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.516129Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.318066506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.516578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%218WlMddMfzxqlQktIls:hs2?server_name=hs2 {\"host\": \"127.0.0.1:1079\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:59.318076566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.516611Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%218WlMddMfzxqlQktIls:hs2?server_name=hs2 Some(Object({}))\n"} -{"Time":"2024-04-23T18:02:59.318084886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.517190Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !8WlMddMfzxqlQktIls:hs2 over federation.\n"} -{"Time":"2024-04-23T18:02:59.318093226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.517322Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (0)\n"} -{"Time":"2024-04-23T18:02:59.318101116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.517872Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:59.318108565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.518099Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:02:59.318118605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.518114Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:02:59.318128725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.518192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:02:59.318139605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.518219Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.318152045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.518247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:59.318166035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.518280Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.318176395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.518320Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 13120:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:59.318185535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.318192155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:02:59.318198725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.318215145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.518788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:59.318227054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.518852Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:59.318237284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.519345Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:02:59.318247294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.519381Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 13120\n"} -{"Time":"2024-04-23T18:02:59.318258324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.519420Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 13120:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:02:59.318267964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.318274504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:02:59.318280914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:02:59.318287284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"hs2. 600 IN A 172.23.0.2\n"} -{"Time":"2024-04-23T18:02:59.318293864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:02:59.318300194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.318306714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.318314294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.519450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 13120:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:02:59.318323304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.318329824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:02:59.318336243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:02:59.318342613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"hs2. 600 IN A 172.23.0.2\n"} -{"Time":"2024-04-23T18:02:59.318350453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:02:59.318357193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.318363773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.318371563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.519824Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:02:59.318382383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.519857Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.2:443\n"} -{"Time":"2024-04-23T18:02:59.318393343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.520089Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.23.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:02:59.318406043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.520134Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:02:59.318419973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.520161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:02:59.318431943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.520204Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:02:59.318442083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.520274Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:02:59.318452402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.520311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:02:59.318463792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.520338Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.318474602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.520370Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:59.318485962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.520394Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.318496232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.520456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 20358:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:59.318503792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.318510462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.318516912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.318532822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.520512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:59.318543372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.520558Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:59.318553342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.522147Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:59.318563321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.522187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 20358\n"} -{"Time":"2024-04-23T18:02:59.318573071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.522218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 20358:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:59.318581781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.318588361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.318595021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:59.318601231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:59.318607881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":". 86195 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:59.318614501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.318620921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.318629161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.522260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:59.318640401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.522294Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:59.318651081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.522470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:59.318661361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.522505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.318670841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.522573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m17839\n"} -{"Time":"2024-04-23T18:02:59.31867949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.522584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 17839:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:59.31868798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.31869463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.31870133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.31870825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.522603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:59.318716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.524751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:59.31872341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.524765Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:02:59.31873087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.524771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:59.31873863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.524779Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:59.31874599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.524785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:59.31875338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.524790Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:59.31876106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.524796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:59.31876831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.524804Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:59.31877648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.524835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 17839:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:59.31878303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.31878779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.318792559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:59.318797239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:59.318802199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":". 86195 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:59.318807259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.318813309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.318819299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.524872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:02:59.318829549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.524888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.318840429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.524908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:59.318850849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.524922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.318860619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.524965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 49911:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:59.318867699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.318874239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.318880379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.318888879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.525012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:59.318899579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.525066Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:59.318914138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.526222Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:59.318924128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.526243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 49911\n"} -{"Time":"2024-04-23T18:02:59.318944118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.526271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 49911:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:59.318953728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.318960168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.318965758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:59.318978378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:59.318983878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":". 86195 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:59.318991188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.318997928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.319004428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.526294Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:59.319014098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.526311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:59.319026397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.526327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.319035837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.526365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:59.319043527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.526379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m14638\n"} -{"Time":"2024-04-23T18:02:59.319051497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.526387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 14638:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:59.319058237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.319063097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.319068677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.319075397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.526402Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:59.319083717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.569313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:59.319089557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.569325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:02:59.319097587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.569333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:59.319105207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.569343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:02:59.319112497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.569349Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:59.319119957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.569355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:59.319127307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.569362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:59.319136097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.569371Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:59.319144406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.569403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 14638:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:59.319153346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.319159676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.319166296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:59.319172976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:59.319179546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":". 86195 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:59.319187726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.319194176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.319203176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.569448Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:59.319213816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.569478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:02:59.319223956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.569507Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:02:59.319234086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.569526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.319244906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.569546Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:59.319255376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.569563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.319264985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.569609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 47089:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:59.319272285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.319278655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.319285195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.319292665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.569679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:59.319302235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.569736Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:59.319312135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.570797Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:59.319322745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.570817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 47089\n"} -{"Time":"2024-04-23T18:02:59.319334075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.570849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 47089:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:59.319342835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.319349405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.319355855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:59.319362815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:59.319369375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":". 86195 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:59.319376045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.319381984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.319389904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.570875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:59.319400934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.570894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:59.319420214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.570911Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.319429864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.570961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:59.319437254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.570980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m12093\n"} -{"Time":"2024-04-23T18:02:59.319445184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.570990Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 12093:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:59.319452414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.319458664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.319465054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.319471834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.571011Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:59.319480744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.613929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:59.319488074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.613951Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:02:59.319495514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.613959Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:59.319504023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.613970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:59.319512323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.613976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:59.319519323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.613983Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:59.319526163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.613989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:59.319531843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.614000Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:59.319538183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.614039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 12093:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:59.319544453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.319549233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.319553993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:59.319558743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:59.319564553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":". 86195 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:59.319571283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.319577853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.319585833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.614095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:02:59.319596463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.614120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.319609003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.614141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:59.319620213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.614158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.319629962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.614204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 17989:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:59.319637142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.319643452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.319649822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.319657482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.614246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:02:59.319667462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.614290Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:02:59.319677402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.615407Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:59.319687222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.615430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 17989\n"} -{"Time":"2024-04-23T18:02:59.319697472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.615460Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 17989:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:59.319706372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.319712762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.319719222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:59.319725612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:59.319732492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":". 86195 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:59.319739332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.319745481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.319753501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.615487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:59.319764401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.615506Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:02:59.319775331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.615523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:02:59.319784881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.615564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:02:59.319792691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.615585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m52169\n"} -{"Time":"2024-04-23T18:02:59.319800611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.615599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 52169:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:02:59.319808121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.319814671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.319821031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.319829321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.615623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:02:59.319836771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.658001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:59.319844271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.658012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:02:59.319851551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.658019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:59.319858861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.658029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:02:59.31986634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.658035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:02:59.31987383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.658041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:02:59.31988111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.658048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:02:59.31988886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.658057Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:02:59.31989722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.658086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 52169:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:02:59.31990589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:02:59.31992597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:02:59.31994382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:02:59.31995073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:02:59.31995747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":". 86195 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:02:59.31996404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:02:59.3199704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.319978169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.658124Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:02:59.319988399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.658169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:02:59.319999789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.658236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:02:59.320011089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.658523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!8WlMddMfzxqlQktIls:hs2/@user-1:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:02:59.320024119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.658580Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:59.320034259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.658619Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:02:59.320044559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.658644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.2:8448\n"} -{"Time":"2024-04-23T18:02:59.320054119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.658806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.23.0.2:8448\n"} -{"Time":"2024-04-23T18:02:59.320064899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.661073Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:02:59.320074589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.661152Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:59.320083999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.804649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.320093978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.804988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.320103468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.807875Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:59.320113398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.807906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:59.320123968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.807947Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!8WlMddMfzxqlQktIls:hs2/@user-1:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!8WlMddMfzxqlQktIls:hs2/@user-1:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:02:59.320135348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.807969Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:59.320145458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.808012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/federation/v1/make_join/!8WlMddMfzxqlQktIls:hs2/@user-1:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:02:59.320157928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.808126Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$V39irdSigLVMhaxd7L0dqP3cc6CveIimeH4S2hiWNsw\",\"$K128eYhhV8_J-vCi7wcj83oy5DYQM8L1dmCW7X8RU_w\",\"$0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48\"],\"content\":{\"membership\":\"join\"},\"depth\":7,\"hashes\":{\"sha256\":\"2UGEQuoxpt5qbCrhOcR9/DSft3QwwGApWOUSohGqjA8\"},\"origin\":\"hs2\",\"origin_server_ts\":1713909773806,\"prev_events\":[\"$3QsQah6JtdfJKXsX0Y0bugafGoX0wE75MKoD3eGjLqc\"],\"room_id\":\"!8WlMddMfzxqlQktIls:hs2\",\"sender\":\"@user-1:hs1\",\"signatures\":{\"hs2\":{\"ed25519:9XALTvIZ\":\"1msfxSjc73R9MYkGq6Fm2cV9dB6XF5+YjWhjQtW/A42ecJRWZ+RRcwmB3WBid+xH7Bi/BjMIHQklUv+BHowYAg\"}},\"state_key\":\"@user-1:hs1\",\"type\":\"m.room.member\"}) })\n"} -{"Time":"2024-04-23T18:02:59.320171088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.808149Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:02:59.320179798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.808391Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for send_join in room !8WlMddMfzxqlQktIls:hs2\n"} -{"Time":"2024-04-23T18:02:59.320189598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.808659Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:59.320200278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.809007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!8WlMddMfzxqlQktIls:hs2/$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:59.320211657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.809058Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:02:59.320221657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.809079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:59.320231437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.820940Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:59.320240997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.820969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:59.320251047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.821117Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v2/send_join/!8WlMddMfzxqlQktIls:hs2/$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU with https://hs2:8448/_matrix/federation/v2/send_join/!8WlMddMfzxqlQktIls:hs2/$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\n"} -{"Time":"2024-04-23T18:02:59.320261957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.821136Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:59.320273097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.821164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v2/send_join/!8WlMddMfzxqlQktIls:hs2/$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\n"} -{"Time":"2024-04-23T18:02:59.320282777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.821286Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:02:59.320291217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.821517Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:02:59.320299937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.821636Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:02:59.320308527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.821856Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs2\n"} -{"Time":"2024-04-23T18:02:59.320319406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.821893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Signing key not loaded for hs2\n"} -{"Time":"2024-04-23T18:02:59.320328706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.822208Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted key servers first for homeserver signing keys.\n"} -{"Time":"2024-04-23T18:02:59.320337906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.822244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Remaining servers left that the notary/trusted servers did not provide: {\"hs2\": {}}\n"} -{"Time":"2024-04-23T18:02:59.320346906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.822268Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking individual servers for signing keys: {\"hs2\": {}}\n"} -{"Time":"2024-04-23T18:02:59.320355726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.822377Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:02:59.320365686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.822546Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:02:59.320376146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.822599Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:02:59.320386926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.822621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:59.320396676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.824432Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:59.320406236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.824459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:02:59.320417376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.824490Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/key/v2/server with https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:02:59.320427256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.824507Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:02:59.320436725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.824532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:02:59.320447325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.824598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Received new Future result\n"} -{"Time":"2024-04-23T18:02:59.320455885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.824612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Result is from hs2\n"} -{"Time":"2024-04-23T18:02:59.320464515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.824783Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Done handling Future result\n"} -{"Time":"2024-04-23T18:02:59.320474845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.824808Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Search for signing keys done\n"} -{"Time":"2024-04-23T18:02:59.320484045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.824826Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:02:59.320495255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.827193Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:02:59.320504525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.828063Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:02:59.320513165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.828099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU (m.room.member)\n"} -{"Time":"2024-04-23T18:02:59.320521875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.828233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:59.320530445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.828477Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:59.320538985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.828500Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:02:59.320549324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.831329Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:02:59.320558174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.832062Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:02:59.320566504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.833139Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:02:59.320593094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.833324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m317 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.320602774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.833716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.320612004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.834162Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:59.320622044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.834429Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/CvOHLK2KfR8nJvSKkn0nYK-i7Yajpebxu-63cAwT2Qg {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"902\"}\n"} -{"Time":"2024-04-23T18:02:59.320636054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.834452Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/CvOHLK2KfR8nJvSKkn0nYK-i7Yajpebxu-63cAwT2Qg Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909773821, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$V39irdSigLVMhaxd7L0dqP3cc6CveIimeH4S2hiWNsw\"), String(\"$K128eYhhV8_J-vCi7wcj83oy5DYQM8L1dmCW7X8RU_w\"), String(\"$0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48\")]), \"content\": Object({\"displayname\": String(\"user-1 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 7, \"hashes\": Object({\"sha256\": String(\"cIM+grE8u5tQV0FCuXpaPiLQGdPOSgaJdDO/zjfBpN4\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909773808, \"prev_events\": Array([String(\"$3QsQah6JtdfJKXsX0Y0bugafGoX0wE75MKoD3eGjLqc\")]),"} -{"Time":"2024-04-23T18:02:59.320651694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":" \"room_id\": String(\"!8WlMddMfzxqlQktIls:hs2\"), \"sender\": String(\"@user-1:hs1\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"ezG4ICTmh2csqBvuszzfqIEW+gjSwj19pAc5RL/+Kkf7aehRldnNXmcTl+ISEWctBsG6/W6FGa57z8Av+icECw\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"ufe9NkMy+BohdKf4aNKzSb1WZsjY/4jG9L8jXweQ+YodShuetTtCowJo615DKfYuqG9fK7CZKJe3Y4io4mE3BQ\")})}), \"state_key\": String(\"@user-1:hs1\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({})})])}))\n"} -{"Time":"2024-04-23T18:02:59.320662063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.834835Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m264.568µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"CvOHLK2KfR8nJvSKkn0nYK-i7Yajpebxu-63cAwT2Qg\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:02:59.320672533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.834892Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:02:59.320682043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.835013Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:59.320692423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.835096Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:59.320701503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.835173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m604.445µs\n"} -{"Time":"2024-04-23T18:02:59.320710523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.835256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m68.369µs \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m688.284µs\n"} -{"Time":"2024-04-23T18:02:59.320720223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.835347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m778.714µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"CvOHLK2KfR8nJvSKkn0nYK-i7Yajpebxu-63cAwT2Qg\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:02:59.320730273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.835464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.320740623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.839002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.320749583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.839360Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1079\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:59.320759303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.839386Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:59.320767523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.844283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:02:59.320775582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.844529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.320784252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.845318Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.320793362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.845461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 {\"host\": \"127.0.0.1:1079\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:59.320802962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.845486Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:59.320811792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.845542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:02:59.320820902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.875859Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.320829862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.876130Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:59.320839522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.876379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/7i70t4ezBSwlHsgvvl-lioqsj_cE4zGr1U84efBxRLw {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"839\"}\n"} -{"Time":"2024-04-23T18:02:59.320853192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.876400Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/7i70t4ezBSwlHsgvvl-lioqsj_cE4zGr1U84efBxRLw Some(Object({\"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909773875, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$K7baOrCGSpERahXIC_N15Lo1TsJEzjQ_V22lvSxOGHA\"), String(\"$V39irdSigLVMhaxd7L0dqP3cc6CveIimeH4S2hiWNsw\"), String(\"$K128eYhhV8_J-vCi7wcj83oy5DYQM8L1dmCW7X8RU_w\"), String(\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\")]), \"content\": Object({\"membership\": String(\"ban\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"GwSxts+DgARBFObSpgEPudMYyv3ghGAl6G9CM1cDLzI\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909773835, \"prev_events\": Array([String(\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\")]), \"room_id\": String(\"!8WlMddMfzxqlQktIls:hs2\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs2\": Ob"} -{"Time":"2024-04-23T18:02:59.320866212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"ject({\"ed25519:9XALTvIZ\": String(\"gGerH0E8cZd3gFwQjT8Lo54bUvzg9+UDcikQi0OofwBA29YpDJJBWMcNhSbMbqMNmeIEeBm0t7TmIvmWLProDA\")})}), \"state_key\": String(\"@user-1:hs1\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"displayname\": String(\"user-1 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"prev_sender\": String(\"@user-1:hs1\")})})])}))\n"} -{"Time":"2024-04-23T18:02:59.320876682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.876709Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m238.448µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"7i70t4ezBSwlHsgvvl-lioqsj_cE4zGr1U84efBxRLw\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:02:59.320886522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.876750Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2\n"} -{"Time":"2024-04-23T18:02:59.320895231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.876854Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:02:59.320904171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.876897Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m428.506µs\n"} -{"Time":"2024-04-23T18:02:59.320916171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.877100Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:02:59.320926831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.877567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:02:59.320947901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.877666Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K7baOrCGSpERahXIC_N15Lo1TsJEzjQ_V22lvSxOGHA in db\n"} -{"Time":"2024-04-23T18:02:59.320958471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.877724Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $V39irdSigLVMhaxd7L0dqP3cc6CveIimeH4S2hiWNsw in db\n"} -{"Time":"2024-04-23T18:02:59.320968891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.877796Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K128eYhhV8_J-vCi7wcj83oy5DYQM8L1dmCW7X8RU_w in db\n"} -{"Time":"2024-04-23T18:02:59.320978971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.877844Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU in db\n"} -{"Time":"2024-04-23T18:02:59.320990291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.877883Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:59.32100163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.877903Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K7baOrCGSpERahXIC_N15Lo1TsJEzjQ_V22lvSxOGHA in db\n"} -{"Time":"2024-04-23T18:02:59.32101337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.877918Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $V39irdSigLVMhaxd7L0dqP3cc6CveIimeH4S2hiWNsw in db\n"} -{"Time":"2024-04-23T18:02:59.32102498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.877943Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K128eYhhV8_J-vCi7wcj83oy5DYQM8L1dmCW7X8RU_w in db\n"} -{"Time":"2024-04-23T18:02:59.32103552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.877961Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU in db\n"} -{"Time":"2024-04-23T18:02:59.32104613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.877987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:02:59.32105912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.878162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0 (m.room.member)\n"} -{"Time":"2024-04-23T18:02:59.32106977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.878197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:59.3210799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.878258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:59.32108996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.878291Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:02:59.3210999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.878390Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:02:59.32111095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.878624Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU in db\n"} -{"Time":"2024-04-23T18:02:59.321125089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.878651Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:02:59.321136179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.878666Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU in db\n"} -{"Time":"2024-04-23T18:02:59.321146939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.878812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:59.321157499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.878870Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\"]\n"} -{"Time":"2024-04-23T18:02:59.321168349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.879063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:02:59.321179599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.879092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:02:59.321190259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.879232Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:02:59.321200169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.879323Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:02:59.321207839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.879433Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0 (m.room.member)\n"} -{"Time":"2024-04-23T18:02:59.321216039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.879587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:59.321223569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.879736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:59.321233188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.879763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:02:59.321242858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.880064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:02:59.321250488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.880087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0 (m.room.member)\n"} -{"Time":"2024-04-23T18:02:59.321257918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.880125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:59.321267488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.880194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:59.321277698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.880223Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:02:59.321287318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.880239Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:02:59.321296768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.880323Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:02:59.321307178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.880346Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:02:59.321317388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.880404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:02:59.321328088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.880437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:02:59.321338068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.880649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m78.99µs\n"} -{"Time":"2024-04-23T18:02:59.321350267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.880949Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$J8_dFlZ5D5o2X-g_gN7ur7pdtw7ZfXYYvqwLfSSgeUs\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m379.777µs\n"} -{"Time":"2024-04-23T18:02:59.321361427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.881031Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m462.276µs\n"} -{"Time":"2024-04-23T18:02:59.321370117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.881308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$3QsQah6JtdfJKXsX0Y0bugafGoX0wE75MKoD3eGjLqc\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m739.284µs\n"} -{"Time":"2024-04-23T18:02:59.321379597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.881382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m812.933µs\n"} -{"Time":"2024-04-23T18:02:59.321406997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.881552Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V39irdSigLVMhaxd7L0dqP3cc6CveIimeH4S2hiWNsw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m983.252µs\n"} -{"Time":"2024-04-23T18:02:59.321416917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.881618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.049861ms\n"} -{"Time":"2024-04-23T18:02:59.321425267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.881817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K7baOrCGSpERahXIC_N15Lo1TsJEzjQ_V22lvSxOGHA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.248169ms\n"} -{"Time":"2024-04-23T18:02:59.321434547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.881891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.322679ms\n"} -{"Time":"2024-04-23T18:02:59.321442997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.882181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.611946ms\n"} -{"Time":"2024-04-23T18:02:59.321452897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.882264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.695225ms\n"} -{"Time":"2024-04-23T18:02:59.321464296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.882498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K128eYhhV8_J-vCi7wcj83oy5DYQM8L1dmCW7X8RU_w\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.928663ms\n"} -{"Time":"2024-04-23T18:02:59.321474616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.882576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.006893ms\n"} -{"Time":"2024-04-23T18:02:59.321484086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.882873Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.30373ms\n"} -{"Time":"2024-04-23T18:02:59.321492406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.882969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.400179ms\n"} -{"Time":"2024-04-23T18:02:59.321502826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.883008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.439719ms\n"} -{"Time":"2024-04-23T18:02:59.321513896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.883179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m108.229µs\n"} -{"Time":"2024-04-23T18:02:59.321525466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.883551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m480.356µs\n"} -{"Time":"2024-04-23T18:02:59.321534916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.883623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m552.816µs\n"} -{"Time":"2024-04-23T18:02:59.321543336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.883649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m578.905µs\n"} -{"Time":"2024-04-23T18:02:59.321555216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.883697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:02:59.321565396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.883796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:02:59.321574945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.883918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:02:59.321582365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.883995Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:02:59.321590985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.884012Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): \"$K7baOrCGSpERahXIC_N15Lo1TsJEzjQ_V22lvSxOGHA\", (\"m.room.create\", \"\"): \"$V39irdSigLVMhaxd7L0dqP3cc6CveIimeH4S2hiWNsw\", (\"m.room.guest_access\", \"\"): \"$3QsQah6JtdfJKXsX0Y0bugafGoX0wE75MKoD3eGjLqc\", (\"m.room.join_rules\", \"\"): \"$0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48\", (\"m.room.history_visibility\", \"\"): \"$J8_dFlZ5D5o2X-g_gN7ur7pdtw7ZfXYYvqwLfSSgeUs\", (\"m.room.power_levels\", \"\"): \"$K128eYhhV8_J-vCi7wcj83oy5DYQM8L1dmCW7X8RU_w\"}\n"} -{"Time":"2024-04-23T18:02:59.321604945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.884038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:02:59.321615515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.884050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): [\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\", \"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\"]}\n"} -{"Time":"2024-04-23T18:02:59.321625825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.884215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:02:59.321635835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.884236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\", \"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\"}\n"} -{"Time":"2024-04-23T18:02:59.321646835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.884348Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:02:59.321656425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.884465Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0) senders power level\n"} -{"Time":"2024-04-23T18:02:59.321664015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.884610Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-2:hs2 at power_level 100\n"} -{"Time":"2024-04-23T18:02:59.321672735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.884634Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0 power level 100\n"} -{"Time":"2024-04-23T18:02:59.321682735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.884650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU) senders power level\n"} -{"Time":"2024-04-23T18:02:59.321692974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.884770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU power level 0\n"} -{"Time":"2024-04-23T18:02:59.321701024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.884794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:02:59.321709174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.884892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 2\n"} -{"Time":"2024-04-23T18:02:59.321720194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.884911Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\", \"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\"]\n"} -{"Time":"2024-04-23T18:02:59.321730604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.884951Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:59.321739194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.884970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\", \"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\"]\n"} -{"Time":"2024-04-23T18:02:59.321747094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.885227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU\"\n"} -{"Time":"2024-04-23T18:02:59.321759114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.885253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $WvlIYnrrXMBRyFnHfKjmiKcpbSxXWqKE7SfGPSr_bNU (m.room.member)\n"} -{"Time":"2024-04-23T18:02:59.321769644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.885279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:59.321777834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.885340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:59.321785784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.885624Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\"\n"} -{"Time":"2024-04-23T18:02:59.321796514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.885650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0 (m.room.member)\n"} -{"Time":"2024-04-23T18:02:59.321806723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.885671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:02:59.321815393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.885721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:02:59.321826783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.885781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:02:59.321836993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.885801Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): \"$K7baOrCGSpERahXIC_N15Lo1TsJEzjQ_V22lvSxOGHA\", (\"m.room.guest_access\", \"\"): \"$3QsQah6JtdfJKXsX0Y0bugafGoX0wE75MKoD3eGjLqc\", (\"m.room.join_rules\", \"\"): \"$0L0GirFXo0oBSc_Jj5nz0XmzmI9OsU-X9T9UUUvkZ48\", (\"m.room.history_visibility\", \"\"): \"$J8_dFlZ5D5o2X-g_gN7ur7pdtw7ZfXYYvqwLfSSgeUs\", (\"m.room.power_levels\", \"\"): \"$K128eYhhV8_J-vCi7wcj83oy5DYQM8L1dmCW7X8RU_w\", (\"m.room.member\", \"@user-1:hs1\"): \"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\", (\"m.room.create\", \"\"): \"$V39irdSigLVMhaxd7L0dqP3cc6CveIimeH4S2hiWNsw\"}\n"} -{"Time":"2024-04-23T18:02:59.321846613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.885851Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 0\n"} -{"Time":"2024-04-23T18:02:59.321853913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.885871Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:02:59.321864623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.885889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$K128eYhhV8_J-vCi7wcj83oy5DYQM8L1dmCW7X8RU_w\")\n"} -{"Time":"2024-04-23T18:02:59.321872773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.885910Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:02:59.321880373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.885926Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: []\n"} -{"Time":"2024-04-23T18:02:59.321888203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.886031Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:02:59.321895393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.886054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:02:59.321903073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.886086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:02:59.321910592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.886213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:02:59.321919082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.887124Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:02:59.321929052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.889203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8WlMddMfzxqlQktIls:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m10.119272ms\n"} -{"Time":"2024-04-23T18:02:59.321948962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.889260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $V1_CCGJUazqS9OCvLFs42431B995-8V4wvh9CjrEyU0 \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m12.344873ms \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m12.791799ms\n"} -{"Time":"2024-04-23T18:02:59.321956282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.889282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m12.812869ms \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"7i70t4ezBSwlHsgvvl-lioqsj_cE4zGr1U84efBxRLw\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:02:59.321963652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.889391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.321971652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.889586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m44 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.321980712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.890195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:02:59.321989312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.890319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 {\"host\": \"127.0.0.1:1079\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:02:59.321996782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.890342Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:02:59.322004222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:53.891464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:02:59.322012942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\u001b[2m2024-04-23T22:02:58.952489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:02:59.322019722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"2024/04/23 18:02:59 ============== a6d6e9f43b30a2c66ea826e48f4b46ff0f49c538ca4783c18ab5a4f3aabea4a2 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:02:59.322024741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.322030341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"\n"} -{"Time":"2024-04-23T18:02:59.339579179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Output":"--- FAIL: TestUnbanViaInvite (7.19s)\n"} -{"Time":"2024-04-23T18:02:59.339591739-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestUnbanViaInvite","Elapsed":7.19} -{"Time":"2024-04-23T18:02:59.339602539-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents"} -{"Time":"2024-04-23T18:02:59.339609129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"=== RUN TestInboundFederationRejectsEventsWithRejectedAuthEvents\n"} -{"Time":"2024-04-23T18:03:00.416832551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" federation_room_event_auth_test.go:77: Deploy times: 10.703337ms blueprints, 1.066427867s containers\n"} -{"Time":"2024-04-23T18:03:02.225119427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (54.875442ms)\n"} -{"Time":"2024-04-23T18:03:02.232639751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (7.435765ms)\n"} -{"Time":"2024-04-23T18:03:02.26612567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" federation_room_event_auth_test.go:117: Server.MustJoinRoom joined room ID !I5tswzvkfD1I64jiDO:hs1\n"} -{"Time":"2024-04-23T18:03:02.272104108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" federation_room_event_auth_test.go:139: Sent rejected PL event $vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8\n"} -{"Time":"2024-04-23T18:03:02.272571003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" federation_room_event_auth_test.go:158: Created outlier event $cI18tV9LwmnO_PGdQx9LyJcZWnn5V6PsVALXcd1BSAg\n"} -{"Time":"2024-04-23T18:03:02.27292768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" federation_room_event_auth_test.go:177: Created sent event 1 $jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\n"} -{"Time":"2024-04-23T18:03:02.273333537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" federation_room_event_auth_test.go:190: Created sent event 2 $_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\n"} -{"Time":"2024-04-23T18:03:02.273692344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" federation_room_event_auth_test.go:198: Created sentinel event $K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\n"} -{"Time":"2024-04-23T18:03:02.283861685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" server.go:116: \u001b[31mServer.UnexpectedRequestsAreErrors=true received unexpected request to server: GET /_matrix/federation/v1/state_ids/!I5tswzvkfD1I64jiDO:hs1\n"} -{"Time":"2024-04-23T18:03:02.283883875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:03:02.284625309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" federation_room_event_auth_test.go:212: Sent transaction; awaiting arrival\n"} -{"Time":"2024-04-23T18:03:02.288153688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.461679ms)\n"} -{"Time":"2024-04-23T18:03:03.291041884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002670889s)\n"} -{"Time":"2024-04-23T18:03:04.294022339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002869386s)\n"} -{"Time":"2024-04-23T18:03:05.296701226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002583537s)\n"} -{"Time":"2024-04-23T18:03:06.299347081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002561126s)\n"} -{"Time":"2024-04-23T18:03:07.301840097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002412896s)\n"} -{"Time":"2024-04-23T18:03:07.301928586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" federation_room_event_auth_test.go:215: \u001b[31m@user-1:hs1 MustSyncUntil: timed out after 5.017240368s. Seen 6 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:03:07.301959606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" [t=3.660898ms] Response #1: SyncTimelineHas(!I5tswzvkfD1I64jiDO:hs1): check function did not pass while iterating over 7 elements: [{\"content\":{\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"},\"event_id\":\"$K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ\",\"origin_server_ts\":1713909782226,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.create\",\"unsigned\":{\"age\":1}},{\"content\":{\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"},\"event_id\":\"$vYVWGOEkobOv2SbN6uTFfS4Df7jR-aVwKfeLiSFNJMk\",\"origin_server_ts\":1713909782226,\"sender\":\"@user-1:hs1\",\"state_key\":\"@user-1:hs1\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}},{\"content\":{\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}},\"event_id\":\"$mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY\",\"origin_server_ts\":1713909782228,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.power_levels\",\"unsigned\":{\"age\":1}},{\"content\":{\"joi"} -{"Time":"2024-04-23T18:03:07.301974696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"n_rule\":\"public\"},\"event_id\":\"$0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ\",\"origin_server_ts\":1713909782229,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.join_rules\",\"unsigned\":{\"age\":1}},{\"content\":{\"history_visibility\":\"shared\"},\"event_id\":\"$44D3mxuPd2dyjCEqvQ8ZhmR0NIBNk56ypxpYJe1LOp8\",\"origin_server_ts\":1713909782230,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.history_visibility\",\"unsigned\":{\"age\":1}},{\"content\":{\"guest_access\":\"forbidden\"},\"event_id\":\"$R5WOns_cQKIt85-2jwutRni4v8KRLlEKLn3EHKnpFLs\",\"origin_server_ts\":1713909782231,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.guest_access\",\"unsigned\":{\"age\":1}},{\"content\":{\"membership\":\"join\"},\"event_id\":\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\",\"origin_server_ts\":1713909782251,\"sender\":\"@charlie:host.docker.internal:6879\",\"state_key\":\"@charlie:host.docker.internal:6879\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}}]\n"} -{"Time":"2024-04-23T18:03:07.301988345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" [t=1.006452775s] Response #2: SyncTimelineHas(!I5tswzvkfD1I64jiDO:hs1): Key rooms.join.!I5tswzvkfD1I64jiDO:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:03:07.301995015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" [t=2.00943462s] Response #3: SyncTimelineHas(!I5tswzvkfD1I64jiDO:hs1): Key rooms.join.!I5tswzvkfD1I64jiDO:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:03:07.302003755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" [t=3.012102437s] Response #4: SyncTimelineHas(!I5tswzvkfD1I64jiDO:hs1): Key rooms.join.!I5tswzvkfD1I64jiDO:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:03:07.302011715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" [t=4.014743032s] Response #5: SyncTimelineHas(!I5tswzvkfD1I64jiDO:hs1): Key rooms.join.!I5tswzvkfD1I64jiDO:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:03:07.302019665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" [t=5.017238808s] Response #6: SyncTimelineHas(!I5tswzvkfD1I64jiDO:hs1): Key rooms.join.!I5tswzvkfD1I64jiDO:hs1.timeline.events does not exist, \n"} -{"Time":"2024-04-23T18:03:07.302026815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:03:07.485248229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"2024/04/23 18:03:07 ============================================\n"} -{"Time":"2024-04-23T18:03:07.485278238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\n"} -{"Time":"2024-04-23T18:03:07.485288628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\n"} -{"Time":"2024-04-23T18:03:07.485297238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"2024/04/23 18:03:07 3e42b49115c4c569d44babfaf44fd0b91bbf7eec985fe52b1a31a5c45ee96a0f : Server logs:\n"} -{"Time":"2024-04-23T18:03:07.485382028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:03:07.485394377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:03:07.485403737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:03:07.485412337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:03:07.485420807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:03:07.485434937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"+ echo 'IP.1 = 172.24.0.2'\n"} -{"Time":"2024-04-23T18:03:07.485448077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:03:07.485457737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:03:07.485465917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:03:07.485475297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:03:07.485485127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.018067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:03:07.485494987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.018197Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:03:07.485505257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.018609Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:03:07.485515186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.018616Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:03:07.485524516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.018622Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:03:07.485538786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.018635Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:03:07.485548566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.019443Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:03:07.485558056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\n"} -{"Time":"2024-04-23T18:03:07.485566476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:03:07.485575286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.019522Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:03:07.485585846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.022201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:03:07.485594926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.023982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:03:07.485604256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.024737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:03:07.485613386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.025780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:03:07.485622486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.374325Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 350.3387ms\n"} -{"Time":"2024-04-23T18:03:07.485631875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376439Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:03:07.485641085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376525Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:03:07.485650065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376536Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:03:07.485659075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376543Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:03:07.485667605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376551Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:03:07.485678305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376559Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:03:07.485687475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376567Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:03:07.485698245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376575Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:03:07.485706965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376582Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:03:07.485716065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376589Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:03:07.485729875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376596Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:03:07.485738905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376603Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:03:07.485747885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376610Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:03:07.485756724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376616Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:03:07.485765424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376635Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:03:07.485774384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376647Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:03:07.485783994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376655Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:03:07.485793134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376665Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:03:07.485802294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376673Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:03:07.485812284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.376681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:03:07.485823784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.378545Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:03:07.485831534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.381420Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:03:07.485839064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.397972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:03:07.485847074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.397981Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:03:07.485855144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.398621Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:03:07.485863464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.398787Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:03:07.485871783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.415311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:07.485884083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.415893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1081\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:07.485895893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.416070Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:03:07.485904733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:00.416419Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:07.485913543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.170770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:07.485923893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.171432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1081\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:07.485954073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.171460Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:03:07.485964873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.214875Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:03:07.485978503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.216858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:07.485992762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.217092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:07.486013252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.217231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:07.486024872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.220094Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:07.486039742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.220114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:07.486054862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.220137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:07.486066382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.221612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:07.486081282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.221642Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:07.486092662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.221650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:07.486106441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.221680Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:07.486121241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.221745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:03:07.486132631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.221757Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:03:07.486146521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.221784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:07.48622074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.221793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:07.48623695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.223356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:07.48625104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:07.486356789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.223384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:07.486373389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:07.486390439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.223392Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:07.486403859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:07.486417759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.224742Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:03:07.486431179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.224829Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m54 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:07.486440589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.225364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:07.486450368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.225510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:07.486462568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.225565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:07.486476288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.225581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:07.486487358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.225618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1081\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:07.486497918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.225642Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:03:07.486508278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.226039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:03:07.486524248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.226056Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:03:07.486536648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.226071Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:03:07.486550248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.226873Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:07.486563557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.226891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:07.486579337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.226922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:07.486597347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.228065Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:07.486611737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.228090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:07.486628057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.228099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:07.486645247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.228112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:07.486744476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.228120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:07.486762236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.228127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:07.486772236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.229215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:07.486788765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.229245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:07.486800545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.229253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:07.486882855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.230332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:03:07.486898184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.230361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:03:07.486906564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.230374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:07.486922594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.231513Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:03:07.486952554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.231542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:07.486963414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.231554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:07.486970994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.232386Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:03:07.486977354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.232435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:07.486983874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.235317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:07.486990714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.235858Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for host.docker.internal:6879 keys\n"} -{"Time":"2024-04-23T18:03:07.487001504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.235891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:6879 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:03:07.487012263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.236399Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:07.487022193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.236686Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal:6879\n"} -{"Time":"2024-04-23T18:03:07.487032773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.236716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 2: Hostname with included port\n"} -{"Time":"2024-04-23T18:03:07.487045333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.236829Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":6879\") hostname: Named(\"host.docker.internal\", \":6879\")\n"} -{"Time":"2024-04-23T18:03:07.487054523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.236980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(6879), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:07.487065833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.237128Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.487076023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.237223Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(6879))\n"} -{"Time":"2024-04-23T18:03:07.487085863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.237241Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:6879\n"} -{"Time":"2024-04-23T18:03:07.487099933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.237344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:6879\n"} -{"Time":"2024-04-23T18:03:07.487107533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.249583Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:03:07.487116083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.249643Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.487123193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.249957Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.487131902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.249971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.487141962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.250092Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:6879 for https://host.docker.internal:6879/_matrix/key/v2/server with https://host.docker.internal:6879/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:07.487157022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.250103Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:07.487166992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.250158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:6879/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:07.487176562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.250364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21I5tswzvkfD1I64jiDO:hs1/@charlie:host.docker.internal:6879?ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787\u0026ver=4\u0026ver=5 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:07.487220382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.250377Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21I5tswzvkfD1I64jiDO:hs1/@charlie:host.docker.internal:6879?ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:03:07.487231052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.250517Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:07.487238491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.250956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:07.487249911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.250988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:07.487256371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.251036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:07.487262711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.251529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m16 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:07.487270771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.254176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:07.487279781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.254463Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:6879, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:07.487289181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.254676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21I5tswzvkfD1I64jiDO:hs1/$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"905\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:07.487302251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.254695Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21I5tswzvkfD1I64jiDO:hs1/$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs Some(Object({\"auth_events\": Array([String(\"$K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ\"), String(\"$0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ\"), String(\"$mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 7, \"hashes\": Object({\"sha256\": String(\"xJ9sbJYjeOJmUxZfH6iNU2ZtEZrpV64RPenpkC0yCG0\")}), \"origin\": String(\"host.docker.internal:6879\"), \"origin_server_ts\": 1713909782251, \"prev_events\": Array([String(\"$R5WOns_cQKIt85-2jwutRni4v8KRLlEKLn3EHKnpFLs\")]), \"prev_state\": Array([]), \"room_id\": String(\"!I5tswzvkfD1I64jiDO:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:6879\"), \"signatures\": Object({\"host.docker.internal:6879\": Object({"} -{"Time":"2024-04-23T18:03:07.487316761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\"ed25519:complement_869a15d303ed2c02f695f2484475962f3c2871eaa817e4db8400b25a9357c3d6\": String(\"KzOomiiWWzwSlK/KdxRQyYdTHInL0uVAentNYBV0BMSZDLUoTAgEfAHcEIeZAmHccl9Bg6sdPFdUdanKTGXECA\")}), \"hs1\": Object({\"ed25519:uriKwpiR\": String(\"Ii/TQYaHl/Ku+EXel9+GEZIfcC+2vXYL0ztjSdc4wzX7yM5JDHpDbAxEmERKaqnzUgCLzc1I/7SfijeJItbYDQ\")})}), \"state_key\": String(\"@charlie:host.docker.internal:6879\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:07.487326541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.254863Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:07.487343961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.255250Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:6879, hs1\n"} -{"Time":"2024-04-23T18:03:07.48736245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.255408Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:6879, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:07.48737213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.255486Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:07.48738691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.255636Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:07.48739767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.256085Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:07.48740787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.256141Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ in db\n"} -{"Time":"2024-04-23T18:03:07.48741581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.256179Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ in db\n"} -{"Time":"2024-04-23T18:03:07.48742742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.256213Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY in db\n"} -{"Time":"2024-04-23T18:03:07.4874368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.256241Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:07.48744723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.256255Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ in db\n"} -{"Time":"2024-04-23T18:03:07.48745566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.256268Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ in db\n"} -{"Time":"2024-04-23T18:03:07.48746322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.256280Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY in db\n"} -{"Time":"2024-04-23T18:03:07.487470789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.256297Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:07.487550569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.256455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs (m.room.member)\n"} -{"Time":"2024-04-23T18:03:07.487586588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.256480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:07.487595338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.256536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:07.487604598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.256648Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:07.487614998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.256791Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:07.487633048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.256977Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $R5WOns_cQKIt85-2jwutRni4v8KRLlEKLn3EHKnpFLs in db\n"} -{"Time":"2024-04-23T18:03:07.487643108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.257001Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:07.487653338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.257014Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $R5WOns_cQKIt85-2jwutRni4v8KRLlEKLn3EHKnpFLs in db\n"} -{"Time":"2024-04-23T18:03:07.487665718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.257155Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:07.487675658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.257198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$R5WOns_cQKIt85-2jwutRni4v8KRLlEKLn3EHKnpFLs\"]\n"} -{"Time":"2024-04-23T18:03:07.487687298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.257337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:03:07.487696957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.257369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:03:07.487707017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.257467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:03:07.487717117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.257538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:03:07.487726837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.257615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs (m.room.member)\n"} -{"Time":"2024-04-23T18:03:07.487734597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.257711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:07.487745107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.257905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:07.487752967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.257928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:03:07.487760577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.258141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:03:07.487769087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.258161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs (m.room.member)\n"} -{"Time":"2024-04-23T18:03:07.487776487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.258181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:07.487784597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.258320Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:07.487794617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.258342Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:03:07.487806926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.258355Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:03:07.487814536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.258413Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:03:07.487821916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.258431Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:03:07.487829286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.258472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:03:07.487836536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.258687Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:03:07.487844816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.258826Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m47.969µs\n"} -{"Time":"2024-04-23T18:03:07.487853396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.258976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$vYVWGOEkobOv2SbN6uTFfS4Df7jR-aVwKfeLiSFNJMk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m198.108µs\n"} -{"Time":"2024-04-23T18:03:07.487884296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.259057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m279.517µs\n"} -{"Time":"2024-04-23T18:03:07.487897376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.259200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m422.706µs\n"} -{"Time":"2024-04-23T18:03:07.487905926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.259278Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m500.415µs\n"} -{"Time":"2024-04-23T18:03:07.487917856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.259435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m657.594µs\n"} -{"Time":"2024-04-23T18:03:07.487930105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.259512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m735.173µs\n"} -{"Time":"2024-04-23T18:03:07.487951365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.259669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$44D3mxuPd2dyjCEqvQ8ZhmR0NIBNk56ypxpYJe1LOp8\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m891.722µs\n"} -{"Time":"2024-04-23T18:03:07.487964685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.259747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m969.481µs\n"} -{"Time":"2024-04-23T18:03:07.487973015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.259906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$R5WOns_cQKIt85-2jwutRni4v8KRLlEKLn3EHKnpFLs\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.12886ms\n"} -{"Time":"2024-04-23T18:03:07.487984495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.259992Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.214849ms\n"} -{"Time":"2024-04-23T18:03:07.487993785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.260103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.325198ms\n"} -{"Time":"2024-04-23T18:03:07.488001935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.260175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.397728ms\n"} -{"Time":"2024-04-23T18:03:07.488066784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.260189Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.412027ms\n"} -{"Time":"2024-04-23T18:03:07.488079104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.260384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m169.479µs\n"} -{"Time":"2024-04-23T18:03:07.488090024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.260590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m375.827µs\n"} -{"Time":"2024-04-23T18:03:07.488098424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.260666Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m452.316µs\n"} -{"Time":"2024-04-23T18:03:07.488106494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.260683Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m469.596µs\n"} -{"Time":"2024-04-23T18:03:07.488114294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.260708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:03:07.488124214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.260841Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:03:07.488131564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.260942Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:03:07.488139124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.260977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:03:07.488152373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.260986Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.history_visibility\", \"\"): \"$44D3mxuPd2dyjCEqvQ8ZhmR0NIBNk56ypxpYJe1LOp8\", (\"m.room.join_rules\", \"\"): \"$0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ\", (\"m.room.guest_access\", \"\"): \"$R5WOns_cQKIt85-2jwutRni4v8KRLlEKLn3EHKnpFLs\", (\"m.room.power_levels\", \"\"): \"$mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY\", (\"m.room.member\", \"@user-1:hs1\"): \"$vYVWGOEkobOv2SbN6uTFfS4Df7jR-aVwKfeLiSFNJMk\", (\"m.room.create\", \"\"): \"$K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ\"}\n"} -{"Time":"2024-04-23T18:03:07.488166163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.260999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:03:07.488176263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261006Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@charlie:host.docker.internal:6879\"): [\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\"]}\n"} -{"Time":"2024-04-23T18:03:07.488184053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:03:07.488191363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ\", \"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\"}\n"} -{"Time":"2024-04-23T18:03:07.488201313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:03:07.488208783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ) senders power level\n"} -{"Time":"2024-04-23T18:03:07.488216043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:03:07.488225943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ power level 100\n"} -{"Time":"2024-04-23T18:03:07.488235683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:07.488245623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:03:07.488252943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261294Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ\"]\n"} -{"Time":"2024-04-23T18:03:07.488260183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261304Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:07.488267512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ\"]\n"} -{"Time":"2024-04-23T18:03:07.488277372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261398Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ\"\n"} -{"Time":"2024-04-23T18:03:07.488284912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261418Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:07.488292422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261445Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:07.488300452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:07.488313552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:03:07.488322152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261474Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.history_visibility\", \"\"): \"$44D3mxuPd2dyjCEqvQ8ZhmR0NIBNk56ypxpYJe1LOp8\", (\"m.room.join_rules\", \"\"): \"$0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ\", (\"m.room.guest_access\", \"\"): \"$R5WOns_cQKIt85-2jwutRni4v8KRLlEKLn3EHKnpFLs\", (\"m.room.power_levels\", \"\"): \"$mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY\", (\"m.room.member\", \"@user-1:hs1\"): \"$vYVWGOEkobOv2SbN6uTFfS4Df7jR-aVwKfeLiSFNJMk\", (\"m.room.create\", \"\"): \"$K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ\"}\n"} -{"Time":"2024-04-23T18:03:07.488331132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261493Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:03:07.488338572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261503Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\"]\n"} -{"Time":"2024-04-23T18:03:07.488349792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY\")\n"} -{"Time":"2024-04-23T18:03:07.488357292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261520Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:03:07.488364572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\n"} -{"Time":"2024-04-23T18:03:07.488374302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY\n"} -{"Time":"2024-04-23T18:03:07.488436621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261662Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\"]\n"} -{"Time":"2024-04-23T18:03:07.488445891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:07.488455731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\"]\n"} -{"Time":"2024-04-23T18:03:07.488466731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\"\n"} -{"Time":"2024-04-23T18:03:07.488477101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs (m.room.member)\n"} -{"Time":"2024-04-23T18:03:07.48849029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:07.48849783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:07.4885068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:03:07.48851431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.261906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:03:07.48852144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.262924Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:03:07.48853133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.264118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m6.765411ms\n"} -{"Time":"2024-04-23T18:03:07.48853863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.264200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m15.51µs\n"} -{"Time":"2024-04-23T18:03:07.48854714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.264225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m41.279µs\n"} -{"Time":"2024-04-23T18:03:07.48855674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.265316Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m11 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:07.48856431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.265789Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:07.48857144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.265978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(6879), path: \"/_matrix/federation/v1/send/qY6c3gHdP9zToutuhAllNdMqoxyvVctQOv5RLHc56vk\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:07.48858306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.266008Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.48859024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.266025Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(6879))\n"} -{"Time":"2024-04-23T18:03:07.48859709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.266039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:6879\n"} -{"Time":"2024-04-23T18:03:07.488603619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.266139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:6879\n"} -{"Time":"2024-04-23T18:03:07.488610049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.269212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:07.488616589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.269680Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:6879, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:07.488624739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.269930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/complement1 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"833\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:07.488690259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.269970Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/complement1 Some(Object({\"origin\": String(\"host.docker.internal:6879\"), \"origin_server_ts\": 1713909782266, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ\"), String(\"$mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY\"), String(\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\")]), \"content\": Object({\"users\": Object({})}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"OdnXC+1CV334Gf51GUgEugay0k7PVI83T4Q2wrUbDcg\")}), \"origin\": String(\"host.docker.internal:6879\"), \"origin_server_ts\": 1713909782266, \"prev_events\": Array([String(\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\")]), \"prev_state\": Array([]), \"room_id\": String(\"!I5tswzvkfD1I64jiDO:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:6879\"), \"signatures\": Object({\"host.docker."} -{"Time":"2024-04-23T18:03:07.488703069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"internal:6879\": Object({\"ed25519:complement_869a15d303ed2c02f695f2484475962f3c2871eaa817e4db8400b25a9357c3d6\": String(\"PeYyrPmUvuUMZJ8iJjispTt0tUP98KoH4HVKBP6GgJluOeczOKEesgrWryD0w9CY2srHQqrCWsKbK1AGiuHpAA\")})}), \"state_key\": String(\"\"), \"type\": String(\"m.room.power_levels\")})])}))\n"} -{"Time":"2024-04-23T18:03:07.488713749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.270286Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m228.918µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"complement1\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\n"} -{"Time":"2024-04-23T18:03:07.488722898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.270327Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:6879\n"} -{"Time":"2024-04-23T18:03:07.488733498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.270434Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:6879, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:07.488743488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.270511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m455.526µs\n"} -{"Time":"2024-04-23T18:03:07.488750388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.270670Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:07.488757758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.271118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:07.488765028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.271185Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ in db\n"} -{"Time":"2024-04-23T18:03:07.488773048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.271230Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY in db\n"} -{"Time":"2024-04-23T18:03:07.488785598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.271273Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs in db\n"} -{"Time":"2024-04-23T18:03:07.488795838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.271291Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:07.488804058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.271305Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ in db\n"} -{"Time":"2024-04-23T18:03:07.488812228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.271321Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY in db\n"} -{"Time":"2024-04-23T18:03:07.488819918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.271334Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs in db\n"} -{"Time":"2024-04-23T18:03:07.488827178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.271354Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:07.488834357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.271445Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8 (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:07.488841737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.271495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8 ev_type 100 usr 0\n"} -{"Time":"2024-04-23T18:03:07.488851857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.271513Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m user cannot send event\n"} -{"Time":"2024-04-23T18:03:07.488859037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.271581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8 \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m1.054641ms \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m1.526366ms\n"} -{"Time":"2024-04-23T18:03:07.488868547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.271604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.549306ms \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"complement1\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\n"} -{"Time":"2024-04-23T18:03:07.488879167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.271723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:07.488906497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.272990Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:03:07.488914597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.273098Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.488921477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.275282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:07.488930347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.275418Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:07.488956856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.275691Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:07.488970146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.275895Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:6879, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:07.488979016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.276086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/complement2 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2450\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:07.488989566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.276099Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/complement2 Some(Object({\"origin\": String(\"host.docker.internal:6879\"), \"origin_server_ts\": 1713909782273, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ\"), String(\"$0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ\"), String(\"$mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY\"), String(\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\"), String(\"$cI18tV9LwmnO_PGdQx9LyJcZWnn5V6PsVALXcd1BSAg\")]), \"content\": Object({\"body\": String(\"sentEvent1\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"eijZKBFXqC9wWXPFWOujVbKQIYnuNdxMeRV97c5Bjjo\")}), \"origin\": String(\"host.docker.internal:6879\"), \"origin_server_ts\": 1713909782272, \"prev_events\": Array([String(\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\")]), \"room_id\": String(\"!I5tswzvkfD1I64jiDO:hs"} -{"Time":"2024-04-23T18:03:07.488999566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"1\"), \"sender\": String(\"@charlie:host.docker.internal:6879\"), \"signatures\": Object({\"host.docker.internal:6879\": Object({\"ed25519:complement_869a15d303ed2c02f695f2484475962f3c2871eaa817e4db8400b25a9357c3d6\": String(\"8Xmo7twCdCSNgS8WF6foG0ErJ9GOH0IFtvlc+gf5mciy5bAbGFDNIwR6HkFvBPkyVgZG/vs6Zb6JePMzUBbOAw\")})}), \"type\": String(\"m.room.message\")}), Object({\"auth_events\": Array([String(\"$K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ\"), String(\"$0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ\"), String(\"$mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY\"), String(\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\"), String(\"$cI18tV9LwmnO_PGdQx9LyJcZWnn5V6PsVALXcd1BSAg\")]), \"content\": Object({\"body\": String(\"sentEvent1\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"w0MmwKLkrNghxjV9lor9+fzjWJvvluychVzC1a/Kbs0\")}), \"origin\": String(\"host.docker.internal:6879\"), \"origin_server_ts\": 1713909782272, \"prev_events\": Array([String(\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\")]), \"room_id\": String(\"!I5tswzvkfD1I64jiDO:hs1\"), \"sender\": S"} -{"Time":"2024-04-23T18:03:07.489009086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"tring(\"@charlie:host.docker.internal:6879\"), \"signatures\": Object({\"host.docker.internal:6879\": Object({\"ed25519:complement_869a15d303ed2c02f695f2484475962f3c2871eaa817e4db8400b25a9357c3d6\": String(\"dxPc73cxEO1EC3F9bJwoKBEhpH5y7XiWi5g4KpkCnZ+iouo13GTQr4oJ6Aduzs+giHNkhBxX11tFBvz9mzi1DA\")})}), \"type\": String(\"m.room.message\")}), Object({\"auth_events\": Array([String(\"$K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ\"), String(\"$mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY\"), String(\"$l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs\")]), \"content\": Object({\"body\": String(\"sentinelEvent\")}), \"depth\": 10, \"hashes\": Object({\"sha256\": String(\"28jbOXH54Vu/kr3lvw6EhPBO+he8DUwK6WWvN8i71gQ\")}), \"origin\": String(\"host.docker.internal:6879\"), \"origin_server_ts\": 1713909782273, \"prev_events\": Array([String(\"$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\")]), \"room_id\": String(\"!I5tswzvkfD1I64jiDO:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:6879\"), \"signatures\": Object({\"host.docker.internal:6879\": Object({\"ed25519:complement_"} -{"Time":"2024-04-23T18:03:07.489021396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"869a15d303ed2c02f695f2484475962f3c2871eaa817e4db8400b25a9357c3d6\": String(\"147RNgvPmiKWHmzfbvmCFOsRZjCiz+GEN3zI51cvOhzFf0OB05SPkwkSrpcAzVSk1SWBi5Qy5ycK9NkSs9DgCA\")})}), \"type\": String(\"m.room.message\")})])}))\n"} -{"Time":"2024-04-23T18:03:07.489041486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.276422Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m263.208µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"complement2\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\n"} -{"Time":"2024-04-23T18:03:07.489052916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.276447Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:6879\n"} -{"Time":"2024-04-23T18:03:07.489060185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.276494Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:6879, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:07.489067265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.276516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m358.137µs\n"} -{"Time":"2024-04-23T18:03:07.489074605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.276601Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:07.489084955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.276825Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:07.489095895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.276859Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ in db\n"} -{"Time":"2024-04-23T18:03:07.489121285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.276882Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ in db\n"} -{"Time":"2024-04-23T18:03:07.489134045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.276903Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY in db\n"} -{"Time":"2024-04-23T18:03:07.489144085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.276924Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs in db\n"} -{"Time":"2024-04-23T18:03:07.489155895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching $cI18tV9LwmnO_PGdQx9LyJcZWnn5V6PsVALXcd1BSAg over federation.\n"} -{"Time":"2024-04-23T18:03:07.489170314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277084Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:07.489189494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(6879), path: \"/_matrix/federation/v1/event/$cI18tV9LwmnO_PGdQx9LyJcZWnn5V6PsVALXcd1BSAg\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:07.489203464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277234Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:6879): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:03:07.489213854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.489225014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277351Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.489235844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277373Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.489245934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277508Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:6879 for https://host.docker.internal:6879/_matrix/federation/v1/send/qY6c3gHdP9zToutuhAllNdMqoxyvVctQOv5RLHc56vk with https://host.docker.internal:6879/_matrix/federation/v1/send/qY6c3gHdP9zToutuhAllNdMqoxyvVctQOv5RLHc56vk\n"} -{"Time":"2024-04-23T18:03:07.489258334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277503Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.489268654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277535Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:07.489280084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.489291863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:6879/_matrix/federation/v1/send/qY6c3gHdP9zToutuhAllNdMqoxyvVctQOv5RLHc56vk\n"} -{"Time":"2024-04-23T18:03:07.489300543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277584Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:6879 for https://host.docker.internal:6879/_matrix/federation/v1/event/$cI18tV9LwmnO_PGdQx9LyJcZWnn5V6PsVALXcd1BSAg with https://host.docker.internal:6879/_matrix/federation/v1/event/$cI18tV9LwmnO_PGdQx9LyJcZWnn5V6PsVALXcd1BSAg\n"} -{"Time":"2024-04-23T18:03:07.489309593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277604Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:07.489318283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:6879/_matrix/federation/v1/event/$cI18tV9LwmnO_PGdQx9LyJcZWnn5V6PsVALXcd1BSAg\n"} -{"Time":"2024-04-23T18:03:07.489326883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277694Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got $cI18tV9LwmnO_PGdQx9LyJcZWnn5V6PsVALXcd1BSAg over federation\n"} -{"Time":"2024-04-23T18:03:07.489334763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277811Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs in db\n"} -{"Time":"2024-04-23T18:03:07.489343703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277851Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching $vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8 over federation.\n"} -{"Time":"2024-04-23T18:03:07.489359423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.277889Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:07.489369713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.278028Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(6879), path: \"/_matrix/federation/v1/event/$vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:07.489381153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.278068Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:6879): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:03:07.489390793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.278087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.489399732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.278359Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.489408502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.278382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.489418942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.278401Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:6879 for https://host.docker.internal:6879/_matrix/federation/v1/event/$vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8 with https://host.docker.internal:6879/_matrix/federation/v1/event/$vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8\n"} -{"Time":"2024-04-23T18:03:07.489435512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.278414Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:07.489445032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.278433Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 404 for GET https://host.docker.internal:6879/_matrix/federation/v1/event/$vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8\n"} -{"Time":"2024-04-23T18:03:07.489456162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.278470Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Failed to fetch event $vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8: host.docker.internal:6879\n"} -{"Time":"2024-04-23T18:03:07.489464302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.278532Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ in db\n"} -{"Time":"2024-04-23T18:03:07.489474592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.278567Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ in db\n"} -{"Time":"2024-04-23T18:03:07.489482532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.278592Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:6879\n"} -{"Time":"2024-04-23T18:03:07.489493132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.278695Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:6879, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:07.489502992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.278730Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ in db\n"} -{"Time":"2024-04-23T18:03:07.489513771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.278742Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ in db\n"} -{"Time":"2024-04-23T18:03:07.489522941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.278753Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY in db\n"} -{"Time":"2024-04-23T18:03:07.489537611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.278762Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs in db\n"} -{"Time":"2024-04-23T18:03:07.489549281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.278961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:07.489560521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.279045Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Could not find auth event $vHWgrR3uEQrvcAWJ9P2oKDXsgw4h9bIG1wwJooafsL8\n"} -{"Time":"2024-04-23T18:03:07.489570901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.279089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $cI18tV9LwmnO_PGdQx9LyJcZWnn5V6PsVALXcd1BSAg (m.room.member)\n"} -{"Time":"2024-04-23T18:03:07.489581501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.279111Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:07.489594751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.279148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:07.489603381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.279160Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:07.489611231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.279286Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:07.489619021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.279317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:07.48962753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.279460Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $jZmj7ipXxYjjdTHrpigrdQY-62_i5BmWSl2w7Wx5npI \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m2.934895ms \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m3.301052ms\n"} -{"Time":"2024-04-23T18:03:07.48963601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.279580Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:07.48964777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.279897Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:07.4896585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.279959Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ in db\n"} -{"Time":"2024-04-23T18:03:07.489671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.279991Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ in db\n"} -{"Time":"2024-04-23T18:03:07.48968077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280021Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY in db\n"} -{"Time":"2024-04-23T18:03:07.48969552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280052Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs in db\n"} -{"Time":"2024-04-23T18:03:07.48970684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280092Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $cI18tV9LwmnO_PGdQx9LyJcZWnn5V6PsVALXcd1BSAg in db\n"} -{"Time":"2024-04-23T18:03:07.48971664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280108Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:07.48972683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280118Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ in db\n"} -{"Time":"2024-04-23T18:03:07.48973569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280129Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ in db\n"} -{"Time":"2024-04-23T18:03:07.489743679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280143Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY in db\n"} -{"Time":"2024-04-23T18:03:07.489751409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280153Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs in db\n"} -{"Time":"2024-04-23T18:03:07.489767089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280162Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $cI18tV9LwmnO_PGdQx9LyJcZWnn5V6PsVALXcd1BSAg in db\n"} -{"Time":"2024-04-23T18:03:07.489778699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:07.489788989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m829.382µs \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m4.148504ms\n"} -{"Time":"2024-04-23T18:03:07.489799879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280424Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:07.489809969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280728Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:07.489818019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280775Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ in db\n"} -{"Time":"2024-04-23T18:03:07.489825859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280821Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY in db\n"} -{"Time":"2024-04-23T18:03:07.489834609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280861Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs in db\n"} -{"Time":"2024-04-23T18:03:07.489842459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280878Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:07.489853478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280891Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ in db\n"} -{"Time":"2024-04-23T18:03:07.489867878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280906Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY in db\n"} -{"Time":"2024-04-23T18:03:07.489879108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280919Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs in db\n"} -{"Time":"2024-04-23T18:03:07.489891638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.280951Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:07.489902718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.281040Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0 (m.room.message)\n"} -{"Time":"2024-04-23T18:03:07.489913748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.281089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0 ev_type 0 usr 0\n"} -{"Time":"2024-04-23T18:03:07.489927028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.281106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:07.489951008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.281119Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:07.489959078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.281253Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:07.489967048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.281441Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching $_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY over federation.\n"} -{"Time":"2024-04-23T18:03:07.489978577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.281493Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:07.489990077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.281659Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(6879), path: \"/_matrix/federation/v1/event/$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:07.490000147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.281701Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:6879): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:03:07.490011537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.281721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.490023407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.281996Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.490035597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.282021Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.490054137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.282046Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:6879 for https://host.docker.internal:6879/_matrix/federation/v1/event/$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY with https://host.docker.internal:6879/_matrix/federation/v1/event/$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\n"} -{"Time":"2024-04-23T18:03:07.490066907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.282064Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:07.490082937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.282090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:6879/_matrix/federation/v1/event/$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\n"} -{"Time":"2024-04-23T18:03:07.490094496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.282146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got $_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY over federation\n"} -{"Time":"2024-04-23T18:03:07.490105866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.282274Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $cI18tV9LwmnO_PGdQx9LyJcZWnn5V6PsVALXcd1BSAg in db\n"} -{"Time":"2024-04-23T18:03:07.490116146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.282325Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $l9JpgwaxtXuX7ASYzFYsz1UnWqaE5F8G8XOUVJu3YKs in db\n"} -{"Time":"2024-04-23T18:03:07.490129016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.282370Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $mwQ-IPPRaIrxZTir8xpZDaUG0t95MLfSUXdFgoc5BzY in db\n"} -{"Time":"2024-04-23T18:03:07.490140696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.282413Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0H8GFPr8ZCDR5YsVIgHf-6rt7dzvIj4BSS593czOLhQ in db\n"} -{"Time":"2024-04-23T18:03:07.490152866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.282454Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K_TQHGQvELric1jog0YckgsR6gxEeregWKRAvCTaDDQ in db\n"} -{"Time":"2024-04-23T18:03:07.490167776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.282485Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:6879\n"} -{"Time":"2024-04-23T18:03:07.490179976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.282570Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:6879, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:07.490193486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.282815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:07.490204006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.283006Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Authentication of event $_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY failed: M_INVALID_PARAM: Auth event's type and state_key combination exists multiple times.\n"} -{"Time":"2024-04-23T18:03:07.490215475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.283050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:07.490225545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.283096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\"]\n"} -{"Time":"2024-04-23T18:03:07.490243875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.283150Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mprev\u001b[0m\u001b[1m{\u001b[0m\u001b[3mprev_id\u001b[0m\u001b[2m=\u001b[0m\"$_HuPG6bOvY4ET5hBcaOkiiINh6WNbn34qzRj0UQ-VXY\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Backing off from prev_event \u001b[3mduration\u001b[0m\u001b[2m=\u001b[0m109.559µs \u001b[3mmin_duration\u001b[0m\u001b[2m=\u001b[0m300s\n"} -{"Time":"2024-04-23T18:03:07.490256195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.283221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:03:07.490265535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.283246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:03:07.490276065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.283311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching state ids\n"} -{"Time":"2024-04-23T18:03:07.490286585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.283402Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:07.490300545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.283609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(6879), path: \"/_matrix/federation/v1/state_ids/!I5tswzvkfD1I64jiDO:hs1\", query: Some(\"event_id=%24K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\"), fragment: None }\n"} -{"Time":"2024-04-23T18:03:07.490314465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.283655Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:6879): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:03:07.490325965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.283676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.490339714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.283964Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.490356424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.283992Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:6879)\n"} -{"Time":"2024-04-23T18:03:07.490370364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.284018Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:6879 for https://host.docker.internal:6879/_matrix/federation/v1/state_ids/!I5tswzvkfD1I64jiDO:hs1?event_id=%24K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0 with https://host.docker.internal:6879/_matrix/federation/v1/state_ids/!I5tswzvkfD1I64jiDO:hs1?event_id=%24K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\n"} -{"Time":"2024-04-23T18:03:07.490383004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.284061Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:07.490398464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.284089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 404 for GET https://host.docker.internal:6879/_matrix/federation/v1/state_ids/!I5tswzvkfD1I64jiDO:hs1?event_id=%24K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\n"} -{"Time":"2024-04-23T18:03:07.490410994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.284136Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I5tswzvkfD1I64jiDO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching state for event failed: host.docker.internal:6879\n"} -{"Time":"2024-04-23T18:03:07.490420534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.284190Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $K0hoJ98JQ3F65MpGcHJSimlZ6ve_TGkgPLnjs177Lr0 \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m3.865427ms \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m8.030831ms\n"} -{"Time":"2024-04-23T18:03:07.490430674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.284211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m8.05214ms \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"complement2\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:6879\"\n"} -{"Time":"2024-04-23T18:03:07.490441034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.284334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m8 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:07.490450393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.284790Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:07.490463543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.285026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1081\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:07.490473823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.285039Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:07.490481583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.287764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:03:07.490490013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.287895Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:07.490498373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.288428Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:07.490509303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.288499Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=145\u0026timeout=1000 {\"host\": \"127.0.0.1:1081\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:07.490519823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.288512Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=145\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:07.490528033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:02.288537Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:03:07.490536963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:03.290597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:07.490550623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:03.291366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:07.490560353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:03.291524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=145\u0026timeout=1000 {\"host\": \"127.0.0.1:1081\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:07.490569832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:03.291548Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=145\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:07.490579822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:04.293734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:07.490589732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:04.294271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:07.490599402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:04.294379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=145\u0026timeout=1000 {\"host\": \"127.0.0.1:1081\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:07.490608912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:04.294401Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=145\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:07.490618282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:05.296448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:07.490628202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:05.296964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:07.490637622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:05.297076Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=145\u0026timeout=1000 {\"host\": \"127.0.0.1:1081\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:07.490651112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:05.297099Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=145\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:07.490661522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:06.299095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:07.490671132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:06.299570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:07.490682162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:06.299679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=145\u0026timeout=1000 {\"host\": \"127.0.0.1:1081\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:07.490691781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:06.299701Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=145\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:07.490700851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:07.301589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:07.490708731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:07.302172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:03:07.490716611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\u001b[2m2024-04-23T22:03:07.302270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:03:07.490726481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"2024/04/23 18:03:07 ============== 3e42b49115c4c569d44babfaf44fd0b91bbf7eec985fe52b1a31a5c45ee96a0f : END LOGS ==============\n"} -{"Time":"2024-04-23T18:03:07.490732581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\n"} -{"Time":"2024-04-23T18:03:07.490737821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"\n"} -{"Time":"2024-04-23T18:03:07.508613015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Output":"--- FAIL: TestInboundFederationRejectsEventsWithRejectedAuthEvents (8.17s)\n"} -{"Time":"2024-04-23T18:03:07.508622385-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundFederationRejectsEventsWithRejectedAuthEvents","Elapsed":8.17} -{"Time":"2024-04-23T18:03:07.508634175-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling"} -{"Time":"2024-04-23T18:03:07.508639855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"=== RUN TestGetMissingEventsGapFilling\n"} -{"Time":"2024-04-23T18:03:08.372656436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":" federation_room_get_missing_events_test.go:45: Deploy times: 10.588848ms blueprints, 853.353534ms containers\n"} -{"Time":"2024-04-23T18:03:09.744768579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (52.90765ms)\n"} -{"Time":"2024-04-23T18:03:09.759072194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (14.163717ms)\n"} -{"Time":"2024-04-23T18:03:09.79056489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":" federation_room_get_missing_events_test.go:70: Server.MustJoinRoom joined room ID !8o0epaMCEDfMH6bCUE:hs1\n"} -{"Time":"2024-04-23T18:03:09.797471389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":" server.go:116: \u001b[31mServer.UnexpectedRequestsAreErrors=true received unexpected request to server: GET /_matrix/federation/v1/event/$otO491ziz5szi8uzeEBLyVwxAhY5aR1a9AOxuEKXbuY\n"} -{"Time":"2024-04-23T18:03:09.797486069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:03:09.798156013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":" federation_room_get_missing_events_test.go:58: Received request to /_matrix/federation/v1/state_ids/{roomID}\n"} -{"Time":"2024-04-23T18:03:09.798655659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":" federation_room_get_missing_events_test.go:129: \u001b[31mMustSendTransaction: response for $Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44 contained error: Server returned bad 200 response.\u001b[39m\n"} -{"Time":"2024-04-23T18:03:09.806810888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"2024/04/23 18:03:09 http: TLS handshake error from 172.24.0.2:46814: write tcp 172.17.0.1:10367-\u003e172.24.0.2:46814: use of closed network connection\n"} -{"Time":"2024-04-23T18:03:09.98441494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"2024/04/23 18:03:09 ============================================\n"} -{"Time":"2024-04-23T18:03:09.98444013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\n"} -{"Time":"2024-04-23T18:03:09.98444633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\n"} -{"Time":"2024-04-23T18:03:09.98445165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"2024/04/23 18:03:09 fdbb11359a0b591503d4706766325e6f7d0664d605bcc49789a5cc22dee066ec : Server logs:\n"} -{"Time":"2024-04-23T18:03:09.984538809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:03:09.984564229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:03:09.984571049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:03:09.984584628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:03:09.984590668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:03:09.984596318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"+ echo 'IP.1 = 172.24.0.2'\n"} -{"Time":"2024-04-23T18:03:09.984602078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:03:09.984611448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:03:09.984616768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:03:09.984622668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:03:09.984628978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:07.946474Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:03:09.984634988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:07.946580Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:03:09.984643198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:07.946959Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:03:09.984649558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:07.946966Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:03:09.984657508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:07.946973Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:03:09.984667028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:07.946979Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:03:09.984675608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:07.947714Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:03:09.984681638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\n"} -{"Time":"2024-04-23T18:03:09.984686878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:03:09.984692768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:07.947791Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:03:09.984701497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:07.950276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:03:09.984709147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:07.951875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:03:09.984720327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:07.952524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:03:09.984728517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:07.953575Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:03:09.984734887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.298504Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 346.6239ms\n"} -{"Time":"2024-04-23T18:03:09.984742827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300674Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:03:09.984748967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300744Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:03:09.984756647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300758Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:03:09.984764247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300767Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:03:09.984774567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300775Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:03:09.984781967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300782Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:03:09.984787917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300790Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:03:09.984795837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300797Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:03:09.984803377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300804Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:03:09.984812896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300812Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:03:09.984818706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300819Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:03:09.984824256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300826Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:03:09.984829996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300833Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:03:09.984835516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300840Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:03:09.984846066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300859Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:03:09.984853346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300871Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:03:09.984860646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300879Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:03:09.984868166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300889Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:03:09.984875646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300898Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:03:09.984885006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.300907Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:03:09.984892256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.302555Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:03:09.984899556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.305158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:03:09.984908306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.321534Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:03:09.984914186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.321545Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:03:09.984920146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.322122Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:03:09.984929455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.322265Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:03:09.984956215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.371332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:09.984965825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.371803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1083\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:09.984973225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.371924Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:03:09.984979465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:08.372253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:09.984988185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.692443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:09.984995555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.692921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1083\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:09.985005845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.692953Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:03:09.985015275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.734536Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:03:09.985024535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.736432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:09.985034035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.736650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:09.985042914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.736805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:09.985053694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.739612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:09.985064114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.739629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:09.985076094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.739651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:09.985085074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.741087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:09.985093894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.741114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:09.985102104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.741123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:09.985115284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.741148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:09.985125944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.741210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:03:09.985134164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.741222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:03:09.985142204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.741248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:09.985150934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.741255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:09.985162023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.742750Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:09.985172983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:09.985189313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.742776Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:09.985199573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:09.985211213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.742784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:09.985220333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:09.985232033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.744076Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:03:09.985239113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.744159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m51 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:09.985250793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.745133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:09.985262643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.745225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:09.985275023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.745243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:09.985282822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.745360Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:09.985293342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.746223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1083\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:09.985304492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.746265Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:03:09.985316452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.746866Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:03:09.985328182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.746899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:03:09.985340982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.746928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:03:09.985404331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.748812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:09.985415101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.748847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:09.985424461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.748917Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:09.985436691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.751231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:09.985447261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.751278Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:09.985457121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.751295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:09.985466831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.751320Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:09.985477741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.751337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:09.985490871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.751349Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:09.985504261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.753197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:09.985516121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.753253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:09.98552874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.753270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:09.98554081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.755157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:03:09.98556265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.755211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:03:09.98557515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.755227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:09.98558803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.757174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:03:09.98559705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.757229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:09.98560579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.757246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:09.98561432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.758674Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:03:09.9856236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.758780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:09.98563055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.761463Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:09.98563764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.762011Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for host.docker.internal:10367 keys\n"} -{"Time":"2024-04-23T18:03:09.985644919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.762029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:10367 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:03:09.985652179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.762347Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:09.985665239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.762525Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal:10367\n"} -{"Time":"2024-04-23T18:03:09.985673709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.762540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 2: Hostname with included port\n"} -{"Time":"2024-04-23T18:03:09.985684539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.762608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":10367\") hostname: Named(\"host.docker.internal\", \":10367\")\n"} -{"Time":"2024-04-23T18:03:09.985741359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.762748Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(10367), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:09.985753589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.762913Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:10367)\n"} -{"Time":"2024-04-23T18:03:09.985761258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.763042Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(10367))\n"} -{"Time":"2024-04-23T18:03:09.985771448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.763072Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:10367\n"} -{"Time":"2024-04-23T18:03:09.985780108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.763254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:10367\n"} -{"Time":"2024-04-23T18:03:09.985789538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.775269Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:03:09.985799508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.775313Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:10367)\n"} -{"Time":"2024-04-23T18:03:09.985807208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.775645Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:10367)\n"} -{"Time":"2024-04-23T18:03:09.985825988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.775658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:10367)\n"} -{"Time":"2024-04-23T18:03:09.985873138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.775749Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:10367 for https://host.docker.internal:10367/_matrix/key/v2/server with https://host.docker.internal:10367/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:09.985881357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.775759Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:09.985888427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.775819Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:10367/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:09.985895687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.776172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%218o0epaMCEDfMH6bCUE:hs1/@bob:host.docker.internal:10367?ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6\u0026ver=7\u0026ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:09.985908557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.776202Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%218o0epaMCEDfMH6bCUE:hs1/@bob:host.docker.internal:10367?ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6\u0026ver=7\u0026ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787 None\n"} -{"Time":"2024-04-23T18:03:09.985915787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.776457Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:09.985924217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.777216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:09.985940387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.777251Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:09.985947467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.777303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:09.985955147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.777793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m16 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:09.985986257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.780459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:09.985995517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.780786Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:10367, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:09.986002546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.780947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%218o0epaMCEDfMH6bCUE:hs1/$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"901\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:09.986014916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.780959Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%218o0epaMCEDfMH6bCUE:hs1/$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY Some(Object({\"auth_events\": Array([String(\"$YhcNMAdn13EFVrxqXnuXNJaRQJsdLsEAmfrsjC5ybqU\"), String(\"$8JareDKZZwu2FA9hTyd9_sxWUIi3q0w5sVCfK7Nc85Y\"), String(\"$4XV9BpyrQcHkOA8J7XpxHNrHadEmp97ETIfZgXRmBbc\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 7, \"hashes\": Object({\"sha256\": String(\"AM3wbM9AGibcz87XnYRtjigiVGEXZPB2mL9ae5cRZsM\")}), \"origin\": String(\"host.docker.internal:10367\"), \"origin_server_ts\": 1713909789778, \"prev_events\": Array([String(\"$ugjI68PZDhRpG8Zzj96AM7y2V80eglBIzcrpfBqeFsY\")]), \"prev_state\": Array([]), \"room_id\": String(\"!8o0epaMCEDfMH6bCUE:hs1\"), \"sender\": String(\"@bob:host.docker.internal:10367\"), \"signatures\": Object({\"host.docker.internal:10367\": Object({\""} -{"Time":"2024-04-23T18:03:09.986027426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"ed25519:complement_ce68c3349fb0dca676bb314f1074a24ff7df0b61b1503a68cd1623401a7058ca\": String(\"3x6jm6Tk3HS4tm7YGxV3CPYQR6qLX/mJwIHk8nJDmcOTEkB7ekACGTX4ToSTG175Ckjd3/kUvuqdG8T6wlYXBA\")}), \"hs1\": Object({\"ed25519:uriKwpiR\": String(\"pVDNIc4E8yDVTlcDctKPdhxu2Ntl4a5jvbmuxg8AAyIlBWSuBErdsdRbuvb1I7Pq14YJ1udMbrsPXLrkVy9HDA\")})}), \"state_key\": String(\"@bob:host.docker.internal:10367\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:09.986035636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.781056Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:09.986042056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.781292Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, host.docker.internal:10367\n"} -{"Time":"2024-04-23T18:03:09.986048266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.781398Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:09.986056306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.781450Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:10367, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:09.986103116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.781541Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:09.986113795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.781793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:09.986121015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.781842Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $YhcNMAdn13EFVrxqXnuXNJaRQJsdLsEAmfrsjC5ybqU in db\n"} -{"Time":"2024-04-23T18:03:09.986128175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.781864Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $8JareDKZZwu2FA9hTyd9_sxWUIi3q0w5sVCfK7Nc85Y in db\n"} -{"Time":"2024-04-23T18:03:09.986139065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.781881Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4XV9BpyrQcHkOA8J7XpxHNrHadEmp97ETIfZgXRmBbc in db\n"} -{"Time":"2024-04-23T18:03:09.986148605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.781900Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:09.986156945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.781908Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $YhcNMAdn13EFVrxqXnuXNJaRQJsdLsEAmfrsjC5ybqU in db\n"} -{"Time":"2024-04-23T18:03:09.986166595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.781916Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $8JareDKZZwu2FA9hTyd9_sxWUIi3q0w5sVCfK7Nc85Y in db\n"} -{"Time":"2024-04-23T18:03:09.986173835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.781922Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4XV9BpyrQcHkOA8J7XpxHNrHadEmp97ETIfZgXRmBbc in db\n"} -{"Time":"2024-04-23T18:03:09.986180725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.781946Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:09.986190375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.782063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY (m.room.member)\n"} -{"Time":"2024-04-23T18:03:09.986202505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.782079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:09.986214115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.782114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:09.986222765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.782205Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:09.986230744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.782303Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:09.986240104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.782407Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $ugjI68PZDhRpG8Zzj96AM7y2V80eglBIzcrpfBqeFsY in db\n"} -{"Time":"2024-04-23T18:03:09.986250694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.782420Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:09.986260204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.782427Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $ugjI68PZDhRpG8Zzj96AM7y2V80eglBIzcrpfBqeFsY in db\n"} -{"Time":"2024-04-23T18:03:09.986270114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.782529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:09.986331844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.782556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$ugjI68PZDhRpG8Zzj96AM7y2V80eglBIzcrpfBqeFsY\"]\n"} -{"Time":"2024-04-23T18:03:09.986354613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.782640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:03:09.986374823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.782654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:03:09.986385033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.782711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:03:09.986395053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.782752Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:03:09.986407793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.782809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY (m.room.member)\n"} -{"Time":"2024-04-23T18:03:09.986417953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.782872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:09.986427313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.783015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:09.986436783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.783028Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:03:09.986453702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.783141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:03:09.986463342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.783152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY (m.room.member)\n"} -{"Time":"2024-04-23T18:03:09.986473292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.783164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:09.986480522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.783256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:09.986487462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.783269Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:03:09.986494242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.783276Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:03:09.986501142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.783308Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:03:09.986508052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.783319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:03:09.986518662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.783342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:03:09.986526532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.783505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:03:09.986540562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.783609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m44.279µs\n"} -{"Time":"2024-04-23T18:03:09.986590601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.783730Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4XV9BpyrQcHkOA8J7XpxHNrHadEmp97ETIfZgXRmBbc\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m165.408µs\n"} -{"Time":"2024-04-23T18:03:09.986604761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.783805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m240.348µs\n"} -{"Time":"2024-04-23T18:03:09.986615921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.783929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-OinjVEbB6EJT8ENq-KLntxLuHCvoC115P-S_yQZwYI\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m364.116µs\n"} -{"Time":"2024-04-23T18:03:09.986627671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.784018Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m452.986µs\n"} -{"Time":"2024-04-23T18:03:09.986636161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.784156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YhcNMAdn13EFVrxqXnuXNJaRQJsdLsEAmfrsjC5ybqU\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m590.744µs\n"} -{"Time":"2024-04-23T18:03:09.986646151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.784229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m664.614µs\n"} -{"Time":"2024-04-23T18:03:09.986658031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.784380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8JareDKZZwu2FA9hTyd9_sxWUIi3q0w5sVCfK7Nc85Y\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m814.983µs\n"} -{"Time":"2024-04-23T18:03:09.986670261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.784454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m889.022µs\n"} -{"Time":"2024-04-23T18:03:09.98667831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.784603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_eICQPSXIe0ssV-TaS4EI_4Qq_ulDEcnpLX-YpElP_M\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.037551ms\n"} -{"Time":"2024-04-23T18:03:09.98668814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.784676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.11138ms\n"} -{"Time":"2024-04-23T18:03:09.98669864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.784824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ugjI68PZDhRpG8Zzj96AM7y2V80eglBIzcrpfBqeFsY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.259499ms\n"} -{"Time":"2024-04-23T18:03:09.98670828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.784897Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.332608ms\n"} -{"Time":"2024-04-23T18:03:09.98671744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.784911Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.346518ms\n"} -{"Time":"2024-04-23T18:03:09.9867251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m168.408µs\n"} -{"Time":"2024-04-23T18:03:09.98673553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m353.636µs\n"} -{"Time":"2024-04-23T18:03:09.9867454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m427.806µs\n"} -{"Time":"2024-04-23T18:03:09.98675589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785381Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m440.376µs\n"} -{"Time":"2024-04-23T18:03:09.9867651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:03:09.986825649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:03:09.986830939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:03:09.986835959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:03:09.986840029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785661Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$4XV9BpyrQcHkOA8J7XpxHNrHadEmp97ETIfZgXRmBbc\", (\"m.room.join_rules\", \"\"): \"$8JareDKZZwu2FA9hTyd9_sxWUIi3q0w5sVCfK7Nc85Y\", (\"m.room.power_levels\", \"\"): \"$YhcNMAdn13EFVrxqXnuXNJaRQJsdLsEAmfrsjC5ybqU\", (\"m.room.history_visibility\", \"\"): \"$_eICQPSXIe0ssV-TaS4EI_4Qq_ulDEcnpLX-YpElP_M\", (\"m.room.guest_access\", \"\"): \"$ugjI68PZDhRpG8Zzj96AM7y2V80eglBIzcrpfBqeFsY\", (\"m.room.member\", \"@user-1:hs1\"): \"$-OinjVEbB6EJT8ENq-KLntxLuHCvoC115P-S_yQZwYI\"}\n"} -{"Time":"2024-04-23T18:03:09.986844909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:03:09.986849889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785681Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@bob:host.docker.internal:10367\"): [\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\"]}\n"} -{"Time":"2024-04-23T18:03:09.986854889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:03:09.986859739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$8JareDKZZwu2FA9hTyd9_sxWUIi3q0w5sVCfK7Nc85Y\", \"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\"}\n"} -{"Time":"2024-04-23T18:03:09.986865529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:03:09.986882739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785846Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($8JareDKZZwu2FA9hTyd9_sxWUIi3q0w5sVCfK7Nc85Y) senders power level\n"} -{"Time":"2024-04-23T18:03:09.986886659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785880Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:03:09.986891779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $8JareDKZZwu2FA9hTyd9_sxWUIi3q0w5sVCfK7Nc85Y power level 100\n"} -{"Time":"2024-04-23T18:03:09.986895519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:09.986918238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:03:09.986923048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785948Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$8JareDKZZwu2FA9hTyd9_sxWUIi3q0w5sVCfK7Nc85Y\"]\n"} -{"Time":"2024-04-23T18:03:09.986928328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785959Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:09.986938138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.785965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$8JareDKZZwu2FA9hTyd9_sxWUIi3q0w5sVCfK7Nc85Y\"]\n"} -{"Time":"2024-04-23T18:03:09.986942588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$8JareDKZZwu2FA9hTyd9_sxWUIi3q0w5sVCfK7Nc85Y\"\n"} -{"Time":"2024-04-23T18:03:09.986956118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786066Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $8JareDKZZwu2FA9hTyd9_sxWUIi3q0w5sVCfK7Nc85Y (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:09.986972988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $8JareDKZZwu2FA9hTyd9_sxWUIi3q0w5sVCfK7Nc85Y ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:09.986978898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:09.987037247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:03:09.987041777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786119Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$4XV9BpyrQcHkOA8J7XpxHNrHadEmp97ETIfZgXRmBbc\", (\"m.room.join_rules\", \"\"): \"$8JareDKZZwu2FA9hTyd9_sxWUIi3q0w5sVCfK7Nc85Y\", (\"m.room.power_levels\", \"\"): \"$YhcNMAdn13EFVrxqXnuXNJaRQJsdLsEAmfrsjC5ybqU\", (\"m.room.history_visibility\", \"\"): \"$_eICQPSXIe0ssV-TaS4EI_4Qq_ulDEcnpLX-YpElP_M\", (\"m.room.guest_access\", \"\"): \"$ugjI68PZDhRpG8Zzj96AM7y2V80eglBIzcrpfBqeFsY\", (\"m.room.member\", \"@user-1:hs1\"): \"$-OinjVEbB6EJT8ENq-KLntxLuHCvoC115P-S_yQZwYI\"}\n"} -{"Time":"2024-04-23T18:03:09.987046717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:03:09.987051837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786145Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\"]\n"} -{"Time":"2024-04-23T18:03:09.987055587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$YhcNMAdn13EFVrxqXnuXNJaRQJsdLsEAmfrsjC5ybqU\")\n"} -{"Time":"2024-04-23T18:03:09.987060867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:03:09.987065757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\n"} -{"Time":"2024-04-23T18:03:09.987152866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $YhcNMAdn13EFVrxqXnuXNJaRQJsdLsEAmfrsjC5ybqU\n"} -{"Time":"2024-04-23T18:03:09.987159796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786277Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\"]\n"} -{"Time":"2024-04-23T18:03:09.987164856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786286Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:09.987171926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\"]\n"} -{"Time":"2024-04-23T18:03:09.987177086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786378Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\"\n"} -{"Time":"2024-04-23T18:03:09.987182986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY (m.room.member)\n"} -{"Time":"2024-04-23T18:03:09.987190746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:09.987208696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786433Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:09.987224426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:03:09.987228906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.786504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:03:09.987235836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.787508Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:03:09.987241026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.788629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m5.979618ms\n"} -{"Time":"2024-04-23T18:03:09.987253875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.788706Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m14.26µs\n"} -{"Time":"2024-04-23T18:03:09.987356205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.788730Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m38.58µs\n"} -{"Time":"2024-04-23T18:03:09.987361004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.789762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:09.987364554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.790718Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:09.987369494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.791140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(10367), path: \"/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:09.987373564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.791212Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:10367)\n"} -{"Time":"2024-04-23T18:03:09.987377574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.791272Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(10367))\n"} -{"Time":"2024-04-23T18:03:09.987382244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.791310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:10367\n"} -{"Time":"2024-04-23T18:03:09.987388144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.791519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:10367\n"} -{"Time":"2024-04-23T18:03:09.987391494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.794588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:09.987397514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.795040Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:10367, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:09.987401934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.795279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/complement-792680061 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"802\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:09.987460864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.795301Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/complement-792680061 Some(Object({\"origin\": String(\"host.docker.internal:10367\"), \"origin_server_ts\": 0, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$4XV9BpyrQcHkOA8J7XpxHNrHadEmp97ETIfZgXRmBbc\"), String(\"$YhcNMAdn13EFVrxqXnuXNJaRQJsdLsEAmfrsjC5ybqU\"), String(\"$kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY\")]), \"content\": Object({\"body\": String(\"most recent event\")}), \"depth\": 13, \"hashes\": Object({\"sha256\": String(\"5F8rqFjUWWYXd9pQUcd/Pc8WA7UGwgt5x9Yr9t2eJ40\")}), \"origin\": String(\"host.docker.internal:10367\"), \"origin_server_ts\": 1713909789792, \"prev_events\": Array([String(\"$otO491ziz5szi8uzeEBLyVwxAhY5aR1a9AOxuEKXbuY\")]), \"room_id\": String(\"!8o0epaMCEDfMH6bCUE:hs1\"), \"sender\": String(\"@bob:host.docker.internal:10367\"), \"signatures\": Object({\"host.docker.internal:103"} -{"Time":"2024-04-23T18:03:09.987466764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"67\": Object({\"ed25519:complement_ce68c3349fb0dca676bb314f1074a24ff7df0b61b1503a68cd1623401a7058ca\": String(\"bzBO56ZSjNttpcF9qoE8CGDaMMWxT46Zz0GKyOkEwjjfdGHv8zh8ceEQM5GsnpliHJqOx9/oxttM8cSHROtzCg\")})}), \"type\": String(\"m.room.message\")})])}))\n"} -{"Time":"2024-04-23T18:03:09.987470134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.795568Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m192.728µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"complement-792680061\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\n"} -{"Time":"2024-04-23T18:03:09.987474023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.795607Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:10367\n"} -{"Time":"2024-04-23T18:03:09.987478533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.795713Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:10367, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:09.987482043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.795789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m414.936µs\n"} -{"Time":"2024-04-23T18:03:09.987485513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.795974Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:09.987491053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.796417Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:09.987496393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.796483Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4XV9BpyrQcHkOA8J7XpxHNrHadEmp97ETIfZgXRmBbc in db\n"} -{"Time":"2024-04-23T18:03:09.987501483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.796525Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $YhcNMAdn13EFVrxqXnuXNJaRQJsdLsEAmfrsjC5ybqU in db\n"} -{"Time":"2024-04-23T18:03:09.987561363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.796565Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY in db\n"} -{"Time":"2024-04-23T18:03:09.987567903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.796582Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:09.987573343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.796595Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4XV9BpyrQcHkOA8J7XpxHNrHadEmp97ETIfZgXRmBbc in db\n"} -{"Time":"2024-04-23T18:03:09.987579673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.796610Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $YhcNMAdn13EFVrxqXnuXNJaRQJsdLsEAmfrsjC5ybqU in db\n"} -{"Time":"2024-04-23T18:03:09.987584203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.796622Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $kXkjoYXScAK8LO2sJP-1CaiMkEP802WYAn6Vxr-nclY in db\n"} -{"Time":"2024-04-23T18:03:09.987587952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.796641Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:09.987593602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.796727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44 (m.room.message)\n"} -{"Time":"2024-04-23T18:03:09.987598362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.796775Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44 ev_type 0 usr 0\n"} -{"Time":"2024-04-23T18:03:09.987601952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.796787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:09.987678252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.796794Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:09.987682882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.796887Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:09.987687092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching $otO491ziz5szi8uzeEBLyVwxAhY5aR1a9AOxuEKXbuY over federation.\n"} -{"Time":"2024-04-23T18:03:09.987693122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797107Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:09.987698762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(10367), path: \"/_matrix/federation/v1/event/$otO491ziz5szi8uzeEBLyVwxAhY5aR1a9AOxuEKXbuY\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:09.987705011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797239Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:10367): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:03:09.987711011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797250Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:10367)\n"} -{"Time":"2024-04-23T18:03:09.987753801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797538Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:10367)\n"} -{"Time":"2024-04-23T18:03:09.987758971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:10367)\n"} -{"Time":"2024-04-23T18:03:09.987806141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797567Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:10367 for https://host.docker.internal:10367/_matrix/federation/v1/event/$otO491ziz5szi8uzeEBLyVwxAhY5aR1a9AOxuEKXbuY with https://host.docker.internal:10367/_matrix/federation/v1/event/$otO491ziz5szi8uzeEBLyVwxAhY5aR1a9AOxuEKXbuY\n"} -{"Time":"2024-04-23T18:03:09.987813661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797576Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:09.98781915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 404 for GET https://host.docker.internal:10367/_matrix/federation/v1/event/$otO491ziz5szi8uzeEBLyVwxAhY5aR1a9AOxuEKXbuY\n"} -{"Time":"2024-04-23T18:03:09.98782335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797617Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Failed to fetch event $otO491ziz5szi8uzeEBLyVwxAhY5aR1a9AOxuEKXbuY: host.docker.internal:10367\n"} -{"Time":"2024-04-23T18:03:09.98782856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797637Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:09.98791016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:09.98791724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$otO491ziz5szi8uzeEBLyVwxAhY5aR1a9AOxuEKXbuY\"]\n"} -{"Time":"2024-04-23T18:03:09.98792192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797699Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mprev\u001b[0m\u001b[1m{\u001b[0m\u001b[3mprev_id\u001b[0m\u001b[2m=\u001b[0m\"$otO491ziz5szi8uzeEBLyVwxAhY5aR1a9AOxuEKXbuY\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Backing off from prev_event \u001b[3mduration\u001b[0m\u001b[2m=\u001b[0m64.649µs \u001b[3mmin_duration\u001b[0m\u001b[2m=\u001b[0m300s\n"} -{"Time":"2024-04-23T18:03:09.98792766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797738Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:03:09.987945809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:03:09.987951909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797779Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching state ids\n"} -{"Time":"2024-04-23T18:03:09.987957689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797840Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:09.987965979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(10367), path: \"/_matrix/federation/v1/state_ids/!8o0epaMCEDfMH6bCUE:hs1\", query: Some(\"event_id=%24Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\"), fragment: None }\n"} -{"Time":"2024-04-23T18:03:09.987972099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.797994Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:10367): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:03:09.988059318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.798003Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:10367)\n"} -{"Time":"2024-04-23T18:03:09.988064938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.798200Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:10367)\n"} -{"Time":"2024-04-23T18:03:09.988069218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.798212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:10367)\n"} -{"Time":"2024-04-23T18:03:09.988074878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.798224Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:10367 for https://host.docker.internal:10367/_matrix/federation/v1/state_ids/!8o0epaMCEDfMH6bCUE:hs1?event_id=%24Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44 with https://host.docker.internal:10367/_matrix/federation/v1/state_ids/!8o0epaMCEDfMH6bCUE:hs1?event_id=%24Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\n"} -{"Time":"2024-04-23T18:03:09.988080038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.798266Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:09.988137108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.798285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:10367/_matrix/federation/v1/state_ids/!8o0epaMCEDfMH6bCUE:hs1?event_id=%24Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\n"} -{"Time":"2024-04-23T18:03:09.988143428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.798312Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8o0epaMCEDfMH6bCUE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching state for event failed: Server returned bad 200 response.\n"} -{"Time":"2024-04-23T18:03:09.988149038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.798340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $Ys-PaGW9G1Vju8NtWOgzP0UPX3WMU0vZyrCbaXD4b44 \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m2.535038ms \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m2.966754ms\n"} -{"Time":"2024-04-23T18:03:09.988152628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.798353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.979454ms \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"complement-792680061\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\n"} -{"Time":"2024-04-23T18:03:09.988157817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.798418Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:09.988164617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.798841Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:10367)\n"} -{"Time":"2024-04-23T18:03:09.988169747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\u001b[2m2024-04-23T22:03:09.798977Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10367\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m reqwest::Error { kind: Request, source: Error { kind: Connect, source: Some(Custom { kind: Other, error: Custom { kind: UnexpectedEof, error: \"tls handshake eof\" } }) } }\n"} -{"Time":"2024-04-23T18:03:09.988229187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"2024/04/23 18:03:09 ============== fdbb11359a0b591503d4706766325e6f7d0664d605bcc49789a5cc22dee066ec : END LOGS ==============\n"} -{"Time":"2024-04-23T18:03:09.988232947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\n"} -{"Time":"2024-04-23T18:03:09.988235687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"\n"} -{"Time":"2024-04-23T18:03:10.006074531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Output":"--- FAIL: TestGetMissingEventsGapFilling (2.50s)\n"} -{"Time":"2024-04-23T18:03:10.006083431-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestGetMissingEventsGapFilling","Elapsed":2.5} -{"Time":"2024-04-23T18:03:10.006093381-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6"} -{"Time":"2024-04-23T18:03:10.006096251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"=== RUN TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6\n"} -{"Time":"2024-04-23T18:03:10.92285141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":" federation_room_get_missing_events_test.go:169: Deploy times: 7.298666ms blueprints, 909.373864ms containers\n"} -{"Time":"2024-04-23T18:03:10.976736631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (53.797921ms)\n"} -{"Time":"2024-04-23T18:03:11.984916962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/capabilities =\u003e 200 OK (1.548897ms)\n"} -{"Time":"2024-04-23T18:03:11.984971552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":" server.go:185: Creating room !0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045 with version 10\n"} -{"Time":"2024-04-23T18:03:12.009409769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"2024/04/23 18:03:12 Received send-join of event $EUKlPl-7HaGxGQY_lHtAbOVA9o7vBg6hnPdeL2LiFp4\n"} -{"Time":"2024-04-23T18:03:12.019894927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/#flibble:host.docker.internal:17045 =\u003e 200 OK (33.966074ms)\n"} -{"Time":"2024-04-23T18:03:12.026099203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":" server.go:116: \u001b[31mServer.UnexpectedRequestsAreErrors=true received unexpected request to server: GET /_matrix/federation/v1/event/$A12uk05h8z-XZ4oPPhKCA05t6uprJYlvmjI9gvxATqU\n"} -{"Time":"2024-04-23T18:03:12.026114413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:03:12.027354872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":" server.go:116: \u001b[31mServer.UnexpectedRequestsAreErrors=true received unexpected request to server: GET /_matrix/federation/v1/state_ids/!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\n"} -{"Time":"2024-04-23T18:03:12.027364062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:03:17.029774819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":" federation_room_get_missing_events_test.go:282: \u001b[31mWait: timed out after 5.000000 seconds.\u001b[39m\n"} -{"Time":"2024-04-23T18:03:17.223029104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"2024/04/23 18:03:17 ============================================\n"} -{"Time":"2024-04-23T18:03:17.223048554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\n"} -{"Time":"2024-04-23T18:03:17.223052574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\n"} -{"Time":"2024-04-23T18:03:17.223057014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"2024/04/23 18:03:17 d33e50ad5056a075ad9b60f106ea24c85f31cd0140e6fa65cff45514cf395885 : Server logs:\n"} -{"Time":"2024-04-23T18:03:17.223241782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:03:17.223250342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:03:17.223255262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:03:17.223260782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:03:17.223264802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:03:17.223270032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"+ echo 'IP.1 = 172.24.0.2'\n"} -{"Time":"2024-04-23T18:03:17.223273722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:03:17.223284832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:03:17.223290211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:03:17.223294271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:03:17.223300201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.522757Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:03:17.223306101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.522876Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:03:17.223330011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.523283Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:03:17.223335051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.523290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:03:17.223352371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.523296Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:03:17.223357091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.523306Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:03:17.223363001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.524100Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:03:17.223367381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\n"} -{"Time":"2024-04-23T18:03:17.2234195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:03:17.22342467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.524177Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:03:17.22343078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.526809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:03:17.2234362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.528386Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:03:17.22345395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.529003Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:03:17.22345887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.530018Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:03:17.22348821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.857214Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 328.823884ms\n"} -{"Time":"2024-04-23T18:03:17.22349467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859049Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:03:17.22350038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859114Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:03:17.22350488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859125Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:03:17.22350956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859132Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:03:17.223529659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859138Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:03:17.223537939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859145Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:03:17.223542469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859152Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:03:17.223545559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859158Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:03:17.223553699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859165Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:03:17.223558879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859172Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:03:17.223580129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859179Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:03:17.223584869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859186Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:03:17.223591809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859193Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:03:17.223596069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859199Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:03:17.223613659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859216Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:03:17.223617019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859226Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:03:17.223622709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859234Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:03:17.223643308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859244Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:03:17.223647748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859252Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:03:17.223653278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.859260Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:03:17.223657578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.860684Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:03:17.223661228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.863225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:03:17.223685158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.879409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:03:17.223703488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.879418Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:03:17.223709018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.880036Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:03:17.223713398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.880230Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:03:17.223717628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.921329Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:17.223722228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.922050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1085\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:17.223727128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.922172Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:03:17.223731738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.922496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:17.223739358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.923271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:17.223745647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.923617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1085\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:17.223751717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.923634Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:03:17.223755717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.966823Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:03:17.223759707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.968816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:17.223766757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.969021Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:17.223773827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.969142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:17.223780157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.971929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:17.223786667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.971954Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:17.223794987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.971979Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:17.223800587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.973450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:17.223809297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.973478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:17.223823677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.973487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:17.223836627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.973512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:17.223853237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.973571Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:03:17.223864906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.973584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:03:17.223874046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.973610Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:17.223885266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.973618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:17.223908566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.975089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:17.223923886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:17.223962736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.975117Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:17.223977565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:17.223996055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.975129Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:17.224011475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:17.224024425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.976379Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:03:17.224036185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.976458Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m53 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:17.224046725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.977180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:17.224065445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.977248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:17.224074455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:10.977266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:17.224082195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:11.983876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/capabilities\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:17.224090294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:11.984385Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/capabilities\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/capabilities {\"host\": \"127.0.0.1:1085\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:17.224100824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:11.984421Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/capabilities\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/capabilities None\n"} -{"Time":"2024-04-23T18:03:17.224110094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:11.984654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/capabilities\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:17.224120644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:11.986107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:17.224130074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:11.986376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%23flibble:host.docker.internal:17045 {\"host\": \"127.0.0.1:1085\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:17.224140854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:11.986406Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%23flibble:host.docker.internal:17045 Some(Object({}))\n"} -{"Time":"2024-04-23T18:03:17.224149894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:11.986611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::alias\u001b[0m\u001b[2m:\u001b[0m get_alias_helper servers: Some([])\n"} -{"Time":"2024-04-23T18:03:17.224157554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:11.987134Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:17.224167074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:11.987431Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal:17045\n"} -{"Time":"2024-04-23T18:03:17.224175204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:11.987452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 2: Hostname with included port\n"} -{"Time":"2024-04-23T18:03:17.224184324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:11.987565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":17045\") hostname: Named(\"host.docker.internal\", \":17045\")\n"} -{"Time":"2024-04-23T18:03:17.224196624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:11.987871Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(17045), path: \"/_matrix/federation/v1/query/directory\", query: Some(\"room_alias=%23flibble%3Ahost.docker.internal%3A17045\"), fragment: None }\n"} -{"Time":"2024-04-23T18:03:17.224208583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:11.987989Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.224223183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:11.988060Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(17045))\n"} -{"Time":"2024-04-23T18:03:17.224231213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:11.988078Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:17045\n"} -{"Time":"2024-04-23T18:03:17.224238933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:11.988204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:17045\n"} -{"Time":"2024-04-23T18:03:17.224247683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.000452Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:03:17.224255583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.000499Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.224263163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.000711Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.224274183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.000726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.224285003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.000854Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:17045 for https://host.docker.internal:17045/_matrix/federation/v1/query/directory?room_alias=%23flibble%3Ahost.docker.internal%3A17045 with https://host.docker.internal:17045/_matrix/federation/v1/query/directory?room_alias=%23flibble%3Ahost.docker.internal%3A17045\n"} -{"Time":"2024-04-23T18:03:17.224294933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.000871Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:17.224306843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.000911Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:17045/_matrix/federation/v1/query/directory?room_alias=%23flibble%3Ahost.docker.internal%3A17045\n"} -{"Time":"2024-04-23T18:03:17.224318892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.001005Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::alias\u001b[0m\u001b[2m:\u001b[0m room alias server_name get_alias_helper response: Ok(Response { room_id: \"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\", servers: [\"host.docker.internal:17045\"] })\n"} -{"Time":"2024-04-23T18:03:17.224329422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.001465Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045 over federation.\n"} -{"Time":"2024-04-23T18:03:17.224339272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.001501Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:17045 for make_join (0)\n"} -{"Time":"2024-04-23T18:03:17.224350262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.001657Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:17.224362252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.001862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(17045), path: \"/_matrix/federation/v1/make_join/!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045/@user-1:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:03:17.224375262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.001906Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:17045): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:03:17.224385702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.001924Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.224402302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.004592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:17.224411712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.004852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:17.224421382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.005355Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.224431581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.005380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.224443381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.005402Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:17045 for https://host.docker.internal:17045/_matrix/federation/v1/make_join/!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045/@user-1:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://host.docker.internal:17045/_matrix/federation/v1/make_join/!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045/@user-1:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:03:17.224455721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.005426Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:17.224467731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.005451Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:17045/_matrix/federation/v1/make_join/!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045/@user-1:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:03:17.224479801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.005506Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"sender\":\"@user-1:hs1\",\"room_id\":\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\",\"type\":\"m.room.member\",\"state_key\":\"@user-1:hs1\",\"prev_events\":[\"$C7h8eUOWHAWqKyTSshdvSIUY0_Foyy_db7McinORy4k\"],\"auth_events\":[\"$6S6u9v-1T9YRquuVZGb88BWwDzspUc1nwXon1N5VUEs\",\"$C7h8eUOWHAWqKyTSshdvSIUY0_Foyy_db7McinORy4k\",\"$I_ySG6u92gex3tkvIBtZpMZyvvHEgPJmjTXN5Qy2qLQ\"],\"depth\":5,\"content\":{\"membership\":\"join\"}}) })\n"} -{"Time":"2024-04-23T18:03:17.224492451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.005524Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:03:17.224502971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.005720Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:17045 for send_join in room !0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\n"} -{"Time":"2024-04-23T18:03:17.224512681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.005952Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:17.224525141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.006242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(17045), path: \"/_matrix/federation/v2/send_join/!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045/$EUKlPl-7HaGxGQY_lHtAbOVA9o7vBg6hnPdeL2LiFp4\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:17.224537301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.006295Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:17045): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:03:17.22454911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.006313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.22455887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.008665Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:17.22456792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.008896Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:17.22457907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.009560Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:17045 for https://host.docker.internal:17045/_matrix/federation/v2/send_join/!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045/$EUKlPl-7HaGxGQY_lHtAbOVA9o7vBg6hnPdeL2LiFp4 with https://host.docker.internal:17045/_matrix/federation/v2/send_join/!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045/$EUKlPl-7HaGxGQY_lHtAbOVA9o7vBg6hnPdeL2LiFp4\n"} -{"Time":"2024-04-23T18:03:17.22459019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.009643Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:17.2246065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.009811Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.22461488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.009833Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.22462444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.009919Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:17045/_matrix/federation/v2/send_join/!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045/$EUKlPl-7HaGxGQY_lHtAbOVA9o7vBg6hnPdeL2LiFp4\n"} -{"Time":"2024-04-23T18:03:17.22463604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.010035Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:03:17.22464504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.010268Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:03:17.224653879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.010381Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:03:17.224662729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.010598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for host.docker.internal:17045\n"} -{"Time":"2024-04-23T18:03:17.224672449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.010638Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Signing key not loaded for host.docker.internal:17045\n"} -{"Time":"2024-04-23T18:03:17.224681879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.010893Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted key servers first for homeserver signing keys.\n"} -{"Time":"2024-04-23T18:03:17.224693299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.010913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Remaining servers left that the notary/trusted servers did not provide: {\"host.docker.internal:17045\": {}}\n"} -{"Time":"2024-04-23T18:03:17.224703019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.010926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking individual servers for signing keys: {\"host.docker.internal:17045\": {}}\n"} -{"Time":"2024-04-23T18:03:17.224712749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.011010Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:17.224723689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.011129Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(17045), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:17.224736629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.011153Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:17045): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:03:17.224747589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.011167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.224758459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.011542Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.224769028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.011571Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.224779458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.011658Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:17045 for https://host.docker.internal:17045/_matrix/key/v2/server with https://host.docker.internal:17045/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:17.224791178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.011679Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:17.224803288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.011716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:17045/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:17.224813768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.011786Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Received new Future result\n"} -{"Time":"2024-04-23T18:03:17.224822978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.011801Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Result is from host.docker.internal:17045\n"} -{"Time":"2024-04-23T18:03:17.224836338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.011972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Done handling Future result\n"} -{"Time":"2024-04-23T18:03:17.224846758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.011997Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Search for signing keys done\n"} -{"Time":"2024-04-23T18:03:17.224855938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.012015Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:03:17.224872098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.013771Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:03:17.224881327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.014717Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:03:17.224890507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.014755Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $EUKlPl-7HaGxGQY_lHtAbOVA9o7vBg6hnPdeL2LiFp4 (m.room.member)\n"} -{"Time":"2024-04-23T18:03:17.224900757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.014899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:17.224909867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.015181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:17.224918607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.015207Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:03:17.224927507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.017573Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:03:17.224966927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.018339Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:03:17.224976637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.019470Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:03:17.224985977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.019659Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m33 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:17.224995436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.022391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:17.225005056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.022854Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:17045, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:17.225015286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.023117Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/wut {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"822\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:17.225032306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.023143Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/wut Some(Object({\"origin\": String(\"host.docker.internal:17045\"), \"origin_server_ts\": 0, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$6S6u9v-1T9YRquuVZGb88BWwDzspUc1nwXon1N5VUEs\"), String(\"$I_ySG6u92gex3tkvIBtZpMZyvvHEgPJmjTXN5Qy2qLQ\"), String(\"$fXOMHCj8n9SbedndxUYoA-loosIeDgdpxLrEzf1GpWA\")]), \"content\": Object({\"body\": String(\"Message 2\")}), \"depth\": 7, \"hashes\": Object({\"sha256\": String(\"v11hqApjUNInBNThmXLDsqAnqRlR5SSg5bWpYmcVOEo\")}), \"origin\": String(\"host.docker.internal:17045\"), \"origin_server_ts\": 1713909792020, \"prev_events\": Array([String(\"$A12uk05h8z-XZ4oPPhKCA05t6uprJYlvmjI9gvxATqU\")]), \"room_id\": String(\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"), \"sender\": String(\"@charlie:host.docker.internal:17045\"), \"signatures\": Object({\"host.docker.internal:"} -{"Time":"2024-04-23T18:03:17.225047586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"17045\": Object({\"ed25519:complement_c50c2791377f2e77e1330a085c2546f4a8de12061afb1f49e197fc034d0357da\": String(\"xALBNeElhRxebwDGB06oV5C3Uo6DIGQHlsmhgjgZVDFKCfHA2VqODkIVi7XUO5d50hTCRJmSka1PW0uh4rc6BQ\")})}), \"type\": String(\"m.room.message\")})])}))\n"} -{"Time":"2024-04-23T18:03:17.225057086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.023479Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m244.628µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"wut\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\n"} -{"Time":"2024-04-23T18:03:17.225068686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.023526Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:17045\n"} -{"Time":"2024-04-23T18:03:17.225078356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.023645Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:17045, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:17.225099216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.023728Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m494.936µs\n"} -{"Time":"2024-04-23T18:03:17.225109625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.023904Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:17.225118885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.024404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:17.225127055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.024501Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $6S6u9v-1T9YRquuVZGb88BWwDzspUc1nwXon1N5VUEs in db\n"} -{"Time":"2024-04-23T18:03:17.225135135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.024567Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $I_ySG6u92gex3tkvIBtZpMZyvvHEgPJmjTXN5Qy2qLQ in db\n"} -{"Time":"2024-04-23T18:03:17.225144475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.024627Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $fXOMHCj8n9SbedndxUYoA-loosIeDgdpxLrEzf1GpWA in db\n"} -{"Time":"2024-04-23T18:03:17.225155985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.024665Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:17.225167135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.024684Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $6S6u9v-1T9YRquuVZGb88BWwDzspUc1nwXon1N5VUEs in db\n"} -{"Time":"2024-04-23T18:03:17.225177885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.024701Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $I_ySG6u92gex3tkvIBtZpMZyvvHEgPJmjTXN5Qy2qLQ in db\n"} -{"Time":"2024-04-23T18:03:17.225191315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.024716Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $fXOMHCj8n9SbedndxUYoA-loosIeDgdpxLrEzf1GpWA in db\n"} -{"Time":"2024-04-23T18:03:17.225203845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.024741Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:17.225214685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.024964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU (m.room.message)\n"} -{"Time":"2024-04-23T18:03:17.225225574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.025041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:17.225236364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.025061Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:17.225248144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.025078Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:17.225259004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.025216Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:17.225269864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.025535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching $A12uk05h8z-XZ4oPPhKCA05t6uprJYlvmjI9gvxATqU over federation.\n"} -{"Time":"2024-04-23T18:03:17.225284324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.025617Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:17.225299264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.025811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(17045), path: \"/_matrix/federation/v1/event/$A12uk05h8z-XZ4oPPhKCA05t6uprJYlvmjI9gvxATqU\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:17.225310664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.025866Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:17045): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:03:17.225323584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.025891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.225338013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.026188Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.225350273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.026216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.225364683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.026245Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:17045 for https://host.docker.internal:17045/_matrix/federation/v1/event/$A12uk05h8z-XZ4oPPhKCA05t6uprJYlvmjI9gvxATqU with https://host.docker.internal:17045/_matrix/federation/v1/event/$A12uk05h8z-XZ4oPPhKCA05t6uprJYlvmjI9gvxATqU\n"} -{"Time":"2024-04-23T18:03:17.225379693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.026263Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:17.225400513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.026289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 404 for GET https://host.docker.internal:17045/_matrix/federation/v1/event/$A12uk05h8z-XZ4oPPhKCA05t6uprJYlvmjI9gvxATqU\n"} -{"Time":"2024-04-23T18:03:17.225412853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.026340Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Failed to fetch event $A12uk05h8z-XZ4oPPhKCA05t6uprJYlvmjI9gvxATqU: host.docker.internal:17045\n"} -{"Time":"2024-04-23T18:03:17.225424543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.026376Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:17.225436083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.026526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:17.225448332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.026580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$A12uk05h8z-XZ4oPPhKCA05t6uprJYlvmjI9gvxATqU\"]\n"} -{"Time":"2024-04-23T18:03:17.225461172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.026667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mprev\u001b[0m\u001b[1m{\u001b[0m\u001b[3mprev_id\u001b[0m\u001b[2m=\u001b[0m\"$A12uk05h8z-XZ4oPPhKCA05t6uprJYlvmjI9gvxATqU\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Backing off from prev_event \u001b[3mduration\u001b[0m\u001b[2m=\u001b[0m268.057µs \u001b[3mmin_duration\u001b[0m\u001b[2m=\u001b[0m300s\n"} -{"Time":"2024-04-23T18:03:17.225496262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.026781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:03:17.225508282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.026812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:03:17.225519372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.026882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching state ids\n"} -{"Time":"2024-04-23T18:03:17.225530842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.026946Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:17.225545842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.027126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(17045), path: \"/_matrix/federation/v1/state_ids/!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\", query: Some(\"event_id=%246wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\"), fragment: None }\n"} -{"Time":"2024-04-23T18:03:17.225560302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.027174Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:17045): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:03:17.225570401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.027196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.225579631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.027428Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.225589851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.027453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:17045)\n"} -{"Time":"2024-04-23T18:03:17.225601211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.027482Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:17045 for https://host.docker.internal:17045/_matrix/federation/v1/state_ids/!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045?event_id=%246wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU with https://host.docker.internal:17045/_matrix/federation/v1/state_ids/!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045?event_id=%246wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\n"} -{"Time":"2024-04-23T18:03:17.225612031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.027542Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:17.225625451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.027577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 404 for GET https://host.docker.internal:17045/_matrix/federation/v1/state_ids/!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045?event_id=%246wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\n"} -{"Time":"2024-04-23T18:03:17.225634801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.027627Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-HCL6IRKdR3kDIyPLNl:host.docker.internal:17045\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching state for event failed: host.docker.internal:17045\n"} -{"Time":"2024-04-23T18:03:17.225642641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.027695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $6wJVtn3_cdwWiDccRqcAiiV__hoMV2pHNML7w9l5JTU \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m3.949795ms \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m4.462911ms\n"} -{"Time":"2024-04-23T18:03:17.225650101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.027720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m4.487891ms \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"wut\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:17045\"\n"} -{"Time":"2024-04-23T18:03:17.225657971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:12.027841Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:17.225666401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\u001b[2m2024-04-23T22:03:17.030040Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:03:17.225673371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"2024/04/23 18:03:17 ============== d33e50ad5056a075ad9b60f106ea24c85f31cd0140e6fa65cff45514cf395885 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:03:17.2256788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\n"} -{"Time":"2024-04-23T18:03:17.22568375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"\n"} -{"Time":"2024-04-23T18:03:17.246051413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Output":"--- FAIL: TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6 (7.24s)\n"} -{"Time":"2024-04-23T18:03:17.246060913-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationIgnoresMissingEventWithBadJSONForRoomVersion6","Elapsed":7.24} -{"Time":"2024-04-23T18:03:17.246066713-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents"} -{"Time":"2024-04-23T18:03:17.246070452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"=== RUN TestInboundCanReturnMissingEvents\n"} -{"Time":"2024-04-23T18:03:18.167907471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" federation_room_get_missing_events_test.go:332: Deploy times: 6.98386ms blueprints, 914.770159ms containers\n"} -{"Time":"2024-04-23T18:03:18.22305803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (55.085429ms)\n"} -{"Time":"2024-04-23T18:03:19.360579835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/capabilities =\u003e 200 OK (1.297649ms)\n"} -{"Time":"2024-04-23T18:03:19.360609615-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_world_readable_visibility"} -{"Time":"2024-04-23T18:03:19.360616115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_world_readable_visibility","Output":"=== RUN TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_world_readable_visibility\n"} -{"Time":"2024-04-23T18:03:19.374315225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (13.638021ms)\n"} -{"Time":"2024-04-23T18:03:19.37725528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!C9CUI1OV1yCXQqBRzv:hs1/state/m.room.history_visibility/ =\u003e 200 OK (2.832555ms)\n"} -{"Time":"2024-04-23T18:03:19.377305539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_world_readable_visibility","Output":" federation_room_get_missing_events_test.go:364: SendEventSynced waiting for event ID $med1TCsUbhfTCbzPejEY-EaeKFAhhhYYDGKj_tHUwHA\n"} -{"Time":"2024-04-23T18:03:19.383602264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (6.240396ms)\n"} -{"Time":"2024-04-23T18:03:19.386775287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!C9CUI1OV1yCXQqBRzv:hs1/send/m.room.message/2 =\u003e 200 OK (3.055923ms)\n"} -{"Time":"2024-04-23T18:03:19.386814396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_world_readable_visibility","Output":" federation_room_get_missing_events_test.go:372: SendEventSynced waiting for event ID $wp9SRs2HwpXupXzjGss6Nhdc6ZrqrdkbTbB1tnwuULI\n"} -{"Time":"2024-04-23T18:03:19.387645439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (776.054µs)\n"} -{"Time":"2024-04-23T18:03:19.389664651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.833194ms)\n"} -{"Time":"2024-04-23T18:03:19.42076888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_world_readable_visibility","Output":" federation_room_get_missing_events_test.go:381: Server.MustJoinRoom joined room ID !C9CUI1OV1yCXQqBRzv:hs1\n"} -{"Time":"2024-04-23T18:03:19.428525572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (7.731263ms)\n"} -{"Time":"2024-04-23T18:03:19.435582971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_world_readable_visibility","Output":" server.go:266: [SSAPI] POST hs1/_matrix/federation/v1/get_missing_events/!C9CUI1OV1yCXQqBRzv:hs1 =\u003e 2xx (6.84316ms)\n"} -{"Time":"2024-04-23T18:03:19.435987577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_world_readable_visibility","Output":" federation_room_get_missing_events_test.go:443: \u001b[31mEqual unexpected creator: got '@charlie:host.docker.internal:4421' want '@user-1:hs1'\u001b[39m\n"} -{"Time":"2024-04-23T18:03:19.435996657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_world_readable_visibility","Output":" federation_room_get_missing_events_test.go:445: \u001b[31mEqual not a powerlevel event: got 'm.room.message' want 'm.room.power_levels'\u001b[39m\n"} -{"Time":"2024-04-23T18:03:19.436006947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_world_readable_visibility","Output":" federation_room_get_missing_events_test.go:447: \u001b[31mEqual not a join_rules event: got 'm.room.history_visibility' want 'm.room.join_rules'\u001b[39m\n"} -{"Time":"2024-04-23T18:03:19.436015007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_world_readable_visibility","Output":" federation_room_get_missing_events_test.go:449: \u001b[31mEqual not a history_visiblity event: got 'm.room.guest_access' want 'm.room.history_visibility'\u001b[39m\n"} -{"Time":"2024-04-23T18:03:19.436024867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_world_readable_visibility","Output":" federation_room_get_missing_events_test.go:422: \u001b[31mEqual not a message event: got 'm.room.join_rules' want 'm.room.message'\u001b[39m\n"} -{"Time":"2024-04-23T18:03:19.436033757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_world_readable_visibility","Output":" federation_room_get_missing_events_test.go:432: expected 'msgtype' in content, but didn't find it: {\"auth_events\":[\"$t5bFX4qQV7L7OUDQsezW2ne75Tqy7ktGvwnWc8wfkA0\",\"$TyQU7NBdFhfwLWEVQlhXVaC2tcCiHnZxZ0Vn21aAknk\",\"$HNoFZ4Pqbs_zPcz_Srp8-TnwwPQkrEmXuWFKs9GdGtg\"],\"content\":{\"join_rule\":\"public\"},\"depth\":4,\"hashes\":{\"sha256\":\"Ll6b2AvLlNE3GG13L8E0lx6nCXxnAq7vqeRt30AB988\"},\"origin\":\"hs1\",\"origin_server_ts\":1713909799368,\"prev_events\":[\"$t5bFX4qQV7L7OUDQsezW2ne75Tqy7ktGvwnWc8wfkA0\"],\"room_id\":\"!C9CUI1OV1yCXQqBRzv:hs1\",\"sender\":\"@user-1:hs1\",\"signatures\":{\"hs1\":{\"ed25519:uriKwpiR\":\"/L0cjNXRu8fe5/C0BQ5HXMb9rSv5Xth40Yu1hHQCm/paWaQDAABcFFaDjtjnlIWaPcLybvKAimkgFTzfoEw+Cw\"}},\"state_key\":\"\",\"type\":\"m.room.join_rules\"}\n"} -{"Time":"2024-04-23T18:03:19.436050817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_world_readable_visibility","Output":"--- FAIL: TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_world_readable_visibility (0.08s)\n"} -{"Time":"2024-04-23T18:03:19.436064237-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_world_readable_visibility","Elapsed":0.08} -{"Time":"2024-04-23T18:03:19.436073187-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_shared_visibility"} -{"Time":"2024-04-23T18:03:19.436080357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_shared_visibility","Output":"=== RUN TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_shared_visibility\n"} -{"Time":"2024-04-23T18:03:19.449127183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (13.007366ms)\n"} -{"Time":"2024-04-23T18:03:19.452072987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!fOdVKSpsGrQYEbA6FW:hs1/state/m.room.history_visibility/ =\u003e 200 OK (2.843795ms)\n"} -{"Time":"2024-04-23T18:03:19.452120926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_shared_visibility","Output":" federation_room_get_missing_events_test.go:364: SendEventSynced waiting for event ID $2LbYPh_rLQaw5digyiIY8oUE1Fy1X-FIS7Ticw-5Fuw\n"} -{"Time":"2024-04-23T18:03:19.452984139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (783.893µs)\n"} -{"Time":"2024-04-23T18:03:19.456089552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.879795ms)\n"} -{"Time":"2024-04-23T18:03:19.458898387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!fOdVKSpsGrQYEbA6FW:hs1/send/m.room.message/4 =\u003e 200 OK (2.737385ms)\n"} -{"Time":"2024-04-23T18:03:19.458916927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_shared_visibility","Output":" federation_room_get_missing_events_test.go:372: SendEventSynced waiting for event ID $u1G2v3IJVnNTzX4Nabs6qGPRaSIkLbuyYpJpFKToZ3I\n"} -{"Time":"2024-04-23T18:03:19.465680948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (6.713882ms)\n"} -{"Time":"2024-04-23T18:03:19.489779438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_shared_visibility","Output":" federation_room_get_missing_events_test.go:381: Server.MustJoinRoom joined room ID !fOdVKSpsGrQYEbA6FW:hs1\n"} -{"Time":"2024-04-23T18:03:19.490893868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.087321ms)\n"} -{"Time":"2024-04-23T18:03:19.49526982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (4.214343ms)\n"} -{"Time":"2024-04-23T18:03:19.501593975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_shared_visibility","Output":" server.go:266: [SSAPI] POST hs1/_matrix/federation/v1/get_missing_events/!fOdVKSpsGrQYEbA6FW:hs1 =\u003e 2xx (5.990648ms)\n"} -{"Time":"2024-04-23T18:03:19.501868862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_shared_visibility","Output":" federation_room_get_missing_events_test.go:443: \u001b[31mEqual unexpected creator: got '@charlie:host.docker.internal:4421' want '@user-1:hs1'\u001b[39m\n"} -{"Time":"2024-04-23T18:03:19.501887792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_shared_visibility","Output":" federation_room_get_missing_events_test.go:445: \u001b[31mEqual not a powerlevel event: got 'm.room.message' want 'm.room.power_levels'\u001b[39m\n"} -{"Time":"2024-04-23T18:03:19.501898962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_shared_visibility","Output":" federation_room_get_missing_events_test.go:447: \u001b[31mEqual not a join_rules event: got 'm.room.history_visibility' want 'm.room.join_rules'\u001b[39m\n"} -{"Time":"2024-04-23T18:03:19.501921802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_shared_visibility","Output":" federation_room_get_missing_events_test.go:449: \u001b[31mEqual not a history_visiblity event: got 'm.room.guest_access' want 'm.room.history_visibility'\u001b[39m\n"} -{"Time":"2024-04-23T18:03:19.501962182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_shared_visibility","Output":" federation_room_get_missing_events_test.go:422: \u001b[31mEqual not a message event: got 'm.room.history_visibility' want 'm.room.message'\u001b[39m\n"} -{"Time":"2024-04-23T18:03:19.501977161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_shared_visibility","Output":" federation_room_get_missing_events_test.go:432: expected 'msgtype' in content, but didn't find it: {\"auth_events\":[\"$TTT5lys_fCgcPBMIXLIsOEYH-rMLUklBvWUtkr-Mzyo\",\"$sB6BO57jmrLKg4oiNsA1qiPsMZzZMkxiZx7IpFqG-FY\",\"$zhbNUIqncmnnORgPFO1shO8iCA59kx3C4TCNIW7h5eQ\"],\"content\":{\"history_visibility\":\"shared\"},\"depth\":5,\"hashes\":{\"sha256\":\"9sdgLFgN6D0e5hVDHNmZBNjdCc7hSp+G8N5onU1BzdU\"},\"origin\":\"hs1\",\"origin_server_ts\":1713909799445,\"prev_events\":[\"$6PhV4bMLKWY2Sh_HD0NZWpfm0QCfcanedQfGxv_ncWw\"],\"room_id\":\"!fOdVKSpsGrQYEbA6FW:hs1\",\"sender\":\"@user-1:hs1\",\"signatures\":{\"hs1\":{\"ed25519:uriKwpiR\":\"gf59Pi0dlZ6JsDu+1psKgAVfGgOg1q9k6251Stdh1CF5Bp3gL2LWuyQ66zWo5Qe/wpFrUQTAXT0fVsovHViWAA\"}},\"state_key\":\"\",\"type\":\"m.room.history_visibility\"}\n"} -{"Time":"2024-04-23T18:03:19.502004611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_shared_visibility","Output":"--- FAIL: TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_shared_visibility (0.07s)\n"} -{"Time":"2024-04-23T18:03:19.502014261-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_shared_visibility","Elapsed":0.07} -{"Time":"2024-04-23T18:03:19.502027051-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_invited_visibility"} -{"Time":"2024-04-23T18:03:19.502034451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_invited_visibility","Output":"=== RUN TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_invited_visibility\n"} -{"Time":"2024-04-23T18:03:19.51475202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (12.58614ms)\n"} -{"Time":"2024-04-23T18:03:19.517635275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!3ScXGAqdahluLvIdgF:hs1/state/m.room.history_visibility/ =\u003e 200 OK (2.800835ms)\n"} -{"Time":"2024-04-23T18:03:19.517699094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_invited_visibility","Output":" federation_room_get_missing_events_test.go:364: SendEventSynced waiting for event ID $ZtmaNN5h4fTvs4LG2okeGcDJ3uUqMXih3cUPSaWX47Q\n"} -{"Time":"2024-04-23T18:03:19.525978602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (8.213948ms)\n"} -{"Time":"2024-04-23T18:03:19.528943706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!3ScXGAqdahluLvIdgF:hs1/send/m.room.message/6 =\u003e 200 OK (2.717907ms)\n"} -{"Time":"2024-04-23T18:03:19.528996456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_invited_visibility","Output":" federation_room_get_missing_events_test.go:372: SendEventSynced waiting for event ID $wxJ0Mu7pqFViw2HvET3dm2SwBWcHh7kEzvF5FJ9PoW4\n"} -{"Time":"2024-04-23T18:03:19.529874278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (825.933µs)\n"} -{"Time":"2024-04-23T18:03:19.532338257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.212571ms)\n"} -{"Time":"2024-04-23T18:03:19.568137784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_invited_visibility","Output":" federation_room_get_missing_events_test.go:381: Server.MustJoinRoom joined room ID !3ScXGAqdahluLvIdgF:hs1\n"} -{"Time":"2024-04-23T18:03:19.577029907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (8.829033ms)\n"} -{"Time":"2024-04-23T18:03:19.581015392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_invited_visibility","Output":" server.go:266: [SSAPI] POST hs1/_matrix/federation/v1/get_missing_events/!3ScXGAqdahluLvIdgF:hs1 =\u003e 2xx (3.539169ms)\n"} -{"Time":"2024-04-23T18:03:19.581025042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_invited_visibility","Output":" federation_room_get_missing_events_test.go:409: no events returned from /get_missing_events\n"} -{"Time":"2024-04-23T18:03:19.581032232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_invited_visibility","Output":"--- FAIL: TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_invited_visibility (0.08s)\n"} -{"Time":"2024-04-23T18:03:19.581042562-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_invited_visibility","Elapsed":0.08} -{"Time":"2024-04-23T18:03:19.581086441-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_joined_visibility"} -{"Time":"2024-04-23T18:03:19.581099941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_joined_visibility","Output":"=== RUN TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_joined_visibility\n"} -{"Time":"2024-04-23T18:03:19.594025358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (12.826318ms)\n"} -{"Time":"2024-04-23T18:03:19.596831654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!ffeeBw8cF5s6YzCcFe:hs1/state/m.room.history_visibility/ =\u003e 200 OK (2.742326ms)\n"} -{"Time":"2024-04-23T18:03:19.596884553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_joined_visibility","Output":" federation_room_get_missing_events_test.go:364: SendEventSynced waiting for event ID $aR7uMMZ5e5v8wPSyo24rNWcrSI-c-XzVAzEHXmv_Bv8\n"} -{"Time":"2024-04-23T18:03:19.597814695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (879.643µs)\n"} -{"Time":"2024-04-23T18:03:19.601438794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.322991ms)\n"} -{"Time":"2024-04-23T18:03:19.60412235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!ffeeBw8cF5s6YzCcFe:hs1/send/m.room.message/8 =\u003e 200 OK (2.558738ms)\n"} -{"Time":"2024-04-23T18:03:19.60416589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_joined_visibility","Output":" federation_room_get_missing_events_test.go:372: SendEventSynced waiting for event ID $0RsuofJn-QP6SZYHlzg-1jDJ_Bj1o2Dhb5vdbdq_1yg\n"} -{"Time":"2024-04-23T18:03:19.613824736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (9.604456ms)\n"} -{"Time":"2024-04-23T18:03:19.637152052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_joined_visibility","Output":" federation_room_get_missing_events_test.go:381: Server.MustJoinRoom joined room ID !ffeeBw8cF5s6YzCcFe:hs1\n"} -{"Time":"2024-04-23T18:03:19.638167913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (961.322µs)\n"} -{"Time":"2024-04-23T18:03:19.642562645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (4.081404ms)\n"} -{"Time":"2024-04-23T18:03:19.646270212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_joined_visibility","Output":" server.go:266: [SSAPI] POST hs1/_matrix/federation/v1/get_missing_events/!ffeeBw8cF5s6YzCcFe:hs1 =\u003e 2xx (3.41649ms)\n"} -{"Time":"2024-04-23T18:03:19.646282132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_joined_visibility","Output":" federation_room_get_missing_events_test.go:409: no events returned from /get_missing_events\n"} -{"Time":"2024-04-23T18:03:19.646295962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_joined_visibility","Output":"--- FAIL: TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_joined_visibility (0.07s)\n"} -{"Time":"2024-04-23T18:03:19.646304102-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents/Inbound_federation_can_return_missing_events_for_joined_visibility","Elapsed":0.07} -{"Time":"2024-04-23T18:03:19.84365838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"2024/04/23 18:03:19 ============================================\n"} -{"Time":"2024-04-23T18:03:19.84368125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\n"} -{"Time":"2024-04-23T18:03:19.84368858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\n"} -{"Time":"2024-04-23T18:03:19.84369401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"2024/04/23 18:03:19 51c2927a3963c2c5af309cbe218368baf74945acc5c60e11242e37872095b1ac : Server logs:\n"} -{"Time":"2024-04-23T18:03:19.843755699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:03:19.843762469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:03:19.843768809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:03:19.843776689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:03:19.843782529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:03:19.843788169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"+ echo 'IP.1 = 172.24.0.2'\n"} -{"Time":"2024-04-23T18:03:19.843796379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:03:19.843801929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:03:19.843808129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:03:19.843818219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:03:19.843826109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:17.795658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:03:19.843834119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:17.795768Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:03:19.843844429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:17.796183Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:03:19.843850659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:17.796195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:03:19.843858509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:17.796201Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:03:19.843866668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:17.796214Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:03:19.843875188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:17.796992Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:03:19.843880878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\n"} -{"Time":"2024-04-23T18:03:19.843888288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:03:19.843894078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:17.797072Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:03:19.843900678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:17.799793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:03:19.843915918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:17.801374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:03:19.843922938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:17.801977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:03:19.843931028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:17.803015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:03:19.843962938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.132029Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 330.650085ms\n"} -{"Time":"2024-04-23T18:03:19.843968688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134207Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:03:19.843974407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134288Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:03:19.843981337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134299Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:03:19.843990077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134306Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:03:19.843995847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134313Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:03:19.844001527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134319Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:03:19.844007027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134326Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:03:19.844012537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134333Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:03:19.844022897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134342Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:03:19.844030937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134351Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:03:19.844036907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134360Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:03:19.844042537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134371Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:03:19.844048077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134379Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:03:19.844053617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134386Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:03:19.844061817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134408Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:03:19.844067437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134420Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:03:19.844073007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134430Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:03:19.844078627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134442Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:03:19.844084157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134454Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:03:19.844089746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.134464Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:03:19.844099356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.136301Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:03:19.844106936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.139221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:03:19.844113856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.155944Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:03:19.844119826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.155952Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:03:19.844125736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.156648Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:03:19.844132336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.156817Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:03:19.844138276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.166206Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.844144836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.167026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.844151916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.167176Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:03:19.844164816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.167503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.844171926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.168314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.844181046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.168647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.844192496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.168662Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:03:19.844199986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.213174Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:03:19.844208395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.214917Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.844217795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.215108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.844226585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.215237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.844235125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.218100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.844245515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.218119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.844262455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.218143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.844276225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.219638Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:19.844285545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.219665Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:19.844294045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.219674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:19.844302575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.219701Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:19.844310965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.219760Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:03:19.844320784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.219774Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:03:19.844329614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.219800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:19.844341704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.219809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.844417914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.221369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:19.844432633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:19.844446493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.221396Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:19.844456443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:19.844471083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.221404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:19.844480553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.844495243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.222717Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:03:19.844504413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.222805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m54 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.844513183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.223515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:19.844521793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.223570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:19.844532913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:18.223586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.844540413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.359601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/capabilities\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.844547412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.360050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/capabilities\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/capabilities {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.844554542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.360094Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/capabilities\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/capabilities None\n"} -{"Time":"2024-04-23T18:03:19.844560922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.360326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/capabilities\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.844567312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.360792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.844575422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.361125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.844585322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.361157Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\"), \"version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:03:19.844593792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.361869Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:03:19.844605642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.361901Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:03:19.844614262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.361948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:03:19.844625542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.363894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.844634992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.363947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.844644922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.364020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.844656571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.366348Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:19.844672251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.366401Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:19.844681911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.366422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:19.844699161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.366454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:19.844708601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.366472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:19.844766301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.366487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.84477848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.368365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:19.84478784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.368429Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:19.84479837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.368450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.84480641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.370351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:03:19.84481433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.370413Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:03:19.84482702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.370435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.84483748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.372387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:03:19.84484891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.372449Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:19.84485861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.372470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.84486651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.373946Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:03:19.84487268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.374041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.84487896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.374582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.844889349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.374728Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21C9CUI1OV1yCXQqBRzv:hs1/state/m.room.history_visibility/ {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.844896949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.374755Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21C9CUI1OV1yCXQqBRzv:hs1/state/m.room.history_visibility/ Some(Object({\"history_visibility\": String(\"world_readable\")}))\n"} -{"Time":"2024-04-23T18:03:19.844903929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.375368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"world_readable\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:03:19.844911849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.375429Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"world_readable\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:03:19.844995429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.375450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"world_readable\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.845007058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.377015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.845019298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.377503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.845026128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.377849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.845035738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.377875Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:19.845042768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.383107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:03:19.845048518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.383337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.845055708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.383962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.845062488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.384357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21C9CUI1OV1yCXQqBRzv:hs1/send/m.room.message/2 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"31\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.845071988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.384390Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21C9CUI1OV1yCXQqBRzv:hs1/send/m.room.message/2 Some(Object({\"body\": String(\"1\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:03:19.845081728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.385033Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"1\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"2\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:19.845093888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.385103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"1\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"2\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:19.845102238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.385120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"1\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"2\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.845109808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.386519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.845116057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.387012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.845123517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.387146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.845130247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.387169Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:19.845136377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.387412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.845145297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.387977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.845153597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.388081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=142\u0026timeout=1000 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.845162627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.388103Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=142\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:19.845168907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.388149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:03:19.845177547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.389453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.845186397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.391594Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.845192697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.391866Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for host.docker.internal:4421 keys\n"} -{"Time":"2024-04-23T18:03:19.845199317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.391884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:4421 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:03:19.845208267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.392199Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:19.845215477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.392385Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal:4421\n"} -{"Time":"2024-04-23T18:03:19.845222647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.392402Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 2: Hostname with included port\n"} -{"Time":"2024-04-23T18:03:19.845234736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.392469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":4421\") hostname: Named(\"host.docker.internal\", \":4421\")\n"} -{"Time":"2024-04-23T18:03:19.845316146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.392611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4421), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:19.845329476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.392724Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:4421)\n"} -{"Time":"2024-04-23T18:03:19.845341885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.392805Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(4421))\n"} -{"Time":"2024-04-23T18:03:19.845351855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.392824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:4421\n"} -{"Time":"2024-04-23T18:03:19.845358995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.392940Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:4421\n"} -{"Time":"2024-04-23T18:03:19.845366005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.405962Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:03:19.845372965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.406014Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:4421)\n"} -{"Time":"2024-04-23T18:03:19.845380915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.406382Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:4421)\n"} -{"Time":"2024-04-23T18:03:19.845392655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.406399Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:4421)\n"} -{"Time":"2024-04-23T18:03:19.845402455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.406510Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:4421 for https://host.docker.internal:4421/_matrix/key/v2/server with https://host.docker.internal:4421/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:19.845410495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.406523Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:19.845418335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.406579Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:4421/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:19.845472964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.406839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21C9CUI1OV1yCXQqBRzv:hs1/@charlie:host.docker.internal:4421?ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787\u0026ver=4\u0026ver=5 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.845484214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.406862Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21C9CUI1OV1yCXQqBRzv:hs1/@charlie:host.docker.internal:4421?ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:03:19.845491464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.407122Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:19.845497724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.407726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.845506624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.407756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.845512884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.407802Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.845518994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.408279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m16 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.845525134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.411425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.845535954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.411639Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4421, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.845548624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.411767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21C9CUI1OV1yCXQqBRzv:hs1/$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"905\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.845588813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.411779Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21C9CUI1OV1yCXQqBRzv:hs1/$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4 Some(Object({\"auth_events\": Array([String(\"$TyQU7NBdFhfwLWEVQlhXVaC2tcCiHnZxZ0Vn21aAknk\"), String(\"$t5bFX4qQV7L7OUDQsezW2ne75Tqy7ktGvwnWc8wfkA0\"), String(\"$KYavs6ss_dbiUz4anGHqsOGe1Od_z9q4bNUx6QM0m4I\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"QAR6x4V9S+sAm6oy/xduzijJ52IhsIjdm5oPkJGF3eo\")}), \"origin\": String(\"host.docker.internal:4421\"), \"origin_server_ts\": 1713909799408, \"prev_events\": Array([String(\"$wp9SRs2HwpXupXzjGss6Nhdc6ZrqrdkbTbB1tnwuULI\")]), \"prev_state\": Array([]), \"room_id\": String(\"!C9CUI1OV1yCXQqBRzv:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:4421\"), \"signatures\": Object({\"host.docker.internal:4421\": Object({"} -{"Time":"2024-04-23T18:03:19.845598833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\"ed25519:complement_49773a189572c24a06bc3d8461ad76650a3d41feb1ccdc9f32aafeb0a98756c2\": String(\"2hHBNqXO/vKovsP+oW1iJ8obxAAkNOlUqqB50j/9PNrzT2u6/t0lNfAIzlcmqN9eFMn7m1RF7klTmwyM6Zw/Bg\")}), \"hs1\": Object({\"ed25519:uriKwpiR\": String(\"u7GvgcO3xD+9HoecZx2sXARGeG3iA1rDkkBKX8y64kXfxl9n3OJZiP7f/3zFbswtUwVs+Me4S4AXtoAFRy0PCA\")})}), \"state_key\": String(\"@charlie:host.docker.internal:4421\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:19.845605623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.411874Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:19.845612043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.412113Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, host.docker.internal:4421\n"} -{"Time":"2024-04-23T18:03:19.845618293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.412237Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.845629083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.412293Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4421, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.845638303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.412389Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:19.845646303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.412653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:19.845653443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.412704Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $TyQU7NBdFhfwLWEVQlhXVaC2tcCiHnZxZ0Vn21aAknk in db\n"} -{"Time":"2024-04-23T18:03:19.845668823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.412727Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $t5bFX4qQV7L7OUDQsezW2ne75Tqy7ktGvwnWc8wfkA0 in db\n"} -{"Time":"2024-04-23T18:03:19.845676223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.412747Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $KYavs6ss_dbiUz4anGHqsOGe1Od_z9q4bNUx6QM0m4I in db\n"} -{"Time":"2024-04-23T18:03:19.845683182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.412769Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:19.845690032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.412778Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $TyQU7NBdFhfwLWEVQlhXVaC2tcCiHnZxZ0Vn21aAknk in db\n"} -{"Time":"2024-04-23T18:03:19.845700982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.412787Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $t5bFX4qQV7L7OUDQsezW2ne75Tqy7ktGvwnWc8wfkA0 in db\n"} -{"Time":"2024-04-23T18:03:19.845710762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.412793Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $KYavs6ss_dbiUz4anGHqsOGe1Od_z9q4bNUx6QM0m4I in db\n"} -{"Time":"2024-04-23T18:03:19.845761972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.412803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:19.845774562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.412909Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4 (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.845781762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.412925Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.845792092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.412967Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.845803881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.413033Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:19.845812691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.413124Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:19.845820591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.413227Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $wp9SRs2HwpXupXzjGss6Nhdc6ZrqrdkbTbB1tnwuULI in db\n"} -{"Time":"2024-04-23T18:03:19.845828691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.413241Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:19.846212498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.413248Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $wp9SRs2HwpXupXzjGss6Nhdc6ZrqrdkbTbB1tnwuULI in db\n"} -{"Time":"2024-04-23T18:03:19.846242858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.413326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:19.846253467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.413355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$wp9SRs2HwpXupXzjGss6Nhdc6ZrqrdkbTbB1tnwuULI\"]\n"} -{"Time":"2024-04-23T18:03:19.846263507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.413439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:03:19.846278007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.413454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:03:19.846287857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.413514Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:03:19.846311897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.413551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:03:19.846322257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.413598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4 (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.846332357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.413662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.846342187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.413781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.846352077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.413794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:03:19.846377536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.413910Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:03:19.846387566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.413922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4 (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.846397616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.413942Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.846407286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.414024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.846418526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.414036Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:03:19.846428586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.414044Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:03:19.846442616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.414078Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:03:19.846452566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.414089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:03:19.846462726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.414116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:03:19.846473456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.414257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:03:19.846483875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.414362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m45.27µs\n"} -{"Time":"2024-04-23T18:03:19.846512605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.414479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$TyQU7NBdFhfwLWEVQlhXVaC2tcCiHnZxZ0Vn21aAknk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m162.219µs\n"} -{"Time":"2024-04-23T18:03:19.846524965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.414545Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m228.698µs\n"} -{"Time":"2024-04-23T18:03:19.846543035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.414663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$HNoFZ4Pqbs_zPcz_Srp8-TnwwPQkrEmXuWFKs9GdGtg\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m346.177µs\n"} -{"Time":"2024-04-23T18:03:19.846554365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.414727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m410.517µs\n"} -{"Time":"2024-04-23T18:03:19.846565395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.414855Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$t5bFX4qQV7L7OUDQsezW2ne75Tqy7ktGvwnWc8wfkA0\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m538.726µs\n"} -{"Time":"2024-04-23T18:03:19.846600774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.414920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m603.525µs\n"} -{"Time":"2024-04-23T18:03:19.846612054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.415078Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KYavs6ss_dbiUz4anGHqsOGe1Od_z9q4bNUx6QM0m4I\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m761.364µs\n"} -{"Time":"2024-04-23T18:03:19.846623634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.415145Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m828.493µs\n"} -{"Time":"2024-04-23T18:03:19.846645994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.415289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8vV_MHObb8oChUpiX1ZxKnBxEsnNA0mooObCt1sxlIE\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m972.692µs\n"} -{"Time":"2024-04-23T18:03:19.846658894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.415355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.039181ms\n"} -{"Time":"2024-04-23T18:03:19.846670864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.415500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$med1TCsUbhfTCbzPejEY-EaeKFAhhhYYDGKj_tHUwHA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.18392ms\n"} -{"Time":"2024-04-23T18:03:19.846681504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.415566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.25007ms\n"} -{"Time":"2024-04-23T18:03:19.846697214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.415580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.264129ms\n"} -{"Time":"2024-04-23T18:03:19.846709713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.415758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m153.339µs\n"} -{"Time":"2024-04-23T18:03:19.846721543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.415939Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m333.897µs\n"} -{"Time":"2024-04-23T18:03:19.846733073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.415969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m365.807µs\n"} -{"Time":"2024-04-23T18:03:19.846743743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.415991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m387.257µs\n"} -{"Time":"2024-04-23T18:03:19.846763223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:03:19.846773553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:03:19.846784003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:03:19.846803753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:03:19.846815762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416189Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.history_visibility\", \"\"): \"$med1TCsUbhfTCbzPejEY-EaeKFAhhhYYDGKj_tHUwHA\", (\"m.room.power_levels\", \"\"): \"$t5bFX4qQV7L7OUDQsezW2ne75Tqy7ktGvwnWc8wfkA0\", (\"m.room.member\", \"@user-1:hs1\"): \"$HNoFZ4Pqbs_zPcz_Srp8-TnwwPQkrEmXuWFKs9GdGtg\", (\"m.room.join_rules\", \"\"): \"$KYavs6ss_dbiUz4anGHqsOGe1Od_z9q4bNUx6QM0m4I\", (\"m.room.create\", \"\"): \"$TyQU7NBdFhfwLWEVQlhXVaC2tcCiHnZxZ0Vn21aAknk\", (\"m.room.guest_access\", \"\"): \"$8vV_MHObb8oChUpiX1ZxKnBxEsnNA0mooObCt1sxlIE\"}\n"} -{"Time":"2024-04-23T18:03:19.846869602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:03:19.846881162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@charlie:host.docker.internal:4421\"): [\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\"]}\n"} -{"Time":"2024-04-23T18:03:19.846891492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416286Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:03:19.846901632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$KYavs6ss_dbiUz4anGHqsOGe1Od_z9q4bNUx6QM0m4I\", \"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\"}\n"} -{"Time":"2024-04-23T18:03:19.846920172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416348Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:03:19.846930831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416378Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($KYavs6ss_dbiUz4anGHqsOGe1Od_z9q4bNUx6QM0m4I) senders power level\n"} -{"Time":"2024-04-23T18:03:19.846962051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416413Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:03:19.846977541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $KYavs6ss_dbiUz4anGHqsOGe1Od_z9q4bNUx6QM0m4I power level 100\n"} -{"Time":"2024-04-23T18:03:19.846998661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416433Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:19.847010091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416462Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:03:19.847020511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416470Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$KYavs6ss_dbiUz4anGHqsOGe1Od_z9q4bNUx6QM0m4I\"]\n"} -{"Time":"2024-04-23T18:03:19.847030841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:19.84710915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$KYavs6ss_dbiUz4anGHqsOGe1Od_z9q4bNUx6QM0m4I\"]\n"} -{"Time":"2024-04-23T18:03:19.847169789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$KYavs6ss_dbiUz4anGHqsOGe1Od_z9q4bNUx6QM0m4I\"\n"} -{"Time":"2024-04-23T18:03:19.847292548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416600Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $KYavs6ss_dbiUz4anGHqsOGe1Od_z9q4bNUx6QM0m4I (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:19.847323478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $KYavs6ss_dbiUz4anGHqsOGe1Od_z9q4bNUx6QM0m4I ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:19.847335828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.847347548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:03:19.847362618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416653Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.history_visibility\", \"\"): \"$med1TCsUbhfTCbzPejEY-EaeKFAhhhYYDGKj_tHUwHA\", (\"m.room.power_levels\", \"\"): \"$t5bFX4qQV7L7OUDQsezW2ne75Tqy7ktGvwnWc8wfkA0\", (\"m.room.member\", \"@user-1:hs1\"): \"$HNoFZ4Pqbs_zPcz_Srp8-TnwwPQkrEmXuWFKs9GdGtg\", (\"m.room.join_rules\", \"\"): \"$KYavs6ss_dbiUz4anGHqsOGe1Od_z9q4bNUx6QM0m4I\", (\"m.room.create\", \"\"): \"$TyQU7NBdFhfwLWEVQlhXVaC2tcCiHnZxZ0Vn21aAknk\", (\"m.room.guest_access\", \"\"): \"$8vV_MHObb8oChUpiX1ZxKnBxEsnNA0mooObCt1sxlIE\"}\n"} -{"Time":"2024-04-23T18:03:19.847377748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:03:19.847391518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416679Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\"]\n"} -{"Time":"2024-04-23T18:03:19.847403008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416687Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$t5bFX4qQV7L7OUDQsezW2ne75Tqy7ktGvwnWc8wfkA0\")\n"} -{"Time":"2024-04-23T18:03:19.847414047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:03:19.847424817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\n"} -{"Time":"2024-04-23T18:03:19.847436937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $t5bFX4qQV7L7OUDQsezW2ne75Tqy7ktGvwnWc8wfkA0\n"} -{"Time":"2024-04-23T18:03:19.847448347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416823Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\"]\n"} -{"Time":"2024-04-23T18:03:19.847466857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416833Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:19.847482787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\"]\n"} -{"Time":"2024-04-23T18:03:19.847494087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\"\n"} -{"Time":"2024-04-23T18:03:19.847505407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416949Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4 (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.847516417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.847526977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.416993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.847554406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.417014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:03:19.847565736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.417066Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:03:19.847576296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.418019Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:03:19.847587956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.419148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!C9CUI1OV1yCXQqBRzv:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m5.69799ms\n"} -{"Time":"2024-04-23T18:03:19.847601446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.419227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m15.47µs\n"} -{"Time":"2024-04-23T18:03:19.847613966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.419252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m40.409µs\n"} -{"Time":"2024-04-23T18:03:19.847626926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.420307Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m8 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.847636826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.420961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.847648126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.421081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.847658725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.421104Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:19.847668335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.421149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:03:19.847677675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.421317Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:19.847690805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.421682Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4421), path: \"/_matrix/federation/v1/send/WEXBC6h-goLDenZ8mUraqUWeEfXs6QH0lM7ZkyMdSRY\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:19.847704175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.421745Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:4421)\n"} -{"Time":"2024-04-23T18:03:19.847713905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.421784Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(4421))\n"} -{"Time":"2024-04-23T18:03:19.847724025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.421815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:4421\n"} -{"Time":"2024-04-23T18:03:19.847733885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.422012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:4421\n"} -{"Time":"2024-04-23T18:03:19.847743285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.426394Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.847753505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.429001Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:03:19.847763895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.429103Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:4421)\n"} -{"Time":"2024-04-23T18:03:19.847774104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.431060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.847784074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.431378Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4421, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.847794434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.431550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/federation/v1/get_missing_events/!C9CUI1OV1yCXQqBRzv:hs1 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"158\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.847810414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.431570Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/federation/v1/get_missing_events/!C9CUI1OV1yCXQqBRzv:hs1 Some(Object({\"earliest_events\": Array([String(\"$TyQU7NBdFhfwLWEVQlhXVaC2tcCiHnZxZ0Vn21aAknk\")]), \"latest_events\": Array([String(\"$6n6CR1aRgCMjGvYhM0HZUOLDWXsuarvHgJx1IhcJfF4\")]), \"limit\": 10, \"min_depth\": 1}))\n"} -{"Time":"2024-04-23T18:03:19.847822134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.431659Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.847832734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.431775Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:19.847843264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.431921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.847854514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.432670Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:4421)\n"} -{"Time":"2024-04-23T18:03:19.847864724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.432697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:4421)\n"} -{"Time":"2024-04-23T18:03:19.847874914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.432878Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:4421 for https://host.docker.internal:4421/_matrix/federation/v1/send/WEXBC6h-goLDenZ8mUraqUWeEfXs6QH0lM7ZkyMdSRY with https://host.docker.internal:4421/_matrix/federation/v1/send/WEXBC6h-goLDenZ8mUraqUWeEfXs6QH0lM7ZkyMdSRY\n"} -{"Time":"2024-04-23T18:03:19.847885774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.432897Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:19.847895753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.432930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:4421/_matrix/federation/v1/send/WEXBC6h-goLDenZ8mUraqUWeEfXs6QH0lM7ZkyMdSRY\n"} -{"Time":"2024-04-23T18:03:19.847906243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.435199Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.847915753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.436265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.847926033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.436422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.847952773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.436449Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\"), \"version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:03:19.847973363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.436899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:03:19.847987623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.436923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:03:19.848000753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.436963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:03:19.848018812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.438744Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.848033592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.438780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.848046582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.438828Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.848061282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.441105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:19.848091222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.441158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:19.848106082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.441179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:19.848120341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.441207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:19.848134741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.441225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:19.848148521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.441240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.848162011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.443187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:19.848176461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.443249Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:19.848189501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.443271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.848201561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.445141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:03:19.848214601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.445202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:03:19.848229091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.445223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.8482418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.447228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:03:19.84825466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.447289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:19.84826916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.447310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.84828061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.448785Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:03:19.84829037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.448879Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.84830023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.449384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.8483105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.449517Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21fOdVKSpsGrQYEbA6FW:hs1/state/m.room.history_visibility/ {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"31\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.84832226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.449544Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21fOdVKSpsGrQYEbA6FW:hs1/state/m.room.history_visibility/ Some(Object({\"history_visibility\": String(\"shared\")}))\n"} -{"Time":"2024-04-23T18:03:19.84833353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.450150Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:03:19.848347009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.450211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:03:19.848359609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.450233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.848372199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.451819Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.848382089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.452314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.848392519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.452450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.848402929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.452476Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:19.848412559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.452725Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.848421989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.453353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.848431639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.453469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=156\u0026timeout=1000 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.848442129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.453493Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=156\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:19.848450929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.453545Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:03:19.848460488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.455857Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.848469818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.456328Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.848479818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.456466Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21fOdVKSpsGrQYEbA6FW:hs1/send/m.room.message/4 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"31\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.848491608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.456490Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21fOdVKSpsGrQYEbA6FW:hs1/send/m.room.message/4 Some(Object({\"body\": String(\"1\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:03:19.848504448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.456980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"1\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"4\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:19.853258356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.457040Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"1\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"4\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:19.853289466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.457057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"1\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"4\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.853303496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.458697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.853318806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.459093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.853335396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.459222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.853346626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.459245Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:19.853356276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.459291Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:03:19.853366016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.465397Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m6 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.853376335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.468231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.853386465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.468444Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4421, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.853398005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.468604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21fOdVKSpsGrQYEbA6FW:hs1/@charlie:host.docker.internal:4421?ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787\u0026ver=4\u0026ver=5\u0026ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.853412015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.468625Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21fOdVKSpsGrQYEbA6FW:hs1/@charlie:host.docker.internal:4421?ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787\u0026ver=4\u0026ver=5\u0026ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2 None\n"} -{"Time":"2024-04-23T18:03:19.853423105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.468792Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:19.853433485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.469481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.853443575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.469516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.853454645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.469570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.853464425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.470062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.853474895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.473604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.853486775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.473914Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4421, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.853505484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.474175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21fOdVKSpsGrQYEbA6FW:hs1/$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"905\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.853522904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.474200Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21fOdVKSpsGrQYEbA6FW:hs1/$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU Some(Object({\"auth_events\": Array([String(\"$sB6BO57jmrLKg4oiNsA1qiPsMZzZMkxiZx7IpFqG-FY\"), String(\"$6PhV4bMLKWY2Sh_HD0NZWpfm0QCfcanedQfGxv_ncWw\"), String(\"$TTT5lys_fCgcPBMIXLIsOEYH-rMLUklBvWUtkr-Mzyo\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"9onpptockPqF8wUSHwbPpopgJFbOv21bQxtlUxZ5bOs\")}), \"origin\": String(\"host.docker.internal:4421\"), \"origin_server_ts\": 1713909799470, \"prev_events\": Array([String(\"$u1G2v3IJVnNTzX4Nabs6qGPRaSIkLbuyYpJpFKToZ3I\")]), \"prev_state\": Array([]), \"room_id\": String(\"!fOdVKSpsGrQYEbA6FW:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:4421\"), \"signatures\": Object({\"host.docker.internal:4421\": Object({"} -{"Time":"2024-04-23T18:03:19.853539804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\"ed25519:complement_49773a189572c24a06bc3d8461ad76650a3d41feb1ccdc9f32aafeb0a98756c2\": String(\"Bifniwq5HgLieIb/d9zT3YGxoRTtkf2BRYRcxt7NjVHxFA+FR+XZFLSQtiu6GCMA5p59g+9A3M1AB+FUR5+qAg\")}), \"hs1\": Object({\"ed25519:uriKwpiR\": String(\"HZJvEjiGdfvVp8uXLfGeeexrHvy9u/RruMWjO0hahPjqZHjbW2YagVq+ZRWvuXwG80+i/zY9pIeacT2Ha1O6DQ\")})}), \"state_key\": String(\"@charlie:host.docker.internal:4421\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:19.853550794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.474390Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:19.853561094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.474700Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:4421, hs1\n"} -{"Time":"2024-04-23T18:03:19.853571524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.474836Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4421, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.853582104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.474917Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.853593094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.475112Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:19.853604854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.475556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:19.853617023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.475636Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $sB6BO57jmrLKg4oiNsA1qiPsMZzZMkxiZx7IpFqG-FY in db\n"} -{"Time":"2024-04-23T18:03:19.853631663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.475691Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $6PhV4bMLKWY2Sh_HD0NZWpfm0QCfcanedQfGxv_ncWw in db\n"} -{"Time":"2024-04-23T18:03:19.853650383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.475739Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $TTT5lys_fCgcPBMIXLIsOEYH-rMLUklBvWUtkr-Mzyo in db\n"} -{"Time":"2024-04-23T18:03:19.853662823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.475761Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:19.853675223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.475778Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $sB6BO57jmrLKg4oiNsA1qiPsMZzZMkxiZx7IpFqG-FY in db\n"} -{"Time":"2024-04-23T18:03:19.853687003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.475798Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $6PhV4bMLKWY2Sh_HD0NZWpfm0QCfcanedQfGxv_ncWw in db\n"} -{"Time":"2024-04-23T18:03:19.853703983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.475813Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $TTT5lys_fCgcPBMIXLIsOEYH-rMLUklBvWUtkr-Mzyo in db\n"} -{"Time":"2024-04-23T18:03:19.853716463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.475839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:19.853728382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.475954Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.853740762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.475988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.853753132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.476065Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.853764992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.476085Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:19.853776812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.476228Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:19.853788732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.476421Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $u1G2v3IJVnNTzX4Nabs6qGPRaSIkLbuyYpJpFKToZ3I in db\n"} -{"Time":"2024-04-23T18:03:19.853801652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.476448Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:19.853820522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.476466Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $u1G2v3IJVnNTzX4Nabs6qGPRaSIkLbuyYpJpFKToZ3I in db\n"} -{"Time":"2024-04-23T18:03:19.853839582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.476505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:19.853852011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.476557Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$u1G2v3IJVnNTzX4Nabs6qGPRaSIkLbuyYpJpFKToZ3I\"]\n"} -{"Time":"2024-04-23T18:03:19.853864251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.476666Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:03:19.853877031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.476696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:03:19.853889421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.476803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:03:19.853902051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.476882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:03:19.853914371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.476913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.853940201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.477048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.853950371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.477168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.853958681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.477193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:03:19.8539672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.477421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:03:19.85397555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.477443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.85398476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.477472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.85399848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.477527Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.85400678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.477552Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:03:19.85401494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.477569Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:03:19.85402419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.477644Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:03:19.85403257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.477667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:03:19.85404087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.477720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:03:19.85404942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.477750Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:03:19.85406513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.477898Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m38.769µs\n"} -{"Time":"2024-04-23T18:03:19.8540755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.478136Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$TTT5lys_fCgcPBMIXLIsOEYH-rMLUklBvWUtkr-Mzyo\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m275.387µs\n"} -{"Time":"2024-04-23T18:03:19.854087589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.478261Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m401.286µs\n"} -{"Time":"2024-04-23T18:03:19.854097839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.478494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zhbNUIqncmnnORgPFO1shO8iCA59kx3C4TCNIW7h5eQ\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m634.334µs\n"} -{"Time":"2024-04-23T18:03:19.854112009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.478621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m761.643µs\n"} -{"Time":"2024-04-23T18:03:19.854121669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.478878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$sB6BO57jmrLKg4oiNsA1qiPsMZzZMkxiZx7IpFqG-FY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.018161ms\n"} -{"Time":"2024-04-23T18:03:19.854131049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.479024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.16387ms\n"} -{"Time":"2024-04-23T18:03:19.854140599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.479319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$6PhV4bMLKWY2Sh_HD0NZWpfm0QCfcanedQfGxv_ncWw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.458527ms\n"} -{"Time":"2024-04-23T18:03:19.854156219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.479452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.591826ms\n"} -{"Time":"2024-04-23T18:03:19.854165839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.479741Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$cNttxIB4_PYlampW-TM_-gFWEVcitRp1OSX07UVwIyI\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.881134ms\n"} -{"Time":"2024-04-23T18:03:19.854175579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.479871Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.010913ms\n"} -{"Time":"2024-04-23T18:03:19.854184799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.480183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2LbYPh_rLQaw5digyiIY8oUE1Fy1X-FIS7Ticw-5Fuw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.32254ms\n"} -{"Time":"2024-04-23T18:03:19.854198048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.480316Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.456149ms\n"} -{"Time":"2024-04-23T18:03:19.854226508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.480344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.484808ms\n"} -{"Time":"2024-04-23T18:03:19.854235918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.480653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m254.588µs\n"} -{"Time":"2024-04-23T18:03:19.854250498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.481034Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m636.274µs\n"} -{"Time":"2024-04-23T18:03:19.854260018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.481170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m772.963µs\n"} -{"Time":"2024-04-23T18:03:19.854274278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.481226Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m828.423µs\n"} -{"Time":"2024-04-23T18:03:19.854283308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.481283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:03:19.854292268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.481385Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:03:19.854300808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.481404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:03:19.854309337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.481469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:03:19.854319327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.481485Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$TTT5lys_fCgcPBMIXLIsOEYH-rMLUklBvWUtkr-Mzyo\", (\"m.room.member\", \"@user-1:hs1\"): \"$zhbNUIqncmnnORgPFO1shO8iCA59kx3C4TCNIW7h5eQ\", (\"m.room.history_visibility\", \"\"): \"$2LbYPh_rLQaw5digyiIY8oUE1Fy1X-FIS7Ticw-5Fuw\", (\"m.room.guest_access\", \"\"): \"$cNttxIB4_PYlampW-TM_-gFWEVcitRp1OSX07UVwIyI\", (\"m.room.power_levels\", \"\"): \"$sB6BO57jmrLKg4oiNsA1qiPsMZzZMkxiZx7IpFqG-FY\", (\"m.room.join_rules\", \"\"): \"$6PhV4bMLKWY2Sh_HD0NZWpfm0QCfcanedQfGxv_ncWw\"}\n"} -{"Time":"2024-04-23T18:03:19.854330947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.481519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:03:19.854344117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.481534Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@charlie:host.docker.internal:4421\"): [\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\"]}\n"} -{"Time":"2024-04-23T18:03:19.854353157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.481669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:03:19.854362307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.481691Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$6PhV4bMLKWY2Sh_HD0NZWpfm0QCfcanedQfGxv_ncWw\", \"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\"}\n"} -{"Time":"2024-04-23T18:03:19.854371047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.481788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:03:19.854379467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.481859Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($6PhV4bMLKWY2Sh_HD0NZWpfm0QCfcanedQfGxv_ncWw) senders power level\n"} -{"Time":"2024-04-23T18:03:19.854388127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.481977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:03:19.854397277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $6PhV4bMLKWY2Sh_HD0NZWpfm0QCfcanedQfGxv_ncWw power level 100\n"} -{"Time":"2024-04-23T18:03:19.854409737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482021Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:19.854418237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:03:19.854430376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482112Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$6PhV4bMLKWY2Sh_HD0NZWpfm0QCfcanedQfGxv_ncWw\"]\n"} -{"Time":"2024-04-23T18:03:19.854440046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:19.854452256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$6PhV4bMLKWY2Sh_HD0NZWpfm0QCfcanedQfGxv_ncWw\"]\n"} -{"Time":"2024-04-23T18:03:19.854464506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$6PhV4bMLKWY2Sh_HD0NZWpfm0QCfcanedQfGxv_ncWw\"\n"} -{"Time":"2024-04-23T18:03:19.854482086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482367Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $6PhV4bMLKWY2Sh_HD0NZWpfm0QCfcanedQfGxv_ncWw (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:19.854491336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482428Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $6PhV4bMLKWY2Sh_HD0NZWpfm0QCfcanedQfGxv_ncWw ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:19.854501036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482447Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.854509446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482474Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:03:19.854519296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482490Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$TTT5lys_fCgcPBMIXLIsOEYH-rMLUklBvWUtkr-Mzyo\", (\"m.room.member\", \"@user-1:hs1\"): \"$zhbNUIqncmnnORgPFO1shO8iCA59kx3C4TCNIW7h5eQ\", (\"m.room.history_visibility\", \"\"): \"$2LbYPh_rLQaw5digyiIY8oUE1Fy1X-FIS7Ticw-5Fuw\", (\"m.room.guest_access\", \"\"): \"$cNttxIB4_PYlampW-TM_-gFWEVcitRp1OSX07UVwIyI\", (\"m.room.power_levels\", \"\"): \"$sB6BO57jmrLKg4oiNsA1qiPsMZzZMkxiZx7IpFqG-FY\", (\"m.room.join_rules\", \"\"): \"$6PhV4bMLKWY2Sh_HD0NZWpfm0QCfcanedQfGxv_ncWw\"}\n"} -{"Time":"2024-04-23T18:03:19.854531156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:03:19.854548635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482552Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\"]\n"} -{"Time":"2024-04-23T18:03:19.854560575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482571Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$sB6BO57jmrLKg4oiNsA1qiPsMZzZMkxiZx7IpFqG-FY\")\n"} -{"Time":"2024-04-23T18:03:19.854574215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:03:19.854582985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\n"} -{"Time":"2024-04-23T18:03:19.854591495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482786Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $sB6BO57jmrLKg4oiNsA1qiPsMZzZMkxiZx7IpFqG-FY\n"} -{"Time":"2024-04-23T18:03:19.854600395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482862Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\"]\n"} -{"Time":"2024-04-23T18:03:19.854611085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482883Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:19.854622615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.482898Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\"]\n"} -{"Time":"2024-04-23T18:03:19.854636165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.483107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\"\n"} -{"Time":"2024-04-23T18:03:19.854648404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.483133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.854659864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.483160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.854670064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.483233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.854685954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.483295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:03:19.854697284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.483389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:03:19.854709774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.484812Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:03:19.854718514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.486919Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fOdVKSpsGrQYEbA6FW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m10.232091ms\n"} -{"Time":"2024-04-23T18:03:19.854726704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.487102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m30.429µs\n"} -{"Time":"2024-04-23T18:03:19.854734804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.487159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m87.519µs\n"} -{"Time":"2024-04-23T18:03:19.854742714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.489205Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m15 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.854750174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.489954Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:19.854758854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.490084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.854769333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.490253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4421), path: \"/_matrix/federation/v1/send/tx0LitvtH_C6ucWymkONuE6M8-tde9wSLB6E_1rs__M\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:19.854781903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.490313Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:4421): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:03:19.854796623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.490333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:4421)\n"} -{"Time":"2024-04-23T18:03:19.854804553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.490326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.854813673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.490352Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:19.854829603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.490654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.854840983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.492444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.854851353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.492586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=204\u0026timeout=1000 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.854864583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.492609Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=204\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:19.854871793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.492662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:03:19.854879022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.493861Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.854886192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.494111Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.854894632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.495030Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.854903532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.495241Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:4421)\n"} -{"Time":"2024-04-23T18:03:19.854913572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.495270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:4421)\n"} -{"Time":"2024-04-23T18:03:19.854929302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.495301Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:4421 for https://host.docker.internal:4421/_matrix/federation/v1/send/tx0LitvtH_C6ucWymkONuE6M8-tde9wSLB6E_1rs__M with https://host.docker.internal:4421/_matrix/federation/v1/send/tx0LitvtH_C6ucWymkONuE6M8-tde9wSLB6E_1rs__M\n"} -{"Time":"2024-04-23T18:03:19.854957942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.495321Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:19.854968922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.495351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:4421/_matrix/federation/v1/send/tx0LitvtH_C6ucWymkONuE6M8-tde9wSLB6E_1rs__M\n"} -{"Time":"2024-04-23T18:03:19.854978962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.497838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.854987172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.498059Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4421, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.854995451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.498245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/federation/v1/get_missing_events/!fOdVKSpsGrQYEbA6FW:hs1 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"158\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.855004711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.498269Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/federation/v1/get_missing_events/!fOdVKSpsGrQYEbA6FW:hs1 Some(Object({\"earliest_events\": Array([String(\"$TTT5lys_fCgcPBMIXLIsOEYH-rMLUklBvWUtkr-Mzyo\")]), \"latest_events\": Array([String(\"$EXHBcKoBEqBqtMjjAcQ-WneeZfyJaLNujlnyKqXYCBU\")]), \"limit\": 10, \"min_depth\": 1}))\n"} -{"Time":"2024-04-23T18:03:19.855013051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.498428Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:19.855027361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.501295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.855037271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.502344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.855047841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.502479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.855059041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.502505Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\"), \"version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:03:19.855068501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.502948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:03:19.855078431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.502972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:03:19.855093001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.503002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:03:19.85510282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.504730Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.85513588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.504767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.85514686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.504814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.85516301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.507024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:19.85518253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.507075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:19.85519418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.507095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:19.85520491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.507125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:19.855219769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.507143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:19.855230639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.507158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.855245399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.509005Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:19.855259359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.509067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:19.855269719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.509088Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.855279669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.510927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:03:19.855294759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.511026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:03:19.855304429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.511048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.855314089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.512930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:03:19.855323689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.513007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:19.855338648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.513029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.855347298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.514418Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:03:19.855354698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.514512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.855362258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.515007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.855370598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.515140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%213ScXGAqdahluLvIdgF:hs1/state/m.room.history_visibility/ {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"32\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.855380738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.515166Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%213ScXGAqdahluLvIdgF:hs1/state/m.room.history_visibility/ Some(Object({\"history_visibility\": String(\"invited\")}))\n"} -{"Time":"2024-04-23T18:03:19.855389658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.515758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"invited\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:03:19.855400898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.515818Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"invited\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:03:19.855413948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.515838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"invited\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.855431048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.517395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.855441288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.517889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.855455037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.518020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.855463027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.518047Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:19.855469997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.518095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:03:19.855477797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.525710Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.855491417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.526402Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.855502837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.526539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%213ScXGAqdahluLvIdgF:hs1/send/m.room.message/6 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"31\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.855514397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.526563Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%213ScXGAqdahluLvIdgF:hs1/send/m.room.message/6 Some(Object({\"body\": String(\"1\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:03:19.855526277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.527051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"1\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"6\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:19.855539487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.527110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"1\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"6\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:19.855550787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.527126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"1\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"6\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.855559916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.528703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.855567626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.529200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.855575716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.529311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.855590986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.529333Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:19.855601316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.529645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.855611196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.530276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.855619246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.530383Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=255\u0026timeout=1000 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.855627036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.530404Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=255\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:19.855634996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.530453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:03:19.855642106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.532102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.855649266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.534807Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.855658416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.535011Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4421, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.855670526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.535166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%213ScXGAqdahluLvIdgF:hs1/@charlie:host.docker.internal:4421?ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.855694705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.535187Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%213ScXGAqdahluLvIdgF:hs1/@charlie:host.docker.internal:4421?ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787 None\n"} -{"Time":"2024-04-23T18:03:19.855704425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.535353Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:19.855711895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.536040Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.855719625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.536075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.855731275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.536128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.855739255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.536600Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.855748525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.551830Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.855759035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.552135Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4421, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.855770355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.552379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%213ScXGAqdahluLvIdgF:hs1/$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"905\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.855783105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.552404Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%213ScXGAqdahluLvIdgF:hs1/$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk Some(Object({\"auth_events\": Array([String(\"$wPmhbG3rVBaewjf0ZGp3uuAk6f-hPK5d6op9pJOcXCo\"), String(\"$tbmBPY5Fi2CfZm1XGr5OEbMh_cX6v0GYiZA4V7t5avw\"), String(\"$OBuST0W8i3ndpbi-_D3TC5WYZ78ECd3PpWh5rsabreg\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"KzCBQ+96otTGZotsUNlyqf3HalW9k5ccjoDqJMiFkLU\")}), \"origin\": String(\"host.docker.internal:4421\"), \"origin_server_ts\": 1713909799536, \"prev_events\": Array([String(\"$wxJ0Mu7pqFViw2HvET3dm2SwBWcHh7kEzvF5FJ9PoW4\")]), \"prev_state\": Array([]), \"room_id\": String(\"!3ScXGAqdahluLvIdgF:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:4421\"), \"signatures\": Object({\"host.docker.internal:4421\": Object({"} -{"Time":"2024-04-23T18:03:19.855793994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\"ed25519:complement_49773a189572c24a06bc3d8461ad76650a3d41feb1ccdc9f32aafeb0a98756c2\": String(\"M3C8e8sx9lYajmFSjUCogunoMXCvRI5/hhm9+bqFQdljKLleF0G5s+0tGet6lA/r7SnDuBab6tsO0cBto2oJBA\")}), \"hs1\": Object({\"ed25519:uriKwpiR\": String(\"rDTjbTj+ZweZbMOIYqI/WFdk9aXdjgXQ0+RwIFs31Z9bn3qcdEeYYQXGDzOkCkoHj02CTuyCLfnwTuTZZfjoCw\")})}), \"state_key\": String(\"@charlie:host.docker.internal:4421\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:19.855802874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.552611Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:19.855810464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.552920Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, host.docker.internal:4421\n"} -{"Time":"2024-04-23T18:03:19.855817854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.553037Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.855830594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.553134Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4421, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.855846154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.553319Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:19.855855244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.553762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:19.855864624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.553836Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $wPmhbG3rVBaewjf0ZGp3uuAk6f-hPK5d6op9pJOcXCo in db\n"} -{"Time":"2024-04-23T18:03:19.855874074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.553891Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $tbmBPY5Fi2CfZm1XGr5OEbMh_cX6v0GYiZA4V7t5avw in db\n"} -{"Time":"2024-04-23T18:03:19.855887514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.553954Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $OBuST0W8i3ndpbi-_D3TC5WYZ78ECd3PpWh5rsabreg in db\n"} -{"Time":"2024-04-23T18:03:19.855899293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.553977Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:19.855910243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.553994Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $wPmhbG3rVBaewjf0ZGp3uuAk6f-hPK5d6op9pJOcXCo in db\n"} -{"Time":"2024-04-23T18:03:19.855919083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.554011Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $tbmBPY5Fi2CfZm1XGr5OEbMh_cX6v0GYiZA4V7t5avw in db\n"} -{"Time":"2024-04-23T18:03:19.855942103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.554026Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $OBuST0W8i3ndpbi-_D3TC5WYZ78ECd3PpWh5rsabreg in db\n"} -{"Time":"2024-04-23T18:03:19.855954043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.554050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:19.855968333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.554151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.855977653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.554183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.855985803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.554237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.856016742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.554256Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:19.856029262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.554408Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:19.856041712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.554600Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $wxJ0Mu7pqFViw2HvET3dm2SwBWcHh7kEzvF5FJ9PoW4 in db\n"} -{"Time":"2024-04-23T18:03:19.856054252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.554628Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:19.856066882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.554646Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $wxJ0Mu7pqFViw2HvET3dm2SwBWcHh7kEzvF5FJ9PoW4 in db\n"} -{"Time":"2024-04-23T18:03:19.856086752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.554683Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:19.856099072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.554734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$wxJ0Mu7pqFViw2HvET3dm2SwBWcHh7kEzvF5FJ9PoW4\"]\n"} -{"Time":"2024-04-23T18:03:19.856111262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.554842Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:03:19.856127411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.554872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:03:19.856137131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.554998Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:03:19.856148681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.555078Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:03:19.856161011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.555097Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.856175491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.555196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.856183941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.555301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.856192221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.555326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:03:19.856205871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.555552Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:03:19.856214641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.555575Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.856223431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.555603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.856232791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.555658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.85624123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.555683Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:03:19.85624964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.555699Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:03:19.85626222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.555770Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:03:19.85627081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.555792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:03:19.85627936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.555846Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:03:19.85628837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.555876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:03:19.85629777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.556035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m36.12µs\n"} -{"Time":"2024-04-23T18:03:19.85631035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.556348Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZtmaNN5h4fTvs4LG2okeGcDJ3uUqMXih3cUPSaWX47Q\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m349.007µs\n"} -{"Time":"2024-04-23T18:03:19.85632745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.556486Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m487.356µs\n"} -{"Time":"2024-04-23T18:03:19.85633714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.556691Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wPmhbG3rVBaewjf0ZGp3uuAk6f-hPK5d6op9pJOcXCo\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m692.584µs\n"} -{"Time":"2024-04-23T18:03:19.85634689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.556814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m815.353µs\n"} -{"Time":"2024-04-23T18:03:19.856356199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.557067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Q7kwvSM4NzDfS6rG_BpZe3It-wP_oxXLvQ6HWbXqt90\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.068481ms\n"} -{"Time":"2024-04-23T18:03:19.856369499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.557196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.19793ms\n"} -{"Time":"2024-04-23T18:03:19.856379059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.557456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$OBuST0W8i3ndpbi-_D3TC5WYZ78ECd3PpWh5rsabreg\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.457047ms\n"} -{"Time":"2024-04-23T18:03:19.856388399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.557583Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.585016ms\n"} -{"Time":"2024-04-23T18:03:19.856398569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.557872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tbmBPY5Fi2CfZm1XGr5OEbMh_cX6v0GYiZA4V7t5avw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.873114ms\n"} -{"Time":"2024-04-23T18:03:19.856412849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.558016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.017672ms\n"} -{"Time":"2024-04-23T18:03:19.856422189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.558310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RjSVE8Kcf-F9ESzB2Hscmr2MUxPKva558Br5Kx9jFpc\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.3112ms\n"} -{"Time":"2024-04-23T18:03:19.856431569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.558439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.440869ms\n"} -{"Time":"2024-04-23T18:03:19.856440889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.558467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.468998ms\n"} -{"Time":"2024-04-23T18:03:19.856454189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.558749Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m228.928µs\n"} -{"Time":"2024-04-23T18:03:19.856471778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.559121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m601.695µs\n"} -{"Time":"2024-04-23T18:03:19.856482628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.559255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m736.024µs\n"} -{"Time":"2024-04-23T18:03:19.856491998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.559306Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m787.503µs\n"} -{"Time":"2024-04-23T18:03:19.856501018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.559362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:03:19.856509698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.559464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:03:19.856517848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.559483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:03:19.856531608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.559546Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:03:19.856541508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.559563Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.guest_access\", \"\"): \"$RjSVE8Kcf-F9ESzB2Hscmr2MUxPKva558Br5Kx9jFpc\", (\"m.room.history_visibility\", \"\"): \"$ZtmaNN5h4fTvs4LG2okeGcDJ3uUqMXih3cUPSaWX47Q\", (\"m.room.power_levels\", \"\"): \"$OBuST0W8i3ndpbi-_D3TC5WYZ78ECd3PpWh5rsabreg\", (\"m.room.join_rules\", \"\"): \"$tbmBPY5Fi2CfZm1XGr5OEbMh_cX6v0GYiZA4V7t5avw\", (\"m.room.create\", \"\"): \"$wPmhbG3rVBaewjf0ZGp3uuAk6f-hPK5d6op9pJOcXCo\", (\"m.room.member\", \"@user-1:hs1\"): \"$Q7kwvSM4NzDfS6rG_BpZe3It-wP_oxXLvQ6HWbXqt90\"}\n"} -{"Time":"2024-04-23T18:03:19.856551768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.559597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:03:19.856560968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.559612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@charlie:host.docker.internal:4421\"): [\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\"]}\n"} -{"Time":"2024-04-23T18:03:19.856569638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.559747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:03:19.856578348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.559769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$tbmBPY5Fi2CfZm1XGr5OEbMh_cX6v0GYiZA4V7t5avw\", \"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\"}\n"} -{"Time":"2024-04-23T18:03:19.856587517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.559867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:03:19.856595707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.559958Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($tbmBPY5Fi2CfZm1XGr5OEbMh_cX6v0GYiZA4V7t5avw) senders power level\n"} -{"Time":"2024-04-23T18:03:19.856603997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:03:19.856616657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $tbmBPY5Fi2CfZm1XGr5OEbMh_cX6v0GYiZA4V7t5avw power level 100\n"} -{"Time":"2024-04-23T18:03:19.856628747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560088Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:19.856636837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:03:19.856645937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560178Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$tbmBPY5Fi2CfZm1XGr5OEbMh_cX6v0GYiZA4V7t5avw\"]\n"} -{"Time":"2024-04-23T18:03:19.856654197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:19.856662717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560217Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$tbmBPY5Fi2CfZm1XGr5OEbMh_cX6v0GYiZA4V7t5avw\"]\n"} -{"Time":"2024-04-23T18:03:19.856671257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560399Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$tbmBPY5Fi2CfZm1XGr5OEbMh_cX6v0GYiZA4V7t5avw\"\n"} -{"Time":"2024-04-23T18:03:19.856680207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $tbmBPY5Fi2CfZm1XGr5OEbMh_cX6v0GYiZA4V7t5avw (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:19.856688727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560474Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $tbmBPY5Fi2CfZm1XGr5OEbMh_cX6v0GYiZA4V7t5avw ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:19.856697206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.856710316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:03:19.856721476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560535Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.guest_access\", \"\"): \"$RjSVE8Kcf-F9ESzB2Hscmr2MUxPKva558Br5Kx9jFpc\", (\"m.room.history_visibility\", \"\"): \"$ZtmaNN5h4fTvs4LG2okeGcDJ3uUqMXih3cUPSaWX47Q\", (\"m.room.power_levels\", \"\"): \"$OBuST0W8i3ndpbi-_D3TC5WYZ78ECd3PpWh5rsabreg\", (\"m.room.join_rules\", \"\"): \"$tbmBPY5Fi2CfZm1XGr5OEbMh_cX6v0GYiZA4V7t5avw\", (\"m.room.create\", \"\"): \"$wPmhbG3rVBaewjf0ZGp3uuAk6f-hPK5d6op9pJOcXCo\", (\"m.room.member\", \"@user-1:hs1\"): \"$Q7kwvSM4NzDfS6rG_BpZe3It-wP_oxXLvQ6HWbXqt90\"}\n"} -{"Time":"2024-04-23T18:03:19.856731786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:03:19.856739966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560597Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\"]\n"} -{"Time":"2024-04-23T18:03:19.856748426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560616Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$OBuST0W8i3ndpbi-_D3TC5WYZ78ECd3PpWh5rsabreg\")\n"} -{"Time":"2024-04-23T18:03:19.856761496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560634Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:03:19.856769946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\n"} -{"Time":"2024-04-23T18:03:19.856795706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $OBuST0W8i3ndpbi-_D3TC5WYZ78ECd3PpWh5rsabreg\n"} -{"Time":"2024-04-23T18:03:19.856804516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560953Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\"]\n"} -{"Time":"2024-04-23T18:03:19.856812995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560975Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:19.856826205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.560991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\"]\n"} -{"Time":"2024-04-23T18:03:19.856839035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.561186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\"\n"} -{"Time":"2024-04-23T18:03:19.856847955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.561211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.856856435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.561237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.856865555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.561290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.856874605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.561337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:03:19.856884855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.561431Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:03:19.856894295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.562854Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:03:19.856903395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.564962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!3ScXGAqdahluLvIdgF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m10.099892ms\n"} -{"Time":"2024-04-23T18:03:19.856912525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.565131Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m30.119µs\n"} -{"Time":"2024-04-23T18:03:19.856924864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.565187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m86.829µs\n"} -{"Time":"2024-04-23T18:03:19.856942764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.567230Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m15 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.856951084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.568012Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:19.856963874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.568321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4421), path: \"/_matrix/federation/v1/send/JI405Ppa_11Kfw2Zg7d0WngVwTFb0zZwL5SKGkiB2t8\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:19.856978574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.568379Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:4421): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:03:19.856986304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.568380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.856993624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.568398Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:4421)\n"} -{"Time":"2024-04-23T18:03:19.857002474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.568492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.857010674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.568516Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:19.857017984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.568556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:03:19.857025244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.571080Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.857032514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.571331Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.857041203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.572369Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:4421)\n"} -{"Time":"2024-04-23T18:03:19.857048873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.572396Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:4421)\n"} -{"Time":"2024-04-23T18:03:19.857062013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.572421Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:4421 for https://host.docker.internal:4421/_matrix/federation/v1/send/JI405Ppa_11Kfw2Zg7d0WngVwTFb0zZwL5SKGkiB2t8 with https://host.docker.internal:4421/_matrix/federation/v1/send/JI405Ppa_11Kfw2Zg7d0WngVwTFb0zZwL5SKGkiB2t8\n"} -{"Time":"2024-04-23T18:03:19.857075053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.572436Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:19.857082813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.572461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:4421/_matrix/federation/v1/send/JI405Ppa_11Kfw2Zg7d0WngVwTFb0zZwL5SKGkiB2t8\n"} -{"Time":"2024-04-23T18:03:19.857090363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.576729Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m8 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.857097853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.579742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.857105523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.580004Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4421, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.857114673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.580194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/federation/v1/get_missing_events/!3ScXGAqdahluLvIdgF:hs1 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"158\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.857128873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.580215Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/federation/v1/get_missing_events/!3ScXGAqdahluLvIdgF:hs1 Some(Object({\"earliest_events\": Array([String(\"$wPmhbG3rVBaewjf0ZGp3uuAk6f-hPK5d6op9pJOcXCo\")]), \"latest_events\": Array([String(\"$_XdaH8KIXWG8XW46lu9FzxGBo6ME6ox9PGdaf0TlHDk\")]), \"limit\": 10, \"min_depth\": 1}))\n"} -{"Time":"2024-04-23T18:03:19.857137423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.580356Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:19.857145153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.580729Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.857152532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.581359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.857165062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.581508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.857173582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.581532Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\"), \"version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:03:19.857182122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.582039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:03:19.857192452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.582068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:03:19.857203332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.582092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:03:19.857213162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.583859Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.857230982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.583892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.857241012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.583963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.857251442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.586224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:19.857261992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.586270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:19.857278281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.586286Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:19.857289231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.586313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:19.857299561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.586332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:19.857313921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.586344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.857324081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.588211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:19.857333561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.588265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:19.857348461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.588281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.857358001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.590158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:03:19.857367621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.590212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:03:19.85737736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.590228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.85739116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.592160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:03:19.85740069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.592214Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:19.85741021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.592230Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.85741895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.593660Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:03:19.85742618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.593745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.85743345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.594261Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.85744161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.594384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21ffeeBw8cF5s6YzCcFe:hs1/state/m.room.history_visibility/ {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"31\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.85745018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.594407Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21ffeeBw8cF5s6YzCcFe:hs1/state/m.room.history_visibility/ Some(Object({\"history_visibility\": String(\"joined\")}))\n"} -{"Time":"2024-04-23T18:03:19.85745885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.595004Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"joined\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:03:19.85747363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.595057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"joined\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:03:19.85748346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.595073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"joined\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.857492009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.596597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.857503099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.597097Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.857511259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.597221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.857524219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.597243Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:19.857531619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.597570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.857538779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.598266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.857546229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.598372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=268\u0026timeout=1000 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.857554919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.598394Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=268\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:19.857562089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.598443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:03:19.857569089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.601184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.857576239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.601742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.857601809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.601885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21ffeeBw8cF5s6YzCcFe:hs1/send/m.room.message/8 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"31\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.857610958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.601910Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21ffeeBw8cF5s6YzCcFe:hs1/send/m.room.message/8 Some(Object({\"body\": String(\"1\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:03:19.857619848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.602400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"1\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"8\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:19.857630168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.602459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"1\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"8\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:19.857644448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.602476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"1\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"8\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.857653888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.603879Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.857661268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.604366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.857669088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.604475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.857677198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.604498Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:19.857688148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.604541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:03:19.857695928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.613563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.857703468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.616472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.857710938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.616648Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4421, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.857719377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.616790Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21ffeeBw8cF5s6YzCcFe:hs1/@charlie:host.docker.internal:4421?ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787\u0026ver=4\u0026ver=5 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.857733087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.616809Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21ffeeBw8cF5s6YzCcFe:hs1/@charlie:host.docker.internal:4421?ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:03:19.857741307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.616977Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:19.857748877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.617629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.857756507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.617660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.857772327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.617708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.857779857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.618176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.857787177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.621467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.857794967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.621770Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4421, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.857810477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.622014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21ffeeBw8cF5s6YzCcFe:hs1/$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"905\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.857825837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.622036Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21ffeeBw8cF5s6YzCcFe:hs1/$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw Some(Object({\"auth_events\": Array([String(\"$Oh3scjmTOOnkATaAddywf-HViscpmPtawMfj7XmZnFQ\"), String(\"$bbm9xjejKgD0cM5b6gLhJepKBS59X4jJ6W37ZOzd9r0\"), String(\"$FDeKRf-BrBO-74xcsnlb5U7FsQc1R2WpD16h0OKIpQE\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"FY5JfIyVOvgTrEJlyNkA0ynEQ8E20EyU207Ubw1d1gU\")}), \"origin\": String(\"host.docker.internal:4421\"), \"origin_server_ts\": 1713909799618, \"prev_events\": Array([String(\"$0RsuofJn-QP6SZYHlzg-1jDJ_Bj1o2Dhb5vdbdq_1yg\")]), \"prev_state\": Array([]), \"room_id\": String(\"!ffeeBw8cF5s6YzCcFe:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:4421\"), \"signatures\": Object({\"host.docker.internal:4421\": Object({"} -{"Time":"2024-04-23T18:03:19.857837016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\"ed25519:complement_49773a189572c24a06bc3d8461ad76650a3d41feb1ccdc9f32aafeb0a98756c2\": String(\"/hhLx7OYzaSdmxKCT5pRZSo9KL5ADDHVlby5IAU227vMhMy+vY5SslW729VcKFxCQrl9x0nrRQkbrpeoWwT0Cg\")}), \"hs1\": Object({\"ed25519:uriKwpiR\": String(\"nkuAKlOHS2FD6xpj4d8CZNA1kXv68Zoll5q+4nMuP2KC/P/o2wfiZBS92jjp6iO4ew1uTKENngVVzsLCjnUhDg\")})}), \"state_key\": String(\"@charlie:host.docker.internal:4421\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:19.857850186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.622203Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:19.857866366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.622492Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:4421, hs1\n"} -{"Time":"2024-04-23T18:03:19.857876516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.622613Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4421, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.857887616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.622680Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.857898666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.622847Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:19.857909636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.623293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:19.857918576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.623359Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Oh3scjmTOOnkATaAddywf-HViscpmPtawMfj7XmZnFQ in db\n"} -{"Time":"2024-04-23T18:03:19.857927516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.623397Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $bbm9xjejKgD0cM5b6gLhJepKBS59X4jJ6W37ZOzd9r0 in db\n"} -{"Time":"2024-04-23T18:03:19.857951025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.623434Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $FDeKRf-BrBO-74xcsnlb5U7FsQc1R2WpD16h0OKIpQE in db\n"} -{"Time":"2024-04-23T18:03:19.857960095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.623451Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:19.857968545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.623464Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Oh3scjmTOOnkATaAddywf-HViscpmPtawMfj7XmZnFQ in db\n"} -{"Time":"2024-04-23T18:03:19.857977225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.623478Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $bbm9xjejKgD0cM5b6gLhJepKBS59X4jJ6W37ZOzd9r0 in db\n"} -{"Time":"2024-04-23T18:03:19.857989575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.623490Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $FDeKRf-BrBO-74xcsnlb5U7FsQc1R2WpD16h0OKIpQE in db\n"} -{"Time":"2024-04-23T18:03:19.857998025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.623508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:19.858006745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.623593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.858015755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.623619Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.858024275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.623686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.858032705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.623703Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:19.858044955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.623850Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:19.858053495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.624042Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0RsuofJn-QP6SZYHlzg-1jDJ_Bj1o2Dhb5vdbdq_1yg in db\n"} -{"Time":"2024-04-23T18:03:19.858062554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.624067Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:19.858071514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.624081Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0RsuofJn-QP6SZYHlzg-1jDJ_Bj1o2Dhb5vdbdq_1yg in db\n"} -{"Time":"2024-04-23T18:03:19.858084804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.624112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:19.858094674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.624152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$0RsuofJn-QP6SZYHlzg-1jDJ_Bj1o2Dhb5vdbdq_1yg\"]\n"} -{"Time":"2024-04-23T18:03:19.858103854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.624247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:03:19.858112214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.624272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:03:19.858120574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.624365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:03:19.858129184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.624429Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:03:19.858137494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.624455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.858149864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.624570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.858163434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.624678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.858171863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.624699Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:03:19.858180133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.624911Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:03:19.858189723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.624945Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.858198193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.624969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.858206293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.625014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.858218503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.625034Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:03:19.858227223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.625048Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:03:19.858235403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.625118Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:03:19.858243723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.625138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:03:19.858252363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.625184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:03:19.858260643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.625208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:03:19.858269873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.625347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m35.71µs\n"} -{"Time":"2024-04-23T18:03:19.858279193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.625644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7ZHRH6P0XyvNvXgR4jl5R800gkmDxyvxrOmYjIid0Ts\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m332.377µs\n"} -{"Time":"2024-04-23T18:03:19.858288902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.625762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m450.886µs\n"} -{"Time":"2024-04-23T18:03:19.858298252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.626055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$aR7uMMZ5e5v8wPSyo24rNWcrSI-c-XzVAzEHXmv_Bv8\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m743.004µs\n"} -{"Time":"2024-04-23T18:03:19.858312432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.626170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m858.623µs\n"} -{"Time":"2024-04-23T18:03:19.858321982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.626350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$bbm9xjejKgD0cM5b6gLhJepKBS59X4jJ6W37ZOzd9r0\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.038651ms\n"} -{"Time":"2024-04-23T18:03:19.858331532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.626455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.14388ms\n"} -{"Time":"2024-04-23T18:03:19.858341682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.626661Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Q-O-XgNfrmiOJRlblUt77XycHMq5xlGQGIG6Loi4REk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.349679ms\n"} -{"Time":"2024-04-23T18:03:19.858355012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.626770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.458738ms\n"} -{"Time":"2024-04-23T18:03:19.858364452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.627023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Oh3scjmTOOnkATaAddywf-HViscpmPtawMfj7XmZnFQ\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.711325ms\n"} -{"Time":"2024-04-23T18:03:19.858373922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.627136Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.824954ms\n"} -{"Time":"2024-04-23T18:03:19.858399131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.627407Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FDeKRf-BrBO-74xcsnlb5U7FsQc1R2WpD16h0OKIpQE\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.095102ms\n"} -{"Time":"2024-04-23T18:03:19.858413961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.627520Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.208391ms\n"} -{"Time":"2024-04-23T18:03:19.858423101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.627544Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.232821ms\n"} -{"Time":"2024-04-23T18:03:19.858432281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.627835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m245.908µs\n"} -{"Time":"2024-04-23T18:03:19.858446311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.628201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m612.465µs\n"} -{"Time":"2024-04-23T18:03:19.858455831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.628319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m730.804µs\n"} -{"Time":"2024-04-23T18:03:19.858468841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.628357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m770.064µs\n"} -{"Time":"2024-04-23T18:03:19.858478031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.628403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:03:19.858495541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.628494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:03:19.858503951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.628510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:03:19.858512371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.628566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:03:19.8585218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.628580Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$bbm9xjejKgD0cM5b6gLhJepKBS59X4jJ6W37ZOzd9r0\", (\"m.room.member\", \"@user-1:hs1\"): \"$Q-O-XgNfrmiOJRlblUt77XycHMq5xlGQGIG6Loi4REk\", (\"m.room.power_levels\", \"\"): \"$Oh3scjmTOOnkATaAddywf-HViscpmPtawMfj7XmZnFQ\", (\"m.room.guest_access\", \"\"): \"$7ZHRH6P0XyvNvXgR4jl5R800gkmDxyvxrOmYjIid0Ts\", (\"m.room.join_rules\", \"\"): \"$FDeKRf-BrBO-74xcsnlb5U7FsQc1R2WpD16h0OKIpQE\", (\"m.room.history_visibility\", \"\"): \"$aR7uMMZ5e5v8wPSyo24rNWcrSI-c-XzVAzEHXmv_Bv8\"}\n"} -{"Time":"2024-04-23T18:03:19.85853371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.628605Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:03:19.85854243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.628617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@charlie:host.docker.internal:4421\"): [\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\"]}\n"} -{"Time":"2024-04-23T18:03:19.85855093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.628738Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:03:19.85855931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.628756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$FDeKRf-BrBO-74xcsnlb5U7FsQc1R2WpD16h0OKIpQE\", \"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\"}\n"} -{"Time":"2024-04-23T18:03:19.85856789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.628838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:03:19.85857689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.628893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($FDeKRf-BrBO-74xcsnlb5U7FsQc1R2WpD16h0OKIpQE) senders power level\n"} -{"Time":"2024-04-23T18:03:19.85858526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:03:19.85859353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $FDeKRf-BrBO-74xcsnlb5U7FsQc1R2WpD16h0OKIpQE power level 100\n"} -{"Time":"2024-04-23T18:03:19.85860592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:19.85861446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:03:19.85862256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629133Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$FDeKRf-BrBO-74xcsnlb5U7FsQc1R2WpD16h0OKIpQE\"]\n"} -{"Time":"2024-04-23T18:03:19.858632579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629150Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:19.858641179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$FDeKRf-BrBO-74xcsnlb5U7FsQc1R2WpD16h0OKIpQE\"]\n"} -{"Time":"2024-04-23T18:03:19.858649829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629341Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$FDeKRf-BrBO-74xcsnlb5U7FsQc1R2WpD16h0OKIpQE\"\n"} -{"Time":"2024-04-23T18:03:19.858659359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $FDeKRf-BrBO-74xcsnlb5U7FsQc1R2WpD16h0OKIpQE (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:19.858667919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $FDeKRf-BrBO-74xcsnlb5U7FsQc1R2WpD16h0OKIpQE ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:19.858676429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:19.858684529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:03:19.858693959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629496Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$bbm9xjejKgD0cM5b6gLhJepKBS59X4jJ6W37ZOzd9r0\", (\"m.room.member\", \"@user-1:hs1\"): \"$Q-O-XgNfrmiOJRlblUt77XycHMq5xlGQGIG6Loi4REk\", (\"m.room.power_levels\", \"\"): \"$Oh3scjmTOOnkATaAddywf-HViscpmPtawMfj7XmZnFQ\", (\"m.room.guest_access\", \"\"): \"$7ZHRH6P0XyvNvXgR4jl5R800gkmDxyvxrOmYjIid0Ts\", (\"m.room.join_rules\", \"\"): \"$FDeKRf-BrBO-74xcsnlb5U7FsQc1R2WpD16h0OKIpQE\", (\"m.room.history_visibility\", \"\"): \"$aR7uMMZ5e5v8wPSyo24rNWcrSI-c-XzVAzEHXmv_Bv8\"}\n"} -{"Time":"2024-04-23T18:03:19.858704009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:03:19.858713419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629559Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\"]\n"} -{"Time":"2024-04-23T18:03:19.858722209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$Oh3scjmTOOnkATaAddywf-HViscpmPtawMfj7XmZnFQ\")\n"} -{"Time":"2024-04-23T18:03:19.858731329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629594Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:03:19.858739889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629744Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\n"} -{"Time":"2024-04-23T18:03:19.858748458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629795Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $Oh3scjmTOOnkATaAddywf-HViscpmPtawMfj7XmZnFQ\n"} -{"Time":"2024-04-23T18:03:19.858756788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629870Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\"]\n"} -{"Time":"2024-04-23T18:03:19.858765468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:19.858773698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.629902Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\"]\n"} -{"Time":"2024-04-23T18:03:19.858784468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.630126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\"\n"} -{"Time":"2024-04-23T18:03:19.858793268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.630152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw (m.room.member)\n"} -{"Time":"2024-04-23T18:03:19.858801748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.630174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:19.858810168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.630252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:19.858819228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.630295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:03:19.858827598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.630401Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:03:19.858837018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.631824Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:03:19.858845508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.633907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ffeeBw8cF5s6YzCcFe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m9.642955ms\n"} -{"Time":"2024-04-23T18:03:19.858853837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.634084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m31.1µs\n"} -{"Time":"2024-04-23T18:03:19.858861687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.634135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m82.099µs\n"} -{"Time":"2024-04-23T18:03:19.858869527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.636195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m14 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.858876827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.637034Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:19.858884987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.637367Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4421), path: \"/_matrix/federation/v1/send/0jNvyfILwk9p1zboK859wfyx9T440tgPijsmJiHoZvs\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:19.858894387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.637383Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.858901517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.637422Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:4421): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:03:19.858909667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.637442Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:4421)\n"} -{"Time":"2024-04-23T18:03:19.858917627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.637512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.858925457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.637538Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:19.858940317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.637894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.858947877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.639497Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.858956107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.639615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=316\u0026timeout=1000 {\"host\": \"127.0.0.1:1087\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.858963947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.639640Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=316\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:19.858970896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.639699Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:03:19.858978226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.641231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.858985666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.641477Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.858997556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.642308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.859004966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.642484Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:4421)\n"} -{"Time":"2024-04-23T18:03:19.859012446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.642513Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:4421)\n"} -{"Time":"2024-04-23T18:03:19.859020786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.642541Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:4421 for https://host.docker.internal:4421/_matrix/federation/v1/send/0jNvyfILwk9p1zboK859wfyx9T440tgPijsmJiHoZvs with https://host.docker.internal:4421/_matrix/federation/v1/send/0jNvyfILwk9p1zboK859wfyx9T440tgPijsmJiHoZvs\n"} -{"Time":"2024-04-23T18:03:19.859029816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.642560Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:19.859037536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.642595Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4421\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:4421/_matrix/federation/v1/send/0jNvyfILwk9p1zboK859wfyx9T440tgPijsmJiHoZvs\n"} -{"Time":"2024-04-23T18:03:19.859046076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.645057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:19.859053736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.645266Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4421, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:19.859061896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.645454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/federation/v1/get_missing_events/!ffeeBw8cF5s6YzCcFe:hs1 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"158\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:19.859070616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.645477Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/federation/v1/get_missing_events/!ffeeBw8cF5s6YzCcFe:hs1 Some(Object({\"earliest_events\": Array([String(\"$bbm9xjejKgD0cM5b6gLhJepKBS59X4jJ6W37ZOzd9r0\")]), \"latest_events\": Array([String(\"$hZm8tgcYRN0l1yCI43CsXzDVNlpgrZTWVRwCr7r1vmw\")]), \"limit\": 10, \"min_depth\": 1}))\n"} -{"Time":"2024-04-23T18:03:19.859078896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.645626Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:19.859086245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.645979Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/get_missing_events/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:19.859093165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.646464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:03:19.859100325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\u001b[2m2024-04-23T22:03:19.646574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:03:19.859106615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"2024/04/23 18:03:19 ============== 51c2927a3963c2c5af309cbe218368baf74945acc5c60e11242e37872095b1ac : END LOGS ==============\n"} -{"Time":"2024-04-23T18:03:19.859113855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\n"} -{"Time":"2024-04-23T18:03:19.859121065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"\n"} -{"Time":"2024-04-23T18:03:19.8757628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Output":"--- FAIL: TestInboundCanReturnMissingEvents (2.63s)\n"} -{"Time":"2024-04-23T18:03:19.87578792-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestInboundCanReturnMissingEvents","Elapsed":2.63} -{"Time":"2024-04-23T18:03:19.87580204-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite"} -{"Time":"2024-04-23T18:03:19.87580778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"=== RUN TestFederationRejectInvite\n"} -{"Time":"2024-04-23T18:03:20.962381428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":" federation_room_invite_test.go:20: Deploy times: 11.688808ms blueprints, 1.07484121s containers\n"} -{"Time":"2024-04-23T18:03:21.026157601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (63.694674ms)\n"} -{"Time":"2024-04-23T18:03:21.080870654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (54.584323ms)\n"} -{"Time":"2024-04-23T18:03:22.894905901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (13.453433ms)\n"} -{"Time":"2024-04-23T18:03:22.931318073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":" federation_room_invite_test.go:48: Server.MustJoinRoom joined room ID !oNHWrheSOrR9F0AuZF:hs1\n"} -{"Time":"2024-04-23T18:03:22.949433165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":" federation_room_invite_test.go:35: Received PDU m.room.member/@delia:host.docker.internal:18365\n"} -{"Time":"2024-04-23T18:03:23.239324645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!oNHWrheSOrR9F0AuZF:hs1/invite =\u003e 200 OK (307.944622ms)\n"} -{"Time":"2024-04-23T18:03:23.243923384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":" federation_room_invite_test.go:35: Received PDU m.room.member/@user-2:hs2\n"} -{"Time":"2024-04-23T18:03:23.252154563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/rooms/!oNHWrheSOrR9F0AuZF:hs1/leave =\u003e 200 OK (8.091879ms)\n"} -{"Time":"2024-04-23T18:03:28.252962207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":" federation_room_invite_test.go:59: \u001b[31mWait: timed out after 5.000000 seconds.\u001b[39m\n"} -{"Time":"2024-04-23T18:03:28.436403506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"2024/04/23 18:03:28 ============================================\n"} -{"Time":"2024-04-23T18:03:28.436432666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.436441055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.436448885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"2024/04/23 18:03:28 1757fc03c2bea6da52bb7e7c18686bd44532eca36dc5693cf825f0ba516b4b5e : Server logs:\n"} -{"Time":"2024-04-23T18:03:28.436461365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:03:28.436471945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:03:28.436481255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:03:28.436488365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:03:28.436502045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:03:28.436509605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"+ echo 'IP.1 = 172.23.0.3'\n"} -{"Time":"2024-04-23T18:03:28.436520055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:03:28.436529075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:03:28.436536925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:03:28.436544595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:03:28.436556234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.376415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:03:28.436565154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.376515Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:03:28.436574494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.376820Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:03:28.436583764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.376827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:03:28.436591944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.376834Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:03:28.436600684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.376840Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:03:28.436608754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.377539Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:03:28.436620894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.436630204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:03:28.436638284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.377646Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:03:28.436647604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.379969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:03:28.436655964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.381571Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:03:28.436664493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.382167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:03:28.436672543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.383207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:03:28.436680283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.820369Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 438.791521ms\n"} -{"Time":"2024-04-23T18:03:28.436688263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.822832Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:03:28.436696393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.822896Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:03:28.436704563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.822909Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:03:28.436712463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.822918Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:03:28.436720913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.822926Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:03:28.436732553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.822941Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:03:28.436740683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.822948Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:03:28.436748663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.822955Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:03:28.436756793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.822962Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:03:28.436765073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.822969Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:03:28.436773193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.822976Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:03:28.436781042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.822983Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:03:28.436788992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.822990Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:03:28.436798402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.822996Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:03:28.436808392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.823014Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:03:28.436816702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.823026Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:03:28.436825962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.823035Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:03:28.436835272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.823045Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:03:28.436843702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.823056Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:03:28.436851602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.823064Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:03:28.436859742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.824650Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:03:28.436867882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.827464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:03:28.436875842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.843841Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:03:28.436892941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.843850Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:03:28.436901751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.844439Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:03:28.436911141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.844573Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:03:28.436919521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.856095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:28.436928931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.856658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1091\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:28.436961021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.856775Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:03:28.436970681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.857019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:28.436996261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.962991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:28.4370062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.963479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1091\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:28.43701759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.963503Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:03:28.43702754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.014473Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:03:28.43703788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.016553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:28.43705074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.016806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:28.43706667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.016969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:28.43707957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.020332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:28.43709306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.020350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:28.43710629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.020373Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:28.437118929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.022016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:28.437131569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.022045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:28.437143759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.022053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:28.437156909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.022077Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:28.437170779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.022145Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:03:28.437197449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.022158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:03:28.437210659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.022185Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:28.437222949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.022193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:28.437239078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.024130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:28.437254618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:28.437275898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.024158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:28.437289958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:28.437308248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.024166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:28.437323888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:28.437338248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.025742Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:03:28.437347797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.025832Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m62 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:28.437358317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.026798Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:28.437370417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.026874Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:28.437383467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.026892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:28.437394407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.881832Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:28.437404247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.882332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1091\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:28.437415037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.882367Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:03:28.437425697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.883084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:03:28.437438127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.883116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:03:28.437450747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.883151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:03:28.437463286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.885029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:28.437477696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.885067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:28.437490266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.885141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:28.437503396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.887340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:28.437517826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.887391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:28.437532436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.887410Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:28.437548446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.887436Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:28.437562376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.887451Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:28.437575665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.887466Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:28.437588585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.889228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:28.437602135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.889290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:28.437615295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.889307Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:28.437627695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.891114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:03:28.437640635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.891174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:03:28.437652435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.891192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:28.437669565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.893052Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:03:28.437681865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.893112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:28.437694344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.893130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:28.437705824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.894490Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:03:28.437714944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.894595Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:28.437724104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.897680Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:28.437735234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.898206Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for host.docker.internal:18365 keys\n"} -{"Time":"2024-04-23T18:03:28.437763384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.898237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:18365 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:03:28.437774164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.898774Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:28.437785204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.899026Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal:18365\n"} -{"Time":"2024-04-23T18:03:28.437796244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.899041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 2: Hostname with included port\n"} -{"Time":"2024-04-23T18:03:28.437807273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.899109Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":18365\") hostname: Named(\"host.docker.internal\", \":18365\")\n"} -{"Time":"2024-04-23T18:03:28.437820993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.899249Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(18365), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:28.437834403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.899397Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:18365)\n"} -{"Time":"2024-04-23T18:03:28.437847083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.899496Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(18365))\n"} -{"Time":"2024-04-23T18:03:28.437860313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.899515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:18365\n"} -{"Time":"2024-04-23T18:03:28.437873763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.899616Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:18365\n"} -{"Time":"2024-04-23T18:03:28.437884633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.913847Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:03:28.437895903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.913899Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:18365)\n"} -{"Time":"2024-04-23T18:03:28.437906543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.914249Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:18365)\n"} -{"Time":"2024-04-23T18:03:28.437917722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.914263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:18365)\n"} -{"Time":"2024-04-23T18:03:28.437929352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.914376Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:18365 for https://host.docker.internal:18365/_matrix/key/v2/server with https://host.docker.internal:18365/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:28.437951322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.914388Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:28.437961682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.914455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:18365/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:28.437975192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.914668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21oNHWrheSOrR9F0AuZF:hs1/@delia:host.docker.internal:18365?ver=1\u0026ver=2\u0026ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:28.437987582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.914681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21oNHWrheSOrR9F0AuZF:hs1/@delia:host.docker.internal:18365?ver=1\u0026ver=2\u0026ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787 None\n"} -{"Time":"2024-04-23T18:03:28.437998312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.914828Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:28.438007872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.915212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:28.438017132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.915231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:28.438026071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.915262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:28.438036051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.915562Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m17 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:28.438045381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.918695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:28.438055281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.919257Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:18365, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:28.438066041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.919534Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21oNHWrheSOrR9F0AuZF:hs1/$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"905\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:28.438085021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.919559Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21oNHWrheSOrR9F0AuZF:hs1/$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY Some(Object({\"auth_events\": Array([String(\"$3l32F0J_aTkMhClBPeVeqsNycpiO4FC4JQo4HzyNm5c\"), String(\"$xTO7QDP9J49e5lVC-JeKO-RVVJbKEg8VJNjZyAcRjyo\"), String(\"$OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 7, \"hashes\": Object({\"sha256\": String(\"w5VUY+Bgy48BDy39TXHTOdWjoVgcVWtzuYRDisv9iGw\")}), \"origin\": String(\"host.docker.internal:18365\"), \"origin_server_ts\": 1713909802915, \"prev_events\": Array([String(\"$yEbefTxPO-T4wBB_HCE7Bli6GNw-Uf1Gz2jRpbAAVCg\")]), \"prev_state\": Array([]), \"room_id\": String(\"!oNHWrheSOrR9F0AuZF:hs1\"), \"sender\": String(\"@delia:host.docker.internal:18365\"), \"signatures\": Object({\"host.docker.internal:18365\": Object("} -{"Time":"2024-04-23T18:03:28.438098841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"{\"ed25519:complement_d587b3da5ae21de449ee70a2e2869aa45d15ee66bee5c93c5430fcb2e2a3023c\": String(\"v6wdKzu7IffcKwiqmDxGOoKGoIstZ/baaNYqaxryrvHkisqzvHptQqbf2/9XLoxloCW0Iwr1gssY1TXjlPwADQ\")}), \"hs1\": Object({\"ed25519:47tEZhMl\": String(\"dVwWaW3dJAS2DA13v1XwUkgoea7IRFHtokLNQNRCE0dYDmUzao2/UNEgmovki927bI0TwbmfJ6dqb9HZ7ttxDw\")})}), \"state_key\": String(\"@delia:host.docker.internal:18365\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:28.438108641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.919787Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:28.438118101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.920258Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:18365, hs1\n"} -{"Time":"2024-04-23T18:03:28.438129211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.920488Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:18365, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:28.43813974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.920587Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:28.43815166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.920766Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:28.43816308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.921284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:28.43817398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.921404Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $3l32F0J_aTkMhClBPeVeqsNycpiO4FC4JQo4HzyNm5c in db\n"} -{"Time":"2024-04-23T18:03:28.43818652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.921446Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $xTO7QDP9J49e5lVC-JeKO-RVVJbKEg8VJNjZyAcRjyo in db\n"} -{"Time":"2024-04-23T18:03:28.43819876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.921485Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8 in db\n"} -{"Time":"2024-04-23T18:03:28.43821014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.921519Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:28.43822122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.921536Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $3l32F0J_aTkMhClBPeVeqsNycpiO4FC4JQo4HzyNm5c in db\n"} -{"Time":"2024-04-23T18:03:28.438232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.921550Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $xTO7QDP9J49e5lVC-JeKO-RVVJbKEg8VJNjZyAcRjyo in db\n"} -{"Time":"2024-04-23T18:03:28.43824277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.921564Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8 in db\n"} -{"Time":"2024-04-23T18:03:28.438253549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.921584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:28.438265549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.921759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY (m.room.member)\n"} -{"Time":"2024-04-23T18:03:28.438277509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.921797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:28.438289259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.921877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:28.438300369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.921987Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:28.438310949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.922167Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:28.438324129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.922370Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $yEbefTxPO-T4wBB_HCE7Bli6GNw-Uf1Gz2jRpbAAVCg in db\n"} -{"Time":"2024-04-23T18:03:28.438336899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.922396Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:28.438348809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.922410Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $yEbefTxPO-T4wBB_HCE7Bli6GNw-Uf1Gz2jRpbAAVCg in db\n"} -{"Time":"2024-04-23T18:03:28.438360069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.922572Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:28.438370868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.922623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$yEbefTxPO-T4wBB_HCE7Bli6GNw-Uf1Gz2jRpbAAVCg\"]\n"} -{"Time":"2024-04-23T18:03:28.438381788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.922780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:03:28.438393198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.922807Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:03:28.438405248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.922922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:03:28.438416078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.923020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:03:28.438426968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.923102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY (m.room.member)\n"} -{"Time":"2024-04-23T18:03:28.438438068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.923221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:28.438448648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.923424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:28.438458858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.923449Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:03:28.438470908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.923680Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:03:28.438481957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.923702Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY (m.room.member)\n"} -{"Time":"2024-04-23T18:03:28.438494147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.923725Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:28.438504577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.923853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:28.438515147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.923866Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:03:28.438527227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.923873Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:03:28.438539027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.923908Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:03:28.438549907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.923918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:03:28.438561927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.923953Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:03:28.438572547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.924108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:03:28.438583477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.924211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m48.909µs\n"} -{"Time":"2024-04-23T18:03:28.438596516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.924334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$xTO7QDP9J49e5lVC-JeKO-RVVJbKEg8VJNjZyAcRjyo\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m171.648µs\n"} -{"Time":"2024-04-23T18:03:28.438610126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.924405Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m243.378µs\n"} -{"Time":"2024-04-23T18:03:28.438622306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.924531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YmQuytvhQ6A6cP4k3bJz1jZQA64z8KTrjE18HCQIT6o\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m369.277µs\n"} -{"Time":"2024-04-23T18:03:28.438636066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.924600Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m437.846µs\n"} -{"Time":"2024-04-23T18:03:28.438667996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.924737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$3l32F0J_aTkMhClBPeVeqsNycpiO4FC4JQo4HzyNm5c\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m575.005µs\n"} -{"Time":"2024-04-23T18:03:28.438680786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.924806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m644.174µs\n"} -{"Time":"2024-04-23T18:03:28.438692856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.924969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m807.313µs\n"} -{"Time":"2024-04-23T18:03:28.438705806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.925041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m878.772µs\n"} -{"Time":"2024-04-23T18:03:28.438718065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.925192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ymMPxcO_dg1rP1-ApnZvhrHE5tK0jh9bpH55ndTBIzc\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.030201ms\n"} -{"Time":"2024-04-23T18:03:28.438730565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.925262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.10043ms\n"} -{"Time":"2024-04-23T18:03:28.438742025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.925413Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$yEbefTxPO-T4wBB_HCE7Bli6GNw-Uf1Gz2jRpbAAVCg\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.250939ms\n"} -{"Time":"2024-04-23T18:03:28.438757425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.925482Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.320178ms\n"} -{"Time":"2024-04-23T18:03:28.438769375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.925496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.334978ms\n"} -{"Time":"2024-04-23T18:03:28.438781575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.925686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m164.068µs\n"} -{"Time":"2024-04-23T18:03:28.438793105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.925892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m370.487µs\n"} -{"Time":"2024-04-23T18:03:28.438805085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.925970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m449.726µs\n"} -{"Time":"2024-04-23T18:03:28.438818005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.925984Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m463.626µs\n"} -{"Time":"2024-04-23T18:03:28.438831204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:03:28.438842254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:03:28.438853954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:03:28.438864664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:03:28.438876694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926279Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$xTO7QDP9J49e5lVC-JeKO-RVVJbKEg8VJNjZyAcRjyo\", (\"m.room.power_levels\", \"\"): \"$3l32F0J_aTkMhClBPeVeqsNycpiO4FC4JQo4HzyNm5c\", (\"m.room.join_rules\", \"\"): \"$OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8\", (\"m.room.member\", \"@user-1:hs1\"): \"$YmQuytvhQ6A6cP4k3bJz1jZQA64z8KTrjE18HCQIT6o\", (\"m.room.history_visibility\", \"\"): \"$ymMPxcO_dg1rP1-ApnZvhrHE5tK0jh9bpH55ndTBIzc\", (\"m.room.guest_access\", \"\"): \"$yEbefTxPO-T4wBB_HCE7Bli6GNw-Uf1Gz2jRpbAAVCg\"}\n"} -{"Time":"2024-04-23T18:03:28.438891774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:03:28.438902874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@delia:host.docker.internal:18365\"): [\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\"]}\n"} -{"Time":"2024-04-23T18:03:28.438914374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:03:28.438925454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8\", \"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\"}\n"} -{"Time":"2024-04-23T18:03:28.438955073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:03:28.438967443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926474Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8) senders power level\n"} -{"Time":"2024-04-23T18:03:28.438978883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:03:28.438989663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926521Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8 power level 100\n"} -{"Time":"2024-04-23T18:03:28.439000223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926530Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:28.439010693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:03:28.439020783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926568Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8\"]\n"} -{"Time":"2024-04-23T18:03:28.439033103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:28.439044113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8\"]\n"} -{"Time":"2024-04-23T18:03:28.439055262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8\"\n"} -{"Time":"2024-04-23T18:03:28.439066502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926692Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8 (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:28.439079112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8 ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:28.439090812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926728Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:28.439102802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:03:28.439114982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926748Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$xTO7QDP9J49e5lVC-JeKO-RVVJbKEg8VJNjZyAcRjyo\", (\"m.room.power_levels\", \"\"): \"$3l32F0J_aTkMhClBPeVeqsNycpiO4FC4JQo4HzyNm5c\", (\"m.room.join_rules\", \"\"): \"$OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8\", (\"m.room.member\", \"@user-1:hs1\"): \"$YmQuytvhQ6A6cP4k3bJz1jZQA64z8KTrjE18HCQIT6o\", (\"m.room.history_visibility\", \"\"): \"$ymMPxcO_dg1rP1-ApnZvhrHE5tK0jh9bpH55ndTBIzc\", (\"m.room.guest_access\", \"\"): \"$yEbefTxPO-T4wBB_HCE7Bli6GNw-Uf1Gz2jRpbAAVCg\"}\n"} -{"Time":"2024-04-23T18:03:28.439128442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:03:28.439140182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926777Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\"]\n"} -{"Time":"2024-04-23T18:03:28.439150822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926786Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$3l32F0J_aTkMhClBPeVeqsNycpiO4FC4JQo4HzyNm5c\")\n"} -{"Time":"2024-04-23T18:03:28.439162971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:03:28.439173691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\n"} -{"Time":"2024-04-23T18:03:28.439185351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $3l32F0J_aTkMhClBPeVeqsNycpiO4FC4JQo4HzyNm5c\n"} -{"Time":"2024-04-23T18:03:28.439196381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926923Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\"]\n"} -{"Time":"2024-04-23T18:03:28.439207281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926938Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:28.439217931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.926945Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\"]\n"} -{"Time":"2024-04-23T18:03:28.439228571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.927037Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\"\n"} -{"Time":"2024-04-23T18:03:28.439241071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.927049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY (m.room.member)\n"} -{"Time":"2024-04-23T18:03:28.439252181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.927060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:28.439262921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.927099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:28.439273471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.927120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:03:28.43928691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.927172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:03:28.43929735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.928138Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:03:28.43931133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.929306Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m6.508563ms\n"} -{"Time":"2024-04-23T18:03:28.43932178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.929387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m15.59µs\n"} -{"Time":"2024-04-23T18:03:28.43933202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.929413Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m41.41µs\n"} -{"Time":"2024-04-23T18:03:28.43934203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.930505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m11 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:28.43935155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.931378Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:28.43936219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.931572Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:28.43937229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.931742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(18365), path: \"/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:28.43938531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.931810Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:18365)\n"} -{"Time":"2024-04-23T18:03:28.439395859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.931846Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(18365))\n"} -{"Time":"2024-04-23T18:03:28.439406549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.931879Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:18365\n"} -{"Time":"2024-04-23T18:03:28.439417059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.931902Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21oNHWrheSOrR9F0AuZF:hs1/invite {\"host\": \"127.0.0.1:1091\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:28.439428099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.931929Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21oNHWrheSOrR9F0AuZF:hs1/invite Some(Object({\"user_id\": String(\"@user-2:hs2\")}))\n"} -{"Time":"2024-04-23T18:03:28.439437459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.932118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:18365\n"} -{"Time":"2024-04-23T18:03:28.439446729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.932896Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:28.439457199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.932950Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:28.439466349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.933010Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:28.439477599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.934867Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:28.439488929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.934919Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:03:28.439499229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.934958Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:03:28.439509548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.935061Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:03:28.439520698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.935117Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.439533188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.935161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:03:28.439545498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.935221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.439557318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.935290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 31243:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:03:28.439564868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.439571278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:03:28.439577998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.439586078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.935382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:03:28.439597558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.935424Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:03:28.439627117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.935772Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:03:28.439638177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.935806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 31243\n"} -{"Time":"2024-04-23T18:03:28.439649177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.935842Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 31243:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:03:28.439658557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.439665227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:03:28.439671857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:03:28.439679007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"hs2. 600 IN A 172.23.0.2\n"} -{"Time":"2024-04-23T18:03:28.439685757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:03:28.439692407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.439698867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.439706867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.935876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 31243:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:03:28.439716277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.439722847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:03:28.439729477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:03:28.439736216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"hs2. 600 IN A 172.23.0.2\n"} -{"Time":"2024-04-23T18:03:28.439742836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:03:28.439749926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.439756476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.439764806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.936036Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:03:28.439775596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.936069Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.2:443\n"} -{"Time":"2024-04-23T18:03:28.439788586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.936286Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.23.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:03:28.439801026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.936332Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:03:28.439816026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.936359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:03:28.439828676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.936396Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:03:28.439839226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.936455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:03:28.439849605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.936492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:03:28.439860335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.936513Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.439872975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.936537Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:03:28.439883935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.936555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.439893965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.936605Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 51272:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:03:28.439901455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.439908105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.439914915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.439922965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.936645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:03:28.439943105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.936673Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:03:28.439954445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.938213Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:03:28.439964964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.938246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 51272\n"} -{"Time":"2024-04-23T18:03:28.439976924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.938288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 51272:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:03:28.439986344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.439993054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.439999834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:03:28.440007594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:03:28.440014654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":". 86166 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:03:28.440021994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.440028584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.440036934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.938329Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:03:28.440048264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.938360Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:03:28.440059044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.938584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:03:28.440069844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.938635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.440079973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.938733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m13871\n"} -{"Time":"2024-04-23T18:03:28.440088243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.938753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 13871:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:03:28.440095753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.440102343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.440108993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.440116373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.938779Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:03:28.440124233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.941158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:03:28.440132473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.941173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:03:28.440140213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.941183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:03:28.440147663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.941197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:03:28.440155373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.941206Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:03:28.440163203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.941215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:03:28.440170893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.941223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:03:28.440178963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.941240Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:03:28.440187482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.941276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 13871:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:03:28.440196672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.440203312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.440210262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:03:28.440217072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:03:28.440224162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":". 86166 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:03:28.440232812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.440239682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.440248082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.941333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:03:28.440258912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.941357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.440271272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.941384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:03:28.440282492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.941406Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.440292532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.941460Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 13483:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:03:28.440300051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.440306881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.440313631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.440321531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.941512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:03:28.440333031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.941567Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:03:28.440343561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.942672Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:03:28.440354071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.942713Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 13483\n"} -{"Time":"2024-04-23T18:03:28.440364561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.942764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 13483:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:03:28.440373961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.440380441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.440387321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:03:28.440394471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:03:28.440401681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":". 86166 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:03:28.440408871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.44041543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.44042362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.942811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:03:28.44043526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.942850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:03:28.44044636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.942878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.44045605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.942971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:03:28.44046389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.943000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m50428\n"} -{"Time":"2024-04-23T18:03:28.44047217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.943017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 50428:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:03:28.44047967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.44048628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.44049277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.44049975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.943038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:03:28.44050831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.945504Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:03:28.44051869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.945587Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:18365)\n"} -{"Time":"2024-04-23T18:03:28.440529799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.948116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:28.440538969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.948376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:28.440548349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.949570Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:18365)\n"} -{"Time":"2024-04-23T18:03:28.440557989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.949598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:18365)\n"} -{"Time":"2024-04-23T18:03:28.440568589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.949746Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:18365 for https://host.docker.internal:18365/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8 with https://host.docker.internal:18365/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\n"} -{"Time":"2024-04-23T18:03:28.440578979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.949774Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:28.440588379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.949807Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:18365/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\n"} -{"Time":"2024-04-23T18:03:28.440597659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.986250Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:03:28.440607719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.986265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:03:28.440615519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.986273Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:03:28.440623539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.986286Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:03:28.440631529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.986294Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:03:28.440639269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.986302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:03:28.440646858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.986308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:03:28.440654728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.986319Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:03:28.440663428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.986361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 50428:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:03:28.440673708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.440680428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.440687118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:03:28.440693828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:03:28.440700948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":". 86166 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:03:28.440708168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.440714498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.440723168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.986417Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:03:28.440733988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.986449Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:03:28.440744508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.986481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:03:28.440755177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.986504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.440766667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.986529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:03:28.440778177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.986547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.440788427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.986597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 4921:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:03:28.440795977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.440802947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.440809767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.440817927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.986654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:03:28.440828077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.986709Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:03:28.440838207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.987717Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:03:28.440849377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.987733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 4921\n"} -{"Time":"2024-04-23T18:03:28.440861127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.987753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 4921:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:03:28.440870386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.440877276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.440883976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:03:28.440890786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:03:28.440897636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":". 86166 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:03:28.440904726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.440911416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.440920086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.987768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:03:28.440942366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.987782Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:03:28.440954346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.987791Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.440965716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.987815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:03:28.440973806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.987825Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m4050\n"} -{"Time":"2024-04-23T18:03:28.440982126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.987830Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 4050:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:03:28.440990495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.440997255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.441004295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.441011485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:22.987840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:03:28.441019445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.030330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:03:28.441027105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.030347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:03:28.441034555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.030356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:03:28.441042265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.030368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:03:28.441049865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.030375Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:03:28.441057575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.030382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:03:28.441065215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.030389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:03:28.441073045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.030400Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:03:28.441082265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.030437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 4050:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:03:28.441091565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.441098305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.441106484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:03:28.441113374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:03:28.441120174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":". 86165 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:03:28.441127314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.441133804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.441141844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.030491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:03:28.441152814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.030512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.441185454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.030535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:03:28.441197924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.030555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.441207824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.030603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 17377:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:03:28.441216924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.441223483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.441230263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.441238093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.030656Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:03:28.441248703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.030719Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:03:28.441259053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.031807Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:03:28.441269563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.031828Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 17377\n"} -{"Time":"2024-04-23T18:03:28.441279863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.031866Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 17377:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:03:28.441289343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.441297393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.441304613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:03:28.441311523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:03:28.441318573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":". 86165 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:03:28.441325653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.441332133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.441340433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.031897Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:03:28.441353362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.031921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:03:28.441365222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.031968Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.441376172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.032013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:03:28.441384052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.032032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m2991\n"} -{"Time":"2024-04-23T18:03:28.441392552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.032042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 2991:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:03:28.441400142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.441406772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.441413622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.441421512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.032061Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:03:28.441429732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.075962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:03:28.441437782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.075977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:03:28.441445312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.075986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:03:28.441453822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.075999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:03:28.441461552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.076009Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:03:28.441469461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.076017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:03:28.441477091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.076025Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:03:28.441484991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.076037Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:03:28.441493851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.076100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 2991:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:03:28.441502901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.441509501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.441516461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:03:28.441523141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:03:28.441530021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":". 86165 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:03:28.441537131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.441543591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.441551631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.076159Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:03:28.441562751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.076217Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:03:28.441573941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.076299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:03:28.44158562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.076692Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v2/invite/!oNHWrheSOrR9F0AuZF:hs1/$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:28.44159793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.076743Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:03:28.44160801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.076773Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:03:28.44161853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.076798Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.2:8448\n"} -{"Time":"2024-04-23T18:03:28.4416285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.076985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.23.0.2:8448\n"} -{"Time":"2024-04-23T18:03:28.44163858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.079171Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:03:28.44164892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.079252Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:03:28.44165838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.223744Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:28.44166713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.224050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:28.44167698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.227274Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:03:28.44168811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.227303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:03:28.4416989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.227330Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v2/invite/!oNHWrheSOrR9F0AuZF:hs1/$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA with https://hs2:8448/_matrix/federation/v2/invite/!oNHWrheSOrR9F0AuZF:hs1/$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\n"} -{"Time":"2024-04-23T18:03:28.441709789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.227348Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:28.441719959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.227382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v2/invite/!oNHWrheSOrR9F0AuZF:hs1/$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\n"} -{"Time":"2024-04-23T18:03:28.441730559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.227551Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2, hs1\n"} -{"Time":"2024-04-23T18:03:28.441740469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.227695Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs2 keys\n"} -{"Time":"2024-04-23T18:03:28.441750409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.227721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:03:28.441760049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.227774Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:28.441771269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.227984Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:28.441783029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.228046Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:03:28.441794479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.228072Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:03:28.441807529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.228176Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:28.441817709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.229058Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:03:28.441828358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.229084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:03:28.441840268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.229111Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/key/v2/server with https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:28.441851248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.229132Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:28.441861208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.229168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:28.441871718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.229611Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:28.441882628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.230133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:28.441895778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.230212Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8 in db\n"} -{"Time":"2024-04-23T18:03:28.441907768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.230263Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $YmQuytvhQ6A6cP4k3bJz1jZQA64z8KTrjE18HCQIT6o in db\n"} -{"Time":"2024-04-23T18:03:28.441918858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.230316Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $3l32F0J_aTkMhClBPeVeqsNycpiO4FC4JQo4HzyNm5c in db\n"} -{"Time":"2024-04-23T18:03:28.441938888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.230370Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $xTO7QDP9J49e5lVC-JeKO-RVVJbKEg8VJNjZyAcRjyo in db\n"} -{"Time":"2024-04-23T18:03:28.441950657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.230393Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:28.441961457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.230409Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8 in db\n"} -{"Time":"2024-04-23T18:03:28.441973897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.230428Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $YmQuytvhQ6A6cP4k3bJz1jZQA64z8KTrjE18HCQIT6o in db\n"} -{"Time":"2024-04-23T18:03:28.441985227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.230443Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $3l32F0J_aTkMhClBPeVeqsNycpiO4FC4JQo4HzyNm5c in db\n"} -{"Time":"2024-04-23T18:03:28.441996047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.230460Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $xTO7QDP9J49e5lVC-JeKO-RVVJbKEg8VJNjZyAcRjyo in db\n"} -{"Time":"2024-04-23T18:03:28.442007127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.230486Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:28.442018607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.230621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA (m.room.member)\n"} -{"Time":"2024-04-23T18:03:28.442029207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.230656Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:28.442040847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.230731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:28.442051167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.230753Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:28.442061856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.230892Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:28.442074126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.231122Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY in db\n"} -{"Time":"2024-04-23T18:03:28.442085326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.231150Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:28.442098196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.231164Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY in db\n"} -{"Time":"2024-04-23T18:03:28.442110656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.231201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:28.442123066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.231262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\"]\n"} -{"Time":"2024-04-23T18:03:28.442134476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.231388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:03:28.442145086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.231417Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:03:28.442155546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.231529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:03:28.442166266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.231626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:03:28.442177605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.231645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA (m.room.member)\n"} -{"Time":"2024-04-23T18:03:28.442188285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.231763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:28.442198635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.231886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:28.442209135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.231911Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:03:28.442219345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.232193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:03:28.442231605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.232215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA (m.room.member)\n"} -{"Time":"2024-04-23T18:03:28.442242235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.232242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:28.442252775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.232301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:28.442263145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.232331Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:03:28.442274805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.232347Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:03:28.442303674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.232420Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:03:28.442315344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.232445Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:03:28.442326044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.232504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:03:28.442336624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.232753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:03:28.442346934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.232914Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m42.72µs\n"} -{"Time":"2024-04-23T18:03:28.442358514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.232991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m119.449µs\n"} -{"Time":"2024-04-23T18:03:28.442369984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.233085Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m33.529µs\n"} -{"Time":"2024-04-23T18:03:28.442381644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.233465Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m412.996µs\n"} -{"Time":"2024-04-23T18:03:28.442394004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.233606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m553.535µs\n"} -{"Time":"2024-04-23T18:03:28.442405853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.233632Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m581.995µs\n"} -{"Time":"2024-04-23T18:03:28.442418673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.233685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:03:28.442429243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.233808Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:03:28.442439733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.233827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:03:28.442450123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.233904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:03:28.442461713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.233920Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$3l32F0J_aTkMhClBPeVeqsNycpiO4FC4JQo4HzyNm5c\", (\"m.room.create\", \"\"): \"$xTO7QDP9J49e5lVC-JeKO-RVVJbKEg8VJNjZyAcRjyo\", (\"m.room.guest_access\", \"\"): \"$yEbefTxPO-T4wBB_HCE7Bli6GNw-Uf1Gz2jRpbAAVCg\", (\"m.room.member\", \"@user-1:hs1\"): \"$YmQuytvhQ6A6cP4k3bJz1jZQA64z8KTrjE18HCQIT6o\", (\"m.room.history_visibility\", \"\"): \"$ymMPxcO_dg1rP1-ApnZvhrHE5tK0jh9bpH55ndTBIzc\", (\"m.room.member\", \"@delia:host.docker.internal:18365\"): \"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\", (\"m.room.join_rules\", \"\"): \"$OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8\"}\n"} -{"Time":"2024-04-23T18:03:28.442476143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.233970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:03:28.442488183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.233986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\"]}\n"} -{"Time":"2024-04-23T18:03:28.442499583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 1\n"} -{"Time":"2024-04-23T18:03:28.442510532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\"}\n"} -{"Time":"2024-04-23T18:03:28.442521322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:03:28.442531812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234232Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:28.442541762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:03:28.442553452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234261Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:03:28.442570122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:28.442580402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234297Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:03:28.442590712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:03:28.442602802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234326Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$3l32F0J_aTkMhClBPeVeqsNycpiO4FC4JQo4HzyNm5c\", (\"m.room.create\", \"\"): \"$xTO7QDP9J49e5lVC-JeKO-RVVJbKEg8VJNjZyAcRjyo\", (\"m.room.guest_access\", \"\"): \"$yEbefTxPO-T4wBB_HCE7Bli6GNw-Uf1Gz2jRpbAAVCg\", (\"m.room.member\", \"@user-1:hs1\"): \"$YmQuytvhQ6A6cP4k3bJz1jZQA64z8KTrjE18HCQIT6o\", (\"m.room.history_visibility\", \"\"): \"$ymMPxcO_dg1rP1-ApnZvhrHE5tK0jh9bpH55ndTBIzc\", (\"m.room.member\", \"@delia:host.docker.internal:18365\"): \"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\", (\"m.room.join_rules\", \"\"): \"$OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8\"}\n"} -{"Time":"2024-04-23T18:03:28.442618742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:03:28.442629581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234378Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\"]\n"} -{"Time":"2024-04-23T18:03:28.442641331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234394Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$3l32F0J_aTkMhClBPeVeqsNycpiO4FC4JQo4HzyNm5c\")\n"} -{"Time":"2024-04-23T18:03:28.442651861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:03:28.442662361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\n"} -{"Time":"2024-04-23T18:03:28.442672841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $3l32F0J_aTkMhClBPeVeqsNycpiO4FC4JQo4HzyNm5c\n"} -{"Time":"2024-04-23T18:03:28.442684631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234714Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\"]\n"} -{"Time":"2024-04-23T18:03:28.442695301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:28.442705771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\"]\n"} -{"Time":"2024-04-23T18:03:28.442716741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.234994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\"\n"} -{"Time":"2024-04-23T18:03:28.442728071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.235019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA (m.room.member)\n"} -{"Time":"2024-04-23T18:03:28.44273865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.235047Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:28.44275059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.235096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:28.44276117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.235141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:03:28.44277276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.235242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:03:28.44278326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.236509Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:03:28.4427938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.238712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m7.303006ms\n"} -{"Time":"2024-04-23T18:03:28.44280403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.239019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m307 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:28.44281475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.239604Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:28.44282522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.239817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(18365), path: \"/_matrix/federation/v1/send/B_hihM16zlv7EHI62CL9By1_U46fmAc-0sSF_hEscZw\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:28.44283834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.239850Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:18365): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:03:28.44284832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.239868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:18365)\n"} -{"Time":"2024-04-23T18:03:28.442857639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.242669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:28.442867459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.242969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:28.442876689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.244075Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:18365)\n"} -{"Time":"2024-04-23T18:03:28.442886309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.244102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:18365)\n"} -{"Time":"2024-04-23T18:03:28.442897999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.244127Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:18365 for https://host.docker.internal:18365/_matrix/federation/v1/send/B_hihM16zlv7EHI62CL9By1_U46fmAc-0sSF_hEscZw with https://host.docker.internal:18365/_matrix/federation/v1/send/B_hihM16zlv7EHI62CL9By1_U46fmAc-0sSF_hEscZw\n"} -{"Time":"2024-04-23T18:03:28.442908569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.244143Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:28.442917989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.244169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18365\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:18365/_matrix/federation/v1/send/B_hihM16zlv7EHI62CL9By1_U46fmAc-0sSF_hEscZw\n"} -{"Time":"2024-04-23T18:03:28.442927459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.245322Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:28.442947509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.245648Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:28.442958149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.245806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_leave/!oNHWrheSOrR9F0AuZF:hs1/@user-2:hs2 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:03:28.442968698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.245825Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_leave/!oNHWrheSOrR9F0AuZF:hs1/@user-2:hs2 None\n"} -{"Time":"2024-04-23T18:03:28.442978408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.245929Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:28.442987848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.246582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:28.442996958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.246615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:28.443005748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.246666Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:28.443014908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.247182Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:28.443024288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.248853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:28.443033818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.249239Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:28.443044128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.249494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_leave/!oNHWrheSOrR9F0AuZF:hs1/$OvGUYJKxNqdQ4oQ8oX7-YpDcT2VZE8pmkdplEQ-sIOU {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"831\"}\n"} -{"Time":"2024-04-23T18:03:28.443058968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.249517Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_leave/!oNHWrheSOrR9F0AuZF:hs1/$OvGUYJKxNqdQ4oQ8oX7-YpDcT2VZE8pmkdplEQ-sIOU Some(Object({\"auth_events\": Array([String(\"$xTO7QDP9J49e5lVC-JeKO-RVVJbKEg8VJNjZyAcRjyo\"), String(\"$3l32F0J_aTkMhClBPeVeqsNycpiO4FC4JQo4HzyNm5c\"), String(\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\")]), \"content\": Object({\"membership\": String(\"leave\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"JoBIX2w1Dqbywf0zsNr9o2dv+yiim3K0hrJRf1TXKng\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909803247, \"prev_events\": Array([String(\"$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA\")]), \"room_id\": String(\"!oNHWrheSOrR9F0AuZF:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"yOZSMeL+wue0qkXJjeuo5X0Yz0g7Gj/TQjs/aDbVxqN3slCVgOmb/+RP6VTSQRH"} -{"Time":"2024-04-23T18:03:28.443072488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"L1TSh3MiRZSLGifDLSB1QDg\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"VpdoadBKKlfjG54VCFItxwOkKa5rSKHSj6403DBBC1UJQc8vqTs+Ny4RWMKopozaOJmZz0tW72eUn+jN53hvDw\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"prev_sender\": String(\"@user-1:hs1\")})}))\n"} -{"Time":"2024-04-23T18:03:28.443083517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.249765Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:28.443094817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.250127Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$OvGUYJKxNqdQ4oQ8oX7-YpDcT2VZE8pmkdplEQ-sIOU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:28.443106167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.250410Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$OvGUYJKxNqdQ4oQ8oX7-YpDcT2VZE8pmkdplEQ-sIOU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oNHWrheSOrR9F0AuZF:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Dropping bad event $OvGUYJKxNqdQ4oQ8oX7-YpDcT2VZE8pmkdplEQ-sIOU: Verification error: Could not find public key for \"hs2\"\n"} -{"Time":"2024-04-23T18:03:28.443116517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.250469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_INVALID_PARAM: Signature verification failed\n"} -{"Time":"2024-04-23T18:03:28.443125947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.250541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:03:28.443135017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:28.253225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:03:28.443143187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:28.253335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:03:28.443151167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"2024/04/23 18:03:28 ============== 1757fc03c2bea6da52bb7e7c18686bd44532eca36dc5693cf825f0ba516b4b5e : END LOGS ==============\n"} -{"Time":"2024-04-23T18:03:28.443158277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.443164607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.63284926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"2024/04/23 18:03:28 ============================================\n"} -{"Time":"2024-04-23T18:03:28.63286836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.632875009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.632884289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"2024/04/23 18:03:28 9dd082fb60f349a2d2bbdfd90232fb4c2922da69bdc6c2a7baeb4608c5285a96 : Server logs:\n"} -{"Time":"2024-04-23T18:03:28.633049948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:03:28.633056408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:03:28.633061258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:03:28.633070808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:03:28.633077338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:03:28.633081638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"+ echo 'IP.1 = 172.23.0.2'\n"} -{"Time":"2024-04-23T18:03:28.633087788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:03:28.633097178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:03:28.633104117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:03:28.633108717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:03:28.633119057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.468875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:03:28.633125877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.468993Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:03:28.633133027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.469365Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:03:28.633139867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.469377Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:03:28.633146527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.469384Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:03:28.633153207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.469394Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:03:28.633159977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.470140Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:03:28.633166837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.633179517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:03:28.633184167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.470220Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:03:28.633191397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.472541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:03:28.633198297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.474057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:03:28.633207847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.474644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:03:28.633214757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.475674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:03:28.633221496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.920122Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 446.059418ms\n"} -{"Time":"2024-04-23T18:03:28.633228346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922231Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:03:28.633237766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922306Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:03:28.633244886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922320Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:03:28.633251516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922329Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:03:28.633257886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922337Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:03:28.633267776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922343Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:03:28.633274656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922351Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:03:28.633281596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922358Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:03:28.633288106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922365Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:03:28.633297746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922372Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:03:28.633304376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922379Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:03:28.633311486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922386Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:03:28.633318176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922393Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:03:28.633327606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922400Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:03:28.633334285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922417Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:03:28.633343415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922429Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:03:28.633349845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922437Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:03:28.633374875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922447Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:03:28.633380925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922456Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:03:28.633387725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.922463Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:03:28.633395915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.924099Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:03:28.633402605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.926731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:03:28.633407365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.943109Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:03:28.633414185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.943118Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:03:28.633421545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.943707Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:03:28.633429115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.943850Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:03:28.633433995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.961245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:28.633444744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.961758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1089\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:28.633454924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.961848Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:03:28.633462594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:20.962063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:28.633472624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.026820Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:28.633480164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.027450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1089\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:28.633488814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.027478Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:03:28.633496864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.070753Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:03:28.633505444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.072637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:28.633518344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.072867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:28.633527534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.073030Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:28.633536914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.075916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:28.633545814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.075943Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:28.633556454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.075970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:28.633563963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.077450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:28.633602773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.077478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:28.633654623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.077487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:28.633662853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.077513Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:28.633672822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.077577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs2\", \"@user-2:hs2\"}\n"} -{"Time":"2024-04-23T18:03:28.633680382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.077589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:03:28.633736042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.077614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:28.633743952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.077621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:28.633873111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.079169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:28.633890221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:28.6339114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.079196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:28.6339277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:28.63400992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.079204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:28.634025079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:28.634039799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.080515Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-2:hs2 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:03:28.634048779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.080603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m53 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:28.634062509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.081422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:28.634074299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.081489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:28.634087099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:21.081505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:28.634097489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.079672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:28.634108309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.080452Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs1 keys\n"} -{"Time":"2024-04-23T18:03:28.634117859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.080492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:03:28.634127679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.081053Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:28.634138188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.081396Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:03:28.634152058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.081425Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:03:28.634162688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.081577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:03:28.634177408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.081627Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.634188898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.081689Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:03:28.634204358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.081746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.634214758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.081816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 47213:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:03:28.634222168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.634228298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:03:28.634237768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.634245828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.082236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:03:28.634257927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.082306Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:03:28.634268767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.082762Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:03:28.634279357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.082797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 47213\n"} -{"Time":"2024-04-23T18:03:28.634293757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.082820Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 47213:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:03:28.634304197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.634313887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:03:28.634323577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:03:28.634330127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"hs1. 600 IN A 172.23.0.3\n"} -{"Time":"2024-04-23T18:03:28.634339537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:03:28.634346237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.634355597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.634363557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.082841Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 47213:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:03:28.634375846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.634382276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:03:28.634389986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:03:28.634399466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"hs1. 600 IN A 172.23.0.3\n"} -{"Time":"2024-04-23T18:03:28.634405836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:03:28.634412326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.634421496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.634429576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.083223Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:03:28.634440636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.083258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.3:443\n"} -{"Time":"2024-04-23T18:03:28.634454796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.083429Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.23.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:03:28.634467996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.083472Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:03:28.634482176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.083496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:03:28.634494996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.083530Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:03:28.634509055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.083602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:03:28.634519515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.083636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:03:28.634585685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.083661Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.634599885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.083685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:03:28.634611345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.083702Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.634625094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.083751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 26801:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:03:28.634632644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.634640694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.634647254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.634655164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.083802Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:03:28.634666054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.083852Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:03:28.634678244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.085016Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:03:28.634691914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.085043Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 26801\n"} -{"Time":"2024-04-23T18:03:28.634702374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.085075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 26801:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:03:28.634711434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.634717874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.634724344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:03:28.634730944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:03:28.634737693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":". 86165 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:03:28.634744783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.634750933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.634762473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.085103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:03:28.634774323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.085127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:03:28.634785633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.085292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:03:28.634796513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.085329Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.634806453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.085400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m23142\n"} -{"Time":"2024-04-23T18:03:28.634818453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.085414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 23142:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:03:28.634825673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.634831863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.634838083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.634847923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.085436Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:03:28.634855942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.087435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:03:28.634863572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.087452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:03:28.634871022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.087461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:03:28.634878502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.087472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:03:28.634889322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.087484Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:03:28.634897212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.087491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:03:28.634922002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.087498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:03:28.634930042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.087509Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:03:28.634953632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.087547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 23142:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:03:28.634963022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.634969512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.634980011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:03:28.634986771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:03:28.634993631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":". 86165 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:03:28.635000541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.635006961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.635015051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.087599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:03:28.635025821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.087620Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.635037701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.087643Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:03:28.635050411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.087662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.635060531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.087711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 18280:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:03:28.635071501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.635077851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.635084211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.63509199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.087751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:03:28.63510338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.087782Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:03:28.63511393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.088911Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:03:28.63512424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.088948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 18280\n"} -{"Time":"2024-04-23T18:03:28.63513457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.088986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 18280:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:03:28.63514391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.63515047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.63515662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:03:28.63516285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:03:28.63516975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":". 86165 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:03:28.63518025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.63518679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.63519491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.089016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:03:28.635205979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.089039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:03:28.635220639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.089060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.635230309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.089106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:03:28.635238029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.089125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m60853\n"} -{"Time":"2024-04-23T18:03:28.635246039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.089137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 60853:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:03:28.635253119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.635259479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.635267269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.635277649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.089155Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:03:28.635285159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.132035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:03:28.635292629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.132044Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:03:28.635300229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.132048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:03:28.635307429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.132054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:03:28.635314978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.132057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:03:28.635322418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.132061Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:03:28.635329708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.132064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:03:28.635340808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.132070Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:03:28.635349428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.132091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 60853:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:03:28.635358548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.635365168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.635371518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:03:28.635377998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:03:28.635384528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":". 86165 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:03:28.635391348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.635397938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.635405698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.132118Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:03:28.635416838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.132138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:03:28.635431347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.132153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:03:28.635442667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.132163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.635453967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.132175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:03:28.635465227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.132187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.635476207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.132213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 34217:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:03:28.635483397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.635489987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.635497957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.635505737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.132239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:03:28.635517207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.132263Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:03:28.635531347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.133536Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:03:28.635541866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.133567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 34217\n"} -{"Time":"2024-04-23T18:03:28.635552746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.133606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 34217:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:03:28.635561316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.635567726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.635574366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:03:28.635581376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:03:28.635592086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":". 86165 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:03:28.635599346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.635605436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.635613546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.133648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:03:28.635625126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.133679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:03:28.635636086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.133704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.635645706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.133763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:03:28.635653406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.133785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m32581\n"} -{"Time":"2024-04-23T18:03:28.635661265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.133800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 32581:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:03:28.635672435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.635680405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.635686925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.635693625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.133824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:03:28.635701005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.176123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:03:28.635708425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.176130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:03:28.635715815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.176134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:03:28.635723035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.176139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:03:28.635731725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.176143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:03:28.635739445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.176146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:03:28.635746685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.176149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:03:28.635757775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.176154Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:03:28.635766075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.176173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 32581:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:03:28.635775314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.635781564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.635787954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:03:28.635794484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:03:28.635801244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":". 86165 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:03:28.635808254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.635814504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.635822324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.176200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:03:28.635833124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.176211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.635849344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.176222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:03:28.635860404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.176233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.635871194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.176258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 60111:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:03:28.635878434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.635884753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.635891363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.635899153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.176315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:03:28.635909543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.176366Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:03:28.635919933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.177588Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:03:28.635930173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.177600Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 60111\n"} -{"Time":"2024-04-23T18:03:28.635953743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.177617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 60111:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:03:28.635962873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.635968933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.635980033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:03:28.635986603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:03:28.635993813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":". 86165 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:03:28.636000922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.636007222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.636015282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.177631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:03:28.636026642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.177642Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:03:28.636038122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.177650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:03:28.636047712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.177671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:03:28.636055262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.177681Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m3123\n"} -{"Time":"2024-04-23T18:03:28.636066672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.177686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 3123:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:03:28.636075032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.636081312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.636087812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.636093732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.177693Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:03:28.636101122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.220223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:03:28.636108202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.220240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:03:28.636115651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.220249Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:03:28.636123331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.220259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:03:28.636132101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.220266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:03:28.636138581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.220273Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:03:28.636150061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.220281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:03:28.636157711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.220293Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:03:28.636166431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.220337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 3123:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:03:28.636175551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:03:28.636182141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:03:28.636188621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:03:28.636194381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:03:28.636201031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":". 86165 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:03:28.636208001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:03:28.636214341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.636222301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.220387Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:03:28.63623254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.220450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:03:28.63624847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.220539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:03:28.63626011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.220806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:28.63627187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.220885Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:03:28.63628212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.220950Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:03:28.63629239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.220990Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.23.0.3:8448\n"} -{"Time":"2024-04-23T18:03:28.63630249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.221174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.23.0.3:8448\n"} -{"Time":"2024-04-23T18:03:28.63631676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.223323Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:03:28.63632724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.223416Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:03:28.636337519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.224279Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:03:28.636347829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.224308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:03:28.636358279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.224492Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:28.636368249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.224516Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:28.636378119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.224603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:28.636390019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.225221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!oNHWrheSOrR9F0AuZF:hs1/$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1312\"}\n"} -{"Time":"2024-04-23T18:03:28.636474188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.225249Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!oNHWrheSOrR9F0AuZF:hs1/$wvVMilIUZeaGW6m9ivcnX6ycDgP3nGwv_ImOkpll_KA Some(Object({\"event\": Object({\"auth_events\": Array([String(\"$OvYzjSq2fX6fXyGvJpkNp1PPhTYVW4RM1WBsox9tEw8\"), String(\"$YmQuytvhQ6A6cP4k3bJz1jZQA64z8KTrjE18HCQIT6o\"), String(\"$3l32F0J_aTkMhClBPeVeqsNycpiO4FC4JQo4HzyNm5c\"), String(\"$xTO7QDP9J49e5lVC-JeKO-RVVJbKEg8VJNjZyAcRjyo\")]), \"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"caZrwmAvh02fhU8wCaQg4eH+yDHAp3mBWmw4DUAby0Y\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909802932, \"prev_events\": Array([String(\"$C6tCZNrB1o2JN1XV-J4lRFkPiN70rYDAaV65laIIJcY\")]), \"room_id\": String(\"!oNHWrheSOrR9F0AuZF:hs1\"), \"sender\": String(\"@user-1:hs1\"), \"signatures\": Object({\"hs1\": Object("} -{"Time":"2024-04-23T18:03:28.636487658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"{\"ed25519:47tEZhMl\": String(\"kPo3XOZJ4fNEWQks1Y5v3IrPZIurF8RS+jEDptXsEACFEwrhSQ9WfgHoy8hFHRdqauCrty49pfeGGTfPQGJ5CA\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")}), \"invite_room_state\": Array([Object({\"content\": Object({\"creator\": String(\"@user-1:hs1\"), \"room_version\": String(\"10\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.create\")}), Object({\"content\": Object({\"join_rule\": String(\"public\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")}), Object({\"content\": Object({\"displayname\": String(\"user-1 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"is_direct\": Bool(false), \"membership\": String(\"join\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"@user-1:hs1\"), \"type\": String(\"m.room.member\")}), Object({\"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")})]), \"org.matrix."} -{"Time":"2024-04-23T18:03:28.636502058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"msc4125.via\": Array([String(\"hs1\"), String(\"host.docker.internal:18365\"), String(\"hs1\")]), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:03:28.636509938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.225553Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:28.636518538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.227007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m147 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:28.636527378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.228474Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:28.636539538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.228796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:28.636549138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.244208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:28.636557808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.244501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21oNHWrheSOrR9F0AuZF:hs1/leave {\"host\": \"127.0.0.1:1089\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:28.636568057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.244516Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21oNHWrheSOrR9F0AuZF:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:03:28.636576807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.244744Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m servers in remote_leave_room: {\"hs1\"}\n"} -{"Time":"2024-04-23T18:03:28.636585297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.244784Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:28.636594727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.245014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_leave/!oNHWrheSOrR9F0AuZF:hs1/@user-2:hs2\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:28.636605337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.245063Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:03:28.636614457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.245084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:03:28.636622967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.247448Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:03:28.636637517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.247485Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:03:28.636647317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.247641Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_leave/!oNHWrheSOrR9F0AuZF:hs1/@user-2:hs2 with https://hs1:8448/_matrix/federation/v1/make_leave/!oNHWrheSOrR9F0AuZF:hs1/@user-2:hs2\n"} -{"Time":"2024-04-23T18:03:28.636657047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.247661Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:28.636666257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.247691Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_leave/!oNHWrheSOrR9F0AuZF:hs1/@user-2:hs2\n"} -{"Time":"2024-04-23T18:03:28.636675157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.248244Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:28.636684656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.248544Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_leave/!oNHWrheSOrR9F0AuZF:hs1/$OvGUYJKxNqdQ4oQ8oX7-YpDcT2VZE8pmkdplEQ-sIOU\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:28.636698986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.248594Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:03:28.636708476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.248618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:03:28.636717796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.250749Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:03:28.636730556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.250776Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:03:28.636739976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.250809Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_leave/!oNHWrheSOrR9F0AuZF:hs1/$OvGUYJKxNqdQ4oQ8oX7-YpDcT2VZE8pmkdplEQ-sIOU with https://hs1:8448/_matrix/federation/v2/send_leave/!oNHWrheSOrR9F0AuZF:hs1/$OvGUYJKxNqdQ4oQ8oX7-YpDcT2VZE8pmkdplEQ-sIOU\n"} -{"Time":"2024-04-23T18:03:28.636749776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.250828Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:28.636761126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.250859Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for PUT https://hs1:8448/_matrix/federation/v2/send_leave/!oNHWrheSOrR9F0AuZF:hs1/$OvGUYJKxNqdQ4oQ8oX7-YpDcT2VZE8pmkdplEQ-sIOU\n"} -{"Time":"2024-04-23T18:03:28.636770536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.250962Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Failed to leave room @user-2:hs2 remotely: hs1\n"} -{"Time":"2024-04-23T18:03:28.636778716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:23.251867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:28.636793655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\u001b[2m2024-04-23T22:03:28.287515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:03:28.636850185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"2024/04/23 18:03:28 ============== 9dd082fb60f349a2d2bbdfd90232fb4c2922da69bdc6c2a7baeb4608c5285a96 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:03:28.636858245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.636864925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"\n"} -{"Time":"2024-04-23T18:03:28.652589217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Output":"--- FAIL: TestFederationRejectInvite (8.78s)\n"} -{"Time":"2024-04-23T18:03:28.652603817-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRejectInvite","Elapsed":8.78} -{"Time":"2024-04-23T18:03:28.652614277-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinViaRoomIDAndServerName"} -{"Time":"2024-04-23T18:03:28.652620787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinViaRoomIDAndServerName","Output":"=== RUN TestJoinViaRoomIDAndServerName\n"} -{"Time":"2024-04-23T18:03:29.764859342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinViaRoomIDAndServerName","Output":" federation_room_join_test.go:42: Deploy times: 10.653717ms blueprints, 1.101522498s containers\n"} -{"Time":"2024-04-23T18:03:29.818901789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinViaRoomIDAndServerName","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (53.945998ms)\n"} -{"Time":"2024-04-23T18:03:30.895593474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinViaRoomIDAndServerName","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/capabilities =\u003e 200 OK (1.383008ms)\n"} -{"Time":"2024-04-23T18:03:30.895669183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinViaRoomIDAndServerName","Output":" server.go:185: Creating room !0-gCu2kt8TibRRFS08ul:host.docker.internal:17179 with version 10\n"} -{"Time":"2024-04-23T18:03:30.920385837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinViaRoomIDAndServerName","Output":"2024/04/23 18:03:30 Received send-join of event $om1vGD1iCDuz7yqwrqc-Ibfv3k8lPAykufxgMXfXrF0\n"} -{"Time":"2024-04-23T18:03:30.927500095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinViaRoomIDAndServerName","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!0-gCu2kt8TibRRFS08ul:host.docker.internal:17179 =\u003e 200 OK (30.081847ms)\n"} -{"Time":"2024-04-23T18:03:30.982091648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinViaRoomIDAndServerName","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (54.544313ms)\n"} -{"Time":"2024-04-23T18:03:31.306059787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinViaRoomIDAndServerName","Output":" server.go:118: Server.UnexpectedRequestsAreErrors=false received unexpected request to server: PUT /_matrix/federation/v1/send/Kn9vZs7_i6QlAQQkKuUrxLkW1ZWHjnZoSLw0yF6PiiQ - sending 404 which may cause the HS to backoff from Complement\n"} -{"Time":"2024-04-23T18:03:31.324640295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinViaRoomIDAndServerName","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!0-gCu2kt8TibRRFS08ul:host.docker.internal:17179 =\u003e 200 OK (342.474638ms)\n"} -{"Time":"2024-04-23T18:03:31.736222739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinViaRoomIDAndServerName","Output":"--- PASS: TestJoinViaRoomIDAndServerName (3.08s)\n"} -{"Time":"2024-04-23T18:03:31.736249409-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinViaRoomIDAndServerName","Elapsed":3.08} -{"Time":"2024-04-23T18:03:31.736258649-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFailOver"} -{"Time":"2024-04-23T18:03:31.736264579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFailOver","Output":"=== RUN TestJoinFederatedRoomFailOver\n"} -{"Time":"2024-04-23T18:03:32.821767804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFailOver","Output":" federation_room_join_test.go:90: Deploy times: 10.445929ms blueprints, 1.075040516s containers\n"} -{"Time":"2024-04-23T18:03:32.875048318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFailOver","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (53.195006ms)\n"} -{"Time":"2024-04-23T18:03:32.929474712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFailOver","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (54.314585ms)\n"} -{"Time":"2024-04-23T18:03:34.718046181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFailOver","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/createRoom =\u003e 200 OK (13.808589ms)\n"} -{"Time":"2024-04-23T18:03:34.71815259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFailOver","Output":" federation_room_join_test.go:110: @user-2:hs2 created room !DzelBvZLBa6Rr4MsLJ:hs2.\n"} -{"Time":"2024-04-23T18:03:34.71816348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFailOver","Output":" federation_room_join_test.go:112: @user-1:hs1 joins the room via {complement,hs2}.\n"} -{"Time":"2024-04-23T18:03:34.734453748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFailOver","Output":" federation_room_join_test.go:101: Complement homeserver responds to /make_join with 404, M_NOT_FOUND.\n"} -{"Time":"2024-04-23T18:03:35.052996153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFailOver","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!DzelBvZLBa6Rr4MsLJ:hs2 =\u003e 200 OK (334.704204ms)\n"} -{"Time":"2024-04-23T18:03:35.057327876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFailOver","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (4.235083ms)\n"} -{"Time":"2024-04-23T18:03:35.465675396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFailOver","Output":"--- PASS: TestJoinFederatedRoomFailOver (3.73s)\n"} -{"Time":"2024-04-23T18:03:35.465704046-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFailOver","Elapsed":3.73} -{"Time":"2024-04-23T18:03:35.465713386-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents"} -{"Time":"2024-04-23T18:03:35.465719036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents","Output":"=== RUN TestJoinFederatedRoomWithUnverifiableEvents\n"} -{"Time":"2024-04-23T18:03:36.422854849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents","Output":" federation_room_join_test.go:130: Deploy times: 6.240306ms blueprints, 950.866838ms containers\n"} -{"Time":"2024-04-23T18:03:36.477835508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (54.87149ms)\n"} -{"Time":"2024-04-23T18:03:37.848595774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/capabilities =\u003e 200 OK (1.426458ms)\n"} -{"Time":"2024-04-23T18:03:37.848635414-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_missing_signatures_shouldn't_block_room_join"} -{"Time":"2024-04-23T18:03:37.848641274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_missing_signatures_shouldn't_block_room_join","Output":"=== RUN TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_missing_signatures_shouldn't_block_room_join\n"} -{"Time":"2024-04-23T18:03:37.848743963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_missing_signatures_shouldn't_block_room_join","Output":" server.go:185: Creating room !0-vzt6jxITM0oyu4LomI:host.docker.internal:16665 with version 10\n"} -{"Time":"2024-04-23T18:03:37.874163641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_missing_signatures_shouldn't_block_room_join","Output":"2024/04/23 18:03:37 Received send-join of event $Hs7ZD0bB3Ct-HFt_5xz0LQwiWdcLroWu1D3QRV6wAxU\n"} -{"Time":"2024-04-23T18:03:37.884632339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/#MissingSignatures:host.docker.internal:16665 =\u003e 200 OK (33.828894ms)\n"} -{"Time":"2024-04-23T18:03:37.884659369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_missing_signatures_shouldn't_block_room_join","Output":"--- PASS: TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_missing_signatures_shouldn't_block_room_join (0.04s)\n"} -{"Time":"2024-04-23T18:03:37.884668789-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_missing_signatures_shouldn't_block_room_join","Elapsed":0.04} -{"Time":"2024-04-23T18:03:37.884683928-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_bad_signatures_shouldn't_block_room_join"} -{"Time":"2024-04-23T18:03:37.884691838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_bad_signatures_shouldn't_block_room_join","Output":"=== RUN TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_bad_signatures_shouldn't_block_room_join\n"} -{"Time":"2024-04-23T18:03:37.884756468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_bad_signatures_shouldn't_block_room_join","Output":" server.go:185: Creating room !1-s8t8uj3g4WLEuJzJcX:host.docker.internal:16665 with version 10\n"} -{"Time":"2024-04-23T18:03:37.89587745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_bad_signatures_shouldn't_block_room_join","Output":"2024/04/23 18:03:37 Received send-join of event $altOKcoZQAFRPHIcIVdzFarqS7gOx30UQS8T0-IufWg\n"} -{"Time":"2024-04-23T18:03:38.042787636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/#BadSignatures:host.docker.internal:16665 =\u003e 200 OK (156.024706ms)\n"} -{"Time":"2024-04-23T18:03:38.042814606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_bad_signatures_shouldn't_block_room_join","Output":"--- PASS: TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_bad_signatures_shouldn't_block_room_join (0.16s)\n"} -{"Time":"2024-04-23T18:03:38.042826776-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_bad_signatures_shouldn't_block_room_join","Elapsed":0.16} -{"Time":"2024-04-23T18:03:38.042840996-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_unobtainable_keys_shouldn't_block_room_join"} -{"Time":"2024-04-23T18:03:38.042848226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_unobtainable_keys_shouldn't_block_room_join","Output":"=== RUN TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_unobtainable_keys_shouldn't_block_room_join\n"} -{"Time":"2024-04-23T18:03:38.042915465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_unobtainable_keys_shouldn't_block_room_join","Output":" server.go:185: Creating room !2-IzlBJ9zjuNhgaeLa7z:host.docker.internal:16665 with version 10\n"} -{"Time":"2024-04-23T18:03:38.052920757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_unobtainable_keys_shouldn't_block_room_join","Output":"2024/04/23 18:03:38 Received send-join of event $hO3P-Z9h4nVHRctpBT9wlo8P-L6wZE3VJ2hk6E4Nv-s\n"} -{"Time":"2024-04-23T18:03:38.063363796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/#UnobtainableKeys:host.docker.internal:16665 =\u003e 200 OK (19.176082ms)\n"} -{"Time":"2024-04-23T18:03:38.063385336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_unobtainable_keys_shouldn't_block_room_join","Output":"--- PASS: TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_unobtainable_keys_shouldn't_block_room_join (0.02s)\n"} -{"Time":"2024-04-23T18:03:38.063397406-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_unobtainable_keys_shouldn't_block_room_join","Elapsed":0.02} -{"Time":"2024-04-23T18:03:38.063413086-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_state_with_unverifiable_auth_events_shouldn't_block_room_join"} -{"Time":"2024-04-23T18:03:38.063420136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_state_with_unverifiable_auth_events_shouldn't_block_room_join","Output":"=== RUN TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_state_with_unverifiable_auth_events_shouldn't_block_room_join\n"} -{"Time":"2024-04-23T18:03:38.063431675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_state_with_unverifiable_auth_events_shouldn't_block_room_join","Output":" federation_room_join_test.go:237: WARNING: TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_state_with_unverifiable_auth_events_shouldn't_block_room_join called runtime.SkipIf([dendrite]) but Complement doesn't know which HS is running as it was run without a *_blacklist tag: executing test.\n"} -{"Time":"2024-04-23T18:03:38.063507935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_state_with_unverifiable_auth_events_shouldn't_block_room_join","Output":" server.go:185: Creating room !3-MiK4YSms6qbXgrJzbg:host.docker.internal:16665 with version 10\n"} -{"Time":"2024-04-23T18:03:38.065756505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_state_with_unverifiable_auth_events_shouldn't_block_room_join","Output":" federation_room_join_test.go:265: Created badly signed auth event $UEuWZ2gOKuLhW-qMdr3j1qPFt4q4hdThMGwUpYj0Dgw\n"} -{"Time":"2024-04-23T18:03:38.066183022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_state_with_unverifiable_auth_events_shouldn't_block_room_join","Output":" federation_room_join_test.go:288: Created state event $iQe5T22RFd17UIiQeN9hj9TrtdzY2rwRBFVf-OIubSo\n"} -{"Time":"2024-04-23T18:03:38.074884886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_state_with_unverifiable_auth_events_shouldn't_block_room_join","Output":"2024/04/23 18:03:38 Received send-join of event $O908ZL0CIEbwFeYOBNxT1R50lMUMUMRuNB2WZgCicWw\n"} -{"Time":"2024-04-23T18:03:38.084956967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/#UnverifiableAuthEvents:host.docker.internal:16665 =\u003e 200 OK (18.702397ms)\n"} -{"Time":"2024-04-23T18:03:38.084984467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_state_with_unverifiable_auth_events_shouldn't_block_room_join","Output":"--- PASS: TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_state_with_unverifiable_auth_events_shouldn't_block_room_join (0.02s)\n"} -{"Time":"2024-04-23T18:03:38.084997177-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents//send_join_response_with_state_with_unverifiable_auth_events_shouldn't_block_room_join","Elapsed":0.02} -{"Time":"2024-04-23T18:03:38.283705409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents","Output":"--- PASS: TestJoinFederatedRoomWithUnverifiableEvents (2.82s)\n"} -{"Time":"2024-04-23T18:03:38.283731689-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomWithUnverifiableEvents","Elapsed":2.82} -{"Time":"2024-04-23T18:03:38.283747909-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin"} -{"Time":"2024-04-23T18:03:38.283754909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"=== RUN TestBannedUserCannotSendJoin\n"} -{"Time":"2024-04-23T18:03:39.259174429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":" federation_room_join_test.go:296: Deploy times: 9.828864ms blueprints, 965.556277ms containers\n"} -{"Time":"2024-04-23T18:03:40.419228224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (54.118037ms)\n"} -{"Time":"2024-04-23T18:03:40.426672089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (7.358646ms)\n"} -{"Time":"2024-04-23T18:03:40.430697084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!Ofb2CJDekUOyh5qmKT:hs1/state/m.room.member/@charlie:host.docker.internal:23007 =\u003e 200 OK (3.899825ms)\n"} -{"Time":"2024-04-23T18:03:40.430721744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":" federation_room_join_test.go:317: SendEventSynced waiting for event ID $iOVP1dUt0iXPagbJ_TCE1s1PonsjdS3bYUDeLRv6CJU\n"} -{"Time":"2024-04-23T18:03:40.446611835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (15.800881ms)\n"} -{"Time":"2024-04-23T18:03:40.464118212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"2024/04/23 18:03:40 complement: Transaction '6fbJu4K_H5vWNQCAE62omFZAFgNoytBHQrsRNW5LKK4': Failed to find local room: !Ofb2CJDekUOyh5qmKT:hs1\n"} -{"Time":"2024-04-23T18:03:40.473851017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":" federation_room_join_test.go:345: SendJoin =\u003e 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Event has failed auth check with state at the event.\"}\n"} -{"Time":"2024-04-23T18:03:40.473866296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":" federation_room_join_test.go:347: expected 403, got 400\n"} -{"Time":"2024-04-23T18:03:40.473906586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":" federation_room_join_test.go:349: \u001b[31mMatchJSONBytes key 'errcode' got 'M_INVALID_PARAM' (type string) want 'M_FORBIDDEN' (type string) with input = {\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Event has failed auth check with state at the event.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:03:40.656651468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"2024/04/23 18:03:40 ============================================\n"} -{"Time":"2024-04-23T18:03:40.656674968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\n"} -{"Time":"2024-04-23T18:03:40.656682248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\n"} -{"Time":"2024-04-23T18:03:40.656687527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"2024/04/23 18:03:40 e143df47ddfafabfbe7a8fcc7535a53999293538a0d1b873c0443f30e620859f : Server logs:\n"} -{"Time":"2024-04-23T18:03:40.656815606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:03:40.656823766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:03:40.656830176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:03:40.656836386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:03:40.656846776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:03:40.656854236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"+ echo 'IP.1 = 172.24.0.2'\n"} -{"Time":"2024-04-23T18:03:40.656861466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:03:40.656869116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:03:40.656875726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:03:40.656883186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:03:40.656890686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:38.858847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:03:40.656898306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:38.858973Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:03:40.656906776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:38.859378Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:03:40.656914815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:38.859386Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:03:40.656921555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:38.859392Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:03:40.656930105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:38.859401Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:03:40.656963955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:38.860203Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:03:40.656971535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\n"} -{"Time":"2024-04-23T18:03:40.656977805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:03:40.656985555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:38.860286Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:03:40.656993195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:38.863007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:03:40.657003145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:38.864714Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:03:40.657010895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:38.865476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:03:40.657018445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:38.866519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:03:40.657026914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.195047Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 330.328922ms\n"} -{"Time":"2024-04-23T18:03:40.657034444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197093Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:03:40.657045774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197154Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:03:40.657053564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197165Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:03:40.657061184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197172Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:03:40.657068564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197179Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:03:40.657074744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197186Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:03:40.657082524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197194Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:03:40.657089694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197201Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:03:40.657095344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197208Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:03:40.657101984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197215Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:03:40.657109554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197223Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:03:40.657116944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197231Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:03:40.657129524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197238Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:03:40.657136184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197245Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:03:40.657142603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197262Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:03:40.657148563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197273Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:03:40.657155553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197281Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:03:40.657162743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197292Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:03:40.657169683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197301Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:03:40.657175433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.197309Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:03:40.657182983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.199094Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:03:40.657190393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.201961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:03:40.657202033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.228682Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:03:40.657210523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.228699Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:03:40.657216923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.229440Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:03:40.657224463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.229658Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:03:40.657232013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.257593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:40.657240373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.258439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1103\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:40.657248113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.258584Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:03:40.657254672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:39.258898Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:40.657270152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.365673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:40.657279602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.366327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1103\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:40.657290102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.366367Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:03:40.657301462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.409399Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:03:40.657311422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.411150Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:40.657324642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.411329Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:40.657334642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.411454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:40.657343442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.414297Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:40.657364552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.414315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:40.657377411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.414339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:40.657387021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.415827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:40.657396321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.415862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:40.657406061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.415873Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:40.657414681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.415903Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:40.657425751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.415964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:03:40.657437001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.415978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:03:40.657451811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.416006Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:40.657460551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.416013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:40.65754517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.417542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:40.65755817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:40.65757603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.417569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:40.65758763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:40.657634129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.417578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:40.657644709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:40.657658469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.418888Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:03:40.657667089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.418977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m53 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:40.657673889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.419462Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:40.657688019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.419653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:40.657701109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.419714Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:40.657712248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.419731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:40.657720878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.419747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1103\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:40.657729988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.419765Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:03:40.657741498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.420156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:03:40.657751128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.420172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:03:40.657764878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.420187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:03:40.657835177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.421080Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:40.657856987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.421098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:40.657870347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.421129Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:40.657882287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.422239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:40.657894737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.422263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:40.657911237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.422272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:40.657923297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.422285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:40.657945756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.422293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:40.657960006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.422300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:40.658007396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.423350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:40.658020136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.423379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:40.658030816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.423388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:40.658045406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.424445Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:03:40.658058385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.424474Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:03:40.658069435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.424483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:40.658080005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.425551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:03:40.658090925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.425580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:40.658103485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.425589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:40.658117955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.426414Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:03:40.658126965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.426464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:40.658135715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.426995Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:40.658144575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.427201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21Ofb2CJDekUOyh5qmKT:hs1/state/m.room.member/@charlie:host.docker.internal:23007 {\"host\": \"127.0.0.1:1103\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"20\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:40.658158595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.427231Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21Ofb2CJDekUOyh5qmKT:hs1/state/m.room.member/@charlie:host.docker.internal:23007 Some(Object({\"membership\": String(\"ban\")}))\n"} -{"Time":"2024-04-23T18:03:40.658168544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.427829Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"ban\"}), unsigned: None, state_key: Some(\"@charlie:host.docker.internal:23007\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:40.658180474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.427867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"ban\"}), unsigned: None, state_key: Some(\"@charlie:host.docker.internal:23007\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:40.658192134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.427926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"ban\"}), unsigned: None, state_key: Some(\"@charlie:host.docker.internal:23007\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:40.658204334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.430456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:40.658212824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.430884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:40.658225124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.431122Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1103\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:40.658234814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.431135Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:03:40.658243274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.431655Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:40.658341943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.431946Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal:23007\n"} -{"Time":"2024-04-23T18:03:40.658357263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.431971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 2: Hostname with included port\n"} -{"Time":"2024-04-23T18:03:40.658371453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.432068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":23007\") hostname: Named(\"host.docker.internal\", \":23007\")\n"} -{"Time":"2024-04-23T18:03:40.658381733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.432458Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(23007), path: \"/_matrix/federation/v1/send/6fbJu4K_H5vWNQCAE62omFZAFgNoytBHQrsRNW5LKK4\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:40.658392532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.432703Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:23007)\n"} -{"Time":"2024-04-23T18:03:40.658405242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.432828Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(23007))\n"} -{"Time":"2024-04-23T18:03:40.658415062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.432855Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:23007\n"} -{"Time":"2024-04-23T18:03:40.658423622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.432998Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:23007\n"} -{"Time":"2024-04-23T18:03:40.658432012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.434022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:03:40.658439592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.434164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:40.658446792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.446868Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:03:40.658455072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.446922Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:23007)\n"} -{"Time":"2024-04-23T18:03:40.658461772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.450468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:40.658468492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.450926Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for host.docker.internal:23007 keys\n"} -{"Time":"2024-04-23T18:03:40.658480412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.450972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:23007 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:03:40.658489232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.451253Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:40.658499062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.451353Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal:23007\n"} -{"Time":"2024-04-23T18:03:40.658509611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.451378Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 2: Hostname with included port\n"} -{"Time":"2024-04-23T18:03:40.658519841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.451468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":23007\") hostname: Named(\"host.docker.internal\", \":23007\")\n"} -{"Time":"2024-04-23T18:03:40.658528161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.451662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(23007), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:40.658536291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.451712Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:23007)\n"} -{"Time":"2024-04-23T18:03:40.658545841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.451748Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(23007))\n"} -{"Time":"2024-04-23T18:03:40.658561331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.451774Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:23007\n"} -{"Time":"2024-04-23T18:03:40.658570311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.451956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:23007\n"} -{"Time":"2024-04-23T18:03:40.658577781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.452191Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:40.658583831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.452473Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:40.658590231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.464011Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:03:40.658597311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.464056Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:23007)\n"} -{"Time":"2024-04-23T18:03:40.658604161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.464185Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:23007)\n"} -{"Time":"2024-04-23T18:03:40.658612391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.464201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:23007)\n"} -{"Time":"2024-04-23T18:03:40.65862552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.464295Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:23007 for https://host.docker.internal:23007/_matrix/federation/v1/send/6fbJu4K_H5vWNQCAE62omFZAFgNoytBHQrsRNW5LKK4 with https://host.docker.internal:23007/_matrix/federation/v1/send/6fbJu4K_H5vWNQCAE62omFZAFgNoytBHQrsRNW5LKK4\n"} -{"Time":"2024-04-23T18:03:40.65863532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.464306Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:40.65864535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.464326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:23007/_matrix/federation/v1/send/6fbJu4K_H5vWNQCAE62omFZAFgNoytBHQrsRNW5LKK4\n"} -{"Time":"2024-04-23T18:03:40.65865391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.464467Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:23007)\n"} -{"Time":"2024-04-23T18:03:40.65866236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.464481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:23007)\n"} -{"Time":"2024-04-23T18:03:40.65870331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.464565Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:23007 for https://host.docker.internal:23007/_matrix/key/v2/server with https://host.docker.internal:23007/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:40.65871334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.464576Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:40.6587276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.464590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:23007\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:23007/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:40.658737439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.464789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21Ofb2CJDekUOyh5qmKT:hs1/@charlie2:host.docker.internal:23007?ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787\u0026ver=4\u0026ver=2\u0026ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:40.658747869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.464803Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21Ofb2CJDekUOyh5qmKT:hs1/@charlie2:host.docker.internal:23007?ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787\u0026ver=4\u0026ver=2\u0026ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1 None\n"} -{"Time":"2024-04-23T18:03:40.658762029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.464973Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:40.658768779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.465347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:40.658775819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.465367Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:40.658783159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.465400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:40.658790549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.465669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m15 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:40.658802289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.469036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:40.658810469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.469415Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:23007, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:40.658817259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.469701Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21Ofb2CJDekUOyh5qmKT:hs1/$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"909\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:40.658951908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.469726Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21Ofb2CJDekUOyh5qmKT:hs1/$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw Some(Object({\"auth_events\": Array([String(\"$YXF0HdM_w75zdyjBKulIUeXYhbb3YUWzfxdkZXtCbH8\"), String(\"$w7NsCtfqc1z2mW1lzCJIJj-4nh162BGNJP6z0bMEE3g\"), String(\"$MIJdkruI2PBKCZWmTiapRMiAfnSFZRaNxfNvmmWrKMw\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"7mP+FmfMJ2dresS+d4MmuinVXDGh3MHsMoe0ngL8jtc\")}), \"origin\": String(\"host.docker.internal:23007\"), \"origin_server_ts\": 1713909820465, \"prev_events\": Array([String(\"$iOVP1dUt0iXPagbJ_TCE1s1PonsjdS3bYUDeLRv6CJU\")]), \"prev_state\": Array([]), \"room_id\": String(\"!Ofb2CJDekUOyh5qmKT:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:23007\"), \"signatures\": Object({\"host.docker.internal:23007\": Objec"} -{"Time":"2024-04-23T18:03:40.658966807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"t({\"ed25519:complement_26bcf0df11a25059837df13339a3808560643bf50604ad47cffaacb591caafa5\": String(\"mR2QCDtDk3h9yEBd4tenP+MxVVMLYP3Ws1qwBtuheqFwi3lzfVtEsAQ1KhmdEmZrLujRk48RgD0MkjRQGSGHAA\")}), \"hs1\": Object({\"ed25519:uriKwpiR\": String(\"mHXNT8X6NEz8nxvP7izc0wthuYDHeTwRSaujr/6E7ABigldGN6TIzFgEFw8FbpMHfz5H5EbSAAMDi50chr4UCg\")})}), \"state_key\": String(\"@charlie:host.docker.internal:23007\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:40.658974877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.469922Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:40.658981247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.470386Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, host.docker.internal:23007\n"} -{"Time":"2024-04-23T18:03:40.658989937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.470573Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:40.659001617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.470686Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:23007, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:40.659008507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.470888Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:40.659018537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.471366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:40.659027917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.471465Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $YXF0HdM_w75zdyjBKulIUeXYhbb3YUWzfxdkZXtCbH8 in db\n"} -{"Time":"2024-04-23T18:03:40.659035117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.471511Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $w7NsCtfqc1z2mW1lzCJIJj-4nh162BGNJP6z0bMEE3g in db\n"} -{"Time":"2024-04-23T18:03:40.659045157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.471547Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MIJdkruI2PBKCZWmTiapRMiAfnSFZRaNxfNvmmWrKMw in db\n"} -{"Time":"2024-04-23T18:03:40.659052197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.471577Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:40.659062677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.471592Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $YXF0HdM_w75zdyjBKulIUeXYhbb3YUWzfxdkZXtCbH8 in db\n"} -{"Time":"2024-04-23T18:03:40.659071896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.471608Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $w7NsCtfqc1z2mW1lzCJIJj-4nh162BGNJP6z0bMEE3g in db\n"} -{"Time":"2024-04-23T18:03:40.659079026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.471621Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MIJdkruI2PBKCZWmTiapRMiAfnSFZRaNxfNvmmWrKMw in db\n"} -{"Time":"2024-04-23T18:03:40.659086086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.471642Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:40.659095926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.471815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw (m.room.member)\n"} -{"Time":"2024-04-23T18:03:40.659111196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.471844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:40.659123546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.471915Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:40.659132266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.472025Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:40.659143806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.472178Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:40.659151946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.472375Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $iOVP1dUt0iXPagbJ_TCE1s1PonsjdS3bYUDeLRv6CJU in db\n"} -{"Time":"2024-04-23T18:03:40.659164036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.472402Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:40.659172636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.472417Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $iOVP1dUt0iXPagbJ_TCE1s1PonsjdS3bYUDeLRv6CJU in db\n"} -{"Time":"2024-04-23T18:03:40.659180916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.472537Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:40.659193925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.472586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$iOVP1dUt0iXPagbJ_TCE1s1PonsjdS3bYUDeLRv6CJU\"]\n"} -{"Time":"2024-04-23T18:03:40.659205085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.472743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:03:40.659212465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.472770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:03:40.659220535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.472883Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:03:40.659297085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.472978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:03:40.659305434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.473052Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw (m.room.member)\n"} -{"Time":"2024-04-23T18:03:40.659312794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.473181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:40.659319794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.473404Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EaKwzer0IDa1Xk3OP73C9KzwgC_rS6dbw7lo1fHJnbw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ofb2CJDekUOyh5qmKT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m Banned user can't join \u001b[3mtarget_user_membership_event_id\u001b[0m\u001b[2m=\u001b[0mSome(\"$iOVP1dUt0iXPagbJ_TCE1s1PonsjdS3bYUDeLRv6CJU\")\n"} -{"Time":"2024-04-23T18:03:40.659326814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.473496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_INVALID_PARAM: Event has failed auth check with state at the event.\n"} -{"Time":"2024-04-23T18:03:40.659335724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.473573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:03:40.659342134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.474103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:03:40.659347734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\u001b[2m2024-04-23T22:03:40.474215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:03:40.659359494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"2024/04/23 18:03:40 ============== e143df47ddfafabfbe7a8fcc7535a53999293538a0d1b873c0443f30e620859f : END LOGS ==============\n"} -{"Time":"2024-04-23T18:03:40.659368294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\n"} -{"Time":"2024-04-23T18:03:40.659373124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"\n"} -{"Time":"2024-04-23T18:03:40.676193467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Output":"--- FAIL: TestBannedUserCannotSendJoin (2.39s)\n"} -{"Time":"2024-04-23T18:03:40.676206547-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestBannedUserCannotSendJoin","Elapsed":2.39} -{"Time":"2024-04-23T18:03:40.676214807-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1"} -{"Time":"2024-04-23T18:03:40.676219847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"=== RUN TestCannotSendNonJoinViaSendJoinV1\n"} -{"Time":"2024-04-23T18:03:41.533662047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":" federation_room_join_test.go:395: Deploy times: 9.996943ms blueprints, 847.370398ms containers\n"} -{"Time":"2024-04-23T18:03:42.36672168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (51.253001ms)\n"} -{"Time":"2024-04-23T18:03:42.380067533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (13.237135ms)\n"} -{"Time":"2024-04-23T18:03:42.412081663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":" federation_room_join_test.go:409: Server.MustJoinRoom joined room ID !AIiLD7bVFSgn8dlw9f:hs1\n"} -{"Time":"2024-04-23T18:03:42.412094143-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/regular_event"} -{"Time":"2024-04-23T18:03:42.412098903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/regular_event","Output":"=== RUN TestCannotSendNonJoinViaSendJoinV1/regular_event\n"} -{"Time":"2024-04-23T18:03:42.41237099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/regular_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\n"} -{"Time":"2024-04-23T18:03:42.436093483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/regular_event","Output":" server.go:266: [SSAPI] PUT hs1/_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic =\u003e 2xx (23.579604ms)\n"} -{"Time":"2024-04-23T18:03:42.436109043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/regular_event","Output":" federation_room_join_test.go:431: send request returned 200\n"} -{"Time":"2024-04-23T18:03:42.436117043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/regular_event","Output":"--- FAIL: TestCannotSendNonJoinViaSendJoinV1/regular_event (0.02s)\n"} -{"Time":"2024-04-23T18:03:42.436131763-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/regular_event","Elapsed":0.02} -{"Time":"2024-04-23T18:03:42.436138783-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/non-state_membership_event"} -{"Time":"2024-04-23T18:03:42.436144392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/non-state_membership_event","Output":"=== RUN TestCannotSendNonJoinViaSendJoinV1/non-state_membership_event\n"} -{"Time":"2024-04-23T18:03:42.436756457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/non-state_membership_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8\n"} -{"Time":"2024-04-23T18:03:42.441427876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/non-state_membership_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8 =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 65 117 116 104 32 99 104 101 99 107 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_join/!AIiLD7bVFSgn8dlw9f:hs1/$rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Auth check failed (4.339531ms)\n"} -{"Time":"2024-04-23T18:03:42.441443876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/non-state_membership_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_join returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Auth check failed\"}\n"} -{"Time":"2024-04-23T18:03:42.441457426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/non-state_membership_event","Output":"--- PASS: TestCannotSendNonJoinViaSendJoinV1/non-state_membership_event (0.01s)\n"} -{"Time":"2024-04-23T18:03:42.441469036-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/non-state_membership_event","Elapsed":0.01} -{"Time":"2024-04-23T18:03:42.441823652-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/leave_event"} -{"Time":"2024-04-23T18:03:42.441831092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/leave_event","Output":"=== RUN TestCannotSendNonJoinViaSendJoinV1/leave_event\n"} -{"Time":"2024-04-23T18:03:42.441951771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/leave_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\n"} -{"Time":"2024-04-23T18:03:42.454560051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/leave_event","Output":" server.go:266: [SSAPI] PUT hs1/_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0 =\u003e 2xx (12.376522ms)\n"} -{"Time":"2024-04-23T18:03:42.454572361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/leave_event","Output":" federation_room_join_test.go:431: send request returned 200\n"} -{"Time":"2024-04-23T18:03:42.454582511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/leave_event","Output":"--- FAIL: TestCannotSendNonJoinViaSendJoinV1/leave_event (0.01s)\n"} -{"Time":"2024-04-23T18:03:42.454588231-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/leave_event","Elapsed":0.01} -{"Time":"2024-04-23T18:03:42.455054447-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/knock_event"} -{"Time":"2024-04-23T18:03:42.455062357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/knock_event","Output":"=== RUN TestCannotSendNonJoinViaSendJoinV1/knock_event\n"} -{"Time":"2024-04-23T18:03:42.455211446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/knock_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM\n"} -{"Time":"2024-04-23T18:03:42.46155789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/knock_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 65 117 116 104 32 99 104 101 99 107 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_join/!AIiLD7bVFSgn8dlw9f:hs1/$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Auth check failed (6.083887ms)\n"} -{"Time":"2024-04-23T18:03:42.46157173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/knock_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_join returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Auth check failed\"}\n"} -{"Time":"2024-04-23T18:03:42.46157902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/knock_event","Output":"--- PASS: TestCannotSendNonJoinViaSendJoinV1/knock_event (0.01s)\n"} -{"Time":"2024-04-23T18:03:42.46158656-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/knock_event","Elapsed":0.01} -{"Time":"2024-04-23T18:03:42.461865218-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/invite_event"} -{"Time":"2024-04-23T18:03:42.461872937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/invite_event","Output":"=== RUN TestCannotSendNonJoinViaSendJoinV1/invite_event\n"} -{"Time":"2024-04-23T18:03:42.461973107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/invite_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU\n"} -{"Time":"2024-04-23T18:03:42.486821429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/invite_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 65 117 116 104 32 99 104 101 99 107 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_join/!AIiLD7bVFSgn8dlw9f:hs1/$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Auth check failed (24.715853ms)\n"} -{"Time":"2024-04-23T18:03:42.486831609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/invite_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_join returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Auth check failed\"}\n"} -{"Time":"2024-04-23T18:03:42.486841219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/invite_event","Output":"--- PASS: TestCannotSendNonJoinViaSendJoinV1/invite_event (0.02s)\n"} -{"Time":"2024-04-23T18:03:42.486844899-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/invite_event","Elapsed":0.02} -{"Time":"2024-04-23T18:03:42.486850329-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/event_with_mismatched_state_key"} -{"Time":"2024-04-23T18:03:42.486853049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/event_with_mismatched_state_key","Output":"=== RUN TestCannotSendNonJoinViaSendJoinV1/event_with_mismatched_state_key\n"} -{"Time":"2024-04-23T18:03:42.487114026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/event_with_mismatched_state_key","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA\n"} -{"Time":"2024-04-23T18:03:42.49237365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/event_with_mismatched_state_key","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 65 117 116 104 32 99 104 101 99 107 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_join/!AIiLD7bVFSgn8dlw9f:hs1/$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Auth check failed (5.114185ms)\n"} -{"Time":"2024-04-23T18:03:42.49238286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/event_with_mismatched_state_key","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_join returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Auth check failed\"}\n"} -{"Time":"2024-04-23T18:03:42.49239089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/event_with_mismatched_state_key","Output":"--- PASS: TestCannotSendNonJoinViaSendJoinV1/event_with_mismatched_state_key (0.01s)\n"} -{"Time":"2024-04-23T18:03:42.49239547-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1/event_with_mismatched_state_key","Elapsed":0.01} -{"Time":"2024-04-23T18:03:42.710643711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"2024/04/23 18:03:42 ============================================\n"} -{"Time":"2024-04-23T18:03:42.710670241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\n"} -{"Time":"2024-04-23T18:03:42.710675861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\n"} -{"Time":"2024-04-23T18:03:42.710679471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"2024/04/23 18:03:42 e9818f568fb5090620028d1b35d6f0d44358ae210d035475a2023959af4e030e : Server logs:\n"} -{"Time":"2024-04-23T18:03:42.710824949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:03:42.710849459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:03:42.710855999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:03:42.710862309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:03:42.710867899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:03:42.710876779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"+ echo 'IP.1 = 172.24.0.2'\n"} -{"Time":"2024-04-23T18:03:42.710882359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:03:42.710890629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:03:42.710896469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:03:42.710902099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:03:42.710908219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.130814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:03:42.710914329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.130926Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:03:42.710921729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.131329Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:03:42.710964688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.131335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:03:42.710970798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.131341Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:03:42.710976428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.131351Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:03:42.710986138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.132270Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:03:42.710994868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\n"} -{"Time":"2024-04-23T18:03:42.711001558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:03:42.711009108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.132401Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:03:42.711015998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.135165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:03:42.711023088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.136679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:03:42.711030748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.137377Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:03:42.711037278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.138393Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:03:42.711042778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.479196Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 342.512474ms\n"} -{"Time":"2024-04-23T18:03:42.711048328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481209Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:03:42.711055737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481285Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:03:42.711063087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481298Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:03:42.711073037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481307Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:03:42.711078967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481315Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:03:42.711085347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481322Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:03:42.711094407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481331Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:03:42.711100577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481340Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:03:42.711108297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481349Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:03:42.711115567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481357Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:03:42.711121147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481366Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:03:42.711126787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481375Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:03:42.711134107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481383Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:03:42.711141267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481391Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:03:42.711147427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481414Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:03:42.711153277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481429Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:03:42.711158687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481439Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:03:42.711169806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481449Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:03:42.711175596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481457Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:03:42.711181246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.481465Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:03:42.711186866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.483215Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:03:42.711193176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.485889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:03:42.711200306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.501590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:03:42.711206126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.501599Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:03:42.711211926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.502166Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:03:42.711218766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.502297Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:03:42.711226396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.532660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:42.711234856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.533156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1105\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:42.711243856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.533234Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:03:42.711250596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:41.533418Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:42.711260496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.315884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:42.711268716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.316263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1105\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:42.711282835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.316279Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:03:42.711290355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.357272Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:03:42.711298145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.358911Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:42.711309145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.359096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:42.711317075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.359220Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:42.711325015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.361925Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:42.711337525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.361950Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:42.711351035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.361972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:42.711361765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.363396Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:42.711372165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.363422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:42.711383715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.363430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:42.711392504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.363455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:42.711401024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.363512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:03:42.711411144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.363525Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:03:42.711420124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.363550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:42.711444034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.363557Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:42.711456694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.365035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:42.711469924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:42.711486354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.365060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:42.711496274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:42.711513263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.365068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:42.711523843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:42.711534843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.366340Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:03:42.711541723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.366425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m50 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:42.711549453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.367156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:42.711558183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.367221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:42.711567013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.367213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:42.711574313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.367245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:42.711584463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.367663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1105\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:42.711594963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.367706Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:03:42.711605313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.368349Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:03:42.711615263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.368382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:03:42.711627122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.368415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:03:42.711640082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.370136Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:42.711654002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.370172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:42.711664502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.370242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:42.711673882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.372484Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:42.711684032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.372535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:42.711696312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.372556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:42.711709212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.372582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:42.711732381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.372598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:42.711751061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.372612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:42.711760501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.374407Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:42.711770021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.374469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:42.711781561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.374487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:42.711790331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.376301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:03:42.711803521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.376361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:03:42.711813941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.376379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:42.711822961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.378229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:03:42.711832971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.378290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:42.711843721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.378308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:42.71185213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.379693Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:03:42.71185869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.379795Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:42.71186535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.382099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:42.71187478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.382453Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for host.docker.internal:28171 keys\n"} -{"Time":"2024-04-23T18:03:42.71188376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.382472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:28171 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:03:42.71189372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.382807Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:42.71190307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.383004Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal:28171\n"} -{"Time":"2024-04-23T18:03:42.71191276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.383021Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 2: Hostname with included port\n"} -{"Time":"2024-04-23T18:03:42.71192315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.383082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":28171\") hostname: Named(\"host.docker.internal\", \":28171\")\n"} -{"Time":"2024-04-23T18:03:42.71194526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.383229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(28171), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:42.71195819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.383347Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:28171)\n"} -{"Time":"2024-04-23T18:03:42.711970579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.383427Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(28171))\n"} -{"Time":"2024-04-23T18:03:42.711980709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.383446Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:28171\n"} -{"Time":"2024-04-23T18:03:42.711991099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.383542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:28171\n"} -{"Time":"2024-04-23T18:03:42.711998879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.397581Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:03:42.712007309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.397635Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:28171)\n"} -{"Time":"2024-04-23T18:03:42.712015979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.397995Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:28171)\n"} -{"Time":"2024-04-23T18:03:42.712023969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.398009Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:28171)\n"} -{"Time":"2024-04-23T18:03:42.712034549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.398099Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:28171 for https://host.docker.internal:28171/_matrix/key/v2/server with https://host.docker.internal:28171/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:42.712045169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.398110Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:42.712056759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.398168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:28171/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:42.712082728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.398382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21AIiLD7bVFSgn8dlw9f:hs1/@charlie:host.docker.internal:28171?ver=org.matrix.msc3787\u0026ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:42.712094808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.398394Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21AIiLD7bVFSgn8dlw9f:hs1/@charlie:host.docker.internal:28171?ver=org.matrix.msc3787\u0026ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6 None\n"} -{"Time":"2024-04-23T18:03:42.712102348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.398551Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:42.712109038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.398967Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:42.712117938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.398985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:42.712125968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.399019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:42.712134888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.399335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m17 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:42.712142378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.401591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:42.712149138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.401789Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:28171, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.712156578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.401921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"909\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:42.712169218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.401938Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U Some(Object({\"auth_events\": Array([String(\"$dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE\"), String(\"$0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA\"), String(\"$K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 7, \"hashes\": Object({\"sha256\": String(\"CeVgQvfZO0frKNdZ9qx9jJS3UgAIVqD90qITgKRj55c\")}), \"origin\": String(\"host.docker.internal:28171\"), \"origin_server_ts\": 1713909822399, \"prev_events\": Array([String(\"$vUf_1561R40wPBsaTHWcO82toEm7Vh1novbQ7vRrV9E\")]), \"prev_state\": Array([]), \"room_id\": String(\"!AIiLD7bVFSgn8dlw9f:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:28171\"), \"signatures\": Object({\"host.docker.internal:28171\": Objec"} -{"Time":"2024-04-23T18:03:42.712183348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"t({\"ed25519:complement_a6e654858ab28dad534eae290c23cf8e1b4a36669ea9f9b371a31466e515afd3\": String(\"FxuPv5HOFlsWf6592huBzZOfyOTZBU59792Pl7X/HSzpurWHwz2wuS6iNIgNyRc5Y2n66PCoMBuStVzpQCK0CQ\")}), \"hs1\": Object({\"ed25519:uriKwpiR\": String(\"21qMTYz6zHvJljGD89yhE7r4N99BvbaEH97ciFIUuHcZCELcIrbmPq86F2GQsxm2r3kD4I7rF89oifwstCbPDQ\")})}), \"state_key\": String(\"@charlie:host.docker.internal:28171\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:42.712192527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.402042Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:42.712199427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.402284Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:28171, hs1\n"} -{"Time":"2024-04-23T18:03:42.712206287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.402394Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:28171, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.712214547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.402448Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.712223677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.402553Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:42.712234097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.402822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:42.712244007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.402865Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE in db\n"} -{"Time":"2024-04-23T18:03:42.712252127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.402888Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA in db\n"} -{"Time":"2024-04-23T18:03:42.712261277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.402908Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4 in db\n"} -{"Time":"2024-04-23T18:03:42.712269897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.402930Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:42.712278707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.402948Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE in db\n"} -{"Time":"2024-04-23T18:03:42.712288727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.402958Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA in db\n"} -{"Time":"2024-04-23T18:03:42.712298307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.402967Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4 in db\n"} -{"Time":"2024-04-23T18:03:42.712306856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.402986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:42.712314546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.403144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U (m.room.member)\n"} -{"Time":"2024-04-23T18:03:42.712324536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.403173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:42.712332806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.403240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:42.712340416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.403323Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:42.712347926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.403459Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:42.712358056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.403656Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $vUf_1561R40wPBsaTHWcO82toEm7Vh1novbQ7vRrV9E in db\n"} -{"Time":"2024-04-23T18:03:42.712368246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.403679Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:42.712377326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.403695Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $vUf_1561R40wPBsaTHWcO82toEm7Vh1novbQ7vRrV9E in db\n"} -{"Time":"2024-04-23T18:03:42.712388316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.403835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:42.712399786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.403882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$vUf_1561R40wPBsaTHWcO82toEm7Vh1novbQ7vRrV9E\"]\n"} -{"Time":"2024-04-23T18:03:42.712407916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.404039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:03:42.712415975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.404065Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:03:42.712423535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.404170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:03:42.712432795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.404245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:03:42.712440485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.404338Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U (m.room.member)\n"} -{"Time":"2024-04-23T18:03:42.712450435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.404452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:42.712460475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.404650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:42.712468715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.404672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:03:42.712480365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.404868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:03:42.712491885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.404886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U (m.room.member)\n"} -{"Time":"2024-04-23T18:03:42.712503265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.404905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:42.712513585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.405012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:42.712521375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.405026Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:03:42.712529514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.405034Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:03:42.712537984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.405071Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:03:42.712545574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.405081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:03:42.712556154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.405106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:03:42.712565554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.405245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:03:42.712573874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.405357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m47.3µs\n"} -{"Time":"2024-04-23T18:03:42.712586204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.405498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lE0ibukgNqJe-xMVZ4CFmxEUnnf4ABCHuHNFDkiyNGQ\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m189.029µs\n"} -{"Time":"2024-04-23T18:03:42.712598174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.405574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m265.378µs\n"} -{"Time":"2024-04-23T18:03:42.712610464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.405717Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m408.267µs\n"} -{"Time":"2024-04-23T18:03:42.712623124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.405790Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m481.146µs\n"} -{"Time":"2024-04-23T18:03:42.712637464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.405955Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m645.715µs\n"} -{"Time":"2024-04-23T18:03:42.712668823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.406028Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m719.374µs\n"} -{"Time":"2024-04-23T18:03:42.712683653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.406183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2sn3F7hovCJjHYXLWWYamiYZ0ur7kPtUBO23pSCZFLY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m873.553µs\n"} -{"Time":"2024-04-23T18:03:42.712695963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.406254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m945.442µs\n"} -{"Time":"2024-04-23T18:03:42.712708823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.406407Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$vUf_1561R40wPBsaTHWcO82toEm7Vh1novbQ7vRrV9E\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.097551ms\n"} -{"Time":"2024-04-23T18:03:42.712720363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.406479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.1699ms\n"} -{"Time":"2024-04-23T18:03:42.712731833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.406586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.277309ms\n"} -{"Time":"2024-04-23T18:03:42.712743433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.406653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.343949ms\n"} -{"Time":"2024-04-23T18:03:42.712756692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.406666Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.358078ms\n"} -{"Time":"2024-04-23T18:03:42.712768732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.406840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m148.169µs\n"} -{"Time":"2024-04-23T18:03:42.712780972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m360.057µs\n"} -{"Time":"2024-04-23T18:03:42.712798812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m435.196µs\n"} -{"Time":"2024-04-23T18:03:42.712813842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m453.846µs\n"} -{"Time":"2024-04-23T18:03:42.712825912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:03:42.712837152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:03:42.712848522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407378Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:03:42.712859692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:03:42.712872671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407421Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$lE0ibukgNqJe-xMVZ4CFmxEUnnf4ABCHuHNFDkiyNGQ\", (\"m.room.history_visibility\", \"\"): \"$2sn3F7hovCJjHYXLWWYamiYZ0ur7kPtUBO23pSCZFLY\", (\"m.room.guest_access\", \"\"): \"$vUf_1561R40wPBsaTHWcO82toEm7Vh1novbQ7vRrV9E\", (\"m.room.power_levels\", \"\"): \"$0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA\", (\"m.room.join_rules\", \"\"): \"$K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4\", (\"m.room.create\", \"\"): \"$dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE\"}\n"} -{"Time":"2024-04-23T18:03:42.712888521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:03:42.712901801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407441Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@charlie:host.docker.internal:28171\"): [\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\"]}\n"} -{"Time":"2024-04-23T18:03:42.712914621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407521Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:03:42.712925661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4\", \"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\"}\n"} -{"Time":"2024-04-23T18:03:42.712949911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:03:42.712962101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407613Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4) senders power level\n"} -{"Time":"2024-04-23T18:03:42.712973251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:03:42.71298536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4 power level 100\n"} -{"Time":"2024-04-23T18:03:42.71299652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407666Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:42.713008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:03:42.7130189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407703Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4\"]\n"} -{"Time":"2024-04-23T18:03:42.71303003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:42.71304106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4\"]\n"} -{"Time":"2024-04-23T18:03:42.71305222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4\"\n"} -{"Time":"2024-04-23T18:03:42.71306384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407819Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4 (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:42.71307474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407845Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4 ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:42.71308651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:42.713096469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:03:42.713105369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407874Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$lE0ibukgNqJe-xMVZ4CFmxEUnnf4ABCHuHNFDkiyNGQ\", (\"m.room.history_visibility\", \"\"): \"$2sn3F7hovCJjHYXLWWYamiYZ0ur7kPtUBO23pSCZFLY\", (\"m.room.guest_access\", \"\"): \"$vUf_1561R40wPBsaTHWcO82toEm7Vh1novbQ7vRrV9E\", (\"m.room.power_levels\", \"\"): \"$0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA\", (\"m.room.join_rules\", \"\"): \"$K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4\", (\"m.room.create\", \"\"): \"$dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE\"}\n"} -{"Time":"2024-04-23T18:03:42.713114759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:03:42.713122109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407900Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\"]\n"} -{"Time":"2024-04-23T18:03:42.713132519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA\")\n"} -{"Time":"2024-04-23T18:03:42.713143909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407915Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:03:42.713156039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.407989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\n"} -{"Time":"2024-04-23T18:03:42.713164549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.408021Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA\n"} -{"Time":"2024-04-23T18:03:42.713175319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.408052Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\"]\n"} -{"Time":"2024-04-23T18:03:42.713182919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.408061Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:42.713191479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.408067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\"]\n"} -{"Time":"2024-04-23T18:03:42.713202129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.408154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\"\n"} -{"Time":"2024-04-23T18:03:42.713211748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.408165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U (m.room.member)\n"} -{"Time":"2024-04-23T18:03:42.713220498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.408175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:42.713228018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.408209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:42.713236168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.408228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:03:42.713243678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.408280Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:03:42.713252008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.409227Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:03:42.713261228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.410391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m6.335965ms\n"} -{"Time":"2024-04-23T18:03:42.713270998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.410471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m15.38µs\n"} -{"Time":"2024-04-23T18:03:42.713279588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.410495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m39.43µs\n"} -{"Time":"2024-04-23T18:03:42.713288718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.411548Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:42.713298818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.412483Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:42.713308878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.412853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(28171), path: \"/_matrix/federation/v1/send/nrday1nrGyqMUbX1CHsRnQDqosuDvNSq_HrkAzqubbo\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:42.713317758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.412919Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:28171)\n"} -{"Time":"2024-04-23T18:03:42.713324727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.412979Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(28171))\n"} -{"Time":"2024-04-23T18:03:42.713331817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.413007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:28171\n"} -{"Time":"2024-04-23T18:03:42.713339397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.413208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:28171\n"} -{"Time":"2024-04-23T18:03:42.713346717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.426696Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:03:42.713356427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.426781Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:28171)\n"} -{"Time":"2024-04-23T18:03:42.713365437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.426924Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:42.713374267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.427182Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:28171, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.713384527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.427317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"721\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:42.713399057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.427330Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic Some(Object({\"auth_events\": Array([String(\"$dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE\"), String(\"$0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA\"), String(\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\")]), \"content\": Object({\"body\": String(\"bzz\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"zgFBCOPZ9//YZ5eqyC43VK6cVNOjVfNzGJhMEyxkcc0\")}), \"origin\": String(\"host.docker.internal:28171\"), \"origin_server_ts\": 1713909822412, \"prev_events\": Array([String(\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\")]), \"room_id\": String(\"!AIiLD7bVFSgn8dlw9f:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:28171\"), \"signatures\": Object({\"host.docker.internal:28171\": Object({\"ed25519:complement_a6e654858"} -{"Time":"2024-04-23T18:03:42.713412187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"ab28dad534eae290c23cf8e1b4a36669ea9f9b371a31466e515afd3\": String(\"aIBKkeskdBxwuHbZKCQI7rcittCDoDZrZ1tP4w6p+2irKupga73hXVFGk2tstqoYDjiPeieWBh7a6mSkrJr7DA\")})}), \"type\": String(\"m.room.message\")}))\n"} -{"Time":"2024-04-23T18:03:42.713420847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.427445Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:42.713428377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.427642Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:28171, hs1\n"} -{"Time":"2024-04-23T18:03:42.713435317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.427720Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:28171, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.713444356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.427764Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.713452306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.427871Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:42.713463326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.428372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:42.713473286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.428449Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE in db\n"} -{"Time":"2024-04-23T18:03:42.713483986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.428501Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA in db\n"} -{"Time":"2024-04-23T18:03:42.713510176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.428551Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U in db\n"} -{"Time":"2024-04-23T18:03:42.713522606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.428572Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:42.713532606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.428591Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE in db\n"} -{"Time":"2024-04-23T18:03:42.713540256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.428609Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA in db\n"} -{"Time":"2024-04-23T18:03:42.713547706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.428624Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U in db\n"} -{"Time":"2024-04-23T18:03:42.713555135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.428647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:42.713562875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.428758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic (m.room.message)\n"} -{"Time":"2024-04-23T18:03:42.713571215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.428822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic ev_type 0 usr 0\n"} -{"Time":"2024-04-23T18:03:42.713582605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.428844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:42.713594395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.428859Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:42.713604605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.428997Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:42.713617005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429111Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U in db\n"} -{"Time":"2024-04-23T18:03:42.713628025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429125Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:42.713638235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429134Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U in db\n"} -{"Time":"2024-04-23T18:03:42.713646285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:42.713654085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\"]\n"} -{"Time":"2024-04-23T18:03:42.713662765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:03:42.713672444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:03:42.713680374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429318Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:03:42.713689264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:03:42.713698694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429378Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic (m.room.message)\n"} -{"Time":"2024-04-23T18:03:42.713706444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic ev_type 0 usr 0\n"} -{"Time":"2024-04-23T18:03:42.713713854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:42.713724604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:03:42.713735344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:03:42.713746224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic (m.room.message)\n"} -{"Time":"2024-04-23T18:03:42.713760394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429639Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic ev_type 0 usr 0\n"} -{"Time":"2024-04-23T18:03:42.713773014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:42.713784353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429657Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:03:42.713795473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429665Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:03:42.713806623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429705Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:03:42.713819203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:03:42.713830413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.429745Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:03:42.713840823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.430687Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:42.713850453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.431070Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:42.713861753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.431803Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:28171)\n"} -{"Time":"2024-04-23T18:03:42.713872413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.431834Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:28171)\n"} -{"Time":"2024-04-23T18:03:42.713883413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.431986Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:28171 for https://host.docker.internal:28171/_matrix/federation/v1/send/nrday1nrGyqMUbX1CHsRnQDqosuDvNSq_HrkAzqubbo with https://host.docker.internal:28171/_matrix/federation/v1/send/nrday1nrGyqMUbX1CHsRnQDqosuDvNSq_HrkAzqubbo\n"} -{"Time":"2024-04-23T18:03:42.713894532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.432005Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:42.713904542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.432033Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:28171/_matrix/federation/v1/send/nrday1nrGyqMUbX1CHsRnQDqosuDvNSq_HrkAzqubbo\n"} -{"Time":"2024-04-23T18:03:42.713915282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.432423Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m3.168982ms\n"} -{"Time":"2024-04-23T18:03:42.713928602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.432603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m40.479µs\n"} -{"Time":"2024-04-23T18:03:42.713950112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.432664Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m102.219µs\n"} -{"Time":"2024-04-23T18:03:42.713960542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.435366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m8 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:42.713970252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.436230Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:42.713980962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.436703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(28171), path: \"/_matrix/federation/v1/send/VkhBqsd88lczRSylHKxwIGT5_1_fx9TE2LHZhw5o1MA\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:42.713992792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.436773Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:28171): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:03:42.714002672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.436799Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:28171)\n"} -{"Time":"2024-04-23T18:03:42.714012281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.439712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:42.714022371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.439861Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:28171, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.714035551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"720\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:42.714050371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440015Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8 Some(Object({\"auth_events\": Array([String(\"$dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE\"), String(\"$0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA\"), String(\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\")]), \"content\": Object({\"body\": String(\"bzz\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"by7fo8KgqEbd5tfo9zpwykNSOabm+E8EEa7lgjoiSGg\")}), \"origin\": String(\"host.docker.internal:28171\"), \"origin_server_ts\": 1713909822436, \"prev_events\": Array([String(\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\")]), \"room_id\": String(\"!AIiLD7bVFSgn8dlw9f:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:28171\"), \"signatures\": Object({\"host.docker.internal:28171\": Object({\"ed25519:complement_a6e654858"} -{"Time":"2024-04-23T18:03:42.714063951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"ab28dad534eae290c23cf8e1b4a36669ea9f9b371a31466e515afd3\": String(\"LvbuhLG7BTBSZgpf5ntnV6iNRQ4fafeViibXsjq3rN+PzQev1RZ+2N3ZHiSdGWFUDazrSmVNSSHrq5Z0lMeJCg\")})}), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:42.714072731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440125Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:42.714081811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440285Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, host.docker.internal:28171\n"} -{"Time":"2024-04-23T18:03:42.714090241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440341Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.714098611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440386Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:28171, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.714106081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440485Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:42.714113631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:42.71412191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440752Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE in db\n"} -{"Time":"2024-04-23T18:03:42.7141323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440778Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA in db\n"} -{"Time":"2024-04-23T18:03:42.71414236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440802Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U in db\n"} -{"Time":"2024-04-23T18:03:42.71415512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440812Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:42.71416294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440820Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE in db\n"} -{"Time":"2024-04-23T18:03:42.71417048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440829Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA in db\n"} -{"Time":"2024-04-23T18:03:42.7141784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440837Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U in db\n"} -{"Time":"2024-04-23T18:03:42.71418759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:42.714198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8 (m.room.member)\n"} -{"Time":"2024-04-23T18:03:42.7142081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:42.71421794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.440988Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rlhfd_xIlx7S2tmFnJbcRG2nYhjgmi_6GI8efb_lkb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m no statekey in member event\n"} -{"Time":"2024-04-23T18:03:42.71422807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.441053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_INVALID_PARAM: Auth check failed\n"} -{"Time":"2024-04-23T18:03:42.714234909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.441147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:03:42.714241389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.441482Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:42.714249069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.441730Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:42.714255849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.443469Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:28171)\n"} -{"Time":"2024-04-23T18:03:42.714262719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.443484Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:28171)\n"} -{"Time":"2024-04-23T18:03:42.714271169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.443500Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:28171 for https://host.docker.internal:28171/_matrix/federation/v1/send/VkhBqsd88lczRSylHKxwIGT5_1_fx9TE2LHZhw5o1MA with https://host.docker.internal:28171/_matrix/federation/v1/send/VkhBqsd88lczRSylHKxwIGT5_1_fx9TE2LHZhw5o1MA\n"} -{"Time":"2024-04-23T18:03:42.714278929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.443510Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:42.714285679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.443524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:28171/_matrix/federation/v1/send/VkhBqsd88lczRSylHKxwIGT5_1_fx9TE2LHZhw5o1MA\n"} -{"Time":"2024-04-23T18:03:42.714293379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.444039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:42.714302819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.444334Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:28171, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.714313169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.444572Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"794\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:42.714345858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.444596Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0 Some(Object({\"auth_events\": Array([String(\"$dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE\"), String(\"$0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA\"), String(\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\")]), \"content\": Object({\"membership\": String(\"leave\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"qVQEohvEEXzFnATfp8TV/9vGvmNBVooQVJA0c+lZbT8\")}), \"origin\": String(\"host.docker.internal:28171\"), \"origin_server_ts\": 1713909822441, \"prev_events\": Array([String(\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\")]), \"prev_state\": Array([]), \"room_id\": String(\"!AIiLD7bVFSgn8dlw9f:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:28171\"), \"signatures\": Object({\"host.docker.internal:28171\": Obje"} -{"Time":"2024-04-23T18:03:42.714357228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"ct({\"ed25519:complement_a6e654858ab28dad534eae290c23cf8e1b4a36669ea9f9b371a31466e515afd3\": String(\"g9hqR59tiLGtawDpP+qxWEuYSyRvdOtsezwnyuCQgbUBSYgSYt9dbc8pK4jCiBmyREuF1tJAr9vf5ixWG2NBAA\")})}), \"state_key\": String(\"@charlie:host.docker.internal:28171\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:42.714363678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.444788Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:42.714370808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.445113Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, host.docker.internal:28171\n"} -{"Time":"2024-04-23T18:03:42.714377468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.445210Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.714384098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.445299Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:28171, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.714391698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.445486Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:42.714398848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.445929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:42.714405768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446033Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE in db\n"} -{"Time":"2024-04-23T18:03:42.714415918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446083Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA in db\n"} -{"Time":"2024-04-23T18:03:42.714425258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446131Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U in db\n"} -{"Time":"2024-04-23T18:03:42.714435018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446148Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:42.714444878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446162Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE in db\n"} -{"Time":"2024-04-23T18:03:42.714454328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446175Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA in db\n"} -{"Time":"2024-04-23T18:03:42.714463857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446191Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U in db\n"} -{"Time":"2024-04-23T18:03:42.714473177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446214Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:42.714481237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0 (m.room.member)\n"} -{"Time":"2024-04-23T18:03:42.714488417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:42.714495597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446417Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:42.714502507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446433Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:42.714510307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446603Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:42.714517517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446802Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U in db\n"} -{"Time":"2024-04-23T18:03:42.714524687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446827Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:42.714532547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446845Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U in db\n"} -{"Time":"2024-04-23T18:03:42.714542177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:42.714696235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\"]\n"} -{"Time":"2024-04-23T18:03:42.714729115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.446993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:03:42.714737325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:03:42.714797805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:03:42.714826474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:03:42.714833274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0 (m.room.member)\n"} -{"Time":"2024-04-23T18:03:42.714839124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447182Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:42.714844144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:42.714849564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447267Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:03:42.714855244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447383Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:03:42.714860504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447394Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0 (m.room.member)\n"} -{"Time":"2024-04-23T18:03:42.714867404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447407Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:42.714872734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447433Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:42.714878054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447448Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:03:42.714885634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447456Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:03:42.714894524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447495Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:03:42.714907344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 1 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:03:42.714919573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:03:42.714930793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:03:42.714973043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m23.37µs\n"} -{"Time":"2024-04-23T18:03:42.714987843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m53.16µs\n"} -{"Time":"2024-04-23T18:03:42.715016743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.447958Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m197.838µs\n"} -{"Time":"2024-04-23T18:03:42.715030933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.448379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m619.994µs\n"} -{"Time":"2024-04-23T18:03:42.715045892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.448531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m772.503µs\n"} -{"Time":"2024-04-23T18:03:42.715059412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.448582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m823.702µs\n"} -{"Time":"2024-04-23T18:03:42.715072472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.448646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:03:42.715084972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.448763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:03:42.715106342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.448782Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:03:42.715118282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.448846Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:03:42.715132312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.448862Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$lE0ibukgNqJe-xMVZ4CFmxEUnnf4ABCHuHNFDkiyNGQ\", (\"m.room.power_levels\", \"\"): \"$0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA\", (\"m.room.create\", \"\"): \"$dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE\", (\"m.room.guest_access\", \"\"): \"$vUf_1561R40wPBsaTHWcO82toEm7Vh1novbQ7vRrV9E\", (\"m.room.history_visibility\", \"\"): \"$2sn3F7hovCJjHYXLWWYamiYZ0ur7kPtUBO23pSCZFLY\", (\"m.room.join_rules\", \"\"): \"$K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4\"}\n"} -{"Time":"2024-04-23T18:03:42.715153831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.448894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:03:42.715167741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.448910Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@charlie:host.docker.internal:28171\"): [\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\", \"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\"]}\n"} -{"Time":"2024-04-23T18:03:42.715180481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:03:42.715192211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449113Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\", \"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\"}\n"} -{"Time":"2024-04-23T18:03:42.715210471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:03:42.715221871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:42.715234661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:03:42.715245891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449260Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:03:42.715265161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:42.71527692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:03:42.71528889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:03:42.71530356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449328Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$lE0ibukgNqJe-xMVZ4CFmxEUnnf4ABCHuHNFDkiyNGQ\", (\"m.room.power_levels\", \"\"): \"$0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA\", (\"m.room.create\", \"\"): \"$dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE\", (\"m.room.guest_access\", \"\"): \"$vUf_1561R40wPBsaTHWcO82toEm7Vh1novbQ7vRrV9E\", (\"m.room.history_visibility\", \"\"): \"$2sn3F7hovCJjHYXLWWYamiYZ0ur7kPtUBO23pSCZFLY\", (\"m.room.join_rules\", \"\"): \"$K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4\"}\n"} -{"Time":"2024-04-23T18:03:42.7153189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449367Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 2\n"} -{"Time":"2024-04-23T18:03:42.71533066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449382Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\", \"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\"]\n"} -{"Time":"2024-04-23T18:03:42.71534282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449408Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA\")\n"} -{"Time":"2024-04-23T18:03:42.71535571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449426Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:03:42.71537215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\n"} -{"Time":"2024-04-23T18:03:42.71538448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA\n"} -{"Time":"2024-04-23T18:03:42.715401019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\n"} -{"Time":"2024-04-23T18:03:42.715412839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA\n"} -{"Time":"2024-04-23T18:03:42.715426539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449882Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\", \"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\"]\n"} -{"Time":"2024-04-23T18:03:42.715443999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:42.715485189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.449918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\", \"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\"]\n"} -{"Time":"2024-04-23T18:03:42.715497119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.450132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\"\n"} -{"Time":"2024-04-23T18:03:42.715516068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.450157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U (m.room.member)\n"} -{"Time":"2024-04-23T18:03:42.715529008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.450180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:42.715540718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.450237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:42.715552458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.450456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\"\n"} -{"Time":"2024-04-23T18:03:42.715564848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.450480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0 (m.room.member)\n"} -{"Time":"2024-04-23T18:03:42.715576988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.450503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:42.715589638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.450550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:42.715612498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.450597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:03:42.715624458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.450702Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:03:42.715630418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.451558Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:03:42.715634637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.452720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m5.715671ms\n"} -{"Time":"2024-04-23T18:03:42.715640347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.452807Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m16.01µs\n"} -{"Time":"2024-04-23T18:03:42.715645527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.452835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m43.81µs\n"} -{"Time":"2024-04-23T18:03:42.715650717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.454113Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m10 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:42.715654517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.454720Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:42.715659017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.455039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(28171), path: \"/_matrix/federation/v1/send/B6OWaTKWEsrKTvr9RsJAnOZg3SCLldiWi2VpWdUVwbM\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:42.715664197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.455099Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:28171): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:03:42.715667757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.455120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:28171)\n"} -{"Time":"2024-04-23T18:03:42.715671277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.457670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:42.715675417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.458012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:42.715679167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.458374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:42.715682607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.458789Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:28171, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.715687067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.459055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"841\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:42.715691787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.459080Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM Some(Object({\"auth_events\": Array([String(\"$dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE\"), String(\"$K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4\"), String(\"$0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA\"), String(\"$FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U\")]), \"content\": Object({\"membership\": String(\"knock\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"4B9Ej6WEkOsH3xBRdZtIlyikbXipFi2qNW1S7e+ySdE\")}), \"origin\": String(\"host.docker.internal:28171\"), \"origin_server_ts\": 1713909822454, \"prev_events\": Array([String(\"$k44o_NykRw4YCryvuZDXoj0FVl-jHD5g-pKGxea9Vic\")]), \"prev_state\": Array([]), \"room_id\": String(\"!AIiLD7bVFSgn8dlw9f:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:28171\"), "} -{"Time":"2024-04-23T18:03:42.715697497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\"signatures\": Object({\"host.docker.internal:28171\": Object({\"ed25519:complement_a6e654858ab28dad534eae290c23cf8e1b4a36669ea9f9b371a31466e515afd3\": String(\"zNneRKD13504nCL38YZgQa5uK+kgiLyrEuFR3Yibuwf/8l2RbZ5GASWt0SoP8nkp4xm/btcBY9f1MssU3oFmAA\")})}), \"state_key\": String(\"@charlie:host.docker.internal:28171\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:42.715701137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.459301Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:42.715704857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.459636Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:28171, hs1\n"} -{"Time":"2024-04-23T18:03:42.715708947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.459809Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:28171, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.715713247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.459879Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.715716857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.460074Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:42.715721357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.460538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:42.715728377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.460630Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE in db\n"} -{"Time":"2024-04-23T18:03:42.715752456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.460675Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4 in db\n"} -{"Time":"2024-04-23T18:03:42.715758076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.460713Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA in db\n"} -{"Time":"2024-04-23T18:03:42.715763616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.460766Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U in db\n"} -{"Time":"2024-04-23T18:03:42.715769196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.460789Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:42.715774886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.460809Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE in db\n"} -{"Time":"2024-04-23T18:03:42.715783566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.460823Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4 in db\n"} -{"Time":"2024-04-23T18:03:42.715789956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.460839Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA in db\n"} -{"Time":"2024-04-23T18:03:42.715795876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.460851Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $FZh7D9NICFTjV5qqdghqnGpHTwcLPty0fC6c5yHuH-U in db\n"} -{"Time":"2024-04-23T18:03:42.715801286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.460875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:42.715807566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.461006Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM (m.room.member)\n"} -{"Time":"2024-04-23T18:03:42.715814176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.461037Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:42.715819856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.461132Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fY-h8nwT3a1tn1L_sP8Wsc25vboHSa5DTQPOetPZNaM\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m Join rule is not set to knock or knock_restricted, knocking is not allowed\n"} -{"Time":"2024-04-23T18:03:42.715955155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.461209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_INVALID_PARAM: Auth check failed\n"} -{"Time":"2024-04-23T18:03:42.715973675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.461289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:03:42.715985075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.461520Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:28171)\n"} -{"Time":"2024-04-23T18:03:42.715996064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.461549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:28171)\n"} -{"Time":"2024-04-23T18:03:42.716003434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.461576Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:28171 for https://host.docker.internal:28171/_matrix/federation/v1/send/B6OWaTKWEsrKTvr9RsJAnOZg3SCLldiWi2VpWdUVwbM with https://host.docker.internal:28171/_matrix/federation/v1/send/B6OWaTKWEsrKTvr9RsJAnOZg3SCLldiWi2VpWdUVwbM\n"} -{"Time":"2024-04-23T18:03:42.716010554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.461592Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:42.716017074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.461618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:28171\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:28171/_matrix/federation/v1/send/B6OWaTKWEsrKTvr9RsJAnOZg3SCLldiWi2VpWdUVwbM\n"} -{"Time":"2024-04-23T18:03:42.716027624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.484006Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:42.716037404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.484334Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:28171, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.716049654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.484586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"842\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:42.716058964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.484609Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU Some(Object({\"auth_events\": Array([String(\"$dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE\"), String(\"$K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4\"), String(\"$0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA\"), String(\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\")]), \"content\": Object({\"membership\": String(\"invite\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"y/YaHcdeLJJsBQKk0tseqW0PxGKAv3DZspfnNDimj2M\")}), \"origin\": String(\"host.docker.internal:28171\"), \"origin_server_ts\": 1713909822461, \"prev_events\": Array([String(\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\")]), \"prev_state\": Array([]), \"room_id\": String(\"!AIiLD7bVFSgn8dlw9f:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:28171\"),"} -{"Time":"2024-04-23T18:03:42.716069454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":" \"signatures\": Object({\"host.docker.internal:28171\": Object({\"ed25519:complement_a6e654858ab28dad534eae290c23cf8e1b4a36669ea9f9b371a31466e515afd3\": String(\"WZT/1ACghsQ8kojZWiZdJzZZvlX30fpVg+XDfvv2Lyb2up+3fj+ZvIU6i/TFTV7BLN1ehdN8cibaERQls/t7AQ\")})}), \"state_key\": String(\"@charlie:host.docker.internal:28171\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:42.716077264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.484795Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:42.716086294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.485122Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:28171, hs1\n"} -{"Time":"2024-04-23T18:03:42.716095074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.485240Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:28171, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.716103643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.485309Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.716112143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.485479Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:42.716121933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.485916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:42.716131913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.485995Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE in db\n"} -{"Time":"2024-04-23T18:03:42.716140763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.486038Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4 in db\n"} -{"Time":"2024-04-23T18:03:42.716148033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.486077Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA in db\n"} -{"Time":"2024-04-23T18:03:42.716155013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.486116Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0 in db\n"} -{"Time":"2024-04-23T18:03:42.716163403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.486134Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:42.716174433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.486148Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE in db\n"} -{"Time":"2024-04-23T18:03:42.716184353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.486163Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4 in db\n"} -{"Time":"2024-04-23T18:03:42.716193833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.486176Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA in db\n"} -{"Time":"2024-04-23T18:03:42.716203473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.486189Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0 in db\n"} -{"Time":"2024-04-23T18:03:42.716232492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.486209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:42.716241852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.486315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU (m.room.member)\n"} -{"Time":"2024-04-23T18:03:42.716251962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.486344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:42.716261722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.486399Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fZikim2iS4Q_BZsGFHjI1XZD0TWIIBgf8R6VDtW-svU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m Can't invite user if sender not joined or the user is currently joined or banned \u001b[3mtarget_user_membership_event_id\u001b[0m\u001b[2m=\u001b[0mSome(\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\") \u001b[3msender_membership_event_id\u001b[0m\u001b[2m=\u001b[0mSome(\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\")\n"} -{"Time":"2024-04-23T18:03:42.716273052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.486478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_INVALID_PARAM: Auth check failed\n"} -{"Time":"2024-04-23T18:03:42.716281562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.486561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:03:42.716288182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.489606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:42.716295772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.489901Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:28171, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.716302752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.490151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"838\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:42.716312252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.490173Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send_join/%21AIiLD7bVFSgn8dlw9f:hs1/$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA Some(Object({\"auth_events\": Array([String(\"$dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE\"), String(\"$K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4\"), String(\"$0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA\"), String(\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"A9t/T3MYD01Qyil8ClY9QFj42qybKBx0uHIEzVq8hZw\")}), \"origin\": String(\"host.docker.internal:28171\"), \"origin_server_ts\": 1713909822486, \"prev_events\": Array([String(\"$Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0\")]), \"prev_state\": Array([]), \"room_id\": String(\"!AIiLD7bVFSgn8dlw9f:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:28171\"), \""} -{"Time":"2024-04-23T18:03:42.716325232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"signatures\": Object({\"host.docker.internal:28171\": Object({\"ed25519:complement_a6e654858ab28dad534eae290c23cf8e1b4a36669ea9f9b371a31466e515afd3\": String(\"SOj5lv3Q4w5bjtsJj2l0C7NiKDsg9b3XSH7Alh6Kx98ThVuJ7HeUWxi6T573EllI1Wmw4cFV//sYQdx/aoaMAA\")})}), \"state_key\": String(\"@doris:host.docker.internal:28171\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:42.716333791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.490351Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:42.716342401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.490660Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, host.docker.internal:28171\n"} -{"Time":"2024-04-23T18:03:42.716350941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.490762Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.716359681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.490845Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:28171, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:42.716368061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.491039Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:42.716375251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.491476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:42.716382201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.491539Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE in db\n"} -{"Time":"2024-04-23T18:03:42.716392181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.491581Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4 in db\n"} -{"Time":"2024-04-23T18:03:42.716406081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.491619Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA in db\n"} -{"Time":"2024-04-23T18:03:42.716416681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.491659Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0 in db\n"} -{"Time":"2024-04-23T18:03:42.716427041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.491677Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:42.716437581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.491690Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $dQFOrNWzH721GdNpuAVLjkhoBrm73-q9HidQMrL_WKE in db\n"} -{"Time":"2024-04-23T18:03:42.71644875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.491705Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $K1oUFybWJ1vF1s__TjpDu4adHrcPcBqS3j-GugCEGu4 in db\n"} -{"Time":"2024-04-23T18:03:42.71645666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.491718Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0IMaPMSdZSrK1VE0wrCKr4luDkFhcR634z8jNYsVLIA in db\n"} -{"Time":"2024-04-23T18:03:42.71646424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.491731Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Vclt5XGtdJj0_tAyGm3NlES5o_cuWLNZG-k1L6OABz0 in db\n"} -{"Time":"2024-04-23T18:03:42.71647449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.491751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:42.71648546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.491856Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA (m.room.member)\n"} -{"Time":"2024-04-23T18:03:42.71649525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.491884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:42.71650288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.491946Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$CT-_6Dk-dbcxiDa1Ns8pS6G5esZZCkSismw_7TP_oUA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AIiLD7bVFSgn8dlw9f:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m Can't make other user join\n"} -{"Time":"2024-04-23T18:03:42.71651099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.492015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_INVALID_PARAM: Auth check failed\n"} -{"Time":"2024-04-23T18:03:42.71651926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.492096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:03:42.71652589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.492569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:03:42.7165326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\u001b[2m2024-04-23T22:03:42.492667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:03:42.71653857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"2024/04/23 18:03:42 ============== e9818f568fb5090620028d1b35d6f0d44358ae210d035475a2023959af4e030e : END LOGS ==============\n"} -{"Time":"2024-04-23T18:03:42.71654593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\n"} -{"Time":"2024-04-23T18:03:42.71655281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"\n"} -{"Time":"2024-04-23T18:03:42.733467411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Output":"--- FAIL: TestCannotSendNonJoinViaSendJoinV1 (2.06s)\n"} -{"Time":"2024-04-23T18:03:42.733490691-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV1","Elapsed":2.06} -{"Time":"2024-04-23T18:03:42.733503371-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2"} -{"Time":"2024-04-23T18:03:42.733509501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"=== RUN TestCannotSendNonJoinViaSendJoinV2\n"} -{"Time":"2024-04-23T18:03:43.757561962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":" federation_room_join_test.go:395: Deploy times: 10.539778ms blueprints, 1.013475923s containers\n"} -{"Time":"2024-04-23T18:03:44.680375927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (54.399294ms)\n"} -{"Time":"2024-04-23T18:03:44.694417005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (13.951558ms)\n"} -{"Time":"2024-04-23T18:03:44.724736849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":" federation_room_join_test.go:409: Server.MustJoinRoom joined room ID !7QIOk4rgnALLAU0GM4:hs1\n"} -{"Time":"2024-04-23T18:03:44.724760039-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/regular_event"} -{"Time":"2024-04-23T18:03:44.724767959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/regular_event","Output":"=== RUN TestCannotSendNonJoinViaSendJoinV2/regular_event\n"} -{"Time":"2024-04-23T18:03:44.725064057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/regular_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\n"} -{"Time":"2024-04-23T18:03:44.747704288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/regular_event","Output":" server.go:266: [SSAPI] PUT hs1/_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10 =\u003e 2xx (22.502883ms)\n"} -{"Time":"2024-04-23T18:03:44.747720678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/regular_event","Output":" federation_room_join_test.go:431: send request returned 200\n"} -{"Time":"2024-04-23T18:03:44.747737628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/regular_event","Output":"--- FAIL: TestCannotSendNonJoinViaSendJoinV2/regular_event (0.02s)\n"} -{"Time":"2024-04-23T18:03:44.747746518-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/regular_event","Elapsed":0.02} -{"Time":"2024-04-23T18:03:44.747762198-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/non-state_membership_event"} -{"Time":"2024-04-23T18:03:44.747769478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/non-state_membership_event","Output":"=== RUN TestCannotSendNonJoinViaSendJoinV2/non-state_membership_event\n"} -{"Time":"2024-04-23T18:03:44.74859596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/non-state_membership_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o\n"} -{"Time":"2024-04-23T18:03:44.754173342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/non-state_membership_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 65 117 116 104 32 99 104 101 99 107 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v2/send_join/!7QIOk4rgnALLAU0GM4:hs1/$YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Auth check failed (5.304623ms)\n"} -{"Time":"2024-04-23T18:03:44.754196162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/non-state_membership_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v2/send_join returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Auth check failed\"}\n"} -{"Time":"2024-04-23T18:03:44.754209132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/non-state_membership_event","Output":"--- PASS: TestCannotSendNonJoinViaSendJoinV2/non-state_membership_event (0.01s)\n"} -{"Time":"2024-04-23T18:03:44.754220631-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/non-state_membership_event","Elapsed":0.01} -{"Time":"2024-04-23T18:03:44.75444125-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/leave_event"} -{"Time":"2024-04-23T18:03:44.754457419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/leave_event","Output":"=== RUN TestCannotSendNonJoinViaSendJoinV2/leave_event\n"} -{"Time":"2024-04-23T18:03:44.754548279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/leave_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\n"} -{"Time":"2024-04-23T18:03:44.770476459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/leave_event","Output":" server.go:266: [SSAPI] PUT hs1/_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng =\u003e 2xx (15.731133ms)\n"} -{"Time":"2024-04-23T18:03:44.770498269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/leave_event","Output":" federation_room_join_test.go:431: send request returned 200\n"} -{"Time":"2024-04-23T18:03:44.770511479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/leave_event","Output":"--- FAIL: TestCannotSendNonJoinViaSendJoinV2/leave_event (0.02s)\n"} -{"Time":"2024-04-23T18:03:44.770524379-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/leave_event","Elapsed":0.02} -{"Time":"2024-04-23T18:03:44.771006375-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/knock_event"} -{"Time":"2024-04-23T18:03:44.771028904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/knock_event","Output":"=== RUN TestCannotSendNonJoinViaSendJoinV2/knock_event\n"} -{"Time":"2024-04-23T18:03:44.771125904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/knock_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0\n"} -{"Time":"2024-04-23T18:03:44.776212799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/knock_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0 =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 65 117 116 104 32 99 104 101 99 107 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v2/send_join/!7QIOk4rgnALLAU0GM4:hs1/$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Auth check failed (4.805427ms)\n"} -{"Time":"2024-04-23T18:03:44.776229199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/knock_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v2/send_join returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Auth check failed\"}\n"} -{"Time":"2024-04-23T18:03:44.776245869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/knock_event","Output":"--- PASS: TestCannotSendNonJoinViaSendJoinV2/knock_event (0.01s)\n"} -{"Time":"2024-04-23T18:03:44.776254689-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/knock_event","Elapsed":0.01} -{"Time":"2024-04-23T18:03:44.776590336-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/invite_event"} -{"Time":"2024-04-23T18:03:44.776598975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/invite_event","Output":"=== RUN TestCannotSendNonJoinViaSendJoinV2/invite_event\n"} -{"Time":"2024-04-23T18:03:44.776712764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/invite_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY\n"} -{"Time":"2024-04-23T18:03:44.779854967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/invite_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 65 117 116 104 32 99 104 101 99 107 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v2/send_join/!7QIOk4rgnALLAU0GM4:hs1/$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Auth check failed (2.906624ms)\n"} -{"Time":"2024-04-23T18:03:44.779871407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/invite_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v2/send_join returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Auth check failed\"}\n"} -{"Time":"2024-04-23T18:03:44.779887077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/invite_event","Output":"--- PASS: TestCannotSendNonJoinViaSendJoinV2/invite_event (0.00s)\n"} -{"Time":"2024-04-23T18:03:44.779895446-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/invite_event","Elapsed":0} -{"Time":"2024-04-23T18:03:44.779903276-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/event_with_mismatched_state_key"} -{"Time":"2024-04-23T18:03:44.779909916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/event_with_mismatched_state_key","Output":"=== RUN TestCannotSendNonJoinViaSendJoinV2/event_with_mismatched_state_key\n"} -{"Time":"2024-04-23T18:03:44.780380702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/event_with_mismatched_state_key","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI\n"} -{"Time":"2024-04-23T18:03:44.784022391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/event_with_mismatched_state_key","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 65 117 116 104 32 99 104 101 99 107 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v2/send_join/!7QIOk4rgnALLAU0GM4:hs1/$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Auth check failed (3.38528ms)\n"} -{"Time":"2024-04-23T18:03:44.784036591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/event_with_mismatched_state_key","Output":" federation_room_join_test.go:441: /_matrix/federation/v2/send_join returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Auth check failed\"}\n"} -{"Time":"2024-04-23T18:03:44.78405438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/event_with_mismatched_state_key","Output":"--- PASS: TestCannotSendNonJoinViaSendJoinV2/event_with_mismatched_state_key (0.00s)\n"} -{"Time":"2024-04-23T18:03:44.78406525-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2/event_with_mismatched_state_key","Elapsed":0} -{"Time":"2024-04-23T18:03:45.007452426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"2024/04/23 18:03:45 ============================================\n"} -{"Time":"2024-04-23T18:03:45.007476725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\n"} -{"Time":"2024-04-23T18:03:45.007483355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\n"} -{"Time":"2024-04-23T18:03:45.007489485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"2024/04/23 18:03:45 385b79c3760a09e1be5b7a54d8f2233505a4bac920abcade07fa6439c0a2af1a : Server logs:\n"} -{"Time":"2024-04-23T18:03:45.007500675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:03:45.007508465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:03:45.007516745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:03:45.007526895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:03:45.007533115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:03:45.007538935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"+ echo 'IP.1 = 172.24.0.2'\n"} -{"Time":"2024-04-23T18:03:45.007544595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:03:45.007554855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:03:45.007562055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:03:45.007569785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:03:45.007579135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.349835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:03:45.007587774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.349929Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:03:45.007598694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.350257Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:03:45.007606324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.350264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:03:45.007613234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.350271Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:03:45.007621464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.350278Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:03:45.007628794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.350998Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:03:45.007635164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\n"} -{"Time":"2024-04-23T18:03:45.007641054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:03:45.007648954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.351076Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:03:45.007658524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.353631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:03:45.007666394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.355285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:03:45.007672724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.355935Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:03:45.007681254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.356991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:03:45.007689274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.714820Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 359.531705ms\n"} -{"Time":"2024-04-23T18:03:45.007695744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.716959Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:03:45.007703414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717030Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:03:45.007711373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717045Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:03:45.007718263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717054Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:03:45.007724283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717062Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:03:45.007739473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717068Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:03:45.007747523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717075Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:03:45.007755823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717082Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:03:45.007765683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717089Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:03:45.007773673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717095Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:03:45.007783353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717103Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:03:45.007790773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717110Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:03:45.007799503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717116Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:03:45.007806473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717122Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:03:45.007812453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717139Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:03:45.007819853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717151Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:03:45.007827872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717159Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:03:45.007835022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717169Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:03:45.007842222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717179Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:03:45.007848852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.717187Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:03:45.007855222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.718880Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:03:45.007862312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.721421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:03:45.007868462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.738108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:03:45.007876872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.738117Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:03:45.007885082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.738653Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:03:45.007891672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.738801Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:03:45.007898002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.756321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:45.007904752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.756924Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1107\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:45.007913142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.757034Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:03:45.007920972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:43.757290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:45.007929052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.626360Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:45.007949521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.626831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1107\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:45.007962281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.626859Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:03:45.007971281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.670209Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:03:45.007980531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.672143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:45.007994011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.672365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:45.008003621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.672514Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:45.008012451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.675393Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:45.008024171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.675412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:45.008045911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.675435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:45.008055511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.676906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:45.00806513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.676939Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:45.00808672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.676948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:45.00809677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.676974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:45.00810846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.677040Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:03:45.00811759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.677052Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:03:45.00812756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.677077Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:45.00813987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.677085Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:45.00815251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.678642Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:45.00816331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:45.008179869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.678669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:45.008190249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:45.008203409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.678678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:03:45.008215659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:45.008225529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.680008Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:03:45.008232649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.680093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m53 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:45.008240399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.680476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:03:45.008252649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.680505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:03:45.008261289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.680513Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:45.008268789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.680815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:45.008277019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.681304Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1107\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:45.008286258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.681339Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:03:45.008294138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.682090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:03:45.008306538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.682122Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:03:45.008320728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.682156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:03:45.008331708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.684102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:45.008342328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.684139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:45.008352598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.684207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:45.008362248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.686518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:03:45.008374238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.686569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:45.008388688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.686587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:03:45.008410837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.686611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:03:45.008424787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.686626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:03:45.008439257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.686639Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:45.008451327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.688491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:45.008461177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.688553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:45.008469917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.688570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:45.008479507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.690451Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:03:45.008491637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.690512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:03:45.008500567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.690529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:45.008510207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.692462Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:03:45.008519166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.692522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:45.008530686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.692540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:45.008541376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.693999Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:03:45.008550526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.694109Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:45.008559046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.696382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:45.008567306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.696725Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for host.docker.internal:19445 keys\n"} -{"Time":"2024-04-23T18:03:45.008574816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.696743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:19445 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:03:45.008582116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.697069Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:45.008592296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.697248Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal:19445\n"} -{"Time":"2024-04-23T18:03:45.008604196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.697264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 2: Hostname with included port\n"} -{"Time":"2024-04-23T18:03:45.008615966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.697321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":19445\") hostname: Named(\"host.docker.internal\", \":19445\")\n"} -{"Time":"2024-04-23T18:03:45.008626055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.697459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(19445), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:45.008641735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.697574Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:19445)\n"} -{"Time":"2024-04-23T18:03:45.008653035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.697649Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(19445))\n"} -{"Time":"2024-04-23T18:03:45.008664225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.697666Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:19445\n"} -{"Time":"2024-04-23T18:03:45.008674715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.697773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:19445\n"} -{"Time":"2024-04-23T18:03:45.008685065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.710426Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:03:45.008694775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.710477Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:19445)\n"} -{"Time":"2024-04-23T18:03:45.008704145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.710786Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:19445)\n"} -{"Time":"2024-04-23T18:03:45.008714355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.710802Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:19445)\n"} -{"Time":"2024-04-23T18:03:45.008725375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.710896Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:19445 for https://host.docker.internal:19445/_matrix/key/v2/server with https://host.docker.internal:19445/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:45.008737385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.710907Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:45.008746384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.710951Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:19445/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:03:45.008755874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.711149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%217QIOk4rgnALLAU0GM4:hs1/@charlie:host.docker.internal:19445?ver=org.matrix.msc3787\u0026ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:45.008768264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.711162Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%217QIOk4rgnALLAU0GM4:hs1/@charlie:host.docker.internal:19445?ver=org.matrix.msc3787\u0026ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6 None\n"} -{"Time":"2024-04-23T18:03:45.008779574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.711294Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:45.008787774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.711669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:03:45.008794444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.711686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:45.008802154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.711712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:45.008809124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.711975Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m15 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:45.008816034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.714580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:45.008823604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.714765Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:19445, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.008840594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.714883Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"909\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:45.008854983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.714894Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY Some(Object({\"auth_events\": Array([String(\"$eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34\"), String(\"$z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE\"), String(\"$MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 7, \"hashes\": Object({\"sha256\": String(\"WMPjWyy60BjkQkR5BsQdBDbvhm0oLxR+gl29Nbne5IQ\")}), \"origin\": String(\"host.docker.internal:19445\"), \"origin_server_ts\": 1713909824712, \"prev_events\": Array([String(\"$zxzh0Ec9ycQ2cW1q_hF4BiiH34B8cYEtAlk1prrls_8\")]), \"prev_state\": Array([]), \"room_id\": String(\"!7QIOk4rgnALLAU0GM4:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:19445\"), \"signatures\": Object({\"host.docker.internal:19445\": Objec"} -{"Time":"2024-04-23T18:03:45.008866913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"t({\"ed25519:complement_313ed0588dcbd9453306b3f1a56a81a8d9c004a60003b9fd537a7e6138fe58c8\": String(\"F77pjwR9UyLZbhvInB1UVnlQluzqVGTJQ5ze85m1nS9I1o9OWkCrw96Waz2tZ/kxu3sMB7WmFLDzgZ0c6HQEDg\")}), \"hs1\": Object({\"ed25519:uriKwpiR\": String(\"pyWR/6yrsDrkstULgezT8UIATk0UfUCF4BgT9jCkByYngphf4u0l20H/V5y0GYXxv7qi21m4mZEU9OHkh57gDQ\")})}), \"state_key\": String(\"@charlie:host.docker.internal:19445\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:45.008874753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.714992Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:45.008883453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.715240Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, host.docker.internal:19445\n"} -{"Time":"2024-04-23T18:03:45.008892973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.715343Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.008902853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.715397Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:19445, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.008912303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.715492Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:45.008921093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.715754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:45.008940533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.715804Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34 in db\n"} -{"Time":"2024-04-23T18:03:45.008952363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.715825Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE in db\n"} -{"Time":"2024-04-23T18:03:45.008964603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.715845Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U in db\n"} -{"Time":"2024-04-23T18:03:45.008976392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.715865Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:45.008984542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.715874Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34 in db\n"} -{"Time":"2024-04-23T18:03:45.008995242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.715883Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE in db\n"} -{"Time":"2024-04-23T18:03:45.009006672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.715890Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U in db\n"} -{"Time":"2024-04-23T18:03:45.009016652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.715900Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:45.009035032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.716023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY (m.room.member)\n"} -{"Time":"2024-04-23T18:03:45.009046752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.716041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:45.009054932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.716078Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:45.009062762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.716144Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:45.009073712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.716234Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:45.009084661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.716339Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $zxzh0Ec9ycQ2cW1q_hF4BiiH34B8cYEtAlk1prrls_8 in db\n"} -{"Time":"2024-04-23T18:03:45.009092831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.716352Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:45.009102061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.716360Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $zxzh0Ec9ycQ2cW1q_hF4BiiH34B8cYEtAlk1prrls_8 in db\n"} -{"Time":"2024-04-23T18:03:45.009112801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.716454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:45.009126621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.716481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$zxzh0Ec9ycQ2cW1q_hF4BiiH34B8cYEtAlk1prrls_8\"]\n"} -{"Time":"2024-04-23T18:03:45.009136271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.716567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:03:45.009148081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.716581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:03:45.009157651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.716641Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:03:45.009168891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.716683Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:03:45.009179931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.716730Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY (m.room.member)\n"} -{"Time":"2024-04-23T18:03:45.009191301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.716792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:45.00920176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.716953Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:45.00921659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.716974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:03:45.00922717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.717153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:03:45.00923596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.717170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY (m.room.member)\n"} -{"Time":"2024-04-23T18:03:45.00925134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.717188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:45.00926123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.717305Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:45.00926906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.717326Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:03:45.00927746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.717337Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:03:45.00928761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.717388Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:03:45.00929774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.717404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:03:45.00930566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.717441Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:03:45.009313409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.717618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:03:45.009323299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.717774Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m63.119µs\n"} -{"Time":"2024-04-23T18:03:45.009336679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.717920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m210.368µs\n"} -{"Time":"2024-04-23T18:03:45.009350199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.718004Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m295.087µs\n"} -{"Time":"2024-04-23T18:03:45.009362829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.718130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2JEFkTEQfBzeycO3Y9Jq-EZzFHpjdgMJ7LegHod7Nf4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m420.236µs\n"} -{"Time":"2024-04-23T18:03:45.009372869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.718198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m489.216µs\n"} -{"Time":"2024-04-23T18:03:45.009385009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.718334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m624.454µs\n"} -{"Time":"2024-04-23T18:03:45.009397229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.718403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m693.774µs\n"} -{"Time":"2024-04-23T18:03:45.009406659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.718556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m846.172µs\n"} -{"Time":"2024-04-23T18:03:45.009415319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.718625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m916.172µs\n"} -{"Time":"2024-04-23T18:03:45.009423908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.718778Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XTDyKpUm5VlRZWPA3qDVa3bmmCW-QgriV7C1YG5rvqU\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.06807ms\n"} -{"Time":"2024-04-23T18:03:45.009433458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.718850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.14051ms\n"} -{"Time":"2024-04-23T18:03:45.009442168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.719025Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zxzh0Ec9ycQ2cW1q_hF4BiiH34B8cYEtAlk1prrls_8\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.314858ms\n"} -{"Time":"2024-04-23T18:03:45.009458678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.719096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.386668ms\n"} -{"Time":"2024-04-23T18:03:45.009468168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.719110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.401438ms\n"} -{"Time":"2024-04-23T18:03:45.009477718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.719300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m165.199µs\n"} -{"Time":"2024-04-23T18:03:45.009489068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.719490Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m355.517µs\n"} -{"Time":"2024-04-23T18:03:45.009499868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.719561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m426.487µs\n"} -{"Time":"2024-04-23T18:03:45.009512648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.719574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m439.356µs\n"} -{"Time":"2024-04-23T18:03:45.009521668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.719598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:03:45.009533238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.719718Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:03:45.009541107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.719809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:03:45.009549257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.719849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:03:45.009558067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.719858Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$2JEFkTEQfBzeycO3Y9Jq-EZzFHpjdgMJ7LegHod7Nf4\", (\"m.room.power_levels\", \"\"): \"$MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U\", (\"m.room.history_visibility\", \"\"): \"$XTDyKpUm5VlRZWPA3qDVa3bmmCW-QgriV7C1YG5rvqU\", (\"m.room.create\", \"\"): \"$z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE\", (\"m.room.guest_access\", \"\"): \"$zxzh0Ec9ycQ2cW1q_hF4BiiH34B8cYEtAlk1prrls_8\", (\"m.room.join_rules\", \"\"): \"$eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34\"}\n"} -{"Time":"2024-04-23T18:03:45.009624907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.719871Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:03:45.009637357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.719878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@charlie:host.docker.internal:19445\"): [\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\"]}\n"} -{"Time":"2024-04-23T18:03:45.009647167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.719966Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:03:45.009660186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.719977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\", \"$eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34\"}\n"} -{"Time":"2024-04-23T18:03:45.009670076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:03:45.009680126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34) senders power level\n"} -{"Time":"2024-04-23T18:03:45.009693626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:03:45.009702866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34 power level 100\n"} -{"Time":"2024-04-23T18:03:45.009710816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:45.009778835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:03:45.009789685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720152Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34\"]\n"} -{"Time":"2024-04-23T18:03:45.009800365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:45.009811955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34\"]\n"} -{"Time":"2024-04-23T18:03:45.009820705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34\"\n"} -{"Time":"2024-04-23T18:03:45.009835025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720273Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34 (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:03:45.009846375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34 ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:03:45.009855125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720309Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:45.009866635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720320Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:03:45.009878874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720328Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$2JEFkTEQfBzeycO3Y9Jq-EZzFHpjdgMJ7LegHod7Nf4\", (\"m.room.power_levels\", \"\"): \"$MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U\", (\"m.room.history_visibility\", \"\"): \"$XTDyKpUm5VlRZWPA3qDVa3bmmCW-QgriV7C1YG5rvqU\", (\"m.room.create\", \"\"): \"$z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE\", (\"m.room.guest_access\", \"\"): \"$zxzh0Ec9ycQ2cW1q_hF4BiiH34B8cYEtAlk1prrls_8\", (\"m.room.join_rules\", \"\"): \"$eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34\"}\n"} -{"Time":"2024-04-23T18:03:45.009898424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:03:45.009906994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720357Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\"]\n"} -{"Time":"2024-04-23T18:03:45.009918254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720367Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U\")\n"} -{"Time":"2024-04-23T18:03:45.009926914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720377Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:03:45.009945294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\n"} -{"Time":"2024-04-23T18:03:45.009961844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U\n"} -{"Time":"2024-04-23T18:03:45.009972544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720551Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\"]\n"} -{"Time":"2024-04-23T18:03:45.009982804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:45.009994253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\"]\n"} -{"Time":"2024-04-23T18:03:45.010005143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\"\n"} -{"Time":"2024-04-23T18:03:45.010016143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720687Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY (m.room.member)\n"} -{"Time":"2024-04-23T18:03:45.010030643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720699Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:45.010041073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:45.010051103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:03:45.010061723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.720834Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:03:45.010072583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.721848Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:03:45.010083763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.723028Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m6.451243ms\n"} -{"Time":"2024-04-23T18:03:45.010097673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.723115Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m16.229µs\n"} -{"Time":"2024-04-23T18:03:45.010106802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.723143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m43.869µs\n"} -{"Time":"2024-04-23T18:03:45.010117132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.724247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:45.010126182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.725131Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:45.010135922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.725489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(19445), path: \"/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:45.010147822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.725550Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:19445)\n"} -{"Time":"2024-04-23T18:03:45.010155072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.725602Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(19445))\n"} -{"Time":"2024-04-23T18:03:45.010167472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.725632Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:19445\n"} -{"Time":"2024-04-23T18:03:45.010176742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.725820Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:19445\n"} -{"Time":"2024-04-23T18:03:45.010186422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.741099Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:03:45.010197062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.741164Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:19445)\n"} -{"Time":"2024-04-23T18:03:45.010206132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.741286Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:45.010215152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.741429Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:19445, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.010225141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.741573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"721\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:45.010242001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.741587Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10 Some(Object({\"auth_events\": Array([String(\"$z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE\"), String(\"$MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U\"), String(\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\")]), \"content\": Object({\"body\": String(\"bzz\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"MDj8LS3W6Tby7XZLUF46MhSZzrHTI0KUOoO2+imtRD4\")}), \"origin\": String(\"host.docker.internal:19445\"), \"origin_server_ts\": 1713909824724, \"prev_events\": Array([String(\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\")]), \"room_id\": String(\"!7QIOk4rgnALLAU0GM4:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:19445\"), \"signatures\": Object({\"host.docker.internal:19445\": Object({\"ed25519:complement_313ed0588"} -{"Time":"2024-04-23T18:03:45.010255021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"dcbd9453306b3f1a56a81a8d9c004a60003b9fd537a7e6138fe58c8\": String(\"Pd1w195MzfJbzkFMqq+GEbJOh6sE9CxwzSm95QTqOwhFMzv/LNpbHk/6zUx3d2Xb97fd/xOpl9nbLKEXymsJCg\")})}), \"type\": String(\"m.room.message\")}))\n"} -{"Time":"2024-04-23T18:03:45.010263521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.741700Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:45.010272551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.741893Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, host.docker.internal:19445\n"} -{"Time":"2024-04-23T18:03:45.010281491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.741965Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.010293891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742018Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:19445, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.010303661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742137Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:45.010315001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:45.010328121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742465Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE in db\n"} -{"Time":"2024-04-23T18:03:45.01033776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742492Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U in db\n"} -{"Time":"2024-04-23T18:03:45.01035145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742519Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY in db\n"} -{"Time":"2024-04-23T18:03:45.01036196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742531Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:45.01037269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742540Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE in db\n"} -{"Time":"2024-04-23T18:03:45.01038621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742549Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U in db\n"} -{"Time":"2024-04-23T18:03:45.01039672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742557Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY in db\n"} -{"Time":"2024-04-23T18:03:45.01040708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:45.01041722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10 (m.room.message)\n"} -{"Time":"2024-04-23T18:03:45.01043168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10 ev_type 0 usr 0\n"} -{"Time":"2024-04-23T18:03:45.01044376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:45.010453929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742678Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:45.010464949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742796Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:45.010473759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742899Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY in db\n"} -{"Time":"2024-04-23T18:03:45.010485229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742913Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:45.010499559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742920Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY in db\n"} -{"Time":"2024-04-23T18:03:45.010510209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742945Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:45.010519269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.742969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\"]\n"} -{"Time":"2024-04-23T18:03:45.010530229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:03:45.010540539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743034Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:03:45.010550909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:03:45.010561628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:03:45.010575248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10 (m.room.message)\n"} -{"Time":"2024-04-23T18:03:45.010585928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10 ev_type 0 usr 0\n"} -{"Time":"2024-04-23T18:03:45.010663678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:45.010674227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:03:45.010681487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:45.010692477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:03:45.010703237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743420Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10 (m.room.message)\n"} -{"Time":"2024-04-23T18:03:45.010715397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10 ev_type 0 usr 0\n"} -{"Time":"2024-04-23T18:03:45.010725717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:03:45.010739517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743471Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:03:45.010750127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743481Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:03:45.010761777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:45.010771067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743525Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:03:45.010781007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:03:45.010791066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.743577Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:03:45.010804216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.744493Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:19445)\n"} -{"Time":"2024-04-23T18:03:45.010814046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.744522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:19445)\n"} -{"Time":"2024-04-23T18:03:45.010824106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.744676Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:19445 for https://host.docker.internal:19445/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8 with https://host.docker.internal:19445/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\n"} -{"Time":"2024-04-23T18:03:45.010834076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.744701Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:45.010844636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.744730Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:19445/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\n"} -{"Time":"2024-04-23T18:03:45.010854286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.745197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.166461ms\n"} -{"Time":"2024-04-23T18:03:45.010864226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.745323Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m26.149µs\n"} -{"Time":"2024-04-23T18:03:45.010873266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.745364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m68.239µs\n"} -{"Time":"2024-04-23T18:03:45.010890016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.747148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:45.010900215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.747510Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:45.010910875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.747688Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(19445), path: \"/_matrix/federation/v1/send/GaVqa8NZkZzS55uYajE7qeotVZNL1CteSYVpqIQVM2I\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:45.010922805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.747719Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:19445): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:03:45.010947245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.747729Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:19445)\n"} -{"Time":"2024-04-23T18:03:45.010957055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.751801Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:45.010967485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.752056Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:45.010977055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.752255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:45.010986385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.752524Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:19445, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.010996545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.752667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"720\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:45.011011995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.752681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o Some(Object({\"auth_events\": Array([String(\"$z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE\"), String(\"$MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U\"), String(\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\")]), \"content\": Object({\"body\": String(\"bzz\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"4mLLINpO3Y5MRhB5SRAcT20Hiyw4dJfxY4vMK0cuPyw\")}), \"origin\": String(\"host.docker.internal:19445\"), \"origin_server_ts\": 1713909824747, \"prev_events\": Array([String(\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\")]), \"room_id\": String(\"!7QIOk4rgnALLAU0GM4:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:19445\"), \"signatures\": Object({\"host.docker.internal:19445\": Object({\"ed25519:complement_313ed0588"} -{"Time":"2024-04-23T18:03:45.011025294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"dcbd9453306b3f1a56a81a8d9c004a60003b9fd537a7e6138fe58c8\": String(\"MH7i9HgtBJLt7FYLescfblqKPRCun5kQqtxix8/rjx4CoyiONZvsKP6lWeB9GB5f4CZ4adiRu2Y+A+nXLbJhCQ\")})}), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:45.011041304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.752842Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:45.011050604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.753052Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:19445, hs1\n"} -{"Time":"2024-04-23T18:03:45.011060364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.753156Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:19445, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.011070084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.753201Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.011079854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.753313Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:45.011090524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.753559Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:45.011101064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.753620Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE in db\n"} -{"Time":"2024-04-23T18:03:45.011112644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.753656Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U in db\n"} -{"Time":"2024-04-23T18:03:45.011123154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.753686Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY in db\n"} -{"Time":"2024-04-23T18:03:45.011134673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.753703Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:45.011146093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.753715Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE in db\n"} -{"Time":"2024-04-23T18:03:45.011156423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.753724Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U in db\n"} -{"Time":"2024-04-23T18:03:45.011166783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.753733Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY in db\n"} -{"Time":"2024-04-23T18:03:45.011177183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.753746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:45.011194003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.753808Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o (m.room.member)\n"} -{"Time":"2024-04-23T18:03:45.011203743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.753827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:45.011214023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.753837Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YLnKyIPfqE5pXUlecW1TKfkUBPex1etlLSTZBr0VW7o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m no statekey in member event\n"} -{"Time":"2024-04-23T18:03:45.011223793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.753882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_INVALID_PARAM: Auth check failed\n"} -{"Time":"2024-04-23T18:03:45.011232993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.753930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:03:45.011243632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.754089Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:19445)\n"} -{"Time":"2024-04-23T18:03:45.011252982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.754105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:19445)\n"} -{"Time":"2024-04-23T18:03:45.011264552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.754121Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:19445 for https://host.docker.internal:19445/_matrix/federation/v1/send/GaVqa8NZkZzS55uYajE7qeotVZNL1CteSYVpqIQVM2I with https://host.docker.internal:19445/_matrix/federation/v1/send/GaVqa8NZkZzS55uYajE7qeotVZNL1CteSYVpqIQVM2I\n"} -{"Time":"2024-04-23T18:03:45.011272932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.754131Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:45.011282212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.754148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:19445/_matrix/federation/v1/send/GaVqa8NZkZzS55uYajE7qeotVZNL1CteSYVpqIQVM2I\n"} -{"Time":"2024-04-23T18:03:45.011291542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.756312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:45.011301882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.756500Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:19445, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.011312142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.756638Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"794\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:45.011325692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.756651Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng Some(Object({\"auth_events\": Array([String(\"$z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE\"), String(\"$MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U\"), String(\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\")]), \"content\": Object({\"membership\": String(\"leave\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"XBE+TUZVgUYUeMKQp5wPQq//ey5sE29Ycm433va8oAQ\")}), \"origin\": String(\"host.docker.internal:19445\"), \"origin_server_ts\": 1713909824754, \"prev_events\": Array([String(\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\")]), \"prev_state\": Array([]), \"room_id\": String(\"!7QIOk4rgnALLAU0GM4:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:19445\"), \"signatures\": Object({\"host.docker.internal:19445\": Obje"} -{"Time":"2024-04-23T18:03:45.011337672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"ct({\"ed25519:complement_313ed0588dcbd9453306b3f1a56a81a8d9c004a60003b9fd537a7e6138fe58c8\": String(\"QsrT7ffbRqsh1/Z6zxNELWLcAKdoS5QEsobu4F3Md6Ku+mUDCks/9qnrV67PtUUKGEm4qDeZJsVDd1nNc3WMAg\")})}), \"state_key\": String(\"@charlie:host.docker.internal:19445\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:45.011346812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.756767Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:45.011355721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.757068Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, host.docker.internal:19445\n"} -{"Time":"2024-04-23T18:03:45.011373671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.757187Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.011384331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.757286Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:19445, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.011394111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.757477Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:45.011404551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.757946Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:45.011414171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.758035Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE in db\n"} -{"Time":"2024-04-23T18:03:45.011425881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.758090Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U in db\n"} -{"Time":"2024-04-23T18:03:45.011436361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.758149Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY in db\n"} -{"Time":"2024-04-23T18:03:45.011446971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.758170Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:45.011457341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.758185Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE in db\n"} -{"Time":"2024-04-23T18:03:45.01146744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.758205Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U in db\n"} -{"Time":"2024-04-23T18:03:45.01147551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.758222Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY in db\n"} -{"Time":"2024-04-23T18:03:45.01148639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.758246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:45.01149672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.758360Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng (m.room.member)\n"} -{"Time":"2024-04-23T18:03:45.01150695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.758391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:45.01151662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.758480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:45.01152528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.758501Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:03:45.01153617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.758669Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:03:45.01154668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.758876Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10 in db\n"} -{"Time":"2024-04-23T18:03:45.01155784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.758903Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:45.01156931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.758918Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10 in db\n"} -{"Time":"2024-04-23T18:03:45.011589139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.758972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:45.011599879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.759027Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\"]\n"} -{"Time":"2024-04-23T18:03:45.011610559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.759148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:03:45.011620719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.759175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:03:45.011630719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.759332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:03:45.011639699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.759409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:03:45.011650149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.759439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng (m.room.member)\n"} -{"Time":"2024-04-23T18:03:45.011660319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.759589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:45.011670379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.759735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:45.011681809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.759760Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:03:45.011692339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.760027Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:03:45.011702728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.760050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng (m.room.member)\n"} -{"Time":"2024-04-23T18:03:45.011712578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.760076Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:45.011724298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.760128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:45.011734268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.760156Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:03:45.011744278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.760176Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:03:45.011752988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.760274Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:03:45.011763528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.760297Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:03:45.011774758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.760350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:03:45.011785968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.760381Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:03:45.011797158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.760529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m40.25µs\n"} -{"Time":"2024-04-23T18:03:45.011809797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.760586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m98.489µs\n"} -{"Time":"2024-04-23T18:03:45.011829507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.760893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m256.928µs\n"} -{"Time":"2024-04-23T18:03:45.011840857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.761306Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m669.924µs\n"} -{"Time":"2024-04-23T18:03:45.011852797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.761425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m790.763µs\n"} -{"Time":"2024-04-23T18:03:45.011864997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.761469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m835.153µs\n"} -{"Time":"2024-04-23T18:03:45.011876137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.761520Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:03:45.011886287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.761624Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:03:45.011896167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.761640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:03:45.011905867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.761701Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:03:45.011919417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.761716Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE\", (\"m.room.history_visibility\", \"\"): \"$XTDyKpUm5VlRZWPA3qDVa3bmmCW-QgriV7C1YG5rvqU\", (\"m.room.guest_access\", \"\"): \"$zxzh0Ec9ycQ2cW1q_hF4BiiH34B8cYEtAlk1prrls_8\", (\"m.room.join_rules\", \"\"): \"$eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34\", (\"m.room.power_levels\", \"\"): \"$MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U\", (\"m.room.member\", \"@user-1:hs1\"): \"$2JEFkTEQfBzeycO3Y9Jq-EZzFHpjdgMJ7LegHod7Nf4\"}\n"} -{"Time":"2024-04-23T18:03:45.011940166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.761743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:03:45.011952346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.761755Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@charlie:host.docker.internal:19445\"): [\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\", \"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\"]}\n"} -{"Time":"2024-04-23T18:03:45.011963126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.761907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:03:45.011972006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.761926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\", \"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\"}\n"} -{"Time":"2024-04-23T18:03:45.011979956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762047Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:03:45.011991046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:03:45.012001216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:03:45.012011166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762099Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:03:45.012021306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:45.012031186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:03:45.012040005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:03:45.012051035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762171Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE\", (\"m.room.history_visibility\", \"\"): \"$XTDyKpUm5VlRZWPA3qDVa3bmmCW-QgriV7C1YG5rvqU\", (\"m.room.guest_access\", \"\"): \"$zxzh0Ec9ycQ2cW1q_hF4BiiH34B8cYEtAlk1prrls_8\", (\"m.room.join_rules\", \"\"): \"$eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34\", (\"m.room.power_levels\", \"\"): \"$MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U\", (\"m.room.member\", \"@user-1:hs1\"): \"$2JEFkTEQfBzeycO3Y9Jq-EZzFHpjdgMJ7LegHod7Nf4\"}\n"} -{"Time":"2024-04-23T18:03:45.012063625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 2\n"} -{"Time":"2024-04-23T18:03:45.012073815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762215Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\", \"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\"]\n"} -{"Time":"2024-04-23T18:03:45.012083495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U\")\n"} -{"Time":"2024-04-23T18:03:45.012094395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:03:45.012114545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\n"} -{"Time":"2024-04-23T18:03:45.012124915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U\n"} -{"Time":"2024-04-23T18:03:45.012135165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\n"} -{"Time":"2024-04-23T18:03:45.012144885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U\n"} -{"Time":"2024-04-23T18:03:45.012153644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762648Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\", \"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\"]\n"} -{"Time":"2024-04-23T18:03:45.012163054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:03:45.012173484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\", \"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\"]\n"} -{"Time":"2024-04-23T18:03:45.012183854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762880Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\"\n"} -{"Time":"2024-04-23T18:03:45.012194174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY (m.room.member)\n"} -{"Time":"2024-04-23T18:03:45.012205244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.762954Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:45.012215454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.763033Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:45.012225594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.763251Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\"\n"} -{"Time":"2024-04-23T18:03:45.012235884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.763276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng (m.room.member)\n"} -{"Time":"2024-04-23T18:03:45.012246864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.763298Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:45.012257114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.763346Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:03:45.012267193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.763389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:03:45.012276983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.763492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:03:45.012285593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.764745Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:03:45.012297063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.767017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m7.849191ms\n"} -{"Time":"2024-04-23T18:03:45.012307233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.767201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m31.61µs\n"} -{"Time":"2024-04-23T18:03:45.012316773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.767257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m88.149µs\n"} -{"Time":"2024-04-23T18:03:45.012327063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.769875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:45.012334993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.770529Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:03:45.012345173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.770827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(19445), path: \"/_matrix/federation/v1/send/mM2Wqh3-4e7ZB21UWRvNJZZN2OgTC4ZyjxI-c3txUKo\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:03:45.012356013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.770885Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:19445): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:03:45.012365303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.770908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:19445)\n"} -{"Time":"2024-04-23T18:03:45.012374083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.773679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:45.012381112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.773817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:03:45.012389702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.774062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:45.012399082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.774232Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:19445, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.012419342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.774359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"841\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:45.012442382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.774371Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0 Some(Object({\"auth_events\": Array([String(\"$z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE\"), String(\"$eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34\"), String(\"$MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U\"), String(\"$5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY\")]), \"content\": Object({\"membership\": String(\"knock\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"UxrvpsYM6O+9HTIP/EjgfHciF6OaoQUTN6v2+kwuU40\")}), \"origin\": String(\"host.docker.internal:19445\"), \"origin_server_ts\": 1713909824770, \"prev_events\": Array([String(\"$iXgYvxXu8VU9xjSLD7HYmLHk2xY-Jy6Jkh90tPHgf10\")]), \"prev_state\": Array([]), \"room_id\": String(\"!7QIOk4rgnALLAU0GM4:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:19445\"), "} -{"Time":"2024-04-23T18:03:45.012456242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\"signatures\": Object({\"host.docker.internal:19445\": Object({\"ed25519:complement_313ed0588dcbd9453306b3f1a56a81a8d9c004a60003b9fd537a7e6138fe58c8\": String(\"O/0fZx83rUVesvbxzjXYUnznibDYjwlXF3IhmaxHRQ492J4JNNlPBVbYnpuwMvpt0eefykQI85XzS4gRUPELAQ\")})}), \"state_key\": String(\"@charlie:host.docker.internal:19445\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:45.012465622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.774480Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:45.012475442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.774640Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, host.docker.internal:19445\n"} -{"Time":"2024-04-23T18:03:45.012484622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.774692Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.012494671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.774735Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:19445, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.012505301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.774830Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:45.012515951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.775294Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:45.012526901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.775359Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE in db\n"} -{"Time":"2024-04-23T18:03:45.012537431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.775402Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34 in db\n"} -{"Time":"2024-04-23T18:03:45.012547831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.775441Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U in db\n"} -{"Time":"2024-04-23T18:03:45.012558421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.775482Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY in db\n"} -{"Time":"2024-04-23T18:03:45.012567441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.775499Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:45.012578801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.775513Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE in db\n"} -{"Time":"2024-04-23T18:03:45.012589191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.775528Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34 in db\n"} -{"Time":"2024-04-23T18:03:45.012599501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.775541Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U in db\n"} -{"Time":"2024-04-23T18:03:45.01260983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.775554Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5gWIDBXrYLt2-x1OfudIqUop-t8WXgzQhj3jehKBojY in db\n"} -{"Time":"2024-04-23T18:03:45.01261923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.775574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:45.01263013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.775685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0 (m.room.member)\n"} -{"Time":"2024-04-23T18:03:45.01264067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.775714Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:45.01265194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.775784Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mCOv5V07BBipEpR0MKsufoFwc5mu20P-oyeTh640kh0\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m Join rule is not set to knock or knock_restricted, knocking is not allowed\n"} -{"Time":"2024-04-23T18:03:45.01266139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.775855Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_INVALID_PARAM: Auth check failed\n"} -{"Time":"2024-04-23T18:03:45.01267048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.775930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:03:45.0126796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.776137Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:19445)\n"} -{"Time":"2024-04-23T18:03:45.01268879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.776163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:19445)\n"} -{"Time":"2024-04-23T18:03:45.01269809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.776187Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:19445 for https://host.docker.internal:19445/_matrix/federation/v1/send/mM2Wqh3-4e7ZB21UWRvNJZZN2OgTC4ZyjxI-c3txUKo with https://host.docker.internal:19445/_matrix/federation/v1/send/mM2Wqh3-4e7ZB21UWRvNJZZN2OgTC4ZyjxI-c3txUKo\n"} -{"Time":"2024-04-23T18:03:45.01270576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.776203Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:03:45.01271558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.776229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:19445\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:19445/_matrix/federation/v1/send/mM2Wqh3-4e7ZB21UWRvNJZZN2OgTC4ZyjxI-c3txUKo\n"} -{"Time":"2024-04-23T18:03:45.012725179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.778410Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:45.012734159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.778557Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:19445, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.012744169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.778677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"843\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:45.012757059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.778689Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY Some(Object({\"auth_events\": Array([String(\"$z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE\"), String(\"$eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34\"), String(\"$MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U\"), String(\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\")]), \"content\": Object({\"membership\": String(\"invite\")}), \"depth\": 10, \"hashes\": Object({\"sha256\": String(\"zv9g65UEXNuiAsaTNwRd+/sWrdWxINANPGyV8xaXfBc\")}), \"origin\": String(\"host.docker.internal:19445\"), \"origin_server_ts\": 1713909824776, \"prev_events\": Array([String(\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\")]), \"prev_state\": Array([]), \"room_id\": String(\"!7QIOk4rgnALLAU0GM4:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:19445\")"} -{"Time":"2024-04-23T18:03:45.012769569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":", \"signatures\": Object({\"host.docker.internal:19445\": Object({\"ed25519:complement_313ed0588dcbd9453306b3f1a56a81a8d9c004a60003b9fd537a7e6138fe58c8\": String(\"a2BfbvwGTtVzD7PyLzr7zC+eAJL+r4FnRPKT7+W0I9UBhKwdYYyHnoXbGG1RTkiddf68DVZZ23CMPPTyahKdCg\")})}), \"state_key\": String(\"@charlie:host.docker.internal:19445\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:45.012779769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.778773Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:45.012788829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.778925Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:19445, hs1\n"} -{"Time":"2024-04-23T18:03:45.012798389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.778988Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:19445, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.012806989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.779024Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.012828939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.779109Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:45.012839858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.779328Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:45.012848018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.779362Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE in db\n"} -{"Time":"2024-04-23T18:03:45.012857108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.779384Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34 in db\n"} -{"Time":"2024-04-23T18:03:45.012867788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.779404Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U in db\n"} -{"Time":"2024-04-23T18:03:45.012879268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.779425Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng in db\n"} -{"Time":"2024-04-23T18:03:45.012889608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.779434Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:45.012900288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.779441Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE in db\n"} -{"Time":"2024-04-23T18:03:45.012911198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.779448Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34 in db\n"} -{"Time":"2024-04-23T18:03:45.012920528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.779454Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U in db\n"} -{"Time":"2024-04-23T18:03:45.012942088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.779461Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng in db\n"} -{"Time":"2024-04-23T18:03:45.012953057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.779471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:45.012963427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.779535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY (m.room.member)\n"} -{"Time":"2024-04-23T18:03:45.012972937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.779551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:45.012983117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.779576Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4nars32hUVgNOQ3TWEzox5tG7mi1jnK8TURCZgpAPMY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m Can't invite user if sender not joined or the user is currently joined or banned \u001b[3mtarget_user_membership_event_id\u001b[0m\u001b[2m=\u001b[0mSome(\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\") \u001b[3msender_membership_event_id\u001b[0m\u001b[2m=\u001b[0mSome(\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\")\n"} -{"Time":"2024-04-23T18:03:45.012994007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.779615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_INVALID_PARAM: Auth check failed\n"} -{"Time":"2024-04-23T18:03:45.013002877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.779653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:03:45.013012007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.782581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:03:45.013021297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.782727Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:19445, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.013032027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.782839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"839\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:03:45.013045497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.782852Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%217QIOk4rgnALLAU0GM4:hs1/$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI Some(Object({\"auth_events\": Array([String(\"$z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE\"), String(\"$eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34\"), String(\"$MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U\"), String(\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 10, \"hashes\": Object({\"sha256\": String(\"4D8fOq9lJ7/OJWW18cFi0RTyqRxe9ixaaZuxd1Y4s9E\")}), \"origin\": String(\"host.docker.internal:19445\"), \"origin_server_ts\": 1713909824779, \"prev_events\": Array([String(\"$7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng\")]), \"prev_state\": Array([]), \"room_id\": String(\"!7QIOk4rgnALLAU0GM4:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:19445\"), "} -{"Time":"2024-04-23T18:03:45.013055707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\"signatures\": Object({\"host.docker.internal:19445\": Object({\"ed25519:complement_313ed0588dcbd9453306b3f1a56a81a8d9c004a60003b9fd537a7e6138fe58c8\": String(\"8uhHD5Hgn1MSVQYsQWKws+nqbRGZX+6NEViIW2ptH1bEFp5SwVJW+RgVWqn+48NBk4+lGoCCeFsTzH8Z8lldAA\")})}), \"state_key\": String(\"@doris:host.docker.internal:19445\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:03:45.013063946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.782947Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:45.013073116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783099Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:19445, hs1\n"} -{"Time":"2024-04-23T18:03:45.013082176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783159Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:19445, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.013091946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783193Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:03:45.013101656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783279Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:03:45.013113616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783497Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:03:45.013124466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783530Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE in db\n"} -{"Time":"2024-04-23T18:03:45.013135186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783552Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34 in db\n"} -{"Time":"2024-04-23T18:03:45.013144686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783572Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U in db\n"} -{"Time":"2024-04-23T18:03:45.013154896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783592Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng in db\n"} -{"Time":"2024-04-23T18:03:45.013165396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783601Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:03:45.013176175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783608Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $z4TB1ELdZoAjR9jZCZqXndRSTVV8MyCkbzF6ovFzBKE in db\n"} -{"Time":"2024-04-23T18:03:45.013186285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783616Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $eFpMLlaz4TUHz4tqR6MBgjlDDSY2BVyaf9UquE8gy34 in db\n"} -{"Time":"2024-04-23T18:03:45.013196455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783622Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MiB9R8MgKGz_i5dG6keDZgD9eyJewXaZOrla2hRcC5U in db\n"} -{"Time":"2024-04-23T18:03:45.013207335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783628Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $7Rzvq8-bYRkI7na2vOfyjvvleSwWcF2gekDPGD7y0Ng in db\n"} -{"Time":"2024-04-23T18:03:45.013220455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783639Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:03:45.013230775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI (m.room.member)\n"} -{"Time":"2024-04-23T18:03:45.013241215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:03:45.013257145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783736Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YBb_bk_w-3fb59MkrmZPx5mbxmdY5HBSsQHbJ6qx_CI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!7QIOk4rgnALLAU0GM4:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m Can't make other user join\n"} -{"Time":"2024-04-23T18:03:45.013267195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_INVALID_PARAM: Auth check failed\n"} -{"Time":"2024-04-23T18:03:45.013276145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.783809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:03:45.013284825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.784142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:03:45.013293114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\u001b[2m2024-04-23T22:03:44.784205Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:03:45.013299994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"2024/04/23 18:03:45 ============== 385b79c3760a09e1be5b7a54d8f2233505a4bac920abcade07fa6439c0a2af1a : END LOGS ==============\n"} -{"Time":"2024-04-23T18:03:45.013307044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\n"} -{"Time":"2024-04-23T18:03:45.013313274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"\n"} -{"Time":"2024-04-23T18:03:45.033391909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Output":"--- FAIL: TestCannotSendNonJoinViaSendJoinV2 (2.30s)\n"} -{"Time":"2024-04-23T18:03:45.033404708-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonJoinViaSendJoinV2","Elapsed":2.3} -{"Time":"2024-04-23T18:03:45.033416058-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1"} -{"Time":"2024-04-23T18:03:45.033422588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1","Output":"=== RUN TestCannotSendNonLeaveViaSendLeaveV1\n"} -{"Time":"2024-04-23T18:03:46.033986202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1","Output":" federation_room_join_test.go:395: Deploy times: 11.718417ms blueprints, 988.772038ms containers\n"} -{"Time":"2024-04-23T18:03:47.654475799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (54.642721ms)\n"} -{"Time":"2024-04-23T18:03:47.667680984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (13.092325ms)\n"} -{"Time":"2024-04-23T18:03:47.699102649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1","Output":" federation_room_join_test.go:409: Server.MustJoinRoom joined room ID !aaRWIvZnEI6qfMDd3L:hs1\n"} -{"Time":"2024-04-23T18:03:47.699121919-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/regular_event"} -{"Time":"2024-04-23T18:03:47.699126629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/regular_event","Output":"=== RUN TestCannotSendNonLeaveViaSendLeaveV1/regular_event\n"} -{"Time":"2024-04-23T18:03:47.699420076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/regular_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_leave/%21aaRWIvZnEI6qfMDd3L:hs1/$wpbNjy6cSJwH7HJixODVh9PHVUcmbz4K_oVoQ90YNUg\n"} -{"Time":"2024-04-23T18:03:47.715087109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/regular_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_leave/%21aaRWIvZnEI6qfMDd3L:hs1/$wpbNjy6cSJwH7HJixODVh9PHVUcmbz4K_oVoQ90YNUg =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 83 105 103 110 97 116 117 114 101 32 118 101 114 105 102 105 99 97 116 105 111 110 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_leave/!aaRWIvZnEI6qfMDd3L:hs1/$wpbNjy6cSJwH7HJixODVh9PHVUcmbz4K_oVoQ90YNUg\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Signature verification failed (15.499815ms)\n"} -{"Time":"2024-04-23T18:03:47.715111079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/regular_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_leave returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Signature verification failed\"}\n"} -{"Time":"2024-04-23T18:03:47.715129509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/regular_event","Output":"--- PASS: TestCannotSendNonLeaveViaSendLeaveV1/regular_event (0.02s)\n"} -{"Time":"2024-04-23T18:03:47.715140438-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/regular_event","Elapsed":0.02} -{"Time":"2024-04-23T18:03:47.715151428-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/non-state_membership_event"} -{"Time":"2024-04-23T18:03:47.715158468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/non-state_membership_event","Output":"=== RUN TestCannotSendNonLeaveViaSendLeaveV1/non-state_membership_event\n"} -{"Time":"2024-04-23T18:03:47.715650814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/non-state_membership_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_leave/%21aaRWIvZnEI6qfMDd3L:hs1/$z0mQ23t0faFbR83ujYJBgBTmuke4ItodrNGECzgxP-I\n"} -{"Time":"2024-04-23T18:03:47.720322173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/non-state_membership_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_leave/%21aaRWIvZnEI6qfMDd3L:hs1/$z0mQ23t0faFbR83ujYJBgBTmuke4ItodrNGECzgxP-I =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 83 105 103 110 97 116 117 114 101 32 118 101 114 105 102 105 99 97 116 105 111 110 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_leave/!aaRWIvZnEI6qfMDd3L:hs1/$z0mQ23t0faFbR83ujYJBgBTmuke4ItodrNGECzgxP-I\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Signature verification failed (4.390982ms)\n"} -{"Time":"2024-04-23T18:03:47.720341863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/non-state_membership_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_leave returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Signature verification failed\"}\n"} -{"Time":"2024-04-23T18:03:47.720356893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/non-state_membership_event","Output":"--- PASS: TestCannotSendNonLeaveViaSendLeaveV1/non-state_membership_event (0.01s)\n"} -{"Time":"2024-04-23T18:03:47.720365053-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/non-state_membership_event","Elapsed":0.01} -{"Time":"2024-04-23T18:03:47.720787759-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/join_event"} -{"Time":"2024-04-23T18:03:47.720796699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/join_event","Output":"=== RUN TestCannotSendNonLeaveViaSendLeaveV1/join_event\n"} -{"Time":"2024-04-23T18:03:47.720949158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/join_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_leave/%21aaRWIvZnEI6qfMDd3L:hs1/$ldvmE_eEtajRzKwqfnU_4JPP4cbGOyQIgwYAIVacf-Y\n"} -{"Time":"2024-04-23T18:03:47.725478908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/join_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_leave/%21aaRWIvZnEI6qfMDd3L:hs1/$ldvmE_eEtajRzKwqfnU_4JPP4cbGOyQIgwYAIVacf-Y =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 83 105 103 110 97 116 117 114 101 32 118 101 114 105 102 105 99 97 116 105 111 110 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_leave/!aaRWIvZnEI6qfMDd3L:hs1/$ldvmE_eEtajRzKwqfnU_4JPP4cbGOyQIgwYAIVacf-Y\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Signature verification failed (4.279882ms)\n"} -{"Time":"2024-04-23T18:03:47.725493458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/join_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_leave returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Signature verification failed\"}\n"} -{"Time":"2024-04-23T18:03:47.725504478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/join_event","Output":"--- PASS: TestCannotSendNonLeaveViaSendLeaveV1/join_event (0.00s)\n"} -{"Time":"2024-04-23T18:03:47.725515988-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/join_event","Elapsed":0} -{"Time":"2024-04-23T18:03:47.725723986-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/knock_event"} -{"Time":"2024-04-23T18:03:47.725732766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/knock_event","Output":"=== RUN TestCannotSendNonLeaveViaSendLeaveV1/knock_event\n"} -{"Time":"2024-04-23T18:03:47.725790845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/knock_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_leave/%21aaRWIvZnEI6qfMDd3L:hs1/$UTkjZ4XgvWK96YGePQcR7ligHdmOQpyJxM8BrRH-6IE\n"} -{"Time":"2024-04-23T18:03:47.729958519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/knock_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_leave/%21aaRWIvZnEI6qfMDd3L:hs1/$UTkjZ4XgvWK96YGePQcR7ligHdmOQpyJxM8BrRH-6IE =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 83 105 103 110 97 116 117 114 101 32 118 101 114 105 102 105 99 97 116 105 111 110 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_leave/!aaRWIvZnEI6qfMDd3L:hs1/$UTkjZ4XgvWK96YGePQcR7ligHdmOQpyJxM8BrRH-6IE\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Signature verification failed (4.021745ms)\n"} -{"Time":"2024-04-23T18:03:47.729975279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/knock_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_leave returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Signature verification failed\"}\n"} -{"Time":"2024-04-23T18:03:47.729986889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/knock_event","Output":"--- PASS: TestCannotSendNonLeaveViaSendLeaveV1/knock_event (0.00s)\n"} -{"Time":"2024-04-23T18:03:47.729997719-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/knock_event","Elapsed":0} -{"Time":"2024-04-23T18:03:47.730333686-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/invite_event"} -{"Time":"2024-04-23T18:03:47.730341756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/invite_event","Output":"=== RUN TestCannotSendNonLeaveViaSendLeaveV1/invite_event\n"} -{"Time":"2024-04-23T18:03:47.730458205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/invite_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_leave/%21aaRWIvZnEI6qfMDd3L:hs1/$KF_aKsESPauNv38fWp8O2Wz_KuGewp9Jnyn_A8ZIAyA\n"} -{"Time":"2024-04-23T18:03:47.734775367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/invite_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_leave/%21aaRWIvZnEI6qfMDd3L:hs1/$KF_aKsESPauNv38fWp8O2Wz_KuGewp9Jnyn_A8ZIAyA =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 83 105 103 110 97 116 117 114 101 32 118 101 114 105 102 105 99 97 116 105 111 110 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_leave/!aaRWIvZnEI6qfMDd3L:hs1/$KF_aKsESPauNv38fWp8O2Wz_KuGewp9Jnyn_A8ZIAyA\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Signature verification failed (4.092034ms)\n"} -{"Time":"2024-04-23T18:03:47.734788637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/invite_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_leave returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Signature verification failed\"}\n"} -{"Time":"2024-04-23T18:03:47.734802656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/invite_event","Output":"--- PASS: TestCannotSendNonLeaveViaSendLeaveV1/invite_event (0.00s)\n"} -{"Time":"2024-04-23T18:03:47.734810436-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/invite_event","Elapsed":0} -{"Time":"2024-04-23T18:03:47.734818456-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/event_with_mismatched_state_key"} -{"Time":"2024-04-23T18:03:47.734825406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/event_with_mismatched_state_key","Output":"=== RUN TestCannotSendNonLeaveViaSendLeaveV1/event_with_mismatched_state_key\n"} -{"Time":"2024-04-23T18:03:47.735270672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/event_with_mismatched_state_key","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_leave/%21aaRWIvZnEI6qfMDd3L:hs1/$uMPTt88lWlYDTetp80oAJvmP0YwxKJYvj2X0x2oPu0k\n"} -{"Time":"2024-04-23T18:03:47.739852122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/event_with_mismatched_state_key","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_leave/%21aaRWIvZnEI6qfMDd3L:hs1/$uMPTt88lWlYDTetp80oAJvmP0YwxKJYvj2X0x2oPu0k =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 83 105 103 110 97 116 117 114 101 32 118 101 114 105 102 105 99 97 116 105 111 110 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_leave/!aaRWIvZnEI6qfMDd3L:hs1/$uMPTt88lWlYDTetp80oAJvmP0YwxKJYvj2X0x2oPu0k\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Signature verification failed (4.360522ms)\n"} -{"Time":"2024-04-23T18:03:47.739865642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/event_with_mismatched_state_key","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_leave returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Signature verification failed\"}\n"} -{"Time":"2024-04-23T18:03:47.739880352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/event_with_mismatched_state_key","Output":"--- PASS: TestCannotSendNonLeaveViaSendLeaveV1/event_with_mismatched_state_key (0.01s)\n"} -{"Time":"2024-04-23T18:03:47.739888632-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1/event_with_mismatched_state_key","Elapsed":0.01} -{"Time":"2024-04-23T18:03:47.967568149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1","Output":"--- PASS: TestCannotSendNonLeaveViaSendLeaveV1 (2.93s)\n"} -{"Time":"2024-04-23T18:03:47.967594329-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV1","Elapsed":2.93} -{"Time":"2024-04-23T18:03:47.967609559-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2"} -{"Time":"2024-04-23T18:03:47.967616609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2","Output":"=== RUN TestCannotSendNonLeaveViaSendLeaveV2\n"} -{"Time":"2024-04-23T18:03:48.771320773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2","Output":" federation_room_join_test.go:395: Deploy times: 7.837141ms blueprints, 795.844234ms containers\n"} -{"Time":"2024-04-23T18:03:50.054293021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (52.067844ms)\n"} -{"Time":"2024-04-23T18:03:50.067454086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (13.052536ms)\n"} -{"Time":"2024-04-23T18:03:50.095491481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2","Output":" federation_room_join_test.go:409: Server.MustJoinRoom joined room ID !lCDMloj15OUPXnGBcn:hs1\n"} -{"Time":"2024-04-23T18:03:50.09551601-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/regular_event"} -{"Time":"2024-04-23T18:03:50.09552357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/regular_event","Output":"=== RUN TestCannotSendNonLeaveViaSendLeaveV2/regular_event\n"} -{"Time":"2024-04-23T18:03:50.095878147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/regular_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v2/send_leave/%21lCDMloj15OUPXnGBcn:hs1/$uanD11FqOUvRZQOTmKka6y73l62Th8D_Qo7PpKOvEw4\n"} -{"Time":"2024-04-23T18:03:50.099804333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/regular_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v2/send_leave/%21lCDMloj15OUPXnGBcn:hs1/$uanD11FqOUvRZQOTmKka6y73l62Th8D_Qo7PpKOvEw4 =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 83 105 103 110 97 116 117 114 101 32 118 101 114 105 102 105 99 97 116 105 111 110 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v2/send_leave/!lCDMloj15OUPXnGBcn:hs1/$uanD11FqOUvRZQOTmKka6y73l62Th8D_Qo7PpKOvEw4\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Signature verification failed (3.720238ms)\n"} -{"Time":"2024-04-23T18:03:50.099822113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/regular_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v2/send_leave returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Signature verification failed\"}\n"} -{"Time":"2024-04-23T18:03:50.099837553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/regular_event","Output":"--- PASS: TestCannotSendNonLeaveViaSendLeaveV2/regular_event (0.00s)\n"} -{"Time":"2024-04-23T18:03:50.099845213-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/regular_event","Elapsed":0} -{"Time":"2024-04-23T18:03:50.099855033-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/non-state_membership_event"} -{"Time":"2024-04-23T18:03:50.099861922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/non-state_membership_event","Output":"=== RUN TestCannotSendNonLeaveViaSendLeaveV2/non-state_membership_event\n"} -{"Time":"2024-04-23T18:03:50.100307659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/non-state_membership_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v2/send_leave/%21lCDMloj15OUPXnGBcn:hs1/$3LTBTKi6ZEnVG9HFtMz3chGA2isAJHv4dd4W8kQGcMA\n"} -{"Time":"2024-04-23T18:03:50.103108744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/non-state_membership_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v2/send_leave/%21lCDMloj15OUPXnGBcn:hs1/$3LTBTKi6ZEnVG9HFtMz3chGA2isAJHv4dd4W8kQGcMA =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 83 105 103 110 97 116 117 114 101 32 118 101 114 105 102 105 99 97 116 105 111 110 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v2/send_leave/!lCDMloj15OUPXnGBcn:hs1/$3LTBTKi6ZEnVG9HFtMz3chGA2isAJHv4dd4W8kQGcMA\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Signature verification failed (2.567007ms)\n"} -{"Time":"2024-04-23T18:03:50.103117724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/non-state_membership_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v2/send_leave returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Signature verification failed\"}\n"} -{"Time":"2024-04-23T18:03:50.103125144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/non-state_membership_event","Output":"--- PASS: TestCannotSendNonLeaveViaSendLeaveV2/non-state_membership_event (0.00s)\n"} -{"Time":"2024-04-23T18:03:50.103144984-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/non-state_membership_event","Elapsed":0} -{"Time":"2024-04-23T18:03:50.103730738-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/join_event"} -{"Time":"2024-04-23T18:03:50.103735158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/join_event","Output":"=== RUN TestCannotSendNonLeaveViaSendLeaveV2/join_event\n"} -{"Time":"2024-04-23T18:03:50.103893247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/join_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v2/send_leave/%21lCDMloj15OUPXnGBcn:hs1/$7dk2xUwJ4sHaeE6SF8ZZWmdqf-KEZCEnZiTIClbCGqg\n"} -{"Time":"2024-04-23T18:03:50.108504736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/join_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v2/send_leave/%21lCDMloj15OUPXnGBcn:hs1/$7dk2xUwJ4sHaeE6SF8ZZWmdqf-KEZCEnZiTIClbCGqg =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 83 105 103 110 97 116 117 114 101 32 118 101 114 105 102 105 99 97 116 105 111 110 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v2/send_leave/!lCDMloj15OUPXnGBcn:hs1/$7dk2xUwJ4sHaeE6SF8ZZWmdqf-KEZCEnZiTIClbCGqg\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Signature verification failed (4.272272ms)\n"} -{"Time":"2024-04-23T18:03:50.108524436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/join_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v2/send_leave returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Signature verification failed\"}\n"} -{"Time":"2024-04-23T18:03:50.108539016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/join_event","Output":"--- PASS: TestCannotSendNonLeaveViaSendLeaveV2/join_event (0.00s)\n"} -{"Time":"2024-04-23T18:03:50.108546466-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/join_event","Elapsed":0} -{"Time":"2024-04-23T18:03:50.108980502-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/knock_event"} -{"Time":"2024-04-23T18:03:50.108990842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/knock_event","Output":"=== RUN TestCannotSendNonLeaveViaSendLeaveV2/knock_event\n"} -{"Time":"2024-04-23T18:03:50.109131321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/knock_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v2/send_leave/%21lCDMloj15OUPXnGBcn:hs1/$EyiO9B4J29eqNVKc-cx0spNaVz-shEN0Ze6FPnRcjFQ\n"} -{"Time":"2024-04-23T18:03:50.112982598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/knock_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v2/send_leave/%21lCDMloj15OUPXnGBcn:hs1/$EyiO9B4J29eqNVKc-cx0spNaVz-shEN0Ze6FPnRcjFQ =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 83 105 103 110 97 116 117 114 101 32 118 101 114 105 102 105 99 97 116 105 111 110 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v2/send_leave/!lCDMloj15OUPXnGBcn:hs1/$EyiO9B4J29eqNVKc-cx0spNaVz-shEN0Ze6FPnRcjFQ\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Signature verification failed (3.573919ms)\n"} -{"Time":"2024-04-23T18:03:50.112996577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/knock_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v2/send_leave returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Signature verification failed\"}\n"} -{"Time":"2024-04-23T18:03:50.113008027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/knock_event","Output":"--- PASS: TestCannotSendNonLeaveViaSendLeaveV2/knock_event (0.00s)\n"} -{"Time":"2024-04-23T18:03:50.113013617-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/knock_event","Elapsed":0} -{"Time":"2024-04-23T18:03:50.113369664-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/invite_event"} -{"Time":"2024-04-23T18:03:50.113375404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/invite_event","Output":"=== RUN TestCannotSendNonLeaveViaSendLeaveV2/invite_event\n"} -{"Time":"2024-04-23T18:03:50.113532473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/invite_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v2/send_leave/%21lCDMloj15OUPXnGBcn:hs1/$cUL0mscyKuzJnt3dC03a8ENoPZcOOXuTcksEDWZ_n9E\n"} -{"Time":"2024-04-23T18:03:50.117388899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/invite_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v2/send_leave/%21lCDMloj15OUPXnGBcn:hs1/$cUL0mscyKuzJnt3dC03a8ENoPZcOOXuTcksEDWZ_n9E =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 83 105 103 110 97 116 117 114 101 32 118 101 114 105 102 105 99 97 116 105 111 110 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v2/send_leave/!lCDMloj15OUPXnGBcn:hs1/$cUL0mscyKuzJnt3dC03a8ENoPZcOOXuTcksEDWZ_n9E\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Signature verification failed (3.561688ms)\n"} -{"Time":"2024-04-23T18:03:50.117402229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/invite_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v2/send_leave returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Signature verification failed\"}\n"} -{"Time":"2024-04-23T18:03:50.117413059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/invite_event","Output":"--- PASS: TestCannotSendNonLeaveViaSendLeaveV2/invite_event (0.00s)\n"} -{"Time":"2024-04-23T18:03:50.117422388-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/invite_event","Elapsed":0} -{"Time":"2024-04-23T18:03:50.117428138-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/event_with_mismatched_state_key"} -{"Time":"2024-04-23T18:03:50.117432718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/event_with_mismatched_state_key","Output":"=== RUN TestCannotSendNonLeaveViaSendLeaveV2/event_with_mismatched_state_key\n"} -{"Time":"2024-04-23T18:03:50.117883684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/event_with_mismatched_state_key","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v2/send_leave/%21lCDMloj15OUPXnGBcn:hs1/$eCam9MzrNfzGcB3X1xfco4i5-BKxZRjNjOIYN6ZS8cI\n"} -{"Time":"2024-04-23T18:03:50.121490593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/event_with_mismatched_state_key","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v2/send_leave/%21lCDMloj15OUPXnGBcn:hs1/$eCam9MzrNfzGcB3X1xfco4i5-BKxZRjNjOIYN6ZS8cI =\u003e error(400): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 34 44 34 101 114 114 111 114 34 58 34 77 95 73 78 86 65 76 73 68 95 80 65 82 65 77 58 32 83 105 103 110 97 116 117 114 101 32 118 101 114 105 102 105 99 97 116 105 111 110 32 102 97 105 108 101 100 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v2/send_leave/!lCDMloj15OUPXnGBcn:hs1/$eCam9MzrNfzGcB3X1xfco4i5-BKxZRjNjOIYN6ZS8cI\") code=400 wrapped=M_INVALID_PARAM: M_INVALID_PARAM: Signature verification failed (3.351951ms)\n"} -{"Time":"2024-04-23T18:03:50.121504403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/event_with_mismatched_state_key","Output":" federation_room_join_test.go:441: /_matrix/federation/v2/send_leave returned 400/{\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Signature verification failed\"}\n"} -{"Time":"2024-04-23T18:03:50.121514793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/event_with_mismatched_state_key","Output":"--- PASS: TestCannotSendNonLeaveViaSendLeaveV2/event_with_mismatched_state_key (0.00s)\n"} -{"Time":"2024-04-23T18:03:50.121520053-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2/event_with_mismatched_state_key","Elapsed":0} -{"Time":"2024-04-23T18:03:50.324067069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2","Output":"--- PASS: TestCannotSendNonLeaveViaSendLeaveV2 (2.36s)\n"} -{"Time":"2024-04-23T18:03:50.324092339-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonLeaveViaSendLeaveV2","Elapsed":2.36} -{"Time":"2024-04-23T18:03:50.324108119-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestSendJoinPartialStateResponse"} -{"Time":"2024-04-23T18:03:50.324113859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestSendJoinPartialStateResponse","Output":"=== RUN TestSendJoinPartialStateResponse\n"} -{"Time":"2024-04-23T18:03:51.193635996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestSendJoinPartialStateResponse","Output":" federation_room_join_test.go:498: Deploy times: 8.00588ms blueprints, 861.465907ms containers\n"} -{"Time":"2024-04-23T18:03:51.90805282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestSendJoinPartialStateResponse","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (53.421572ms)\n"} -{"Time":"2024-04-23T18:03:51.948813923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestSendJoinPartialStateResponse","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (40.638164ms)\n"} -{"Time":"2024-04-23T18:03:51.960337212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestSendJoinPartialStateResponse","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (11.42624ms)\n"} -{"Time":"2024-04-23T18:03:51.965811024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestSendJoinPartialStateResponse","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!BIlicIbkS9KhlgrfEW:hs1 =\u003e 200 OK (5.378493ms)\n"} -{"Time":"2024-04-23T18:03:51.998063681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestSendJoinPartialStateResponse","Output":" federation_room_join_test.go:543: Server does not support partial_state\n"} -{"Time":"2024-04-23T18:03:52.214260468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestSendJoinPartialStateResponse","Output":"--- SKIP: TestSendJoinPartialStateResponse (1.89s)\n"} -{"Time":"2024-04-23T18:03:52.214284888-04:00","Action":"skip","Package":"github.com/matrix-org/complement/tests","Test":"TestSendJoinPartialStateResponse","Elapsed":1.89} -{"Time":"2024-04-23T18:03:52.214298148-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser"} -{"Time":"2024-04-23T18:03:52.214304168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"=== RUN TestJoinFederatedRoomFromApplicationServiceBridgeUser\n"} -{"Time":"2024-04-23T18:03:52.214318898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":" federation_room_join_test.go:584: WARNING: TestJoinFederatedRoomFromApplicationServiceBridgeUser called runtime.SkipIf([dendrite]) but Complement doesn't know which HS is running as it was run without a *_blacklist tag: executing test.\n"} -{"Time":"2024-04-23T18:04:04.939059267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":" federation_room_join_test.go:586: OldDeploy times: 11.510838853s blueprints, 1.213839617s containers\n"} -{"Time":"2024-04-23T18:04:04.939083587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":" federation_room_join_test.go:591: WARNING: Deployment.Client - HS name 'hs1' - user ID '@the-bridge-user:hs1' - deviceID not found\n"} -{"Time":"2024-04-23T18:04:04.984878895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (45.744039ms)\n"} -{"Time":"2024-04-23T18:04:04.984902655-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser/join_remote_federated_room_as_application_service_user"} -{"Time":"2024-04-23T18:04:04.984909865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser/join_remote_federated_room_as_application_service_user","Output":"=== RUN TestJoinFederatedRoomFromApplicationServiceBridgeUser/join_remote_federated_room_as_application_service_user\n"} -{"Time":"2024-04-23T18:04:04.99572749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/createRoom =\u003e 200 OK (10.731306ms)\n"} -{"Time":"2024-04-23T18:04:04.997102788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!ZZNdt5lOPlfABlIGtW:hs2 =\u003e 401 Unauthorized (1.290219ms)\n"} -{"Time":"2024-04-23T18:04:04.997150008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser/join_remote_federated_room_as_application_service_user","Output":" client.go:755: \u001b[31mCSAPI.Must: POST http://127.0.0.1:1121/_matrix/client/v3/join/%21ZZNdt5lOPlfABlIGtW:hs2?server_name=hs2 returned non-2xx code: 401 Unauthorized - body: {\"errcode\":\"M_UNKNOWN_TOKEN\",\"error\":\"M_UNKNOWN_TOKEN: Unknown access token.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:04:04.997166748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser/join_remote_federated_room_as_application_service_user","Output":"--- FAIL: TestJoinFederatedRoomFromApplicationServiceBridgeUser/join_remote_federated_room_as_application_service_user (0.01s)\n"} -{"Time":"2024-04-23T18:04:04.997174468-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser/join_remote_federated_room_as_application_service_user","Elapsed":0.01} -{"Time":"2024-04-23T18:04:05.177795784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"2024/04/23 18:04:05 ============================================\n"} -{"Time":"2024-04-23T18:04:05.177822623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\n"} -{"Time":"2024-04-23T18:04:05.177829033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\n"} -{"Time":"2024-04-23T18:04:05.177834653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"2024/04/23 18:04:05 7d9af794a770e3ce6c7ba6348ceb93e47203484b878e79f4b03ccd2792b8c921 : Server logs:\n"} -{"Time":"2024-04-23T18:04:05.177928142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:04:05.177959122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:04:05.177965022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:04:05.177970162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:04:05.177975822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:04:05.177985762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"+ echo 'IP.1 = 172.26.0.3'\n"} -{"Time":"2024-04-23T18:04:05.177993162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:04:05.177999762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:04:05.178005192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:04:05.178016212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:04:05.178026352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.250841Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:04:05.178032892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.250958Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:04:05.178040991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.251275Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:04:05.178048591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.251284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:04:05.178056231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.251290Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:04:05.178064081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.251304Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:04:05.178071781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.252003Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:04:05.178079931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\n"} -{"Time":"2024-04-23T18:04:05.178088011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:04:05.178093881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.252074Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:04:05.178102041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.254432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:04:05.178109741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.255992Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:04:05.178117281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.256572Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:04:05.178123271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.257611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:04:05.178130601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.759545Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 572 in 503.549645ms\n"} -{"Time":"2024-04-23T18:04:05.178137981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761695Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:04:05.17817055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761762Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:05.17818001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761772Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:05.17818774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761779Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:04:05.17819785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761786Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:04:05.17820608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761792Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:04:05.17821737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761799Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:04:05.17822476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761806Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:04:05.17823208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761814Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:04:05.17823965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761822Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:04:05.17824736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761831Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:04:05.17825489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761838Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:04:05.17826228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761845Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:04:05.178269639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761851Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:04:05.178275649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761869Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:04:05.178285369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761880Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:04:05.178293119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761888Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:04:05.178299099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761900Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:04:05.178306439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761914Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:04:05.178313499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.761922Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:04:05.178320569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.763790Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:04:05.178327999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.766691Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:04:05.178334079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.783065Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:04:05.178342569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.783074Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:04:05.178349469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.783657Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:04:05.178355829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.783812Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:04:05.178364189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.790651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:05.178375869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.791199Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1121\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:05.178383588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.791298Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:04:05.178390938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.791553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:05.178406078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.996239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:05.178415178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.996712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 401 Unauthorized: M_UNKNOWN_TOKEN: Unknown access token.\n"} -{"Time":"2024-04-23T18:04:05.178424528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.996852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m401\n"} -{"Time":"2024-04-23T18:04:05.178479338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"2024/04/23 18:04:05 ============== 7d9af794a770e3ce6c7ba6348ceb93e47203484b878e79f4b03ccd2792b8c921 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:04:05.178487178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\n"} -{"Time":"2024-04-23T18:04:05.178492177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\n"} -{"Time":"2024-04-23T18:04:05.38687501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"2024/04/23 18:04:05 ============================================\n"} -{"Time":"2024-04-23T18:04:05.38690194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\n"} -{"Time":"2024-04-23T18:04:05.38690795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\n"} -{"Time":"2024-04-23T18:04:05.38691357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"2024/04/23 18:04:05 dd5f4a0d737342038c173f726ffc39b2bfd1f50ce1c5e64f406018cde328afc3 : Server logs:\n"} -{"Time":"2024-04-23T18:04:05.387053419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:04:05.387062148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:04:05.387069448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:04:05.387080228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:04:05.387087748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:04:05.387093608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"+ echo 'IP.1 = 172.26.0.2'\n"} -{"Time":"2024-04-23T18:04:05.387099178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:04:05.387109368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:04:05.387116808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:04:05.387124528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:04:05.387132768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.394081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:04:05.387144918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.394177Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:04:05.387154388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.394499Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:04:05.387162228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.394506Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:04:05.387170057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.394512Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:04:05.387179217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.394523Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:04:05.387191157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.395208Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:04:05.387200377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\n"} -{"Time":"2024-04-23T18:04:05.387207977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:04:05.387215517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.395274Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:04:05.387229917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.397566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:04:05.387240917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.399096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:04:05.387251067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.399700Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:04:05.387260147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.400734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:04:05.387269007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.907816Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 530 in 508.715659ms\n"} -{"Time":"2024-04-23T18:04:05.387277827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909575Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:04:05.387286636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909644Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:05.387297186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909655Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:05.387306106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909662Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:04:05.387314756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909669Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:04:05.387323286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909675Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:04:05.387331826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909683Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:04:05.387340466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909689Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:04:05.387349026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909697Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:04:05.387360976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909703Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:04:05.387369926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909711Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:04:05.387380046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909718Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:04:05.387388856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909725Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:04:05.387397665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909731Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:04:05.387404255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909748Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:04:05.387412415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909760Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:04:05.387420295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909768Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:04:05.387427545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909777Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:04:05.387440085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909786Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:04:05.387448835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.909794Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:04:05.387458715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.911613Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:04:05.387466735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.914239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:04:05.387474875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.930410Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:04:05.387483245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.930419Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:04:05.387492035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.930992Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:04:05.387500205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.931117Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:04:05.387508825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.937664Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:05.387518764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.938285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1119\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:05.387533784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.938409Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:04:05.387544434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.938704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:05.387552724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.939466Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:05.387564284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.939867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1119\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:05.387577004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.939880Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:04:05.387585944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.984238Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:04:05.387595594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.984590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m45 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:05.387605414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.985326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:05.387615154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.985804Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1119\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"42\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:05.387627363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.985867Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"name\": String(\"hs2 room\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:04:05.387648653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.986892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I98nF1KLCMg8i4VYOP:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:05.387660063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.986902Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs2\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:04:05.387670713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.986960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs2\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:04:05.387683223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.987091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs2\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:04:05.387694503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.987232Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I98nF1KLCMg8i4VYOP:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:05.387706183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.987243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I98nF1KLCMg8i4VYOP:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:05.387715933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.988538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:05.387732083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.988571Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:05.387745312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.988616Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:05.387759682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.989956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:04:05.387772252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.989982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:05.387784822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.989991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:04:05.387800762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.990023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:04:05.387814702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.990033Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:04:05.387826362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.990039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:05.387846802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.991018Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:04:05.387859431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.991053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:05.387869961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.991064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:05.387882661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.992319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:04:05.387895841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.992356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:04:05.387908781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.992368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:05.387921171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.993483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:04:05.387949061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.993513Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:05.387962271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.993522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:05.38797311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.994606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"hs2 room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:04:05.38798552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.994636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"hs2 room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:05.38799911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.994645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"hs2 room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZZNdt5lOPlfABlIGtW:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:05.38800846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.995451Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs2 created a room\n"} -{"Time":"2024-04-23T18:04:05.3880184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\u001b[2m2024-04-23T22:04:04.995508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m10 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:05.38803002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"2024/04/23 18:04:05 ============== dd5f4a0d737342038c173f726ffc39b2bfd1f50ce1c5e64f406018cde328afc3 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:04:05.38803833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\n"} -{"Time":"2024-04-23T18:04:05.38804499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"\n"} -{"Time":"2024-04-23T18:04:05.404925352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Output":"--- FAIL: TestJoinFederatedRoomFromApplicationServiceBridgeUser (13.19s)\n"} -{"Time":"2024-04-23T18:04:05.404944562-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestJoinFederatedRoomFromApplicationServiceBridgeUser","Elapsed":13.19} -{"Time":"2024-04-23T18:04:05.404958261-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationSend"} -{"Time":"2024-04-23T18:04:05.404964081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationSend","Output":"=== RUN TestOutboundFederationSend\n"} -{"Time":"2024-04-23T18:04:06.2603048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationSend","Output":" federation_room_send_test.go:32: Deploy times: 7.117728ms blueprints, 848.151202ms containers\n"} -{"Time":"2024-04-23T18:04:06.31506555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationSend","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (54.680241ms)\n"} -{"Time":"2024-04-23T18:04:07.04930363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationSend","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/capabilities =\u003e 200 OK (906.732µs)\n"} -{"Time":"2024-04-23T18:04:07.049594448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationSend","Output":" server.go:185: Creating room !0-qyvnBoeTzSxCUYlTh6:host.docker.internal:21177 with version 10\n"} -{"Time":"2024-04-23T18:04:07.215818189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationSend","Output":"2024/04/23 18:04:07 Received send-join of event $7Eu2ByzbyMs5zZ6MxYd6QkvDfGM--VHFyzg2BCCdF3c\n"} -{"Time":"2024-04-23T18:04:07.226915822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationSend","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/#flibble:host.docker.internal:21177 =\u003e 200 OK (175.306302ms)\n"} -{"Time":"2024-04-23T18:04:07.230116474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationSend","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!0-qyvnBoeTzSxCUYlTh6:host.docker.internal:21177/send/m.room.message/1 =\u003e 200 OK (3.062573ms)\n"} -{"Time":"2024-04-23T18:04:07.230136644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationSend","Output":" federation_room_send_test.go:69: SendEventSynced waiting for event ID $TBVR-qnUvu1kLruE6IKS0WIhBormOiO7C-UDaHwRtZs\n"} -{"Time":"2024-04-23T18:04:07.23852775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationSend","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (8.320617ms)\n"} -{"Time":"2024-04-23T18:04:07.449568579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationSend","Output":"--- PASS: TestOutboundFederationSend (2.04s)\n"} -{"Time":"2024-04-23T18:04:07.449596999-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestOutboundFederationSend","Elapsed":2.04} -{"Time":"2024-04-23T18:04:07.449608889-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering"} -{"Time":"2024-04-23T18:04:07.449616589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"=== RUN TestNetworkPartitionOrdering\n"} -{"Time":"2024-04-23T18:04:07.449628939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" federation_room_send_test.go:124: WARNING: TestNetworkPartitionOrdering called runtime.SkipIf([dendrite]) but Complement doesn't know which HS is running as it was run without a *_blacklist tag: executing test.\n"} -{"Time":"2024-04-23T18:04:08.325746894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" federation_room_send_test.go:125: Deploy times: 10.767465ms blueprints, 865.32763ms containers\n"} -{"Time":"2024-04-23T18:04:09.059672545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (55.824841ms)\n"} -{"Time":"2024-04-23T18:04:09.108496697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (48.726832ms)\n"} -{"Time":"2024-04-23T18:04:09.109322799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/capabilities =\u003e 200 OK (779.274µs)\n"} -{"Time":"2024-04-23T18:04:09.109375949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" server.go:185: Creating room !0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587 with version 10\n"} -{"Time":"2024-04-23T18:04:09.272902244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"2024/04/23 18:04:09 Received send-join of event $tYymb41vFA53dQnb4AkUzTGxJSzZ1nXHVahjAX97pSw\n"} -{"Time":"2024-04-23T18:04:09.282776408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/#flibble:host.docker.internal:18587 =\u003e 200 OK (172.423637ms)\n"} -{"Time":"2024-04-23T18:04:09.28820112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/#flibble:host.docker.internal:18587 =\u003e 200 OK (5.334683ms)\n"} -{"Time":"2024-04-23T18:04:09.296398868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (8.128618ms)\n"} -{"Time":"2024-04-23T18:04:09.300951948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/1 =\u003e 200 OK (4.208173ms)\n"} -{"Time":"2024-04-23T18:04:09.300966148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" federation_room_send_test.go:169: SendEventSynced waiting for event ID $aZf21uze8Yhpt6toYeezNHVki-BYjd03HZn6d8rUTzo\n"} -{"Time":"2024-04-23T18:04:09.308923218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (7.892231ms)\n"} -{"Time":"2024-04-23T18:04:09.312506107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/2 =\u003e 200 OK (3.473059ms)\n"} -{"Time":"2024-04-23T18:04:09.312522147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" federation_room_send_test.go:169: SendEventSynced waiting for event ID $SvNIuHfJ5SoE9faoCdZitYBmgEfCbcaiHLdI_jgBjR4\n"} -{"Time":"2024-04-23T18:04:09.313472608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (898.392µs)\n"} -{"Time":"2024-04-23T18:04:09.316123565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.485848ms)\n"} -{"Time":"2024-04-23T18:04:09.32123984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/3 =\u003e 200 OK (5.049416ms)\n"} -{"Time":"2024-04-23T18:04:09.32125843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" federation_room_send_test.go:169: SendEventSynced waiting for event ID $Gn5YoKmDXb_VngohNd_WSM4C4Z6VWvNmcVAeVB2YhRM\n"} -{"Time":"2024-04-23T18:04:09.326634853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (5.348983ms)\n"} -{"Time":"2024-04-23T18:04:09.331707668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/4 =\u003e 200 OK (4.639739ms)\n"} -{"Time":"2024-04-23T18:04:09.331746898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" federation_room_send_test.go:169: SendEventSynced waiting for event ID $_eOFf-ssW5a4UDJ0mWV8z-SGDNKBLizPWgY5dLWxbpI\n"} -{"Time":"2024-04-23T18:04:09.33263344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (832.502µs)\n"} -{"Time":"2024-04-23T18:04:09.335229717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.452569ms)\n"} -{"Time":"2024-04-23T18:04:09.350229936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.976545ms)\n"} -{"Time":"2024-04-23T18:04:09.354078212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/5 =\u003e 200 OK (3.604678ms)\n"} -{"Time":"2024-04-23T18:04:09.354115292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" federation_room_send_test.go:186: SendEventSynced waiting for event ID $QHIjdNNIvGLWxCHth2FrbfoOE7yvdr-j_L6dSQu1tGs\n"} -{"Time":"2024-04-23T18:04:09.354972664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (789.224µs)\n"} -{"Time":"2024-04-23T18:04:09.357229625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.025143ms)\n"} -{"Time":"2024-04-23T18:04:09.360798193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/6 =\u003e 200 OK (3.50277ms)\n"} -{"Time":"2024-04-23T18:04:09.360820463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" federation_room_send_test.go:186: SendEventSynced waiting for event ID $UaLQ9fj4jZJ0tE6OHzmxQfJpVeuNQep9Ikt5QLyonLI\n"} -{"Time":"2024-04-23T18:04:09.364687779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.807996ms)\n"} -{"Time":"2024-04-23T18:04:09.368378637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/7 =\u003e 200 OK (3.504719ms)\n"} -{"Time":"2024-04-23T18:04:09.368409646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" federation_room_send_test.go:186: SendEventSynced waiting for event ID $BczxIhIaoITlk8iyNKcTObjrzrrQdiIifYfXv4z-HiI\n"} -{"Time":"2024-04-23T18:04:09.369046321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (569.935µs)\n"} -{"Time":"2024-04-23T18:04:09.370693106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.451458ms)\n"} -{"Time":"2024-04-23T18:04:09.370740316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" federation_room_send_test.go:194: events 1,2,3,4,5,6,7 = [$aZf21uze8Yhpt6toYeezNHVki-BYjd03HZn6d8rUTzo $SvNIuHfJ5SoE9faoCdZitYBmgEfCbcaiHLdI_jgBjR4 $Gn5YoKmDXb_VngohNd_WSM4C4Z6VWvNmcVAeVB2YhRM $_eOFf-ssW5a4UDJ0mWV8z-SGDNKBLizPWgY5dLWxbpI $QHIjdNNIvGLWxCHth2FrbfoOE7yvdr-j_L6dSQu1tGs $UaLQ9fj4jZJ0tE6OHzmxQfJpVeuNQep9Ikt5QLyonLI $BczxIhIaoITlk8iyNKcTObjrzrrQdiIifYfXv4z-HiI]\n"} -{"Time":"2024-04-23T18:04:09.372253992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.450627ms)\n"} -{"Time":"2024-04-23T18:04:09.372362652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" federation_room_send_test.go:206: \u001b[31mMatchJSONBytes key 'events' is an array of the wrong size, got 8 want 4 with input = {\"prev_batch\":\"130\",\"events\":[{\"content\":{\"body\":\"event 1\",\"msgtype\":\"m.text\"},\"event_id\":\"$aZf21uze8Yhpt6toYeezNHVki-BYjd03HZn6d8rUTzo\",\"origin_server_ts\":1713909849298,\"sender\":\"@user-1:hs1\",\"type\":\"m.room.message\",\"unsigned\":{\"age\":1}},{\"content\":{\"body\":\"event 2\",\"msgtype\":\"m.text\"},\"event_id\":\"$SvNIuHfJ5SoE9faoCdZitYBmgEfCbcaiHLdI_jgBjR4\",\"origin_server_ts\":1713909849309,\"sender\":\"@user-1:hs1\",\"type\":\"m.room.message\",\"unsigned\":{\"age\":1}},{\"content\":{\"body\":\"event 3\",\"msgtype\":\"m.text\"},\"event_id\":\"$Gn5YoKmDXb_VngohNd_WSM4C4Z6VWvNmcVAeVB2YhRM\",\"origin_server_ts\":1713909849317,\"sender\":\"@user-1:hs1\",\"type\":\"m.room.message\",\"unsigned\":{\"age\":1}},{\"content\":{\"body\":\"event 4\",\"msgtype\":\"m.text\"},\"event_id\":\"$_eOFf-ssW5a4UDJ0mWV8z-SGDNKBLizPWgY5dLWxbpI\",\"origin_server_ts\":1713909849328,\"sender\":\"@user-1:hs1\",\"type\":\"m.room.message\",\"unsigned\":{\"age\":1}},{\"content\":{\"body\":\"Event 1'\","} -{"Time":"2024-04-23T18:04:09.372383391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\"msgtype\":\"m.text\"},\"event_id\":\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\",\"origin_server_ts\":1713909849296,\"sender\":\"@charlie:host.docker.internal:18587\",\"type\":\"m.room.message\",\"unsigned\":{\"age\":1}},{\"content\":{\"body\":\"event 5\",\"msgtype\":\"m.text\"},\"event_id\":\"$QHIjdNNIvGLWxCHth2FrbfoOE7yvdr-j_L6dSQu1tGs\",\"origin_server_ts\":1713909849351,\"sender\":\"@user-1:hs1\",\"type\":\"m.room.message\",\"unsigned\":{\"age\":1}},{\"content\":{\"body\":\"event 6\",\"msgtype\":\"m.text\"},\"event_id\":\"$UaLQ9fj4jZJ0tE6OHzmxQfJpVeuNQep9Ikt5QLyonLI\",\"origin_server_ts\":1713909849358,\"sender\":\"@user-1:hs1\",\"type\":\"m.room.message\",\"unsigned\":{\"age\":1}},{\"content\":{\"body\":\"event 7\",\"msgtype\":\"m.text\"},\"event_id\":\"$BczxIhIaoITlk8iyNKcTObjrzrrQdiIifYfXv4z-HiI\",\"origin_server_ts\":1713909849365,\"sender\":\"@user-1:hs1\",\"type\":\"m.room.message\",\"unsigned\":{\"age\":1}}]}\u001b[39m\n"} -{"Time":"2024-04-23T18:04:09.372667349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"time=\"2024-04-23T18:04:09-04:00\" level=error msg=\"Failed to fetch key for server\" context=missing error=\"Post \\\"https://127.0.0.1:1124/_matrix/key/v2/query\\\": context canceled\" fetcher=DirectKeyFetcher\n"} -{"Time":"2024-04-23T18:04:09.372681749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"2024/04/23 18:04:09 complement: Transaction 'my_e7O4ESC0ca7jxvLsYXvloLFka1UT4uoOUeqe0lf0': HTTP Code 401. Invalid http request: {Invalid request signature}\n"} -{"Time":"2024-04-23T18:04:09.567110303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"2024/04/23 18:04:09 ============================================\n"} -{"Time":"2024-04-23T18:04:09.567133123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.567139313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.567144913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"2024/04/23 18:04:09 b8520999fb3150fbc29cacede738007348872ab8731010136cc7c0a4eb65ec56 : Server logs:\n"} -{"Time":"2024-04-23T18:04:09.567272682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:04:09.567279622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:04:09.567285482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:04:09.567293682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:04:09.567299191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:04:09.567304491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"+ echo 'IP.1 = 172.27.0.2'\n"} -{"Time":"2024-04-23T18:04:09.567312711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:04:09.567318741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:04:09.567323951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:04:09.567332821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:04:09.567338721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:07.922180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:04:09.567344751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:07.922284Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:04:09.567351381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:07.922600Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:04:09.567360201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:07.922607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:04:09.567366231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:07.922613Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:04:09.567373241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:07.922619Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:04:09.567381681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:07.923310Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:04:09.567392991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.567398651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:04:09.567404811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:07.923379Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:04:09.56741305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:07.925709Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:04:09.56742198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:07.927312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:04:09.56743099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:07.927956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:04:09.56743977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:07.929004Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:04:09.56744843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.280689Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 353.374331ms\n"} -{"Time":"2024-04-23T18:04:09.56745635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.282813Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:04:09.5674677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.282879Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:09.56747431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.282892Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:09.5674814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.282899Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:04:09.56748877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.282907Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:04:09.56749906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.282915Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:04:09.56750671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.282925Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:04:09.56751837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.282939Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:04:09.567526119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.282949Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:04:09.567535119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.282957Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:04:09.567541269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.282967Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:04:09.567549679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.282976Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:04:09.567558899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.282985Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:04:09.567568279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.282993Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:04:09.567575479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.283015Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:04:09.567586889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.283028Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:04:09.567593219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.283036Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:04:09.567601549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.283046Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:04:09.567608629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.283058Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:04:09.567615769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.283065Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:04:09.567623499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.284905Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:04:09.567629819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.287894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:04:09.567635709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.304541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:04:09.567647228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.304551Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:04:09.567655658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.305172Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:04:09.567662478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.305328Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:04:09.567668778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.324410Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.567676878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.325037Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.567687048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.325147Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:04:09.567695598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:08.325422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.567703298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.004454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.567710688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.005006Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.567725098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.005041Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:04:09.567732948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.049332Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:04:09.567740748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.051264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:09.567750248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.051490Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:09.567761007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.051634Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:09.567773387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.054588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:09.567790627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.054607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:09.567803947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.054631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:09.567815927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.056160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:04:09.567827667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.056196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:09.567849967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.056205Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:04:09.567862527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.056232Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:04:09.567882656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.056299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:04:09.567895136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.056311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:04:09.567908056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.056338Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:04:09.567921616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.056347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:09.567972806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.057930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:04:09.567992295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:09.568010545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.057965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:04:09.568027975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:09.568049895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.057973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:04:09.568066355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:09.568083925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.059318Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:04:09.568104804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.059400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m54 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.568114414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.060079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.568123964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.060244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:09.568135564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.060315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:09.568147324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.060332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:09.568159774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.060421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.568175424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.060461Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:04:09.568207083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.108050Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:04:09.568217133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.108227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m48 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.568226383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.108732Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/capabilities\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.568236133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.108821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:09.568247623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.108883Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:09.568263343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.108899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:09.568274283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.108973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/capabilities\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/capabilities {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.568289643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.108990Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/capabilities\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/capabilities None\n"} -{"Time":"2024-04-23T18:04:09.568298553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.109127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/capabilities\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.568312713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.110495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.568322162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.110768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%23flibble:host.docker.internal:18587?server_name=host.docker.internal {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.568333192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.110794Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%23flibble:host.docker.internal:18587?server_name=host.docker.internal Some(Object({}))\n"} -{"Time":"2024-04-23T18:04:09.568347302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.110970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::alias\u001b[0m\u001b[2m:\u001b[0m get_alias_helper servers: Some([\"host.docker.internal\"])\n"} -{"Time":"2024-04-23T18:04:09.568356562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.111365Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:09.568366662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.111617Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal:18587\n"} -{"Time":"2024-04-23T18:04:09.568387002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.111636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 2: Hostname with included port\n"} -{"Time":"2024-04-23T18:04:09.568397482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.111740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":18587\") hostname: Named(\"host.docker.internal\", \":18587\")\n"} -{"Time":"2024-04-23T18:04:09.568409392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.112052Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(18587), path: \"/_matrix/federation/v1/query/directory\", query: Some(\"room_alias=%23flibble%3Ahost.docker.internal%3A18587\"), fragment: None }\n"} -{"Time":"2024-04-23T18:04:09.568421612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.112208Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.568435891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.112303Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(18587))\n"} -{"Time":"2024-04-23T18:04:09.568446211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.112329Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:18587\n"} -{"Time":"2024-04-23T18:04:09.568456391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.112717Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:18587\n"} -{"Time":"2024-04-23T18:04:09.568474951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.120657Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:04:09.568484871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.120706Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.568494511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.120890Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.568507781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.120904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.568518881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.121020Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:18587 for https://host.docker.internal:18587/_matrix/federation/v1/query/directory?room_alias=%23flibble%3Ahost.docker.internal%3A18587 with https://host.docker.internal:18587/_matrix/federation/v1/query/directory?room_alias=%23flibble%3Ahost.docker.internal%3A18587\n"} -{"Time":"2024-04-23T18:04:09.568529431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.121031Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:09.568539311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.121054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:18587/_matrix/federation/v1/query/directory?room_alias=%23flibble%3Ahost.docker.internal%3A18587\n"} -{"Time":"2024-04-23T18:04:09.56854971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.121113Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::alias\u001b[0m\u001b[2m:\u001b[0m room alias server_name get_alias_helper response: Ok(Response { room_id: \"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\", servers: [\"host.docker.internal:18587\"] })\n"} -{"Time":"2024-04-23T18:04:09.56856115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.121393Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587 over federation.\n"} -{"Time":"2024-04-23T18:04:09.5685704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.121419Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal for make_join (0)\n"} -{"Time":"2024-04-23T18:04:09.56857916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.121525Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:09.56858867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.121590Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal\n"} -{"Time":"2024-04-23T18:04:09.56859873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.121606Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for host.docker.internal\n"} -{"Time":"2024-04-23T18:04:09.56861011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.121702Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=None\n"} -{"Time":"2024-04-23T18:04:09.56862098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.121720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:443\n"} -{"Time":"2024-04-23T18:04:09.56863478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.121847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:443\n"} -{"Time":"2024-04-23T18:04:09.56864616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.122482Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(Custom { kind: Other, error: Custom { kind: InvalidData, error: AlertReceived(InternalError) } }) } })\n"} -{"Time":"2024-04-23T18:04:09.568662419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.122518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(Custom { kind: Other, error: Custom { kind: InvalidData, error: AlertReceived(InternalError) } }) } }\n"} -{"Time":"2024-04-23T18:04:09.568678379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.122558Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:04:09.568688519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.122615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.host.docker.internal.\"\n"} -{"Time":"2024-04-23T18:04:09.568698889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.122681Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.host.docker.internal SRV\n"} -{"Time":"2024-04-23T18:04:09.568709199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.122731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.host.docker.internal\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:09.568723249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.122766Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:09.568735909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.122815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.host.docker.internal\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:09.568745659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.122879Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 6185:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:09.568753059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; query\n"} -{"Time":"2024-04-23T18:04:09.568776028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":";; _matrix-fed._tcp.host.docker.internal. IN SRV\n"} -{"Time":"2024-04-23T18:04:09.568783438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.568791268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.123126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:09.568801348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.123191Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:09.568811498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.124603Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:09.568825608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.124634Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 6185\n"} -{"Time":"2024-04-23T18:04:09.568835538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.124669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 6185:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:09.568845758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; query\n"} -{"Time":"2024-04-23T18:04:09.568852318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":";; _matrix-fed._tcp.host.docker.internal. IN SRV\n"} -{"Time":"2024-04-23T18:04:09.568858908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:09.568865298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:09.568871938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":". 86119 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:09.568878838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:09.568885218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.568893317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.124706Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.host.docker.internal.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:09.568904467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.124732Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:09.568915057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.124903Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:09.568925197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.124958Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.host.docker.internal\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:09.568951537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.125027Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m3089\n"} -{"Time":"2024-04-23T18:04:09.568960467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.125042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 3089:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:09.568967697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; query\n"} -{"Time":"2024-04-23T18:04:09.568974207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":";; _matrix-fed._tcp.host.docker.internal. IN SRV\n"} -{"Time":"2024-04-23T18:04:09.568980787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.568987417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.125063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 55 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:09.568995107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.127466Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:09.569002547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.127476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 130\n"} -{"Time":"2024-04-23T18:04:09.569009776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.127483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 130\n"} -{"Time":"2024-04-23T18:04:09.569017236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.127492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 130\n"} -{"Time":"2024-04-23T18:04:09.569024696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.127498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:09.569032186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.127505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:09.569039476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.127512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:09.569046846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.127520Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:09.569055086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.127546Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 3089:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:09.569064096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; query\n"} -{"Time":"2024-04-23T18:04:09.569070676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":";; _matrix-fed._tcp.host.docker.internal. IN SRV\n"} -{"Time":"2024-04-23T18:04:09.569077176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:09.569083826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:09.569090666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":". 86119 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:09.569097576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:09.569103956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.569111976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.127592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.host.docker.internal. SRV\n"} -{"Time":"2024-04-23T18:04:09.569122735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.127609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.host.docker.internal.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:09.569133615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.127627Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:09.569144455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.127641Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.host.docker.internal.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:09.569154895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.127681Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 42514:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:09.569162455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; query\n"} -{"Time":"2024-04-23T18:04:09.569168895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":";; _matrix-fed._tcp.host.docker.internal. IN SRV\n"} -{"Time":"2024-04-23T18:04:09.569175185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.569182395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.127744Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:09.569192505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.127804Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:09.569202465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.128941Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:09.569212445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.128954Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 42514\n"} -{"Time":"2024-04-23T18:04:09.569224045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.128974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 42514:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:09.569232714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; query\n"} -{"Time":"2024-04-23T18:04:09.569239634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":";; _matrix-fed._tcp.host.docker.internal. IN SRV\n"} -{"Time":"2024-04-23T18:04:09.569246264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:09.569252594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:09.569259354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":". 86119 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:09.569266154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:09.569272344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.569280364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.128989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.host.docker.internal.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:09.569291694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.129000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:09.569302524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.129009Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.host.docker.internal.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:09.569312164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.129032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:09.569320504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.129044Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m49783\n"} -{"Time":"2024-04-23T18:04:09.569328474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.129051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 49783:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:09.569335584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; query\n"} -{"Time":"2024-04-23T18:04:09.569342124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":";; _matrix-fed._tcp.host.docker.internal. IN SRV\n"} -{"Time":"2024-04-23T18:04:09.569348763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.569355393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.129061Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 55 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:09.569362713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.172025Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:09.569370103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.172041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 130\n"} -{"Time":"2024-04-23T18:04:09.569377473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.172049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 130\n"} -{"Time":"2024-04-23T18:04:09.569385053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.172060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 130\n"} -{"Time":"2024-04-23T18:04:09.569392663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.172067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:09.569401983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.172073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:09.569409573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.172080Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:09.569416893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.172092Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:09.569425433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.172137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 49783:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:09.569433993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; query\n"} -{"Time":"2024-04-23T18:04:09.569440743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":";; _matrix-fed._tcp.host.docker.internal. IN SRV\n"} -{"Time":"2024-04-23T18:04:09.569447263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:09.569453543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:09.569460112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":". 86119 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:09.569466562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:09.569472702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.569480602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.172191Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.host.docker.internal.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:09.569491232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.172224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.host.docker.internal.\"\n"} -{"Time":"2024-04-23T18:04:09.569501292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.172260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.host.docker.internal SRV\n"} -{"Time":"2024-04-23T18:04:09.569511782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.172280Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.host.docker.internal\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:09.569539512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.172302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:09.569552852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.172320Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.host.docker.internal\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:09.569562532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.172370Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 20010:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:09.569569942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; query\n"} -{"Time":"2024-04-23T18:04:09.569577851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":";; _matrix._tcp.host.docker.internal. IN SRV\n"} -{"Time":"2024-04-23T18:04:09.569585131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.569592601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.172422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:09.569604571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.172473Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:09.569614511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.173512Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:09.569624491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.173540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 20010\n"} -{"Time":"2024-04-23T18:04:09.569634471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.173573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 20010:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:09.569643131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; query\n"} -{"Time":"2024-04-23T18:04:09.569649611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":";; _matrix._tcp.host.docker.internal. IN SRV\n"} -{"Time":"2024-04-23T18:04:09.569656051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:09.569663551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:09.569670221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":". 86119 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:09.569677141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:09.569683611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.56969198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.173604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.host.docker.internal.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:09.56970365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.173628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:09.56971494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.173646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.host.docker.internal\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:09.56972431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.173688Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:09.56973192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.173707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m64240\n"} -{"Time":"2024-04-23T18:04:09.56973971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.173719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 64240:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:09.56974692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; query\n"} -{"Time":"2024-04-23T18:04:09.56975347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":";; _matrix._tcp.host.docker.internal. IN SRV\n"} -{"Time":"2024-04-23T18:04:09.56976065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.56976742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.173738Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 51 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:09.56977478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.216174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:09.56978234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.216186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 126\n"} -{"Time":"2024-04-23T18:04:09.56979093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.216193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 126\n"} -{"Time":"2024-04-23T18:04:09.569798609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.216205Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 126\n"} -{"Time":"2024-04-23T18:04:09.569806239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.216213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:09.569813819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.216221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:09.569821349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.216228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:09.569828659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.216238Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:09.569836999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.216277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 64240:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:09.569845709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; query\n"} -{"Time":"2024-04-23T18:04:09.569852539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":";; _matrix._tcp.host.docker.internal. IN SRV\n"} -{"Time":"2024-04-23T18:04:09.569860489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:09.569872539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:09.569880569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":". 86119 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:09.569887899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:09.569894449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.569902579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.216331Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.host.docker.internal. SRV\n"} -{"Time":"2024-04-23T18:04:09.569913688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.216352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.host.docker.internal.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:09.569925878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.216374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:09.569948738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.216391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.host.docker.internal.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:09.569959148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.216444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 16295:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:09.569966848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; query\n"} -{"Time":"2024-04-23T18:04:09.569973708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":";; _matrix._tcp.host.docker.internal. IN SRV\n"} -{"Time":"2024-04-23T18:04:09.569980548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.569988698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.216502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:09.570003208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.216548Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:09.570013838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.217655Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:09.570024508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.217684Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 16295\n"} -{"Time":"2024-04-23T18:04:09.570035197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.217718Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 16295:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:09.570045267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; query\n"} -{"Time":"2024-04-23T18:04:09.570052107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":";; _matrix._tcp.host.docker.internal. IN SRV\n"} -{"Time":"2024-04-23T18:04:09.570059087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:09.570065957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:09.570072887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":". 86119 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:09.570080007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:09.570086707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.570095337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.217754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.host.docker.internal.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:09.570109257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.217785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:09.570120727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.217808Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.host.docker.internal.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:09.570130547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.217866Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:09.570138577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.217892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m30175\n"} -{"Time":"2024-04-23T18:04:09.570147036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.217906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 30175:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:09.570155796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; query\n"} -{"Time":"2024-04-23T18:04:09.570162626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":";; _matrix._tcp.host.docker.internal. IN SRV\n"} -{"Time":"2024-04-23T18:04:09.570169436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.570176596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.217943Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 51 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:09.570184576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.264195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:09.570192396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.264213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 126\n"} -{"Time":"2024-04-23T18:04:09.570200056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.264222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 126\n"} -{"Time":"2024-04-23T18:04:09.570207936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.264235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 126\n"} -{"Time":"2024-04-23T18:04:09.570215826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.264242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:09.570223676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.264248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:09.570231486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.264256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:09.570239226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.264269Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:09.570248076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.264314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 30175:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:09.570257945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; query\n"} -{"Time":"2024-04-23T18:04:09.570264885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":";; _matrix._tcp.host.docker.internal. IN SRV\n"} -{"Time":"2024-04-23T18:04:09.570271735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:09.570278285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:09.570285255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":". 86119 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:09.570292475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:09.570299285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.570307755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.264370Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.host.docker.internal.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:09.570319265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.264418Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:04:09.570331815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.264491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":8448\") hostname: Named(\"host.docker.internal\", \":8448\")\n"} -{"Time":"2024-04-23T18:04:09.570344265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.264705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/@user-1:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:04:09.570358015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.264754Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:8448)\n"} -{"Time":"2024-04-23T18:04:09.570368644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.264810Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:04:09.570379674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.264839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:8448\n"} -{"Time":"2024-04-23T18:04:09.570391364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.265022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:8448\n"} -{"Time":"2024-04-23T18:04:09.570401464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.265604Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:8448)\n"} -{"Time":"2024-04-23T18:04:09.570412974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.265784Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m reqwest::Error { kind: Request, source: Error { kind: Connect, source: Some(Custom { kind: Other, error: Custom { kind: InvalidData, error: AlertReceived(InternalError) } }) } }\n"} -{"Time":"2024-04-23T18:04:09.570423304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.265840Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(Could not connect to server: error sending request)\n"} -{"Time":"2024-04-23T18:04:09.570432314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.265857Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNKNOWN\"\n"} -{"Time":"2024-04-23T18:04:09.570441734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.265871Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:18587 for make_join (1)\n"} -{"Time":"2024-04-23T18:04:09.570453034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.265912Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:09.570464784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.266020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(18587), path: \"/_matrix/federation/v1/make_join/!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/@user-1:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:04:09.570478514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.266044Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:18587): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:04:09.570490713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.266055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.570501813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.267924Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.570510953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.268234Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.570521463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.268721Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.570531993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.268746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.570545793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.268769Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:18587 for https://host.docker.internal:18587/_matrix/federation/v1/make_join/!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/@user-1:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://host.docker.internal:18587/_matrix/federation/v1/make_join/!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/@user-1:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:04:09.570559483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.268786Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:09.570570703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.268812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:18587/_matrix/federation/v1/make_join/!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/@user-1:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:04:09.570602132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.268866Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"sender\":\"@user-1:hs1\",\"room_id\":\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\",\"type\":\"m.room.member\",\"state_key\":\"@user-1:hs1\",\"prev_events\":[\"$Y7ahibACNK70SAUEvPZ-Ejl1e6IVrTmKmgcnYWOFHV0\"],\"auth_events\":[\"$4MqOFQXt4fS5kGB5qX8Lr7-v406-npSVwv-JjIbPvSI\",\"$Y7ahibACNK70SAUEvPZ-Ejl1e6IVrTmKmgcnYWOFHV0\",\"$S8MmV1Pp3AYU6BupXGJ2mVhdFjk5AHsFQdbM3xO5fnw\"],\"depth\":5,\"content\":{\"membership\":\"join\"}}) })\n"} -{"Time":"2024-04-23T18:04:09.570616042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.268894Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:04:09.570623732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.269127Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:18587 for send_join in room !0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\n"} -{"Time":"2024-04-23T18:04:09.570633702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.269339Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:09.570645042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.269653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(18587), path: \"/_matrix/federation/v2/send_join/!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/$tYymb41vFA53dQnb4AkUzTGxJSzZ1nXHVahjAX97pSw\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:09.570656992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.269698Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:18587): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:04:09.570668252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.269716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.570678522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.272084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.570687512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.272332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.570699602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.273151Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:18587 for https://host.docker.internal:18587/_matrix/federation/v2/send_join/!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/$tYymb41vFA53dQnb4AkUzTGxJSzZ1nXHVahjAX97pSw with https://host.docker.internal:18587/_matrix/federation/v2/send_join/!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/$tYymb41vFA53dQnb4AkUzTGxJSzZ1nXHVahjAX97pSw\n"} -{"Time":"2024-04-23T18:04:09.570711141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.273234Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:09.570720771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.273353Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.570731301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.273366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.570740831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.273388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:18587/_matrix/federation/v2/send_join/!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/$tYymb41vFA53dQnb4AkUzTGxJSzZ1nXHVahjAX97pSw\n"} -{"Time":"2024-04-23T18:04:09.570753761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.273479Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:04:09.570762651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.273674Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:04:09.570772121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.273773Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:04:09.570781321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.273985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for host.docker.internal:18587\n"} -{"Time":"2024-04-23T18:04:09.570790331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.274020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Signing key not loaded for host.docker.internal:18587\n"} -{"Time":"2024-04-23T18:04:09.570799761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.274292Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted key servers first for homeserver signing keys.\n"} -{"Time":"2024-04-23T18:04:09.570809241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.274321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Remaining servers left that the notary/trusted servers did not provide: {\"host.docker.internal:18587\": {}}\n"} -{"Time":"2024-04-23T18:04:09.570820171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.274341Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking individual servers for signing keys: {\"host.docker.internal:18587\": {}}\n"} -{"Time":"2024-04-23T18:04:09.57083003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.274435Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:09.57084121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.274623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(18587), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:09.57085421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.274663Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:18587): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:04:09.57086581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.274682Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.57087759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.274950Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.57088846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.274972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.57090055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.275055Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:18587 for https://host.docker.internal:18587/_matrix/key/v2/server with https://host.docker.internal:18587/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:04:09.57091215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.275072Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:09.57092309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.275097Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:18587/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:04:09.570947759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.275160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Received new Future result\n"} -{"Time":"2024-04-23T18:04:09.570957219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.275174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Result is from host.docker.internal:18587\n"} -{"Time":"2024-04-23T18:04:09.570966329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.275322Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Done handling Future result\n"} -{"Time":"2024-04-23T18:04:09.570975649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.275344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Search for signing keys done\n"} -{"Time":"2024-04-23T18:04:09.570985129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.275359Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:04:09.570994089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.277081Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:04:09.571002759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.277981Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:04:09.571014469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.278017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $tYymb41vFA53dQnb4AkUzTGxJSzZ1nXHVahjAX97pSw (m.room.member)\n"} -{"Time":"2024-04-23T18:04:09.571023539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.278149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:09.571032449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.278391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:09.571041449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.278414Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:04:09.571050668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.280559Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:04:09.571059718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.281231Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:04:09.571068678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.282349Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:04:09.571078688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.282523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m172 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.571088068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.283021Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.571097798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.283157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%23flibble:host.docker.internal:18587?server_name=host.docker.internal {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.571108538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.283182Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%23flibble:host.docker.internal:18587?server_name=host.docker.internal Some(Object({}))\n"} -{"Time":"2024-04-23T18:04:09.571118188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.283229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::alias\u001b[0m\u001b[2m:\u001b[0m get_alias_helper servers: Some([\"host.docker.internal\"])\n"} -{"Time":"2024-04-23T18:04:09.571127708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.283280Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:09.571138778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.283452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(18587), path: \"/_matrix/federation/v1/query/directory\", query: Some(\"room_alias=%23flibble%3Ahost.docker.internal%3A18587\"), fragment: None }\n"} -{"Time":"2024-04-23T18:04:09.571150758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.283493Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:18587): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:04:09.571161698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.283512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.571172227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.283717Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.571182427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.283742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.571194907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.283765Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:18587 for https://host.docker.internal:18587/_matrix/federation/v1/query/directory?room_alias=%23flibble%3Ahost.docker.internal%3A18587 with https://host.docker.internal:18587/_matrix/federation/v1/query/directory?room_alias=%23flibble%3Ahost.docker.internal%3A18587\n"} -{"Time":"2024-04-23T18:04:09.571207307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.283781Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:09.571218697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.283806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:18587/_matrix/federation/v1/query/directory?room_alias=%23flibble%3Ahost.docker.internal%3A18587\n"} -{"Time":"2024-04-23T18:04:09.571229227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.283857Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::alias\u001b[0m\u001b[2m:\u001b[0m room alias server_name get_alias_helper response: Ok(Response { room_id: \"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\", servers: [\"host.docker.internal:18587\"] })\n"} -{"Time":"2024-04-23T18:04:09.571239027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.284174Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:04:09.571249367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.284926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:09.571263037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.284971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:09.571275936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.285027Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:09.571287926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.287929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.571296176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.288409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.571306086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.288711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?filter=%7B%22room%22%3A%7B%22timeline%22%3A%7B%22limit%22%3A4%7D%7D%7D\u0026timeout=1000 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.571316906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.288735Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?filter=%7B%22room%22%3A%7B%22timeline%22%3A%7B%22limit%22%3A4%7D%7D%7D\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:09.571326146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.288869Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:09.571336416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.289227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(18587), path: \"/_matrix/federation/v1/send/imzMNvsLXGtjC43Y5NxLR5WL5kmf74KZAD2VGdzrHk8\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:09.571347366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.289284Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.571355996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.289316Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(18587))\n"} -{"Time":"2024-04-23T18:04:09.571365766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.289345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:18587\n"} -{"Time":"2024-04-23T18:04:09.571375016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.289551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:18587\n"} -{"Time":"2024-04-23T18:04:09.571383966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.290657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-2:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:04:09.571392215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.290756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.571401365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.296942Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:04:09.571412725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.297023Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.571421475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.297184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.571431625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.297527Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%210-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/1 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"37\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.571442785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.297554Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%210-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/1 Some(Object({\"body\": String(\"event 1\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:04:09.571454195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.298135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 1\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"1\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:09.571467145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.298210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 1\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"1\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 0\n"} -{"Time":"2024-04-23T18:04:09.571478115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.298228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 1\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"1\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:09.571489495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.299487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.571498695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.299726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.571508924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.300643Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.571518384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.300721Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.571527894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.300746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.571538914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.300779Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:18587 for https://host.docker.internal:18587/_matrix/federation/v1/send/imzMNvsLXGtjC43Y5NxLR5WL5kmf74KZAD2VGdzrHk8 with https://host.docker.internal:18587/_matrix/federation/v1/send/imzMNvsLXGtjC43Y5NxLR5WL5kmf74KZAD2VGdzrHk8\n"} -{"Time":"2024-04-23T18:04:09.571549164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.300796Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:09.571558634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.300821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:18587/_matrix/federation/v1/send/imzMNvsLXGtjC43Y5NxLR5WL5kmf74KZAD2VGdzrHk8\n"} -{"Time":"2024-04-23T18:04:09.571593914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.301349Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:09.571606344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.301373Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.571616484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.301614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(18587), path: \"/_matrix/federation/v1/send/q92v-Y3-mmX2fpcUoFGFkT-Y0NOA6Y3mc0b-3ywh9gY\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:09.571627533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.301659Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:18587): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:04:09.571637203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.301677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.571647173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.301680Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.571657473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.301708Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:09.571666443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.304167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.571675493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.304415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.571684133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.305006Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.571693783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.305036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.571704253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.305060Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:18587 for https://host.docker.internal:18587/_matrix/federation/v1/send/q92v-Y3-mmX2fpcUoFGFkT-Y0NOA6Y3mc0b-3ywh9gY with https://host.docker.internal:18587/_matrix/federation/v1/send/q92v-Y3-mmX2fpcUoFGFkT-Y0NOA6Y3mc0b-3ywh9gY\n"} -{"Time":"2024-04-23T18:04:09.571714523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.305074Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:09.571724933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.305098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:18587/_matrix/federation/v1/send/q92v-Y3-mmX2fpcUoFGFkT-Y0NOA6Y3mc0b-3ywh9gY\n"} -{"Time":"2024-04-23T18:04:09.571734742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.308298Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 1: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:04:09.571743202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.308569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.571752412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.309211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.571762732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.309359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%210-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/2 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"37\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.571775702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.309385Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%210-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/2 Some(Object({\"body\": String(\"event 2\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:04:09.571786992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.309909Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 2\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"2\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:09.571799842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.309988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 2\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"2\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 0\n"} -{"Time":"2024-04-23T18:04:09.571814252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.310006Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 2\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"2\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:09.571826902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.312244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.571836132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.312759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.571845411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.312885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.571855441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.312913Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:09.571864501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.313182Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.571873651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.313277Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:09.571883711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.313631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(18587), path: \"/_matrix/federation/v1/send/-eru0GwM1ZvtWHyvsa_FVs5cEuoyvkxJBDUlBf44FM4\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:09.571895071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.313689Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:18587): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:04:09.571904631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.313713Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.571913621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.313819Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.571923161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.313959Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=131\u0026timeout=1000 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.571943231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.313992Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=131\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:09.571952511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.314050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:04:09.57196235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.315835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.57197902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.316160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.57198862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.316407Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.57199757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.316424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.57200753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.316580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%210-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/3 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"37\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.57201967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.316611Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%210-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/3 Some(Object({\"body\": String(\"event 3\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:04:09.57202957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.317063Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.57204049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.317089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.57205024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.317120Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:18587 for https://host.docker.internal:18587/_matrix/federation/v1/send/-eru0GwM1ZvtWHyvsa_FVs5cEuoyvkxJBDUlBf44FM4 with https://host.docker.internal:18587/_matrix/federation/v1/send/-eru0GwM1ZvtWHyvsa_FVs5cEuoyvkxJBDUlBf44FM4\n"} -{"Time":"2024-04-23T18:04:09.5720613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.317136Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:09.57207092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.317162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:18587/_matrix/federation/v1/send/-eru0GwM1ZvtWHyvsa_FVs5cEuoyvkxJBDUlBf44FM4\n"} -{"Time":"2024-04-23T18:04:09.572084489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.317457Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 3\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"3\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:09.572099589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.317566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 3\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"3\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 0\n"} -{"Time":"2024-04-23T18:04:09.572112459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.317594Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 3\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"3\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:09.572124489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.321005Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.572134639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.321425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.572143919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.321550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.572153849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.321577Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:09.572162659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.321630Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:04:09.572171739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.321678Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:09.572182069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.322014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(18587), path: \"/_matrix/federation/v1/send/QzBIuxJKdhJrAUIjvksO1U90e83GuBf7SlwSqqi9Jyw\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:09.572194538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.322066Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:18587): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:04:09.572204868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.322086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.572214058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.324688Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.572224198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.324927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.572232178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.325570Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.572242398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.325584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.572252818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.325599Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:18587 for https://host.docker.internal:18587/_matrix/federation/v1/send/QzBIuxJKdhJrAUIjvksO1U90e83GuBf7SlwSqqi9Jyw with https://host.docker.internal:18587/_matrix/federation/v1/send/QzBIuxJKdhJrAUIjvksO1U90e83GuBf7SlwSqqi9Jyw\n"} -{"Time":"2024-04-23T18:04:09.572263028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.325607Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:09.572272868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.325620Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:18587/_matrix/federation/v1/send/QzBIuxJKdhJrAUIjvksO1U90e83GuBf7SlwSqqi9Jyw\n"} -{"Time":"2024-04-23T18:04:09.572282508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.326404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.572291578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.327601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.572301027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.327843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%210-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/4 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"37\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.572313887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.327881Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%210-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/4 Some(Object({\"body\": String(\"event 4\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:04:09.572325037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.328558Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 4\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"4\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:09.572337817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.328645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 4\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"4\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 0\n"} -{"Time":"2024-04-23T18:04:09.572350807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.328670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 4\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"4\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:09.572361137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.331386Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.572369567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.332001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.572378377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.332061Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:09.572388167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.332129Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.572397877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.332153Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:09.572409857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.332345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(18587), path: \"/_matrix/federation/v1/send/8vQ5vGoOwR8KexFs4nruf06e3cDJPsqR9DvPUICvMXY\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:09.572422556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.332368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.572432056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.332392Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:18587): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:04:09.572441756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.332410Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.572451166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.332995Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.572460416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.333141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=141\u0026timeout=1000 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.572470336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.333164Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=141\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:09.572478696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.333240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:04:09.572487496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.334952Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.572496656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.337004Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.572505506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.337234Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.572515236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.338108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.572524296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.338265Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.572533715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.338293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.572544295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.338322Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:18587 for https://host.docker.internal:18587/_matrix/federation/v1/send/8vQ5vGoOwR8KexFs4nruf06e3cDJPsqR9DvPUICvMXY with https://host.docker.internal:18587/_matrix/federation/v1/send/8vQ5vGoOwR8KexFs4nruf06e3cDJPsqR9DvPUICvMXY\n"} -{"Time":"2024-04-23T18:04:09.572554895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.338343Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:09.572564455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.338374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:18587/_matrix/federation/v1/send/8vQ5vGoOwR8KexFs4nruf06e3cDJPsqR9DvPUICvMXY\n"} -{"Time":"2024-04-23T18:04:09.572575335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.338664Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:18587, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:09.572585715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.338908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/complement-335247047 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"840\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.572618345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.338930Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/complement-335247047 Some(Object({\"origin\": String(\"host.docker.internal:18587\"), \"origin_server_ts\": 0, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$4MqOFQXt4fS5kGB5qX8Lr7-v406-npSVwv-JjIbPvSI\"), String(\"$S8MmV1Pp3AYU6BupXGJ2mVhdFjk5AHsFQdbM3xO5fnw\"), String(\"$18Xpkh-nr_houQ5V41oAriw7vP3OaQ0mz30XabpcVCE\")]), \"content\": Object({\"body\": String(\"Event 1'\"), \"msgtype\": String(\"m.text\")}), \"depth\": 6, \"hashes\": Object({\"sha256\": String(\"HYUyJx2y4mL1b1A8ZFufAe1XQqkv+cXJypnOW2u/aRQ\")}), \"origin\": String(\"host.docker.internal:18587\"), \"origin_server_ts\": 1713909849296, \"prev_events\": Array([String(\"$tYymb41vFA53dQnb4AkUzTGxJSzZ1nXHVahjAX97pSw\")]), \"room_id\": String(\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"), \"sender\": String(\"@charlie:host.docker.internal:18587\"),"} -{"Time":"2024-04-23T18:04:09.572633895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":" \"signatures\": Object({\"host.docker.internal:18587\": Object({\"ed25519:complement_36cab1f9edf0604c4ce27a3e595250f7ad64e08028d48f87f4b2664b3bae6b0e\": String(\"10s2SGr0j1+8yPJN5RxY0r1WY8YGS/ro1xFZbWy+lpBRyQuPauzX387HlS1K17CfHzcbMj5iOmBZRhcpzvGgDg\")})}), \"type\": String(\"m.room.message\")})])}))\n"} -{"Time":"2024-04-23T18:04:09.572643394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.339253Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m234.288µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"complement-335247047\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\n"} -{"Time":"2024-04-23T18:04:09.572651804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.339311Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:18587\n"} -{"Time":"2024-04-23T18:04:09.572661874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.339414Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:18587, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:09.572673034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.339501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m483.006µs\n"} -{"Time":"2024-04-23T18:04:09.572683554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.339690Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:09.572694244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.340174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:04:09.572704414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.340275Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4MqOFQXt4fS5kGB5qX8Lr7-v406-npSVwv-JjIbPvSI in db\n"} -{"Time":"2024-04-23T18:04:09.572715994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.340337Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $S8MmV1Pp3AYU6BupXGJ2mVhdFjk5AHsFQdbM3xO5fnw in db\n"} -{"Time":"2024-04-23T18:04:09.572728064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.340396Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $18Xpkh-nr_houQ5V41oAriw7vP3OaQ0mz30XabpcVCE in db\n"} -{"Time":"2024-04-23T18:04:09.572739094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.340434Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:04:09.572750264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.340454Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4MqOFQXt4fS5kGB5qX8Lr7-v406-npSVwv-JjIbPvSI in db\n"} -{"Time":"2024-04-23T18:04:09.572761713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.340473Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $S8MmV1Pp3AYU6BupXGJ2mVhdFjk5AHsFQdbM3xO5fnw in db\n"} -{"Time":"2024-04-23T18:04:09.572772913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.340490Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $18Xpkh-nr_houQ5V41oAriw7vP3OaQ0mz30XabpcVCE in db\n"} -{"Time":"2024-04-23T18:04:09.572783603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.340515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:04:09.572794513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.340768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo (m.room.message)\n"} -{"Time":"2024-04-23T18:04:09.572806723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.340840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:09.572818023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.340860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:09.572829423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.340874Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:04:09.572839313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.341055Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:04:09.572850643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.341262Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $tYymb41vFA53dQnb4AkUzTGxJSzZ1nXHVahjAX97pSw in db\n"} -{"Time":"2024-04-23T18:04:09.572862023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.341289Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:04:09.572873262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.341303Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $tYymb41vFA53dQnb4AkUzTGxJSzZ1nXHVahjAX97pSw in db\n"} -{"Time":"2024-04-23T18:04:09.572882772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.341467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:04:09.572893912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.341521Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$tYymb41vFA53dQnb4AkUzTGxJSzZ1nXHVahjAX97pSw\"]\n"} -{"Time":"2024-04-23T18:04:09.572905092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.341676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:04:09.572916432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.341703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:04:09.572926782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.341815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:04:09.572951172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.341894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:04:09.572962222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.342013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo (m.room.message)\n"} -{"Time":"2024-04-23T18:04:09.572973222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.342179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:09.572981851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.342201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:09.572992891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.342219Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:04:09.573003421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.342460Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:04:09.573014081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.342536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo (m.room.message)\n"} -{"Time":"2024-04-23T18:04:09.573025531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.342585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:09.573035831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.342601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:09.573046941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.342620Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:04:09.573057451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.342634Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:04:09.573068311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.342708Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:04:09.573080301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.342840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 1 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:04:09.573091391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.342912Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:04:09.57310244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.345719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m4.024824ms\n"} -{"Time":"2024-04-23T18:04:09.57311301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.345777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $GGZhl1h7R7yzp4o87yuIMPxULJQOn1nlzyOON7fNhOo \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m6.255635ms \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m6.760071ms\n"} -{"Time":"2024-04-23T18:04:09.57312404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.345798Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m6.781011ms \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"complement-335247047\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\n"} -{"Time":"2024-04-23T18:04:09.5731344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.345901Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.5731448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.346395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.57315407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.346503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.57316391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.346518Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:09.57317296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.346561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:04:09.57318098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.349966Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.57319024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.350631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.57320008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.350765Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%210-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/5 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"37\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.573211089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.350789Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%210-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/5 Some(Object({\"body\": String(\"event 5\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:04:09.573223329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.351381Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 5\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"5\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:09.573235249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.351453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 5\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"5\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 0\n"} -{"Time":"2024-04-23T18:04:09.573246539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.351470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 5\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"5\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:09.573257979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.353824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.573266419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.354333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.573276069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.354337Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:09.573285809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.354470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.573295629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.354493Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:09.573306189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.354559Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(18587), path: \"/_matrix/federation/v1/send/9p-r5PKzDPEE4zBOfkAQWQII4LIZ5bv9Im6ewGZYZKo\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:09.573317929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.354600Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:18587): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:04:09.573327618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.354615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.573337138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.354735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.573346638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.355387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.573356168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.355510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=152\u0026timeout=1000 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.573366348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.355535Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=152\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:09.573375068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.355598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:04:09.573384018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.357001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.573393328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.357437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.573403918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.357570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%210-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/6 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"37\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.573415278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.357596Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%210-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/6 Some(Object({\"body\": String(\"event 6\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:04:09.573426678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.358141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 6\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"6\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:09.573441117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.358209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 6\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"6\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 0\n"} -{"Time":"2024-04-23T18:04:09.573454777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.358231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 6\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"6\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:09.573465707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.358469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.573474707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.358656Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.573484977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.359469Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.573509367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.359487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.573520127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.359504Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:18587 for https://host.docker.internal:18587/_matrix/federation/v1/send/9p-r5PKzDPEE4zBOfkAQWQII4LIZ5bv9Im6ewGZYZKo with https://host.docker.internal:18587/_matrix/federation/v1/send/9p-r5PKzDPEE4zBOfkAQWQII4LIZ5bv9Im6ewGZYZKo\n"} -{"Time":"2024-04-23T18:04:09.573530217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.359515Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:09.573539867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.359533Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:18587/_matrix/federation/v1/send/9p-r5PKzDPEE4zBOfkAQWQII4LIZ5bv9Im6ewGZYZKo\n"} -{"Time":"2024-04-23T18:04:09.573549366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.360542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.573558846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.360990Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.573568866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.361091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.573579036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.361104Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:09.573587906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.361138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:04:09.573596836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.361181Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:09.573607246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.361462Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(18587), path: \"/_matrix/federation/v1/send/RxjdicXG-xH1MmyrCeXiVLkRJghqVTKuw9-YnyYD3oQ\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:09.573618126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.361511Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:18587): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:04:09.573628676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.361529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.573637836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.363898Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.573646786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.364152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.573655916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.364467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.573664955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.365062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.573674685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.365214Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%210-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/7 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"37\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.573686195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.365240Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%210-VK8044eAWMx4Dy6AHI:host.docker.internal:18587/send/m.room.message/7 Some(Object({\"body\": String(\"event 7\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:04:09.573697545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.365756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 7\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"7\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:09.573710435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.365818Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 7\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"7\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 0\n"} -{"Time":"2024-04-23T18:04:09.573724725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.365834Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"event 7\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"7\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-VK8044eAWMx4Dy6AHI:host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:09.573737395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.368132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.573746825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.368222Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.573757625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.368235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.573767995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.368250Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:18587 for https://host.docker.internal:18587/_matrix/federation/v1/send/RxjdicXG-xH1MmyrCeXiVLkRJghqVTKuw9-YnyYD3oQ with https://host.docker.internal:18587/_matrix/federation/v1/send/RxjdicXG-xH1MmyrCeXiVLkRJghqVTKuw9-YnyYD3oQ\n"} -{"Time":"2024-04-23T18:04:09.573778124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.368262Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:09.573787724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.368279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:18587/_matrix/federation/v1/send/RxjdicXG-xH1MmyrCeXiVLkRJghqVTKuw9-YnyYD3oQ\n"} -{"Time":"2024-04-23T18:04:09.573797254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.368539Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:09.573806184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.368594Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.573815234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.368683Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.573825014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.368700Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:09.573836174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.368706Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(18587), path: \"/_matrix/federation/v1/send/my_e7O4ESC0ca7jxvLsYXvloLFka1UT4uoOUeqe0lf0\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:09.573847024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.368734Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:18587): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:04:09.573857554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.368747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:18587)\n"} -{"Time":"2024-04-23T18:04:09.573866764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.368841Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.573876514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.369364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.573886074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.369426Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=162\u0026timeout=1000 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.573896203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.369438Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=162\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:09.573906103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.369468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:04:09.573914943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.370456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.573923963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.370926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.573941843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.370990Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?filter=%7B%22room%22%3A%7B%22timeline%22%3A%7B%22limit%22%3A4%7D%7D%7D\u0026since=125\u0026timeout=1000 {\"host\": \"127.0.0.1:1125\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:09.573955083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.371002Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?filter=%7B%22room%22%3A%7B%22timeline%22%3A%7B%22limit%22%3A4%7D%7D%7D\u0026since=125\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:09.573964523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.371042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-2:hs1\n"} -{"Time":"2024-04-23T18:04:09.573974473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.371944Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.573983763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.372486Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:09.573992773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.372768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:09.574001633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.373088Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:04:09.574009802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.373114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:04:09.574019512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\u001b[2m2024-04-23T22:04:09.373175Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:18587\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(18587), path: \"/_matrix/federation/v1/send/my_e7O4ESC0ca7jxvLsYXvloLFka1UT4uoOUeqe0lf0\", query: None, fragment: None }, source: Error { kind: SendRequest, source: Some(hyper::Error(IncompleteMessage)) } }\n"} -{"Time":"2024-04-23T18:04:09.574031562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"2024/04/23 18:04:09 ============== b8520999fb3150fbc29cacede738007348872ab8731010136cc7c0a4eb65ec56 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:04:09.574038372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.574045612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"\n"} -{"Time":"2024-04-23T18:04:09.590848465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Output":"--- FAIL: TestNetworkPartitionOrdering (2.14s)\n"} -{"Time":"2024-04-23T18:04:09.590859605-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestNetworkPartitionOrdering","Elapsed":2.14} -{"Time":"2024-04-23T18:04:09.590873065-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteTyping"} -{"Time":"2024-04-23T18:04:09.590880494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteTyping","Output":"=== RUN TestRemoteTyping\n"} -{"Time":"2024-04-23T18:04:10.778870561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteTyping","Output":" federation_room_typing_test.go:13: Deploy times: 11.51919ms blueprints, 1.176413618s containers\n"} -{"Time":"2024-04-23T18:04:10.83368623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteTyping","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (54.76076ms)\n"} -{"Time":"2024-04-23T18:04:10.90207892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteTyping","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (68.294041ms)\n"} -{"Time":"2024-04-23T18:04:10.962286042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteTyping","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (60.123892ms)\n"} -{"Time":"2024-04-23T18:04:10.974978981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteTyping","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (12.57331ms)\n"} -{"Time":"2024-04-23T18:04:10.979834748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteTyping","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!ibL9hoIyRn8dBzcuVs:hs1 =\u003e 200 OK (4.758898ms)\n"} -{"Time":"2024-04-23T18:04:11.30098604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteTyping","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!ibL9hoIyRn8dBzcuVs:hs1 =\u003e 200 OK (321.053092ms)\n"} -{"Time":"2024-04-23T18:04:11.305401741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteTyping","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (4.353682ms)\n"} -{"Time":"2024-04-23T18:04:11.310456116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteTyping","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (4.901377ms)\n"} -{"Time":"2024-04-23T18:04:11.312095432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteTyping","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!ibL9hoIyRn8dBzcuVs:hs1/typing/@user-1:hs1 =\u003e 200 OK (1.457698ms)\n"} -{"Time":"2024-04-23T18:04:11.314003276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteTyping","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.863344ms)\n"} -{"Time":"2024-04-23T18:04:11.31576947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteTyping","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.704235ms)\n"} -{"Time":"2024-04-23T18:04:11.722048475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteTyping","Output":"--- PASS: TestRemoteTyping (2.13s)\n"} -{"Time":"2024-04-23T18:04:11.722070755-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRemoteTyping","Elapsed":2.13} -{"Time":"2024-04-23T18:04:11.722083905-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite"} -{"Time":"2024-04-23T18:04:11.722089375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"=== RUN TestFederationRoomsInvite\n"} -{"Time":"2024-04-23T18:04:12.786485843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" federation_rooms_invite_test.go:17: Deploy times: 11.894325ms blueprints, 1.052452004s containers\n"} -{"Time":"2024-04-23T18:04:12.838086651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (51.508478ms)\n"} -{"Time":"2024-04-23T18:04:12.891263724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (53.054454ms)\n"} -{"Time":"2024-04-23T18:04:12.891301923-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel"} -{"Time":"2024-04-23T18:04:12.891310243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel","Output":"=== RUN TestFederationRoomsInvite/Parallel\n"} -{"Time":"2024-04-23T18:04:12.891324603-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation"} -{"Time":"2024-04-23T18:04:12.891331513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation","Output":"=== RUN TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation\n"} -{"Time":"2024-04-23T18:04:12.891341793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation","Output":"=== PAUSE TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation\n"} -{"Time":"2024-04-23T18:04:12.891352383-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation"} -{"Time":"2024-04-23T18:04:12.891374943-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times"} -{"Time":"2024-04-23T18:04:12.891381753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times","Output":"=== RUN TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times\n"} -{"Time":"2024-04-23T18:04:12.891391223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times","Output":"=== PAUSE TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times\n"} -{"Time":"2024-04-23T18:04:12.891402973-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times"} -{"Time":"2024-04-23T18:04:12.891412963-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_for_empty_room"} -{"Time":"2024-04-23T18:04:12.891418052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_for_empty_room","Output":"=== RUN TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_for_empty_room\n"} -{"Time":"2024-04-23T18:04:12.891428802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_for_empty_room","Output":"=== PAUSE TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_for_empty_room\n"} -{"Time":"2024-04-23T18:04:12.891434052-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_for_empty_room"} -{"Time":"2024-04-23T18:04:12.891442232-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Remote_invited_user_can_see_room_metadata"} -{"Time":"2024-04-23T18:04:12.891449302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Remote_invited_user_can_see_room_metadata","Output":"=== RUN TestFederationRoomsInvite/Parallel/Remote_invited_user_can_see_room_metadata\n"} -{"Time":"2024-04-23T18:04:12.891459242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Remote_invited_user_can_see_room_metadata","Output":"=== PAUSE TestFederationRoomsInvite/Parallel/Remote_invited_user_can_see_room_metadata\n"} -{"Time":"2024-04-23T18:04:12.891465782-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Remote_invited_user_can_see_room_metadata"} -{"Time":"2024-04-23T18:04:12.891498392-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_has_'is_direct'_flag_in_prev_content_after_joining"} -{"Time":"2024-04-23T18:04:12.891503932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_has_'is_direct'_flag_in_prev_content_after_joining","Output":"=== RUN TestFederationRoomsInvite/Parallel/Invited_user_has_'is_direct'_flag_in_prev_content_after_joining\n"} -{"Time":"2024-04-23T18:04:13.210350443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (318.749263ms)\n"} -{"Time":"2024-04-23T18:04:13.242275143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!oKM9ZTogd7aIo2KxAw:hs1 =\u003e 200 OK (31.819801ms)\n"} -{"Time":"2024-04-23T18:04:13.246609315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (4.274583ms)\n"} -{"Time":"2024-04-23T18:04:13.246780654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_has_'is_direct'_flag_in_prev_content_after_joining","Output":"--- PASS: TestFederationRoomsInvite/Parallel/Invited_user_has_'is_direct'_flag_in_prev_content_after_joining (0.36s)\n"} -{"Time":"2024-04-23T18:04:13.246794144-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_has_'is_direct'_flag_in_prev_content_after_joining","Elapsed":0.36} -{"Time":"2024-04-23T18:04:13.246808414-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation"} -{"Time":"2024-04-23T18:04:13.246815423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation","Output":"=== CONT TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation\n"} -{"Time":"2024-04-23T18:04:13.246824363-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Remote_invited_user_can_see_room_metadata"} -{"Time":"2024-04-23T18:04:13.246830853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Remote_invited_user_can_see_room_metadata","Output":"=== CONT TestFederationRoomsInvite/Parallel/Remote_invited_user_can_see_room_metadata\n"} -{"Time":"2024-04-23T18:04:13.246838783-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_for_empty_room"} -{"Time":"2024-04-23T18:04:13.246860703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_for_empty_room","Output":"=== CONT TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_for_empty_room\n"} -{"Time":"2024-04-23T18:04:13.246871873-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times"} -{"Time":"2024-04-23T18:04:13.246878593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times","Output":"=== CONT TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times\n"} -{"Time":"2024-04-23T18:04:13.278204838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (31.302845ms)\n"} -{"Time":"2024-04-23T18:04:13.280140921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (33.244728ms)\n"} -{"Time":"2024-04-23T18:04:13.281165152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (940.842µs)\n"} -{"Time":"2024-04-23T18:04:13.283536711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (2.19487ms)\n"} -{"Time":"2024-04-23T18:04:13.288707556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (5.085805ms)\n"} -{"Time":"2024-04-23T18:04:13.289640578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (42.757505ms)\n"} -{"Time":"2024-04-23T18:04:13.290594539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/rooms/!LvaQbnCkojh3dm0bnn:hs1/state/m.room.join_rules/ =\u003e 200 OK (1.708755ms)\n"} -{"Time":"2024-04-23T18:04:13.290611009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (896.582µs)\n"} -{"Time":"2024-04-23T18:04:13.29164898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/rooms/!LvaQbnCkojh3dm0bnn:hs1/state/m.room.name/ =\u003e 200 OK (957.611µs)\n"} -{"Time":"2024-04-23T18:04:13.29169736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Remote_invited_user_can_see_room_metadata","Output":"--- PASS: TestFederationRoomsInvite/Parallel/Remote_invited_user_can_see_room_metadata (0.04s)\n"} -{"Time":"2024-04-23T18:04:13.29507397-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Remote_invited_user_can_see_room_metadata","Elapsed":0.04} -{"Time":"2024-04-23T18:04:13.29509224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/rooms/!b1MTOzyqdm3ZUPi0FR:hs1/leave =\u003e 200 OK (4.344272ms)\n"} -{"Time":"2024-04-23T18:04:13.306859417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (11.724777ms)\n"} -{"Time":"2024-04-23T18:04:13.324824759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (77.915926ms)\n"} -{"Time":"2024-04-23T18:04:13.335562775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!XiAC5q5ShhsgNxhSiu:hs1/invite =\u003e 200 OK (57.277258ms)\n"} -{"Time":"2024-04-23T18:04:13.335803112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (28.760038ms)\n"} -{"Time":"2024-04-23T18:04:13.336522196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (11.622738ms)\n"} -{"Time":"2024-04-23T18:04:13.336983322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.336089ms)\n"} -{"Time":"2024-04-23T18:04:13.338067422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.264119ms)\n"} -{"Time":"2024-04-23T18:04:13.33838853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.515618ms)\n"} -{"Time":"2024-04-23T18:04:13.341995068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!UsTjWIASFlAIsI7dPZ:hs1/leave =\u003e 200 OK (3.697587ms)\n"} -{"Time":"2024-04-23T18:04:13.344545685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (6.049347ms)\n"} -{"Time":"2024-04-23T18:04:13.346203231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (4.156043ms)\n"} -{"Time":"2024-04-23T18:04:13.350679982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/rooms/!XiAC5q5ShhsgNxhSiu:hs1/leave =\u003e 200 OK (13.404932ms)\n"} -{"Time":"2024-04-23T18:04:13.35200923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/rooms/!UsTjWIASFlAIsI7dPZ:hs1/leave =\u003e 200 OK (5.73471ms)\n"} -{"Time":"2024-04-23T18:04:13.354704157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (2.644747ms)\n"} -{"Time":"2024-04-23T18:04:13.354748786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_for_empty_room","Output":"--- PASS: TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_for_empty_room (0.11s)\n"} -{"Time":"2024-04-23T18:04:13.357516922-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_for_empty_room","Elapsed":0.11} -{"Time":"2024-04-23T18:04:13.357531212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (6.78424ms)\n"} -{"Time":"2024-04-23T18:04:14.347483842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002833718s)\n"} -{"Time":"2024-04-23T18:04:14.360402659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002557231s)\n"} -{"Time":"2024-04-23T18:04:14.360424249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (12.880777ms)\n"} -{"Time":"2024-04-23T18:04:15.363710872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.003169723s)\n"} -{"Time":"2024-04-23T18:04:15.363795961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.003193523s)\n"} -{"Time":"2024-04-23T18:04:16.367018874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.003180783s)\n"} -{"Time":"2024-04-23T18:04:16.367048793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.003138493s)\n"} -{"Time":"2024-04-23T18:04:17.371181417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.004035355s)\n"} -{"Time":"2024-04-23T18:04:17.371209437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.004034325s)\n"} -{"Time":"2024-04-23T18:04:18.375976214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.004606239s)\n"} -{"Time":"2024-04-23T18:04:18.376012094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.004664118s)\n"} -{"Time":"2024-04-23T18:04:18.376100773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times","Output":" federation_rooms_invite_test.go:46: \u001b[31m@user-1:hs1 MustSyncUntil: timed out after 5.025356302s. Seen 6 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:04:18.376113723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times","Output":" [t=7.078238ms] Response #1: SyncTimelineHas(!XiAC5q5ShhsgNxhSiu:hs1): check function did not pass while iterating over 7 elements: [{\"content\":{\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"},\"event_id\":\"$MXBLLWroHz-D-nnmMq_4enGqNRXtUkkVtxDNSV6XDcI\",\"origin_server_ts\":1713909853265,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.create\",\"unsigned\":{\"age\":1}},{\"content\":{\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"},\"event_id\":\"$OnUsORawk9Wyu-BJZ9TIhVNX4SsLkIaNTdN4pIdpm_4\",\"origin_server_ts\":1713909853267,\"sender\":\"@user-1:hs1\",\"state_key\":\"@user-1:hs1\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}},{\"content\":{\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}},\"event_id\":\"$4aNx5eiXyAyZydfbs5oTSg36McrqWUX5GSdhoREWr4I\",\"origin_server_ts\":1713909853269,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.power_levels\",\"unsigned\":{\"age\":1}},{\"content\":{\"joi"} -{"Time":"2024-04-23T18:04:18.376129163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times","Output":"n_rule\":\"invite\"},\"event_id\":\"$LRO3wD8AXg8oW-Jo31k5UxB_wlqqIwcqRmeOI1Oz9po\",\"origin_server_ts\":1713909853271,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.join_rules\",\"unsigned\":{\"age\":1}},{\"content\":{\"history_visibility\":\"shared\"},\"event_id\":\"$nNV9rWwV5X_xriAvIqpRl6p2rllXfUDZUd5e37umlhE\",\"origin_server_ts\":1713909853273,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.history_visibility\",\"unsigned\":{\"age\":1}},{\"content\":{\"guest_access\":\"can_join\"},\"event_id\":\"$RsYJp2EWKSRq0934t2hEG-tdro9AOg5g1jRGjNXkLY0\",\"origin_server_ts\":1713909853275,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.guest_access\",\"unsigned\":{\"age\":1}},{\"content\":{\"is_direct\":false,\"membership\":\"invite\"},\"event_id\":\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\",\"origin_server_ts\":1713909853279,\"sender\":\"@user-1:hs1\",\"state_key\":\"@user-2:hs2\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}}]\n"} -{"Time":"2024-04-23T18:04:18.376140643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times","Output":" [t=1.009755767s] Response #2: SyncTimelineHas(!XiAC5q5ShhsgNxhSiu:hs1): Key rooms.join.!XiAC5q5ShhsgNxhSiu:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:04:18.376146483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times","Output":" [t=2.013162429s] Response #3: SyncTimelineHas(!XiAC5q5ShhsgNxhSiu:hs1): Key rooms.join.!XiAC5q5ShhsgNxhSiu:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:04:18.376151063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times","Output":" [t=3.016388101s] Response #4: SyncTimelineHas(!XiAC5q5ShhsgNxhSiu:hs1): Key rooms.join.!XiAC5q5ShhsgNxhSiu:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:04:18.376155393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times","Output":" [t=4.020532965s] Response #5: SyncTimelineHas(!XiAC5q5ShhsgNxhSiu:hs1): Key rooms.join.!XiAC5q5ShhsgNxhSiu:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:04:18.376159683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times","Output":" [t=5.025354372s] Response #6: SyncTimelineHas(!XiAC5q5ShhsgNxhSiu:hs1): Key rooms.join.!XiAC5q5ShhsgNxhSiu:hs1.timeline.events does not exist, \n"} -{"Time":"2024-04-23T18:04:18.376165712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:04:18.376190122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation","Output":" federation_rooms_invite_test.go:33: \u001b[31m@user-1:hs1 MustSyncUntil: timed out after 5.080940094s. Seen 10 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:04:18.376200462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation","Output":" [t=11.922776ms] Response #1: SyncTimelineHas(!b1MTOzyqdm3ZUPi0FR:hs1): check function did not pass while iterating over 6 elements: [{\"content\":{\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"},\"event_id\":\"$4JTlOOdmbZ1_EINLdbis94t9urrRuhSfMznkFz4Q_HQ\",\"origin_server_ts\":1713909853265,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.create\",\"unsigned\":{\"age\":1}},{\"content\":{\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"},\"event_id\":\"$9sr5UT0xfPy2bomiJOTNZcs4ROS9pWZxIvSRW81sQ50\",\"origin_server_ts\":1713909853267,\"sender\":\"@user-1:hs1\",\"state_key\":\"@user-1:hs1\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}},{\"content\":{\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}},\"event_id\":\"$wGCzU1dHVbhlFJVNECpeSScMaHo3E3zHm0lxiHgwdBQ\",\"origin_server_ts\":1713909853269,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.power_levels\",\"unsigned\":{\"age\":1}},{\"content\":{\"jo"} -{"Time":"2024-04-23T18:04:18.376212202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation","Output":"in_rule\":\"invite\"},\"event_id\":\"$EtC568jxrVD5EUOZp-jpcCM2S4C6zls_stywi2j-4pg\",\"origin_server_ts\":1713909853272,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.join_rules\",\"unsigned\":{\"age\":1}},{\"content\":{\"history_visibility\":\"shared\"},\"event_id\":\"$1a-zUFm8goLWsVYjMb7bCMrBPQjkU2lZ-VL3dJrT9Cs\",\"origin_server_ts\":1713909853274,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.history_visibility\",\"unsigned\":{\"age\":1}},{\"content\":{\"guest_access\":\"can_join\"},\"event_id\":\"$k-z32xSMr3hdnbJNBX8J6Ll5hFpabJmvAxsmRLDI88Q\",\"origin_server_ts\":1713909853276,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.guest_access\",\"unsigned\":{\"age\":1}}]\n"} -{"Time":"2024-04-23T18:04:18.376220052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation","Output":" [t=40.744382ms] Response #2: SyncTimelineHas(!b1MTOzyqdm3ZUPi0FR:hs1): Key rooms.join.!b1MTOzyqdm3ZUPi0FR:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:04:18.376225962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation","Output":" [t=43.362879ms] Response #3: SyncTimelineHas(!b1MTOzyqdm3ZUPi0FR:hs1): Key rooms.join.!b1MTOzyqdm3ZUPi0FR:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:04:18.376231612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation","Output":" [t=49.502495ms] Response #4: SyncTimelineHas(!b1MTOzyqdm3ZUPi0FR:hs1): Key rooms.join.!b1MTOzyqdm3ZUPi0FR:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:04:18.376237402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation","Output":" [t=1.052421352s] Response #5: SyncTimelineHas(!b1MTOzyqdm3ZUPi0FR:hs1): Key rooms.join.!b1MTOzyqdm3ZUPi0FR:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:04:18.376243232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation","Output":" [t=1.065378569s] Response #6: SyncTimelineHas(!b1MTOzyqdm3ZUPi0FR:hs1): Key rooms.join.!b1MTOzyqdm3ZUPi0FR:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:04:18.376249252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation","Output":" [t=2.068655422s] Response #7: SyncTimelineHas(!b1MTOzyqdm3ZUPi0FR:hs1): Key rooms.join.!b1MTOzyqdm3ZUPi0FR:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:04:18.376255552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation","Output":" [t=3.071978593s] Response #8: SyncTimelineHas(!b1MTOzyqdm3ZUPi0FR:hs1): Key rooms.join.!b1MTOzyqdm3ZUPi0FR:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:04:18.376261392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation","Output":" [t=4.076160567s] Response #9: SyncTimelineHas(!b1MTOzyqdm3ZUPi0FR:hs1): Key rooms.join.!b1MTOzyqdm3ZUPi0FR:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:04:18.376267352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation","Output":" [t=5.080937414s] Response #10: SyncTimelineHas(!b1MTOzyqdm3ZUPi0FR:hs1): Key rooms.join.!b1MTOzyqdm3ZUPi0FR:hs1.timeline.events does not exist, \n"} -{"Time":"2024-04-23T18:04:18.376274302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:04:18.376283271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times","Output":"--- FAIL: TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times (5.13s)\n"} -{"Time":"2024-04-23T18:04:18.376292611-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation_several_times","Elapsed":5.13} -{"Time":"2024-04-23T18:04:18.376299351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation","Output":"--- FAIL: TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation (5.13s)\n"} -{"Time":"2024-04-23T18:04:18.376305021-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel/Invited_user_can_reject_invite_over_federation","Elapsed":5.13} -{"Time":"2024-04-23T18:04:18.376310321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel","Output":"--- FAIL: TestFederationRoomsInvite/Parallel (0.36s)\n"} -{"Time":"2024-04-23T18:04:18.376315711-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite/Parallel","Elapsed":0.36} -{"Time":"2024-04-23T18:04:18.578587975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"2024/04/23 18:04:18 ============================================\n"} -{"Time":"2024-04-23T18:04:18.578611585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.578617405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.578623074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"2024/04/23 18:04:18 f610da846faf001c23feeb1a2084e4c9d9573f385b783b6ac7b1694b5636a647 : Server logs:\n"} -{"Time":"2024-04-23T18:04:18.578926272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:04:18.578958072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:04:18.578964851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:04:18.578970401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:04:18.578975991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:04:18.578981531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"+ echo 'IP.1 = 172.28.0.3'\n"} -{"Time":"2024-04-23T18:04:18.578987421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:04:18.578993451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:04:18.578998931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:04:18.579004621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:04:18.579010661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.167539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:04:18.579016701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.167658Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:04:18.579023071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.168016Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:04:18.579029571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.168024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:04:18.579039291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.168030Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:04:18.579049811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.168041Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:04:18.579056231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.168750Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:04:18.579062661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.579068001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:04:18.579073601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.168822Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:04:18.57908025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.171344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:04:18.57908602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.172986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:04:18.5790919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.173658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:04:18.57909765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.174739Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:04:18.57910335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.559996Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 387.005873ms\n"} -{"Time":"2024-04-23T18:04:18.57910944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562278Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:04:18.57911655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562351Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:18.57912629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562361Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:18.57913371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562368Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:04:18.57913936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562375Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:04:18.57914504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562381Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:04:18.57915084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562389Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:04:18.57915679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562396Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:04:18.57916283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562403Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:04:18.57916875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562409Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:04:18.57917553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562417Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:04:18.57918126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562424Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:04:18.579187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562431Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:04:18.579192609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562437Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:04:18.579198399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562454Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:04:18.579204229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562465Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:04:18.579210049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562474Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:04:18.579215759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562483Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:04:18.579221529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562492Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:04:18.579227209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.562500Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:04:18.579232739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.563975Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:04:18.579238389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.566532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:04:18.579243959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.582515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:04:18.579249779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.582524Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:04:18.579255399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.583106Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:04:18.579261509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.583228Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:04:18.579267069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.586838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.579283629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.587540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1133\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.579290669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.587664Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:04:18.579296799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.587929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.579303528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.838634Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.579310178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.839022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1133\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.579317978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.839037Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:04:18.579329688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.881725Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:04:18.579338418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.883415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.579348238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.883599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.579356648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.883726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.579366108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.886461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.579378328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.886480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.579390028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.886503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.579399808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.887925Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:04:18.579409578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.887961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.579421347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.887971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:04:18.579432017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.888000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:04:18.579441837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.888055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs2\", \"@user-2:hs2\"}\n"} -{"Time":"2024-04-23T18:04:18.579451567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.888067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:04:18.579462537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.888093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:04:18.579472727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.888101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.579487547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.889590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:04:18.579500027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:18.579520957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.889618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:04:18.579531076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:18.579546696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.889630Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:04:18.579557156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.579568826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.890908Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-2:hs2 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:04:18.579577356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.891005Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m52 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.579585836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.891834Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:18.579595796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.891903Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:18.579604846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.891920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.579613016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.054089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.579620306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.054855Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs1 keys\n"} -{"Time":"2024-04-23T18:04:18.579629436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.054894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:04:18.579641866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.055469Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:18.579650355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.055786Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:04:18.579658685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.055814Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:04:18.579666585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.055929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:04:18.579675115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.055963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.579685505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.055987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:18.579694485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.056023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.579702505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.056069Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 53970:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:18.579711105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.579716045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:04:18.579721295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.579727585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.056172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:18.579736165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.056211Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:18.579746165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.056730Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:04:18.579756245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.056767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 53970\n"} -{"Time":"2024-04-23T18:04:18.579764824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.056812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 53970:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:04:18.579772134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.579777114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:04:18.579782284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:04:18.579787334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"hs1. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:04:18.579795134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:04:18.579800434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.579805394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.579812014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.056844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 53970:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:04:18.579819424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.579824334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:04:18.579829324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:04:18.579834194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"hs1. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:04:18.579839174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:04:18.579844334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.579849304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.579855954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.057211Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:04:18.579865164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.057249Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:04:18.579877763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.057429Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:04:18.579888133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.057486Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:04:18.579900183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.057513Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:04:18.579912863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.057552Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:04:18.579922163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.057609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:04:18.579930783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.057647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:04:18.579958973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.057669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.579968853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.057696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:18.579982373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.057715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.579991672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.057767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 22164:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:18.579997392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.580002482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.580007582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.580013662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.057803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:18.580022102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.057838Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:18.580030662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.058867Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:18.580040062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.058886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 22164\n"} -{"Time":"2024-04-23T18:04:18.580050962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.058907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 22164:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:18.580058262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.580063482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.580068572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:18.580073742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:18.580079142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":". 86115 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:18.580087042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.580092152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.580098641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.058930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:18.580108871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.058953Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:18.580117831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.059071Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:18.580126331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.059101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.580136351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.059163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m24296\n"} -{"Time":"2024-04-23T18:04:18.580142871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.059176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 24296:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:18.580150051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.580155161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.580159961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.580167551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.059197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:18.580173441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.061375Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:18.580179341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.061384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:04:18.580185201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.061389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:18.580193301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.061395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:18.580199211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.061398Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:18.580204971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.061402Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:18.580210761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.061406Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:18.5802187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.061411Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:18.58022547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.061433Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 24296:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:18.58023389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.5802393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.58024661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:18.58025173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:18.58025881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":". 86115 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:18.58026346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.58027009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.58027831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.061461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:04:18.58028885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.061472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.58029805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.061483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:18.58030925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.061493Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.58031706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.061520Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 2157:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:18.58032274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.580330129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.580335339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.580341549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.061549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:18.580351859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.061578Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:18.580360219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.062853Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:18.580482358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.062868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 2157\n"} -{"Time":"2024-04-23T18:04:18.580492378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.062885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 2157:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:18.580499718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.580509478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.580514598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:18.580519588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:18.580527028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":". 86115 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:18.580532478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.580539478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.580549208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.062902Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:18.580560857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.062913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:18.580572217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.062923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.580582027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.062954Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:18.580588117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.062966Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m3967\n"} -{"Time":"2024-04-23T18:04:18.580596387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.062974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 3967:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:18.580602227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.580609477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.580614377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.580621827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.062986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:18.580633817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.106045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:18.580641927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.106061Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:04:18.580650017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.106069Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:18.580659607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.106079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:18.580667606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.106086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:18.580675606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.106092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:18.580707266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.106099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:18.580714676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.106109Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:18.580721466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.106146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 3967:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:18.580732186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.580737546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.580742706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:18.580747576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:18.580752766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":". 86115 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:18.580760166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.580765676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.580771996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.106192Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:18.580782665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.106223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:04:18.580791185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.106254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:04:18.580799715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.106274Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.580809075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.106295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:18.580821365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.106313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.580829415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.106365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 23917:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:18.580835495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.580840575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.580845505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.580851535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.106422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:18.580860785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.106474Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:18.580872875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.107477Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:18.580928124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.107504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 23917\n"} -{"Time":"2024-04-23T18:04:18.580953464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.107541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 23917:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:18.580963224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.580970054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.580980684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:18.580987584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:18.580994634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":". 86115 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:18.581001564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.581008313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.581017053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.107574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:18.581032433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.107600Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:18.581043943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.107619Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.581056083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.107665Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:18.581064523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.107684Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m58172\n"} -{"Time":"2024-04-23T18:04:18.581072953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.107695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 58172:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:18.581083893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.581090893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.581097633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.581105013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.107714Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:18.581113203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.150110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:18.581121182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.150124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:04:18.581128992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.150132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:18.581139682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.150142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:18.581147712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.150149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:18.581155502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.150155Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:18.581162912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.150162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:18.581170582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.150172Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:18.581179612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.150208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 58172:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:18.581189292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.581196012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.581205542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:18.581212162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:18.581219132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":". 86115 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:18.581226212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.581232722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.581240721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.150255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:04:18.581255141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.150275Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.581268671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.150296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:18.581280341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.150314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.581290601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.150362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 18848:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:18.581298401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.581308661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.581315431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.581323591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.150410Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:18.581334411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.150461Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:18.581345641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.151566Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:18.58135648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.151589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 18848\n"} -{"Time":"2024-04-23T18:04:18.58136757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.151621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 18848:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:18.58138045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.58138726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.58139381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:18.58140042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:18.58140758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":". 86115 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:18.5814147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.5814214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.58142978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.151648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:18.58144168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.151669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:18.58145675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.151686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.581468829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.151730Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:18.581476959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.151751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m59079\n"} -{"Time":"2024-04-23T18:04:18.581484839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.151771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 59079:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:18.581492339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.581498919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.581506679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.581513859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.151795Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:18.581521579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.194176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:18.581532779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.194188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:04:18.581541729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.194196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:18.581549789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.194207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:18.581557519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.194214Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:18.581565129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.194221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:18.581572899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.194228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:18.581580368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.194238Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:18.581589188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.194272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 59079:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:18.581598688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.581608858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.581615728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:18.581622418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:18.581629358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":". 86115 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:18.581637398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.581643918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.581652408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.194316Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:18.581663478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.194365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:04:18.581674378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.194436Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:04:18.581689927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.194689Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:18.581701937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.194743Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.581712907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.194779Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:04:18.581723857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.194804Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:04:18.581734547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.194998Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:04:18.581745387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.196450Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:04:18.581756057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.196530Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.581766227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.197355Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.581776707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.197380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.581795587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.197546Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:04:18.581806896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.197566Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:18.581817266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.197644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:04:18.581828076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.198227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!oKM9ZTogd7aIo2KxAw:hs1/$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1375\"}\n"} -{"Time":"2024-04-23T18:04:18.581845996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.198255Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!oKM9ZTogd7aIo2KxAw:hs1/$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk Some(Object({\"event\": Object({\"auth_events\": Array([String(\"$J24R5arEQGp_ZLN3Cfokj3R0XTL0NRN2HoJ30qSUSF0\"), String(\"$Zps8U0Q-qXp6T63SO7ppLjCc4OVNEgnl3g5v8j8N0nE\"), String(\"$QmNTahZ-S8bf9KUxrlRdofbz0RlYH6NsETdhRpbQCFM\"), String(\"$glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk\")]), \"content\": Object({\"is_direct\": Bool(true), \"membership\": String(\"invite\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"erhqet/U30ObVwGGrBIJ9x77i20Afq5H4nndkI0UMrc\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909852908, \"prev_events\": Array([String(\"$_PKhsmzScg-0gwv0qIabnowXZ_YJULDKz4dMRaw71L8\")]), \"room_id\": String(\"!oKM9ZTogd7aIo2KxAw:hs1\"), \"sender\": String(\"@user-1:hs1\"), \"signatures\": Object({\"hs1\": Object({"} -{"Time":"2024-04-23T18:04:18.581862676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\"ed25519:47tEZhMl\": String(\"rkk0ffxtrudz0pCpVUkdf0H3hFfKMMOhgxM+USoC7ADHAa8OEAyH/9gSxM57U0i4xnhrDwmsWMqQ04fHMWlPCg\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")}), \"invite_room_state\": Array([Object({\"content\": Object({\"creator\": String(\"@user-1:hs1\"), \"room_version\": String(\"10\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.create\")}), Object({\"content\": Object({\"join_rule\": String(\"invite\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")}), Object({\"content\": Object({\"name\": String(\"Invites room\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.name\")}), Object({\"content\": Object({\"displayname\": String(\"user-1 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"is_direct\": Bool(true), \"membership\": String(\"join\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"@user-1:hs1\"), \"type\": String(\"m.room.member\")}), Object({\"content\": Object({\"is_direct\": Bool(true), \"me"} -{"Time":"2024-04-23T18:04:18.581879366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"mbership\": String(\"invite\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")})]), \"org.matrix.msc4125.via\": Array([String(\"hs1\"), String(\"hs1\")]), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:04:18.581889196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.198522Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:18.581898576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.199996Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m145 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.581910206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.201463Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.581919565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.201756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.581929305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.210650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.581954615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.210903Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21oKM9ZTogd7aIo2KxAw:hs1 {\"host\": \"127.0.0.1:1133\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.581965715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.210930Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21oKM9ZTogd7aIo2KxAw:hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:04:18.581974945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.211320Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !oKM9ZTogd7aIo2KxAw:hs1 over federation.\n"} -{"Time":"2024-04-23T18:04:18.581983975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.211431Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:04:18.581993385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.211546Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:18.582004815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.211771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!oKM9ZTogd7aIo2KxAw:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:04:18.582017815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.211819Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:04:18.582028115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.211839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.582038324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.214760Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.582052094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.214792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.582063254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.214821Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!oKM9ZTogd7aIo2KxAw:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!oKM9ZTogd7aIo2KxAw:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:04:18.582075014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.214839Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:18.582085474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.214866Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_join/!oKM9ZTogd7aIo2KxAw:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:04:18.582099734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.214943Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk\",\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\",\"$J24R5arEQGp_ZLN3Cfokj3R0XTL0NRN2HoJ30qSUSF0\",\"$Zps8U0Q-qXp6T63SO7ppLjCc4OVNEgnl3g5v8j8N0nE\"],\"content\":{\"membership\":\"join\"},\"depth\":9,\"hashes\":{\"sha256\":\"0EQFlRM3HOZ158zV+xAYCLzXpq0phFUVcPtKkivMLuI\"},\"origin\":\"hs1\",\"origin_server_ts\":1713909853213,\"prev_events\":[\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\"],\"room_id\":\"!oKM9ZTogd7aIo2KxAw:hs1\",\"sender\":\"@user-2:hs2\",\"signatures\":{\"hs1\":{\"ed25519:47tEZhMl\":\"w39snz+8R/I1odqvOQTKsKkwAwvY6Q5hCMex/YEr1bDKeUnNEQ9ZNkBepIUMMZEzfl5vgyqHBGbXVVndYj+yAA\"}},\"state_key\":\"@user-2:hs2\",\"type\":\"m.room.member\",\"unsigned\":{\"prev_content\":{\"is_direct\":true,\"membership\":\"invite\"},\"prev_"} -{"Time":"2024-04-23T18:04:18.582113494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"sender\":\"@user-1:hs1\"}}) })\n"} -{"Time":"2024-04-23T18:04:18.582121324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.214963Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:04:18.582134294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.215198Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for send_join in room !oKM9ZTogd7aIo2KxAw:hs1\n"} -{"Time":"2024-04-23T18:04:18.582143813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.215405Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:18.582155043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.215713Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!oKM9ZTogd7aIo2KxAw:hs1/$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:18.582168903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.215761Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:04:18.582179143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.215781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.582190123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.230004Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_join/!oKM9ZTogd7aIo2KxAw:hs1/$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg with https://hs1:8448/_matrix/federation/v2/send_join/!oKM9ZTogd7aIo2KxAw:hs1/$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\n"} -{"Time":"2024-04-23T18:04:18.582201153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.230037Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:18.582211223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.230168Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.582219473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.230187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.582232853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.230222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v2/send_join/!oKM9ZTogd7aIo2KxAw:hs1/$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\n"} -{"Time":"2024-04-23T18:04:18.582242973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.230335Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:04:18.582252193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.230559Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:04:18.582261162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.230665Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:04:18.582270122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.230865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs1\n"} -{"Time":"2024-04-23T18:04:18.582279572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.230966Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs2\n"} -{"Time":"2024-04-23T18:04:18.582288472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.231396Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We had all keys cached locally, not fetching any keys from remote servers\n"} -{"Time":"2024-04-23T18:04:18.582298822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.231420Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:04:18.582307722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.234018Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.582317112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.234376Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.582331542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.234766Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/dQAJ2nYb14BW7IO18g0x6jqu49wHC5fDSSlCrnJREww {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1004\"}\n"} -{"Time":"2024-04-23T18:04:18.582392191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.234813Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/dQAJ2nYb14BW7IO18g0x6jqu49wHC5fDSSlCrnJREww Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909853230, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk\"), String(\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\"), String(\"$J24R5arEQGp_ZLN3Cfokj3R0XTL0NRN2HoJ30qSUSF0\"), String(\"$Zps8U0Q-qXp6T63SO7ppLjCc4OVNEgnl3g5v8j8N0nE\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"zrUZeEYU7ps6UfVRtkiudwgHTNUNhc5zaKkp2GCa2dE\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909853215, \"prev_events\": Array([S"} -{"Time":"2024-04-23T18:04:18.582408091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"tring(\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\")]), \"room_id\": String(\"!oKM9ZTogd7aIo2KxAw:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"qE/DdjwHpo8YNCkcA7g3Jj5wPVz7HB7ArR5kG6HMT3fOzmj35a20XzX6dzj42YUGFmqih8O4OjzsZfEcfSe5DQ\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"IZsLPL3u5TksSaEe6lWOq0koqXir+AchOd3RMAjZq6wZ1ejB9Z2KJOvU4CIi5PpT+dOcICO2m0KfvRPQtJOLAQ\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"is_direct\": Bool(true), \"membership\": String(\"invite\")})})})])}))\n"} -{"Time":"2024-04-23T18:04:18.582420191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.235060Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Could not parse PDU: Server is not in room !oKM9ZTogd7aIo2KxAw:hs1\n"} -{"Time":"2024-04-23T18:04:18.582429671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.235088Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m156.628µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"dQAJ2nYb14BW7IO18g0x6jqu49wHC5fDSSlCrnJREww\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:04:18.582444701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.235280Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m347.617µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"dQAJ2nYb14BW7IO18g0x6jqu49wHC5fDSSlCrnJREww\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:04:18.582456121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.235375Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.582466111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.235453Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:04:18.582475251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.236744Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:04:18.582484541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.236782Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.58249478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.236958Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.58250776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.237123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.58251588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.237137Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:04:18.58252441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.240776Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:04:18.58253311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.241307Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:04:18.5825419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.241894Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:04:18.5825511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.242027Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m31 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.58256363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.242956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.5825733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.243265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1133\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.58258366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.243290Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.58259389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.246283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-2:hs2 timeout:300s\n"} -{"Time":"2024-04-23T18:04:18.582602479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.246417Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.582611669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.264434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.582624519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.264625Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.582636679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.264847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!LvaQbnCkojh3dm0bnn:hs1/$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1378\"}\n"} -{"Time":"2024-04-23T18:04:18.582710899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.264863Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!LvaQbnCkojh3dm0bnn:hs1/$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA Some(Object({\"event\": Object({\"auth_events\": Array([String(\"$w5oSr438FhFISDeowYdm3SzdvRff-tsNomRiAbC_HGk\"), String(\"$rc-bxutrMfXXAiqXI4hltRkI7rumz8NpWNEkD1FDn2w\"), String(\"$BuzX1jkHNRTjkyvFn2fC0Wi6UuHSm_r_mS8ANM59YAw\"), String(\"$Yeh52cEbTJFwZ41LUf0APMOAIg3ybizlEDmz3fOQdZc\")]), \"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"u5ft530d6FJP2bmPiszEKAmG/9DGjhmvkZ9l37xRHl8\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909853262, \"prev_events\": Array([String(\"$OrRjVgf5gS2bGGbrf1pN17nNgNBdKGK5RDR6SYQXpvU\")]), \"room_id\": String(\"!LvaQbnCkojh3dm0bnn:hs1\"), \"sender\": String(\"@user-1:hs1\"), \"signatures\": Object({\"hs1\": Object("} -{"Time":"2024-04-23T18:04:18.582725888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"{\"ed25519:47tEZhMl\": String(\"WWy2o+s7P1sxbtkq2/GL147Z4H5Qx50xjBPIf37IyaUzOVWC7DtjV15x1RuCsrf7fcPOaa0hYA7y6u9n7rCjAw\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")}), \"invite_room_state\": Array([Object({\"content\": Object({\"creator\": String(\"@user-1:hs1\"), \"room_version\": String(\"10\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.create\")}), Object({\"content\": Object({\"join_rule\": String(\"invite\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")}), Object({\"content\": Object({\"name\": String(\"Invites room\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.name\")}), Object({\"content\": Object({\"displayname\": String(\"user-1 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"is_direct\": Bool(false), \"membership\": String(\"join\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"@user-1:hs1\"), \"type\": String(\"m.room.member\")}), Object({\"content\": Object({\"is_direct\": Bool(false), "} -{"Time":"2024-04-23T18:04:18.582740778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\"membership\": String(\"invite\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")})]), \"org.matrix.msc4125.via\": Array([String(\"hs1\"), String(\"hs1\")]), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:04:18.582750308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.264978Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:18.582759778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.266138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.582773788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.280426Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.582783698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.280578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1133\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.582793768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.280603Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.582802928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.280894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.582812238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.281268Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.582821928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.281538Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.582831747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.281779Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.582841207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.281892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=118\u0026timeout=1000 {\"host\": \"127.0.0.1:1133\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.582854957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.281915Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=118\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.582865307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.281922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!b1MTOzyqdm3ZUPi0FR:hs1/$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1283\"}\n"} -{"Time":"2024-04-23T18:04:18.582876117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.281995Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-2:hs2\n"} -{"Time":"2024-04-23T18:04:18.582891907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.281985Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!b1MTOzyqdm3ZUPi0FR:hs1/$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s Some(Object({\"event\": Object({\"auth_events\": Array([String(\"$9sr5UT0xfPy2bomiJOTNZcs4ROS9pWZxIvSRW81sQ50\"), String(\"$4JTlOOdmbZ1_EINLdbis94t9urrRuhSfMznkFz4Q_HQ\"), String(\"$wGCzU1dHVbhlFJVNECpeSScMaHo3E3zHm0lxiHgwdBQ\"), String(\"$EtC568jxrVD5EUOZp-jpcCM2S4C6zls_stywi2j-4pg\")]), \"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"depth\": 7, \"hashes\": Object({\"sha256\": String(\"BdfbM/Ers+/sU7nSh58GdrdDXlwpTjlGkrQvPGuMTqI\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909853278, \"prev_events\": Array([String(\"$k-z32xSMr3hdnbJNBX8J6Ll5hFpabJmvAxsmRLDI88Q\")]), \"room_id\": String(\"!b1MTOzyqdm3ZUPi0FR:hs1\"), \"sender\": String(\"@user-1:hs1\"), \"signatures\": Object({\"hs1\": Object("} -{"Time":"2024-04-23T18:04:18.582911477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"{\"ed25519:47tEZhMl\": String(\"ciZ3KE/gx5CNIpQFPRjBlvXaPLVJ+KbQ6Hz5HW9SvWS1IjfR+AZvJGlmVBdxGDTXUunjiG7nHFjDQBuLWn6sBg\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")}), \"invite_room_state\": Array([Object({\"content\": Object({\"creator\": String(\"@user-1:hs1\"), \"room_version\": String(\"10\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.create\")}), Object({\"content\": Object({\"join_rule\": String(\"invite\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")}), Object({\"content\": Object({\"displayname\": String(\"user-1 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"is_direct\": Bool(false), \"membership\": String(\"join\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"@user-1:hs1\"), \"type\": String(\"m.room.member\")}), Object({\"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")})]), \"org.matrix."} -{"Time":"2024-04-23T18:04:18.582925547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"msc4125.via\": Array([String(\"hs1\"), String(\"hs1\")]), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:04:18.582953886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.282212Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:18.582964176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.282637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.582973586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283189Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.582983506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283294Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.582993666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.583006586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.583017106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283665Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!UsTjWIASFlAIsI7dPZ:hs1/$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1283\"}\n"} -{"Time":"2024-04-23T18:04:18.583033836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283693Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!UsTjWIASFlAIsI7dPZ:hs1/$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o Some(Object({\"event\": Object({\"auth_events\": Array([String(\"$4JTlOOdmbZ1_EINLdbis94t9urrRuhSfMznkFz4Q_HQ\"), String(\"$9sr5UT0xfPy2bomiJOTNZcs4ROS9pWZxIvSRW81sQ50\"), String(\"$wGCzU1dHVbhlFJVNECpeSScMaHo3E3zHm0lxiHgwdBQ\"), String(\"$EtC568jxrVD5EUOZp-jpcCM2S4C6zls_stywi2j-4pg\")]), \"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"depth\": 7, \"hashes\": Object({\"sha256\": String(\"Ug0XtM0q+/Z48LE7tv+ME0TheAgdPQ1JLUq0w52XW+Q\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909853278, \"prev_events\": Array([String(\"$ZWLtquwwKjjkqQc-RWTyyRRzzMh9XhVC73gVNBl_XOE\")]), \"room_id\": String(\"!UsTjWIASFlAIsI7dPZ:hs1\"), \"sender\": String(\"@user-1:hs1\"), \"signatures\": Object({\"hs1\": Object("} -{"Time":"2024-04-23T18:04:18.583048076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"{\"ed25519:47tEZhMl\": String(\"WpmOi1IjlYYi3LbXFH3WCj740+gL9lNZX9lg/Byd8IA+gaHhUoOyy2pbnWy5wLFyznrIhC2/ksbxXmkNpBY5Bg\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")}), \"invite_room_state\": Array([Object({\"content\": Object({\"creator\": String(\"@user-1:hs1\"), \"room_version\": String(\"10\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.create\")}), Object({\"content\": Object({\"join_rule\": String(\"invite\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")}), Object({\"content\": Object({\"displayname\": String(\"user-1 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"is_direct\": Bool(false), \"membership\": String(\"join\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"@user-1:hs1\"), \"type\": String(\"m.room.member\")}), Object({\"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")})]), \"org.matrix."} -{"Time":"2024-04-23T18:04:18.583061815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"msc4125.via\": Array([String(\"hs1\"), String(\"hs1\")]), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:04:18.583070125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.583083285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283845Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1133\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.583093345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283869Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.583102595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283879Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:18.583113765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283910Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-2:hs2\n"} -{"Time":"2024-04-23T18:04:18.583123695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.284149Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.583134245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.284600Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!XiAC5q5ShhsgNxhSiu:hs1/$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8 {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1283\"}\n"} -{"Time":"2024-04-23T18:04:18.583154575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.284637Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!XiAC5q5ShhsgNxhSiu:hs1/$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8 Some(Object({\"event\": Object({\"auth_events\": Array([String(\"$MXBLLWroHz-D-nnmMq_4enGqNRXtUkkVtxDNSV6XDcI\"), String(\"$4aNx5eiXyAyZydfbs5oTSg36McrqWUX5GSdhoREWr4I\"), String(\"$OnUsORawk9Wyu-BJZ9TIhVNX4SsLkIaNTdN4pIdpm_4\"), String(\"$LRO3wD8AXg8oW-Jo31k5UxB_wlqqIwcqRmeOI1Oz9po\")]), \"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"depth\": 7, \"hashes\": Object({\"sha256\": String(\"2oFgNa2lzGNKqzprg5j8lJ94dc3qzO0HEOHJqODFqLM\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909853279, \"prev_events\": Array([String(\"$RsYJp2EWKSRq0934t2hEG-tdro9AOg5g1jRGjNXkLY0\")]), \"room_id\": String(\"!XiAC5q5ShhsgNxhSiu:hs1\"), \"sender\": String(\"@user-1:hs1\"), \"signatures\": Object({\"hs1\": Object("} -{"Time":"2024-04-23T18:04:18.583169834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"{\"ed25519:47tEZhMl\": String(\"1JfpqWhJdT0xV+D6FBaTGHa+4aW5fi6bQGXmxe8dRQp51+8n1xWyXOiLTk9Z5LSuuedA8dxWN9ykpHoGBvw3Cw\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")}), \"invite_room_state\": Array([Object({\"content\": Object({\"creator\": String(\"@user-1:hs1\"), \"room_version\": String(\"10\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.create\")}), Object({\"content\": Object({\"join_rule\": String(\"invite\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")}), Object({\"content\": Object({\"displayname\": String(\"user-1 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"is_direct\": Bool(false), \"membership\": String(\"join\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"@user-1:hs1\"), \"type\": String(\"m.room.member\")}), Object({\"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")})]), \"org.matrix."} -{"Time":"2024-04-23T18:04:18.583183614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"msc4125.via\": Array([String(\"hs1\"), String(\"hs1\")]), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:04:18.583191834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.284865Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:18.583205164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.284880Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.583214814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.286234Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.583224094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.288432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.583233174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.289884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.583242544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.290042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1133\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.583252844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.290067Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.583262134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.290365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.583271484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.290867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.583281233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.291112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21b1MTOzyqdm3ZUPi0FR:hs1/leave {\"host\": \"127.0.0.1:1133\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.583291943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.291139Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21b1MTOzyqdm3ZUPi0FR:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:04:18.583302783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.291429Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m servers in remote_leave_room: {\"hs1\"}\n"} -{"Time":"2024-04-23T18:04:18.583316713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.291521Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:18.583328143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.291788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_leave/!b1MTOzyqdm3ZUPi0FR:hs1/@user-2:hs2\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:18.583340073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.291839Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:04:18.583350163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.291859Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.583363833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.293781Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.583374063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.293810Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.583385113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.293951Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_leave/!b1MTOzyqdm3ZUPi0FR:hs1/@user-2:hs2 with https://hs1:8448/_matrix/federation/v1/make_leave/!b1MTOzyqdm3ZUPi0FR:hs1/@user-2:hs2\n"} -{"Time":"2024-04-23T18:04:18.583395672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.293979Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:18.583412882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.294008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs1:8448/_matrix/federation/v1/make_leave/!b1MTOzyqdm3ZUPi0FR:hs1/@user-2:hs2\n"} -{"Time":"2024-04-23T18:04:18.583423472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.294074Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Failed to leave room @user-2:hs2 remotely: hs1\n"} -{"Time":"2024-04-23T18:04:18.583436572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.294833Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.583445912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.336168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.583455212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.336317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1133\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.583465162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.336344Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.583474252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.336642Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.583483442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.337345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.583493032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.337488Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1133\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.583502662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.337512Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.583511651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.337789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.583524791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.338137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.583534611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.338268Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21XiAC5q5ShhsgNxhSiu:hs1/leave {\"host\": \"127.0.0.1:1133\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.583545751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.338297Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21XiAC5q5ShhsgNxhSiu:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:04:18.583555051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.338577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m servers in remote_leave_room: {\"hs1\"}\n"} -{"Time":"2024-04-23T18:04:18.583564671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.338642Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:18.583575281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.338835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_leave/!XiAC5q5ShhsgNxhSiu:hs1/@user-2:hs2\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:18.583586971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.338883Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:04:18.583597231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.338905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.583607731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.343846Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.583618091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.343894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.58363272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.343950Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_leave/!XiAC5q5ShhsgNxhSiu:hs1/@user-2:hs2 with https://hs1:8448/_matrix/federation/v1/make_leave/!XiAC5q5ShhsgNxhSiu:hs1/@user-2:hs2\n"} -{"Time":"2024-04-23T18:04:18.58364369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.343984Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:18.583654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.344028Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_leave/!XiAC5q5ShhsgNxhSiu:hs1/@user-2:hs2\n"} -{"Time":"2024-04-23T18:04:18.58366577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.344785Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:18.58367686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.345209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_leave/!XiAC5q5ShhsgNxhSiu:hs1/$IRdJ3k6zKWGf-_OfHF6uGwN7mIF2qlzLNZ30xx2WnVs\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:18.58368945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.345281Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:04:18.58370325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.345311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.58371401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.346507Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.58372398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.346696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21UsTjWIASFlAIsI7dPZ:hs1/leave {\"host\": \"127.0.0.1:1133\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.58373448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.346731Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21UsTjWIASFlAIsI7dPZ:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:04:18.583743829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.347058Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m servers in remote_leave_room: {\"hs1\"}\n"} -{"Time":"2024-04-23T18:04:18.583753129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.347131Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:18.583768109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.347371Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_leave/!UsTjWIASFlAIsI7dPZ:hs1/@user-2:hs2\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:18.583779889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.347435Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.583790329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.347477Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:04:18.583800749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.347516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:04:18.583810459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.347780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:04:18.583820809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.348689Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:04:18.583830789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.348773Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.583840959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.349052Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.583855088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.349094Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.583866368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.349125Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_leave/!XiAC5q5ShhsgNxhSiu:hs1/$IRdJ3k6zKWGf-_OfHF6uGwN7mIF2qlzLNZ30xx2WnVs with https://hs1:8448/_matrix/federation/v2/send_leave/!XiAC5q5ShhsgNxhSiu:hs1/$IRdJ3k6zKWGf-_OfHF6uGwN7mIF2qlzLNZ30xx2WnVs\n"} -{"Time":"2024-04-23T18:04:18.583877568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.349142Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:18.583888118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.349171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for PUT https://hs1:8448/_matrix/federation/v2/send_leave/!XiAC5q5ShhsgNxhSiu:hs1/$IRdJ3k6zKWGf-_OfHF6uGwN7mIF2qlzLNZ30xx2WnVs\n"} -{"Time":"2024-04-23T18:04:18.583901268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.349271Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Failed to leave room @user-2:hs2 remotely: hs1\n"} -{"Time":"2024-04-23T18:04:18.583910608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.350409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.583920278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.350567Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:18.583930778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.350603Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m max idle per host for (\"https\", hs1:8448), dropping connection\n"} -{"Time":"2024-04-23T18:04:18.583957408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.350636Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_leave/!UsTjWIASFlAIsI7dPZ:hs1/@user-2:hs2 with https://hs1:8448/_matrix/federation/v1/make_leave/!UsTjWIASFlAIsI7dPZ:hs1/@user-2:hs2\n"} -{"Time":"2024-04-23T18:04:18.583967667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.350659Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:18.583977747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.350693Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs1:8448/_matrix/federation/v1/make_leave/!UsTjWIASFlAIsI7dPZ:hs1/@user-2:hs2\n"} -{"Time":"2024-04-23T18:04:18.583990447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.350773Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Failed to leave room @user-2:hs2 remotely: hs1\n"} -{"Time":"2024-04-23T18:04:18.583999797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.351740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.584013227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.352711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.584023047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.352858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 {\"host\": \"127.0.0.1:1133\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.584033497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.352883Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=120\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.584042527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.352973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-2:hs2\n"} -{"Time":"2024-04-23T18:04:18.584051687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.354437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.584113416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"2024/04/23 18:04:18 ============== f610da846faf001c23feeb1a2084e4c9d9573f385b783b6ac7b1694b5636a647 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:04:18.584121906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.584128946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.780234224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"2024/04/23 18:04:18 ============================================\n"} -{"Time":"2024-04-23T18:04:18.780260134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.780266174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.780274304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"2024/04/23 18:04:18 af18a206ce64e679b95e5bfc3a6498500e93e2a68da732d65107895598368aee : Server logs:\n"} -{"Time":"2024-04-23T18:04:18.780397182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:04:18.780405892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:04:18.780409502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:04:18.780414072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:04:18.780418322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:04:18.780433132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"+ echo 'IP.1 = 172.28.0.2'\n"} -{"Time":"2024-04-23T18:04:18.780436462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:04:18.780449382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:04:18.780457082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:04:18.780462992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:04:18.780469972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.350076Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:04:18.780478212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.350204Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:04:18.780483222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.350602Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:04:18.780499662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.350610Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:04:18.780503562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.350615Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:04:18.780511471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.350622Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:04:18.780516541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.351407Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:04:18.780529321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.780532551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:04:18.780549401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.351495Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:04:18.780555581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.354126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:04:18.780560311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.355646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:04:18.780564671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.356266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:04:18.780586721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.357284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:04:18.780590811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.755320Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 399.667622ms\n"} -{"Time":"2024-04-23T18:04:18.780594981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757324Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:04:18.780609171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757390Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:18.780613581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757404Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:18.780617901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757413Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:04:18.78063735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757422Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:04:18.78064365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757429Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:04:18.78064665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757437Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:04:18.78065109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757444Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:04:18.7806553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757451Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:04:18.78065937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757458Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:04:18.78066336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757466Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:04:18.78067883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757474Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:04:18.78068322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757481Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:04:18.78068873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757488Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:04:18.78069409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757506Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:04:18.78069931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757517Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:04:18.78071706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757525Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:04:18.78072093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757535Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:04:18.78072605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757546Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:04:18.78073137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.757554Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:04:18.78073626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.759213Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:04:18.780754839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.761966Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:04:18.780759009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.778657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:04:18.780765929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.778669Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:04:18.780771819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.779221Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:04:18.780785439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.779360Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:04:18.780791609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.784889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.780797609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.785599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.780807869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.785731Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:04:18.780838349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.786073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.780843879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.786974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.780850029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.787332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.780859748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.787351Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:04:18.780866578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.828712Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:04:18.780872488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.830369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.780887688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.830557Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.780899098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.830676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.780912218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.833345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.780950668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.833364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.780964797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.833386Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.780980027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.834793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:04:18.780993377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.834821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.781004847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.834831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:04:18.781015277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.834854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:04:18.781035027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.834913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:04:18.781047577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.834926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:04:18.781059447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.834959Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:04:18.781070297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.834967Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.781086396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.836422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:04:18.781101446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:18.781117766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.836450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:04:18.781131976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:18.781152966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.836458Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:04:18.781165866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.781176686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.837710Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:04:18.781187626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.837786Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m50 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.781198185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.838461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:18.781210095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.838520Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:18.781229825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.838536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.781240085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.892047Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.781253565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.892543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"89\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.781264655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.892577Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"invite\": Array([String(\"@user-2:hs2\")]), \"is_direct\": Bool(true), \"name\": String(\"Invites room\"), \"preset\": String(\"private_chat\")}))\n"} -{"Time":"2024-04-23T18:04:18.781275665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.893311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:04:18.781288815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.893343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:04:18.781300935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.893378Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:04:18.781312484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.895298Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":true,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.781326064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.895336Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":true,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.781338224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.895408Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":true,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.781351814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.897757Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:04:18.781366464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.897808Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.781376654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.897828Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:04:18.781385924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.897854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:04:18.781398194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.897870Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:04:18.781415404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.897885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.781428173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.899769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:04:18.781439793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.899831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.781452643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.899849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.781464603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.901771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:04:18.781478033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.901831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:04:18.781490013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.901849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.781502473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.903790Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:04:18.781514043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.903850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.781525573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.903868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.781538182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.905823Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Invites room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:04:18.781551932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.905883Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Invites room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.781563182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.905900Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Invites room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.781573802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.908054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.781582532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.908088Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.781590912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.908161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.781600102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.910097Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:18.781616272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.910422Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:04:18.781626162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.910447Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:04:18.781637322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.910596Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:04:18.781648071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.910645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.781659391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.910686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:18.781670001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.910741Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.781679441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.910825Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 46034:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:18.781686511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.781693051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:04:18.781699611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.781707371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.910982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:18.781717611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.911045Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:18.781727941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.911640Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:04:18.781738841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.911677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 46034\n"} -{"Time":"2024-04-23T18:04:18.781748871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.911721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 46034:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:04:18.781759141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.78176551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:04:18.78177932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:04:18.78178603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"hs2. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:04:18.78179261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:04:18.7817989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.78180554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.78181331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.911754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 46034:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:04:18.78182193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.78182839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:04:18.78183454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:04:18.78184056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"hs2. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:04:18.78184701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:04:18.78185357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.78185985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.78186755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.912157Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:04:18.781879129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.912192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:443\n"} -{"Time":"2024-04-23T18:04:18.781889549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.912412Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:04:18.781902459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.912457Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:04:18.781917059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.912483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:04:18.781957149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.912520Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:04:18.781968689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.912581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:04:18.781979839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.912617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:04:18.781990228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.912639Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.782008298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.912663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:18.782018918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.912681Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.782029128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.912731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 21420:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:18.782036218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.782042528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.782049248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.782056888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.912781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:18.782068058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.912822Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:18.782077998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.914086Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:18.782087728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.914100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 21420\n"} -{"Time":"2024-04-23T18:04:18.782097468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.914118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 21420:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:18.782106307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.782114127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.782120867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:18.782127267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:18.782133857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":". 86116 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:18.782140647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.782147017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.782154877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.914135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:18.782165567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.914148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:18.782176157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.914255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:18.782186557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.914284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.782195787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.914345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m19999\n"} -{"Time":"2024-04-23T18:04:18.782203487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.914359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 19999:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:18.782210817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.782217216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.782223576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.782236546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.914380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:18.782244076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.916670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:18.782251466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.916683Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:04:18.782259296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.916692Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:18.782266966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.916704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:18.782275626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.916713Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:18.782282996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.916720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:18.782290546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.916728Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:18.782297796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.916741Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:18.782306836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.916777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 19999:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:18.782315236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.782321536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.782327836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:18.782334465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:18.782341285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":". 86116 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:18.782349075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.782355475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.782363205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.916831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:04:18.782373225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.916852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.782383875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.916873Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:18.782395165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.916891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.782404805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.916954Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 43572:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:18.782411855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.782418245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.782424545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.782431945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.917009Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:18.782442544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.917056Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:18.782453214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.918106Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:18.782463574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.918131Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 43572\n"} -{"Time":"2024-04-23T18:04:18.782473534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.918163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 43572:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:18.782481814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.782488024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.782494594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:18.782507374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:18.782514424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":". 86116 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:18.782521164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.782527164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.782535244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.918191Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:18.782546434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.918214Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:18.782556573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.918231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.782565823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.918274Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:18.782573663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.918293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m30016\n"} -{"Time":"2024-04-23T18:04:18.782581643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.918304Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 30016:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:18.782588563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.782594993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.782601413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.782608283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.918323Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:18.782615723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.961205Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:18.782623083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.961218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:04:18.782630403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.961225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:18.782638213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.961236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:18.782645593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.961244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:18.782653093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.961252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:18.782660213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.961260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:18.782667493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.961270Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:18.782675792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.961307Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 30016:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:18.782684462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.782690592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.782715152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:18.782721902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:18.782728652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":". 86116 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:18.782735652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.782742112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.782749932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.961357Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:18.782759972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.961393Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:04:18.782769772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.961423Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:04:18.782780042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.961443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.782790831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.961467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:18.782801421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.961484Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.782810991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.961535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 62151:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:18.782818161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.782824711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.782831251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.782846521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.961587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:18.782856861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.961635Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:18.782867001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.962694Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:18.782876681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.962721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 62151\n"} -{"Time":"2024-04-23T18:04:18.782883981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.962756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 62151:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:18.782890051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.782893141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.782896411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:18.78289971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:18.78290315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":". 86116 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:18.78290663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.78290991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.78291409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.962789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:18.78292025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.962815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:18.78292597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.962834Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.7829308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.962880Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:18.78294075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.962900Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m23927\n"} -{"Time":"2024-04-23T18:04:18.7829451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.962911Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 23927:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:18.78294897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.78295315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.78295665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.78296014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:12.962926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:18.78296395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.006310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:18.78296784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.006323Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:04:18.7829717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.006331Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:18.78297558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.006342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:18.78297956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.006349Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:18.78298344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.006355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:18.78298725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.006362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:18.78299101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.006372Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:18.78299524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.006402Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 23927:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:18.78299982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.78300321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.78300665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:18.78301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:18.783013399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":". 86115 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:18.783016799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.783020139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.783023999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.006449Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:04:18.783029219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.006469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.783035269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.006493Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:18.783040909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.006511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.783045989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.006555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 19732:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:18.783049899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.783053319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.783056659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.783060499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.006608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:18.783065679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.006656Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:18.783070699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.007801Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:18.783078369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.007822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 19732\n"} -{"Time":"2024-04-23T18:04:18.783083629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.007853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 19732:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:18.783088229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.783091589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.783094989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:18.783098549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:18.783101259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":". 86115 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:18.783104129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.783106569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.783110419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.007879Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:18.783116349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.007900Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:18.783121779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.007917Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:18.783126018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.007967Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:18.783128968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.007976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m33920\n"} -{"Time":"2024-04-23T18:04:18.783132048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.007982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 33920:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:18.783134978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.783137418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.783139858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.783144578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.007991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:18.783147578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.050856Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:18.783151188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.050862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:04:18.783155098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.050866Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:18.783160258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.050871Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:18.783163248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.050874Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:18.783166268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.050877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:18.783170098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.050880Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:18.783173878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.050885Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:18.783177988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.050902Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 33920:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:18.783184688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; query\n"} -{"Time":"2024-04-23T18:04:18.783188108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:18.783191448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:18.783194808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:18.783199618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":". 86115 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:18.783202298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:18.783204778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.783209298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.050924Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:18.783213968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.050961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:04:18.783218348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.051001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:04:18.783225918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.051271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v2/invite/!oKM9ZTogd7aIo2KxAw:hs1/$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:18.783231328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.051301Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.783238217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.051316Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:04:18.783242187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.051327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:04:18.783247387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.051415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:04:18.783254037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.053608Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:04:18.783264217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.053687Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.783270787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.196827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.783274357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.197138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.783280167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.200229Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.783289337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.200247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.783296367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.200366Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v2/invite/!oKM9ZTogd7aIo2KxAw:hs1/$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk with https://hs2:8448/_matrix/federation/v2/invite/!oKM9ZTogd7aIo2KxAw:hs1/$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\n"} -{"Time":"2024-04-23T18:04:18.783302187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.200377Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:18.783308427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.200397Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v2/invite/!oKM9ZTogd7aIo2KxAw:hs1/$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\n"} -{"Time":"2024-04-23T18:04:18.783314187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.200579Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2, hs1\n"} -{"Time":"2024-04-23T18:04:18.783318237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.200796Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs2 keys\n"} -{"Time":"2024-04-23T18:04:18.783324807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.200811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:04:18.783329267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.200904Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:18.783341617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.201064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:18.783347757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.201108Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:04:18.783352336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.201128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.783359106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.201212Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.783365276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.201996Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.783390786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.202021Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.783395716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.202140Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/key/v2/server with https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:04:18.783401866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.202158Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:18.783407096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.202239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:04:18.783412436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.202659Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:18.783419216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:04:18.783428996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203126Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $J24R5arEQGp_ZLN3Cfokj3R0XTL0NRN2HoJ30qSUSF0 in db\n"} -{"Time":"2024-04-23T18:04:18.783435316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203147Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Zps8U0Q-qXp6T63SO7ppLjCc4OVNEgnl3g5v8j8N0nE in db\n"} -{"Time":"2024-04-23T18:04:18.783454606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203166Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $QmNTahZ-S8bf9KUxrlRdofbz0RlYH6NsETdhRpbQCFM in db\n"} -{"Time":"2024-04-23T18:04:18.783459346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203186Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk in db\n"} -{"Time":"2024-04-23T18:04:18.783469505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203202Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:04:18.783475825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203210Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $J24R5arEQGp_ZLN3Cfokj3R0XTL0NRN2HoJ30qSUSF0 in db\n"} -{"Time":"2024-04-23T18:04:18.783480705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203218Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Zps8U0Q-qXp6T63SO7ppLjCc4OVNEgnl3g5v8j8N0nE in db\n"} -{"Time":"2024-04-23T18:04:18.783489635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203224Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $QmNTahZ-S8bf9KUxrlRdofbz0RlYH6NsETdhRpbQCFM in db\n"} -{"Time":"2024-04-23T18:04:18.783495975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203230Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk in db\n"} -{"Time":"2024-04-23T18:04:18.783502365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:04:18.783509755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.783516205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203390Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.783527385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203429Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.783532975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203501Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:04:18.783543505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203593Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:04:18.783550445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203687Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $_PKhsmzScg-0gwv0qIabnowXZ_YJULDKz4dMRaw71L8 in db\n"} -{"Time":"2024-04-23T18:04:18.783557165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203701Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:04:18.783580054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203708Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $_PKhsmzScg-0gwv0qIabnowXZ_YJULDKz4dMRaw71L8 in db\n"} -{"Time":"2024-04-23T18:04:18.783584954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203813Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:04:18.783591164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203842Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$_PKhsmzScg-0gwv0qIabnowXZ_YJULDKz4dMRaw71L8\"]\n"} -{"Time":"2024-04-23T18:04:18.783597974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203925Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:04:18.783603664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.203946Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:04:18.783613264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.204009Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:04:18.783619384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.204051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:04:18.783624264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.204099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.783634074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.204158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.783640744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.204282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.783650464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.204294Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:04:18.783657124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.204425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:04:18.783674784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.204437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.783679604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.204449Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.783684944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.204539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.783691904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.204553Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:04:18.783698923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.204561Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:04:18.783702953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.204594Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:04:18.783709543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.204604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:04:18.783715913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.204630Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:04:18.783725233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.204793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:04:18.783733053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.204896Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m48.569µs\n"} -{"Time":"2024-04-23T18:04:18.783740563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.205030Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Zps8U0Q-qXp6T63SO7ppLjCc4OVNEgnl3g5v8j8N0nE\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m182.778µs\n"} -{"Time":"2024-04-23T18:04:18.783746603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.205106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m259.568µs\n"} -{"Time":"2024-04-23T18:04:18.783760033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.205229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$QmNTahZ-S8bf9KUxrlRdofbz0RlYH6NsETdhRpbQCFM\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m382.446µs\n"} -{"Time":"2024-04-23T18:04:18.783768473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.205301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m454.226µs\n"} -{"Time":"2024-04-23T18:04:18.783775753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.205434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$J24R5arEQGp_ZLN3Cfokj3R0XTL0NRN2HoJ30qSUSF0\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m587.315µs\n"} -{"Time":"2024-04-23T18:04:18.783783943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.205508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m661.454µs\n"} -{"Time":"2024-04-23T18:04:18.783791973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.205661Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m813.853µs\n"} -{"Time":"2024-04-23T18:04:18.783799883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.205733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m886.882µs\n"} -{"Time":"2024-04-23T18:04:18.783807682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.205884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Z_JV0-P26FWHF3XbvGjcmjZGji3rniq4sZtHcqUvLOk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.036981ms\n"} -{"Time":"2024-04-23T18:04:18.783815562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.205969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.12289ms\n"} -{"Time":"2024-04-23T18:04:18.783822222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.206121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$PWJ2osnEvThRBCe4_H5tDgCkUEyjSkDG4syLGLtv_Fk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.274219ms\n"} -{"Time":"2024-04-23T18:04:18.783828222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.206194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.346998ms\n"} -{"Time":"2024-04-23T18:04:18.783833922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.206343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_PKhsmzScg-0gwv0qIabnowXZ_YJULDKz4dMRaw71L8\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.495667ms\n"} -{"Time":"2024-04-23T18:04:18.783843002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.206416Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.569416ms\n"} -{"Time":"2024-04-23T18:04:18.783850842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.206430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.583836ms\n"} -{"Time":"2024-04-23T18:04:18.783858252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.206468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m14.98µs\n"} -{"Time":"2024-04-23T18:04:18.783865982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.206650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m196.258µs\n"} -{"Time":"2024-04-23T18:04:18.783876452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.206725Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m271.777µs\n"} -{"Time":"2024-04-23T18:04:18.783883902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.206738Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m284.587µs\n"} -{"Time":"2024-04-23T18:04:18.783911322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.206760Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:04:18.783917972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.206885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:04:18.783923401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.206986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:04:18.783928431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:04:18.783953831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207031Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$J24R5arEQGp_ZLN3Cfokj3R0XTL0NRN2HoJ30qSUSF0\", (\"m.room.member\", \"@user-1:hs1\"): \"$QmNTahZ-S8bf9KUxrlRdofbz0RlYH6NsETdhRpbQCFM\", (\"m.room.guest_access\", \"\"): \"$PWJ2osnEvThRBCe4_H5tDgCkUEyjSkDG4syLGLtv_Fk\", (\"m.room.history_visibility\", \"\"): \"$Z_JV0-P26FWHF3XbvGjcmjZGji3rniq4sZtHcqUvLOk\", (\"m.room.create\", \"\"): \"$Zps8U0Q-qXp6T63SO7ppLjCc4OVNEgnl3g5v8j8N0nE\", (\"m.room.name\", \"\"): \"$_PKhsmzScg-0gwv0qIabnowXZ_YJULDKz4dMRaw71L8\", (\"m.room.join_rules\", \"\"): \"$glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk\"}\n"} -{"Time":"2024-04-23T18:04:18.783961331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:04:18.783966811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\"]}\n"} -{"Time":"2024-04-23T18:04:18.783974461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:04:18.783979901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207129Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk\", \"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\"}\n"} -{"Time":"2024-04-23T18:04:18.783985011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:04:18.783990391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk) senders power level\n"} -{"Time":"2024-04-23T18:04:18.783998061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:04:18.784003011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk power level 100\n"} -{"Time":"2024-04-23T18:04:18.784007041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:04:18.784012571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:04:18.784017461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207310Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk\"]\n"} -{"Time":"2024-04-23T18:04:18.784022251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:04:18.784027281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207331Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk\"]\n"} -{"Time":"2024-04-23T18:04:18.784032211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk\"\n"} -{"Time":"2024-04-23T18:04:18.78403782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207427Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:04:18.78404193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.78404576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.78404945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:04:18.78411465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207480Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$Zps8U0Q-qXp6T63SO7ppLjCc4OVNEgnl3g5v8j8N0nE\", (\"m.room.name\", \"\"): \"$_PKhsmzScg-0gwv0qIabnowXZ_YJULDKz4dMRaw71L8\", (\"m.room.guest_access\", \"\"): \"$PWJ2osnEvThRBCe4_H5tDgCkUEyjSkDG4syLGLtv_Fk\", (\"m.room.power_levels\", \"\"): \"$J24R5arEQGp_ZLN3Cfokj3R0XTL0NRN2HoJ30qSUSF0\", (\"m.room.join_rules\", \"\"): \"$glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk\", (\"m.room.history_visibility\", \"\"): \"$Z_JV0-P26FWHF3XbvGjcmjZGji3rniq4sZtHcqUvLOk\", (\"m.room.member\", \"@user-1:hs1\"): \"$QmNTahZ-S8bf9KUxrlRdofbz0RlYH6NsETdhRpbQCFM\"}\n"} -{"Time":"2024-04-23T18:04:18.78412181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:04:18.78412708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207505Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\"]\n"} -{"Time":"2024-04-23T18:04:18.78413371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207513Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$J24R5arEQGp_ZLN3Cfokj3R0XTL0NRN2HoJ30qSUSF0\")\n"} -{"Time":"2024-04-23T18:04:18.78413832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207521Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:04:18.78414465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\n"} -{"Time":"2024-04-23T18:04:18.784151499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $J24R5arEQGp_ZLN3Cfokj3R0XTL0NRN2HoJ30qSUSF0\n"} -{"Time":"2024-04-23T18:04:18.784157149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207633Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\"]\n"} -{"Time":"2024-04-23T18:04:18.784162599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207642Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:04:18.784181019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\"]\n"} -{"Time":"2024-04-23T18:04:18.784185379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207752Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\"\n"} -{"Time":"2024-04-23T18:04:18.784190939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.784196299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207775Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.784201569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207818Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.784222459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207836Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:04:18.784227979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.207894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:04:18.784235649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.208725Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:04:18.784242689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.209923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m5.981207ms\n"} -{"Time":"2024-04-23T18:04:18.784249459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.210033Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:04:18.784254039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.210087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m318 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.784272498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.212174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.784277148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.212613Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.784282848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.212784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!oKM9ZTogd7aIo2KxAw:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:04:18.784289278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.212804Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!oKM9ZTogd7aIo2KxAw:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:04:18.784294888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.213083Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:18.784299808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.213849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.784319438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.213885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.784324658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.213952Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.784328178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.214497Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.784333088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.216028Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.784336728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.216254Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.784341948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.216520Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!oKM9ZTogd7aIo2KxAw:hs1/$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"916\"}\n"} -{"Time":"2024-04-23T18:04:18.784431427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.216542Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!oKM9ZTogd7aIo2KxAw:hs1/$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg Some(Object({\"auth_events\": Array([String(\"$glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk\"), String(\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\"), String(\"$J24R5arEQGp_ZLN3Cfokj3R0XTL0NRN2HoJ30qSUSF0\"), String(\"$Zps8U0Q-qXp6T63SO7ppLjCc4OVNEgnl3g5v8j8N0nE\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"zrUZeEYU7ps6UfVRtkiudwgHTNUNhc5zaKkp2GCa2dE\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909853215, \"prev_events\": Array([String(\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\")]), \"room_id\": String(\"!oKM9ZTogd7aIo2KxAw:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signature"} -{"Time":"2024-04-23T18:04:18.784440597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"s\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"w39snz+8R/I1odqvOQTKsKkwAwvY6Q5hCMex/YEr1bDKeUnNEQ9ZNkBepIUMMZEzfl5vgyqHBGbXVVndYj+yAA\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"IZsLPL3u5TksSaEe6lWOq0koqXir+AchOd3RMAjZq6wZ1ejB9Z2KJOvU4CIi5PpT+dOcICO2m0KfvRPQtJOLAQ\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"is_direct\": Bool(true), \"membership\": String(\"invite\")}), \"prev_sender\": String(\"@user-1:hs1\")})}))\n"} -{"Time":"2024-04-23T18:04:18.784446347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.216717Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:18.784450807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.217034Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:04:18.784457427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.217142Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.784462317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.217224Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.784466177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.217402Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:18.784471947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.217844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:04:18.784476027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.217913Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk in db\n"} -{"Time":"2024-04-23T18:04:18.784480067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.217969Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk in db\n"} -{"Time":"2024-04-23T18:04:18.784484097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218008Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $J24R5arEQGp_ZLN3Cfokj3R0XTL0NRN2HoJ30qSUSF0 in db\n"} -{"Time":"2024-04-23T18:04:18.784489626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218043Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Zps8U0Q-qXp6T63SO7ppLjCc4OVNEgnl3g5v8j8N0nE in db\n"} -{"Time":"2024-04-23T18:04:18.784493646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218060Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:04:18.784497596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218077Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk in db\n"} -{"Time":"2024-04-23T18:04:18.784501546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218092Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk in db\n"} -{"Time":"2024-04-23T18:04:18.784565316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218104Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $J24R5arEQGp_ZLN3Cfokj3R0XTL0NRN2HoJ30qSUSF0 in db\n"} -{"Time":"2024-04-23T18:04:18.784571336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218116Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Zps8U0Q-qXp6T63SO7ppLjCc4OVNEgnl3g5v8j8N0nE in db\n"} -{"Time":"2024-04-23T18:04:18.784575386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:04:18.784580946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.784585376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.784589186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218323Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.784594526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218339Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:04:18.784598466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218488Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:04:18.784603815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218670Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk in db\n"} -{"Time":"2024-04-23T18:04:18.784607985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218695Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:04:18.784614125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218709Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk in db\n"} -{"Time":"2024-04-23T18:04:18.784619635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218741Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:04:18.784623695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\"]\n"} -{"Time":"2024-04-23T18:04:18.784742394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:04:18.784747344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.218907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:04:18.784751304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.219026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:04:18.784757324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.219105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:04:18.784763794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.219121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.784778894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.219225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.784782974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.219336Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.784790304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.219359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:04:18.784795714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.219598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:04:18.784812114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.219619Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.784817674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.219642Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.784823604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.219689Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.784829024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.219710Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:04:18.784846663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.219726Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:04:18.784851083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.219779Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:04:18.784858423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.219798Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:04:18.784864323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.219850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:04:18.784882173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.219875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:04:18.784887233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.220040Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m43.17µs\n"} -{"Time":"2024-04-23T18:04:18.784896743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.220100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m104.259µs\n"} -{"Time":"2024-04-23T18:04:18.784902823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.220392Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m243.638µs\n"} -{"Time":"2024-04-23T18:04:18.784907173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.220761Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m613.324µs\n"} -{"Time":"2024-04-23T18:04:18.784922083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.220914Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m766.863µs\n"} -{"Time":"2024-04-23T18:04:18.784926603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.220972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m824.802µs\n"} -{"Time":"2024-04-23T18:04:18.784943323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:04:18.784951312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:04:18.784958422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221155Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:04:18.784976642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221219Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:04:18.784981892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221233Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.guest_access\", \"\"): \"$PWJ2osnEvThRBCe4_H5tDgCkUEyjSkDG4syLGLtv_Fk\", (\"m.room.power_levels\", \"\"): \"$J24R5arEQGp_ZLN3Cfokj3R0XTL0NRN2HoJ30qSUSF0\", (\"m.room.join_rules\", \"\"): \"$glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk\", (\"m.room.member\", \"@user-1:hs1\"): \"$QmNTahZ-S8bf9KUxrlRdofbz0RlYH6NsETdhRpbQCFM\", (\"m.room.history_visibility\", \"\"): \"$Z_JV0-P26FWHF3XbvGjcmjZGji3rniq4sZtHcqUvLOk\", (\"m.room.name\", \"\"): \"$_PKhsmzScg-0gwv0qIabnowXZ_YJULDKz4dMRaw71L8\", (\"m.room.create\", \"\"): \"$Zps8U0Q-qXp6T63SO7ppLjCc4OVNEgnl3g5v8j8N0nE\"}\n"} -{"Time":"2024-04-23T18:04:18.784989562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:04:18.784995052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\", \"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\"]}\n"} -{"Time":"2024-04-23T18:04:18.785000592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:04:18.785005962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\", \"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\"}\n"} -{"Time":"2024-04-23T18:04:18.785113201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:04:18.785118101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:04:18.785122111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:04:18.785127541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221566Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:04:18.785132051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:04:18.785137341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221594Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:04:18.785141231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:04:18.785145781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221619Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.guest_access\", \"\"): \"$PWJ2osnEvThRBCe4_H5tDgCkUEyjSkDG4syLGLtv_Fk\", (\"m.room.power_levels\", \"\"): \"$J24R5arEQGp_ZLN3Cfokj3R0XTL0NRN2HoJ30qSUSF0\", (\"m.room.join_rules\", \"\"): \"$glxXz9EmWe83sO3qLAc44ctX2FxYlk45_TfUjbDH9gk\", (\"m.room.member\", \"@user-1:hs1\"): \"$QmNTahZ-S8bf9KUxrlRdofbz0RlYH6NsETdhRpbQCFM\", (\"m.room.history_visibility\", \"\"): \"$Z_JV0-P26FWHF3XbvGjcmjZGji3rniq4sZtHcqUvLOk\", (\"m.room.name\", \"\"): \"$_PKhsmzScg-0gwv0qIabnowXZ_YJULDKz4dMRaw71L8\", (\"m.room.create\", \"\"): \"$Zps8U0Q-qXp6T63SO7ppLjCc4OVNEgnl3g5v8j8N0nE\"}\n"} -{"Time":"2024-04-23T18:04:18.785152621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 2\n"} -{"Time":"2024-04-23T18:04:18.785158061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221665Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\", \"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\"]\n"} -{"Time":"2024-04-23T18:04:18.785162491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221684Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$J24R5arEQGp_ZLN3Cfokj3R0XTL0NRN2HoJ30qSUSF0\")\n"} -{"Time":"2024-04-23T18:04:18.785167871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221699Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:04:18.785175521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\n"} -{"Time":"2024-04-23T18:04:18.785181021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221902Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $J24R5arEQGp_ZLN3Cfokj3R0XTL0NRN2HoJ30qSUSF0\n"} -{"Time":"2024-04-23T18:04:18.78518499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.221988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\n"} -{"Time":"2024-04-23T18:04:18.78527673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.222032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $J24R5arEQGp_ZLN3Cfokj3R0XTL0NRN2HoJ30qSUSF0\n"} -{"Time":"2024-04-23T18:04:18.78528209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.222083Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\", \"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\"]\n"} -{"Time":"2024-04-23T18:04:18.78528616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.222101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:04:18.78529258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.222112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\", \"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\"]\n"} -{"Time":"2024-04-23T18:04:18.78529837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.222321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk\"\n"} -{"Time":"2024-04-23T18:04:18.78530245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.222343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $zLneX9TclPnSvqfxdqJG_Csh_DJL8KFWH3QGO5pN_yk (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.785319959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.222365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.785324189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.222413Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.785329659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.222669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\"\n"} -{"Time":"2024-04-23T18:04:18.785345729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.222691Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.785355159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.222712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.785360759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.222754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.785370539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.222787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:04:18.785376679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.222879Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:04:18.785380589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.224513Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:04:18.785388029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.226739Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qYPIskXoswYZtJ-uOTPNKtq_Yd9KM859JGtH6lEsQHg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!oKM9ZTogd7aIo2KxAw:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m7.839691ms\n"} -{"Time":"2024-04-23T18:04:18.785393309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.226905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m31.699µs\n"} -{"Time":"2024-04-23T18:04:18.785402459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.226967Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m95.209µs\n"} -{"Time":"2024-04-23T18:04:18.785407709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.229620Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.785422029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.230577Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:18.785426158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.230980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/dQAJ2nYb14BW7IO18g0x6jqu49wHC5fDSSlCrnJREww\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:18.785443918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.231028Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.785448178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.231067Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:04:18.785453248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.231093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:04:18.785458128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.231281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:04:18.785474628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.233570Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:04:18.785478358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.233637Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.785492188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.235620Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.785496258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.235649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.785504068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.235685Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/dQAJ2nYb14BW7IO18g0x6jqu49wHC5fDSSlCrnJREww with https://hs2:8448/_matrix/federation/v1/send/dQAJ2nYb14BW7IO18g0x6jqu49wHC5fDSSlCrnJREww\n"} -{"Time":"2024-04-23T18:04:18.785514588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.235702Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:18.785519568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.235728Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/dQAJ2nYb14BW7IO18g0x6jqu49wHC5fDSSlCrnJREww\n"} -{"Time":"2024-04-23T18:04:18.785524358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.247145Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.785539958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.247344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"72\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.785544637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.247369Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"invite\": Array([String(\"@user-2:hs2\")]), \"name\": String(\"Invites room\"), \"preset\": String(\"private_chat\")}))\n"} -{"Time":"2024-04-23T18:04:18.785550377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.247858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:04:18.785653677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.247882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:04:18.785659037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.247911Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:04:18.785665846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.249703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.785670766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.249738Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.785676956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.249782Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.785684016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.252086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:04:18.785689136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.252133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.785695696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.252150Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:04:18.785700566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.252177Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:04:18.785781896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.252192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:04:18.785787885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.252206Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.785792645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.254153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:04:18.785799025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.254210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.785806505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.254227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.785812665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.256113Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:04:18.785817315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.256168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:04:18.785823585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.256184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.785829455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.258140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:04:18.785844975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.258194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.785849445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.258210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.785857615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.260121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Invites room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:04:18.785863575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.260176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Invites room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.785969234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.260193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Invites room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.785974734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.262233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.785978804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.262264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.785984114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.262315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.785990184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.263726Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:18.785995004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.264129Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v2/invite/!LvaQbnCkojh3dm0bnn:hs1/$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:18.786013314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.264182Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:04:18.786017234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.264201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.786022373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.264510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.786036983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.264525Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.786040533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.264557Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.786046023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.264655Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.786060763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.264680Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"private_chat\")}))\n"} -{"Time":"2024-04-23T18:04:18.786064653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.264685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"50\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.786070623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.264713Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"invite\": Array([String(\"@user-2:hs2\")]), \"preset\": String(\"private_chat\")}))\n"} -{"Time":"2024-04-23T18:04:18.786084703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.264763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"50\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.786090653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.264791Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"invite\": Array([String(\"@user-2:hs2\")]), \"preset\": String(\"private_chat\")}))\n"} -{"Time":"2024-04-23T18:04:18.786097083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.265130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:04:18.786103173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.265153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:04:18.786109163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.265176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:04:18.786115033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.265242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:04:18.786133092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.265269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:04:18.786137742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.265295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:04:18.786202242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.265369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:04:18.786207352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.265396Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:04:18.786214022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.265428Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:04:18.786218152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.266731Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.786223362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.266771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.786228852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.266803Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v2/invite/!LvaQbnCkojh3dm0bnn:hs1/$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA with https://hs2:8448/_matrix/federation/v2/invite/!LvaQbnCkojh3dm0bnn:hs1/$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\n"} -{"Time":"2024-04-23T18:04:18.786232862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.266824Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:18.786238002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.266855Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v2/invite/!LvaQbnCkojh3dm0bnn:hs1/$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\n"} -{"Time":"2024-04-23T18:04:18.786242982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.267048Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2, hs1\n"} -{"Time":"2024-04-23T18:04:18.786260151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.267130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.786356641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.267163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.78636206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.267163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.78636676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.267200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.78637295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.267201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.78637889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.267231Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.7863843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.267242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.78638927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.267309Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.78639448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.267490Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:18.78640024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.267500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.78640513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.267535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.786485219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.267586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.786490139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:04:18.786494199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268107Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $w5oSr438FhFISDeowYdm3SzdvRff-tsNomRiAbC_HGk in db\n"} -{"Time":"2024-04-23T18:04:18.786499809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268155Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $rc-bxutrMfXXAiqXI4hltRkI7rumz8NpWNEkD1FDn2w in db\n"} -{"Time":"2024-04-23T18:04:18.786505339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268195Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $BuzX1jkHNRTjkyvFn2fC0Wi6UuHSm_r_mS8ANM59YAw in db\n"} -{"Time":"2024-04-23T18:04:18.786520489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268238Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Yeh52cEbTJFwZ41LUf0APMOAIg3ybizlEDmz3fOQdZc in db\n"} -{"Time":"2024-04-23T18:04:18.786524619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268263Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:04:18.786530049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268288Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $w5oSr438FhFISDeowYdm3SzdvRff-tsNomRiAbC_HGk in db\n"} -{"Time":"2024-04-23T18:04:18.786537389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268304Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $rc-bxutrMfXXAiqXI4hltRkI7rumz8NpWNEkD1FDn2w in db\n"} -{"Time":"2024-04-23T18:04:18.786542729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268319Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $BuzX1jkHNRTjkyvFn2fC0Wi6UuHSm_r_mS8ANM59YAw in db\n"} -{"Time":"2024-04-23T18:04:18.786548559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268333Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Yeh52cEbTJFwZ41LUf0APMOAIg3ybizlEDmz3fOQdZc in db\n"} -{"Time":"2024-04-23T18:04:18.786555799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:04:18.786575009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268477Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.786579739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268507Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.786585079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.786590318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268599Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:04:18.786600948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268684Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:04:18.786608258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268896Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $OrRjVgf5gS2bGGbrf1pN17nNgNBdKGK5RDR6SYQXpvU in db\n"} -{"Time":"2024-04-23T18:04:18.786616138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268923Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:04:18.786623628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268956Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $OrRjVgf5gS2bGGbrf1pN17nNgNBdKGK5RDR6SYQXpvU in db\n"} -{"Time":"2024-04-23T18:04:18.786631658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.268990Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:04:18.786638768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$OrRjVgf5gS2bGGbrf1pN17nNgNBdKGK5RDR6SYQXpvU\"]\n"} -{"Time":"2024-04-23T18:04:18.786724107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:04:18.786728867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:04:18.786732927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:04:18.786738367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:04:18.786744237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269396Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.786748167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.786753967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:04:18.786760887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.786765837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:04:18.786772327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269616Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:04:18.786867806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269630Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:04:18.786873256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269642Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.786879166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269641Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.786887196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269666Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:04:18.786893126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:04:18.786898016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269897Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.786904976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269915Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:04:18.786910866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269945Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:04:18.786915206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269951Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:04:18.786920966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.786926725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.269988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:04:18.786993795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.786999575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.787004175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.787010705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:04:18.787015255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270074Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:04:18.787019595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270090Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:04:18.787146804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.787152324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270115Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:04:18.787159313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:04:18.787165853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:04:18.787170293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270171Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:04:18.787176003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.787182003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:04:18.787187803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270249Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:04:18.787204643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270280Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:04:18.787208713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270436Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m43.619µs\n"} -{"Time":"2024-04-23T18:04:18.787214713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270656Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BuzX1jkHNRTjkyvFn2fC0Wi6UuHSm_r_mS8ANM59YAw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m263.217µs\n"} -{"Time":"2024-04-23T18:04:18.787222833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270728Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m336.507µs\n"} -{"Time":"2024-04-23T18:04:18.787229253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270914Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$w5oSr438FhFISDeowYdm3SzdvRff-tsNomRiAbC_HGk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m521.115µs\n"} -{"Time":"2024-04-23T18:04:18.787235323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.270997Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m605.614µs\n"} -{"Time":"2024-04-23T18:04:18.787245273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.271200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Yeh52cEbTJFwZ41LUf0APMOAIg3ybizlEDmz3fOQdZc\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m807.852µs\n"} -{"Time":"2024-04-23T18:04:18.787251773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.271270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m879.262µs\n"} -{"Time":"2024-04-23T18:04:18.787344152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.271535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rc-bxutrMfXXAiqXI4hltRkI7rumz8NpWNEkD1FDn2w\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.142599ms\n"} -{"Time":"2024-04-23T18:04:18.787349102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.271699Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.307118ms\n"} -{"Time":"2024-04-23T18:04:18.787355122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.271762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:04:18.787361032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.271816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.787367292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.271833Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.787371792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.272058Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ph1ZG_oAd7SrtlDZq5M4Ct37nn8s9ItBrFVJbXa524Y\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.665025ms\n"} -{"Time":"2024-04-23T18:04:18.787388831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.272188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.796264ms\n"} -{"Time":"2024-04-23T18:04:18.787393801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.272252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:04:18.787399941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.272310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.787405821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.272328Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.787411711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.272324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:04:18.787417601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.272383Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.787436201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.272403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.787441231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.272556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$VPyZfsLg8DEKSGuPn3CxxpA1YmXbLcEN8ZWFEGfNt-M\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.16367ms\n"} -{"Time":"2024-04-23T18:04:18.78756708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.272644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.25234ms\n"} -{"Time":"2024-04-23T18:04:18.7875729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.272888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$OrRjVgf5gS2bGGbrf1pN17nNgNBdKGK5RDR6SYQXpvU\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.496008ms\n"} -{"Time":"2024-04-23T18:04:18.78757736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.272988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.596747ms\n"} -{"Time":"2024-04-23T18:04:18.78758346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.273015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.623896ms\n"} -{"Time":"2024-04-23T18:04:18.78758767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.273116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m48.91µs\n"} -{"Time":"2024-04-23T18:04:18.78759196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.273411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m344.767µs\n"} -{"Time":"2024-04-23T18:04:18.78759785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.273486Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m420.626µs\n"} -{"Time":"2024-04-23T18:04:18.78760213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.273537Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m471.946µs\n"} -{"Time":"2024-04-23T18:04:18.78760775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.273588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:04:18.787613059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.273725Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:04:18.787629499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.273744Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:04:18.787635049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.273812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:04:18.787654869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.273828Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$BuzX1jkHNRTjkyvFn2fC0Wi6UuHSm_r_mS8ANM59YAw\", (\"m.room.name\", \"\"): \"$OrRjVgf5gS2bGGbrf1pN17nNgNBdKGK5RDR6SYQXpvU\", (\"m.room.member\", \"@user-1:hs1\"): \"$w5oSr438FhFISDeowYdm3SzdvRff-tsNomRiAbC_HGk\", (\"m.room.join_rules\", \"\"): \"$rc-bxutrMfXXAiqXI4hltRkI7rumz8NpWNEkD1FDn2w\", (\"m.room.history_visibility\", \"\"): \"$Ph1ZG_oAd7SrtlDZq5M4Ct37nn8s9ItBrFVJbXa524Y\", (\"m.room.guest_access\", \"\"): \"$VPyZfsLg8DEKSGuPn3CxxpA1YmXbLcEN8ZWFEGfNt-M\", (\"m.room.power_levels\", \"\"): \"$Yeh52cEbTJFwZ41LUf0APMOAIg3ybizlEDmz3fOQdZc\"}\n"} -{"Time":"2024-04-23T18:04:18.787660449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.273858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:04:18.787666409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.273865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:04:18.787672119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.273872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\"]}\n"} -{"Time":"2024-04-23T18:04:18.787679909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.273919Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:04:18.787690379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.273947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.787695929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:04:18.787701429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\", \"$rc-bxutrMfXXAiqXI4hltRkI7rumz8NpWNEkD1FDn2w\"}\n"} -{"Time":"2024-04-23T18:04:18.787710769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:04:18.787716119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($rc-bxutrMfXXAiqXI4hltRkI7rumz8NpWNEkD1FDn2w) senders power level\n"} -{"Time":"2024-04-23T18:04:18.787731058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:04:18.787735478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274278Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $rc-bxutrMfXXAiqXI4hltRkI7rumz8NpWNEkD1FDn2w power level 100\n"} -{"Time":"2024-04-23T18:04:18.787850037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:04:18.787854457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:04:18.787860307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274371Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$rc-bxutrMfXXAiqXI4hltRkI7rumz8NpWNEkD1FDn2w\"]\n"} -{"Time":"2024-04-23T18:04:18.787865797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:04:18.787871347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274406Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$rc-bxutrMfXXAiqXI4hltRkI7rumz8NpWNEkD1FDn2w\"]\n"} -{"Time":"2024-04-23T18:04:18.787877057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274413Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:04:18.787881677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274416Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:04:18.787887517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:04:18.787893517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274473Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:04:18.787897967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274488Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.787903677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.787909217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$rc-bxutrMfXXAiqXI4hltRkI7rumz8NpWNEkD1FDn2w\"\n"} -{"Time":"2024-04-23T18:04:18.787918647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $rc-bxutrMfXXAiqXI4hltRkI7rumz8NpWNEkD1FDn2w (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:04:18.787924257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $rc-bxutrMfXXAiqXI4hltRkI7rumz8NpWNEkD1FDn2w ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.787930147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.787949057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:04:18.787956806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274760Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$BuzX1jkHNRTjkyvFn2fC0Wi6UuHSm_r_mS8ANM59YAw\", (\"m.room.name\", \"\"): \"$OrRjVgf5gS2bGGbrf1pN17nNgNBdKGK5RDR6SYQXpvU\", (\"m.room.member\", \"@user-1:hs1\"): \"$w5oSr438FhFISDeowYdm3SzdvRff-tsNomRiAbC_HGk\", (\"m.room.join_rules\", \"\"): \"$rc-bxutrMfXXAiqXI4hltRkI7rumz8NpWNEkD1FDn2w\", (\"m.room.power_levels\", \"\"): \"$Yeh52cEbTJFwZ41LUf0APMOAIg3ybizlEDmz3fOQdZc\", (\"m.room.history_visibility\", \"\"): \"$Ph1ZG_oAd7SrtlDZq5M4Ct37nn8s9ItBrFVJbXa524Y\", (\"m.room.guest_access\", \"\"): \"$VPyZfsLg8DEKSGuPn3CxxpA1YmXbLcEN8ZWFEGfNt-M\"}\n"} -{"Time":"2024-04-23T18:04:18.787964476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274801Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:04:18.788048276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274816Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\"]\n"} -{"Time":"2024-04-23T18:04:18.788052986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274833Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$Yeh52cEbTJFwZ41LUf0APMOAIg3ybizlEDmz3fOQdZc\")\n"} -{"Time":"2024-04-23T18:04:18.788056936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.274849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:04:18.788062276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.275000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\n"} -{"Time":"2024-04-23T18:04:18.788066225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.275108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $Yeh52cEbTJFwZ41LUf0APMOAIg3ybizlEDmz3fOQdZc\n"} -{"Time":"2024-04-23T18:04:18.788070105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.275171Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\"]\n"} -{"Time":"2024-04-23T18:04:18.788073985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.275191Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:04:18.788140395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.275204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\"]\n"} -{"Time":"2024-04-23T18:04:18.788144945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.275437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\"\n"} -{"Time":"2024-04-23T18:04:18.788150505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.275462Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.788165075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.275485Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.788169515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.275554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.788174875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.275591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:04:18.788178814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.275695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:04:18.788182944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.276004Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:04:18.788189424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.276058Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.788193914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.276075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.788199934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.276604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:04:18.788204434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.276641Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:04:18.788287494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.276662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.788292673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.276679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.788297183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.276698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.788303723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.276716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.788313123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.277200Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:04:18.788316933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.277842Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:04:18.788321643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.277952Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.788326673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.278465Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.788332503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.278780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21XiAC5q5ShhsgNxhSiu:hs1/invite {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.788338103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.278805Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21XiAC5q5ShhsgNxhSiu:hs1/invite Some(Object({\"user_id\": String(\"@user-2:hs2\")}))\n"} -{"Time":"2024-04-23T18:04:18.788341713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.278801Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.788346553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.278822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.788351383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.278836Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.788354643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.278856Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.788368643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.278884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.788372233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.278908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.788377003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.279517Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.788386073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.279538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0rsiohSzQGaQ2XdmGa7RGWGpPIrxLL2NYyI8NHvVDlA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!LvaQbnCkojh3dm0bnn:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m10.375499ms\n"} -{"Time":"2024-04-23T18:04:18.788391953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.279548Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.788395313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.279618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.788482452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.279720Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:04:18.788487202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.279834Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m32 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.788492662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.280176Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:18.788498092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.280254Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:18.788503602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.280571Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v2/invite/!b1MTOzyqdm3ZUPi0FR:hs1/$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:18.788509802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.280619Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:04:18.788527391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.280640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.788533601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.280641Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v2/invite/!UsTjWIASFlAIsI7dPZ:hs1/$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:18.788539511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.280694Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.788545391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.280726Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:04:18.788550791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.280753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:04:18.788556221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.280976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:04:18.788563381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.281054Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:18.788581541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.281382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v2/invite/!XiAC5q5ShhsgNxhSiu:hs1/$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:18.788586731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.281435Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.788592141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.281464Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:04:18.788597511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.281489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:04:18.788601171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.281697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:04:18.788608691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.281981Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:04:18.788613821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.282051Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.788621311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.282927Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:04:18.78873593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283028Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.7887402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283435Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.78874479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.788750979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283501Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v2/invite/!b1MTOzyqdm3ZUPi0FR:hs1/$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s with https://hs2:8448/_matrix/federation/v2/invite/!b1MTOzyqdm3ZUPi0FR:hs1/$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\n"} -{"Time":"2024-04-23T18:04:18.788755029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283524Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:18.788760319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v2/invite/!b1MTOzyqdm3ZUPi0FR:hs1/$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\n"} -{"Time":"2024-04-23T18:04:18.788764049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283713Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2, hs1\n"} -{"Time":"2024-04-23T18:04:18.788767559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.283888Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.788772719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.284006Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.788776439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.284247Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:18.788781789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.284849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:04:18.788787299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.284956Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $9sr5UT0xfPy2bomiJOTNZcs4ROS9pWZxIvSRW81sQ50 in db\n"} -{"Time":"2024-04-23T18:04:18.788793069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.285018Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4JTlOOdmbZ1_EINLdbis94t9urrRuhSfMznkFz4Q_HQ in db\n"} -{"Time":"2024-04-23T18:04:18.788800719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.285070Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $wGCzU1dHVbhlFJVNECpeSScMaHo3E3zHm0lxiHgwdBQ in db\n"} -{"Time":"2024-04-23T18:04:18.788806149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.285124Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $EtC568jxrVD5EUOZp-jpcCM2S4C6zls_stywi2j-4pg in db\n"} -{"Time":"2024-04-23T18:04:18.788810189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.285150Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:04:18.788815849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.285169Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $9sr5UT0xfPy2bomiJOTNZcs4ROS9pWZxIvSRW81sQ50 in db\n"} -{"Time":"2024-04-23T18:04:18.788821349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.285188Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4JTlOOdmbZ1_EINLdbis94t9urrRuhSfMznkFz4Q_HQ in db\n"} -{"Time":"2024-04-23T18:04:18.788906568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.285204Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $wGCzU1dHVbhlFJVNECpeSScMaHo3E3zHm0lxiHgwdBQ in db\n"} -{"Time":"2024-04-23T18:04:18.788911228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.285220Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $EtC568jxrVD5EUOZp-jpcCM2S4C6zls_stywi2j-4pg in db\n"} -{"Time":"2024-04-23T18:04:18.788915938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.285247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:04:18.788922738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.285432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.788927308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.285473Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.788935838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.285544Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.788943818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.285571Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:04:18.788949188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.285763Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:04:18.788954388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.286052Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $k-z32xSMr3hdnbJNBX8J6Ll5hFpabJmvAxsmRLDI88Q in db\n"} -{"Time":"2024-04-23T18:04:18.788959848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.286088Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:04:18.789057487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.286109Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $k-z32xSMr3hdnbJNBX8J6Ll5hFpabJmvAxsmRLDI88Q in db\n"} -{"Time":"2024-04-23T18:04:18.789062307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.286155Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:04:18.789066577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.286216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$k-z32xSMr3hdnbJNBX8J6Ll5hFpabJmvAxsmRLDI88Q\"]\n"} -{"Time":"2024-04-23T18:04:18.789072187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.286364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:04:18.789076177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.286400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:04:18.789081757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.286508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:04:18.789087226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.286590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:04:18.789091666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.286608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.789115876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.286711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.789120446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.286803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.789125916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.286825Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:04:18.789143206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.287082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:04:18.789149186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.287103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.789157146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.287126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.789174596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.287173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.789179296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.287194Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:04:18.789184766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.287208Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:04:18.789190146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.287267Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:04:18.789206915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.287286Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:04:18.789211015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.287330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:04:18.789218495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.287355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:04:18.789224195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.287494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m41.5µs\n"} -{"Time":"2024-04-23T18:04:18.789239485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.287806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EtC568jxrVD5EUOZp-jpcCM2S4C6zls_stywi2j-4pg\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m352.937µs\n"} -{"Time":"2024-04-23T18:04:18.789244075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.287929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m477.046µs\n"} -{"Time":"2024-04-23T18:04:18.789250275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.288138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4JTlOOdmbZ1_EINLdbis94t9urrRuhSfMznkFz4Q_HQ\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m685.444µs\n"} -{"Time":"2024-04-23T18:04:18.789256105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.288274Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m821.393µs\n"} -{"Time":"2024-04-23T18:04:18.789264355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.288565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$1a-zUFm8goLWsVYjMb7bCMrBPQjkU2lZ-VL3dJrT9Cs\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.11196ms\n"} -{"Time":"2024-04-23T18:04:18.789366604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.288701Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.247509ms\n"} -{"Time":"2024-04-23T18:04:18.789371754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.288960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$9sr5UT0xfPy2bomiJOTNZcs4ROS9pWZxIvSRW81sQ50\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.506267ms\n"} -{"Time":"2024-04-23T18:04:18.789376424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.289087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DQKspi14k-UTotKN4VahG4-Q02mcMd06xrnf7vcjC0s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!b1MTOzyqdm3ZUPi0FR:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.634906ms\n"} -{"Time":"2024-04-23T18:04:18.789381894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.289258Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:04:18.789386844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.289363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m24 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.789391674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.289599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.789410194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.289882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/rooms/%21LvaQbnCkojh3dm0bnn:hs1/state/m.room.join_rules/ {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.789415254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.289907Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/rooms/%21LvaQbnCkojh3dm0bnn:hs1/state/m.room.join_rules/ None\n"} -{"Time":"2024-04-23T18:04:18.789420454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.290333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.789427443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.290873Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.789432593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.291011Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/rooms/%21LvaQbnCkojh3dm0bnn:hs1/state/m.room.name/ {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.789437893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.291040Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/rooms/%21LvaQbnCkojh3dm0bnn:hs1/state/m.room.name/ None\n"} -{"Time":"2024-04-23T18:04:18.789456953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.291395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.789460993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.292120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.789469993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.292427Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.789475393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.292594Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_leave/!b1MTOzyqdm3ZUPi0FR:hs1/@user-2:hs2 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:04:18.789480653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.292614Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_leave/!b1MTOzyqdm3ZUPi0FR:hs1/@user-2:hs2 None\n"} -{"Time":"2024-04-23T18:04:18.789489263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.292706Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:18.789494233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.293278Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.789511553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.293310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.789515643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.293354Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m Can't leave if not invited or joined \u001b[3mtarget_user_membership_event_id\u001b[0m\u001b[2m=\u001b[0mNone\n"} -{"Time":"2024-04-23T18:04:18.789522353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.293477Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:04:18.789527213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.293554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:04:18.789546842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.295310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.789551082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.295570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.789559982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.295594Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.789563222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.306179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:04:18.789567922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.306572Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m11 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.789576712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.307201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.789581712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.307325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=305\u0026timeout=1000 {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.789598692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.307349Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=305\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.789602882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.307421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:04:18.789608642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.323068Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.789613962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.323098Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m max idle per host for (\"https\", hs2:8448), dropping connection\n"} -{"Time":"2024-04-23T18:04:18.789635062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.323123Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v2/invite/!UsTjWIASFlAIsI7dPZ:hs1/$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o with https://hs2:8448/_matrix/federation/v2/invite/!UsTjWIASFlAIsI7dPZ:hs1/$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o\n"} -{"Time":"2024-04-23T18:04:18.789639572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.323139Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:18.789645002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.323164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v2/invite/!UsTjWIASFlAIsI7dPZ:hs1/$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o\n"} -{"Time":"2024-04-23T18:04:18.789650262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.323292Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:04:18.789655221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.323372Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.789660241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.323454Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.789676861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.323618Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:18.789681011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:04:18.789688871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324193Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4JTlOOdmbZ1_EINLdbis94t9urrRuhSfMznkFz4Q_HQ in db\n"} -{"Time":"2024-04-23T18:04:18.789694661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324234Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $9sr5UT0xfPy2bomiJOTNZcs4ROS9pWZxIvSRW81sQ50 in db\n"} -{"Time":"2024-04-23T18:04:18.789711741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324272Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $wGCzU1dHVbhlFJVNECpeSScMaHo3E3zHm0lxiHgwdBQ in db\n"} -{"Time":"2024-04-23T18:04:18.789716301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324310Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $EtC568jxrVD5EUOZp-jpcCM2S4C6zls_stywi2j-4pg in db\n"} -{"Time":"2024-04-23T18:04:18.789721951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324327Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:04:18.789727391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324340Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4JTlOOdmbZ1_EINLdbis94t9urrRuhSfMznkFz4Q_HQ in db\n"} -{"Time":"2024-04-23T18:04:18.789732831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324354Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $9sr5UT0xfPy2bomiJOTNZcs4ROS9pWZxIvSRW81sQ50 in db\n"} -{"Time":"2024-04-23T18:04:18.789740761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324366Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $wGCzU1dHVbhlFJVNECpeSScMaHo3E3zHm0lxiHgwdBQ in db\n"} -{"Time":"2024-04-23T18:04:18.78983183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324378Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $EtC568jxrVD5EUOZp-jpcCM2S4C6zls_stywi2j-4pg in db\n"} -{"Time":"2024-04-23T18:04:18.78983651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324399Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:04:18.78984063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324440Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$uaF9g3vUWIk5g9WuiIyd_Fuygtpx1qR8rYxYt4LcP2o\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found event from room !b1MTOzyqdm3ZUPi0FR:hs1 in room !UsTjWIASFlAIsI7dPZ:hs1\n"} -{"Time":"2024-04-23T18:04:18.78984623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324497Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:04:18.78984974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324575Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m60 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.78985325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324730Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:18.78985703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324758Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m max idle per host for (\"https\", hs2:8448), dropping connection\n"} -{"Time":"2024-04-23T18:04:18.78986309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324787Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v2/invite/!XiAC5q5ShhsgNxhSiu:hs1/$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8 with https://hs2:8448/_matrix/federation/v2/invite/!XiAC5q5ShhsgNxhSiu:hs1/$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\n"} -{"Time":"2024-04-23T18:04:18.78986851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324805Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:18.78987231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.324833Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v2/invite/!XiAC5q5ShhsgNxhSiu:hs1/$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\n"} -{"Time":"2024-04-23T18:04:18.78987767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.325000Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:04:18.78988119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.325097Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.789955769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.325100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.789965399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.325195Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.789969649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.325218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.789976259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.325247Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.789979769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.325284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:04:18.789984239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.325381Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:18.789991949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.325886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:04:18.789997408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.325969Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MXBLLWroHz-D-nnmMq_4enGqNRXtUkkVtxDNSV6XDcI in db\n"} -{"Time":"2024-04-23T18:04:18.790002608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326016Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4aNx5eiXyAyZydfbs5oTSg36McrqWUX5GSdhoREWr4I in db\n"} -{"Time":"2024-04-23T18:04:18.790021608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326058Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $OnUsORawk9Wyu-BJZ9TIhVNX4SsLkIaNTdN4pIdpm_4 in db\n"} -{"Time":"2024-04-23T18:04:18.790027968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326100Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $LRO3wD8AXg8oW-Jo31k5UxB_wlqqIwcqRmeOI1Oz9po in db\n"} -{"Time":"2024-04-23T18:04:18.790035878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326120Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:04:18.790040948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326136Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MXBLLWroHz-D-nnmMq_4enGqNRXtUkkVtxDNSV6XDcI in db\n"} -{"Time":"2024-04-23T18:04:18.790047858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326152Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4aNx5eiXyAyZydfbs5oTSg36McrqWUX5GSdhoREWr4I in db\n"} -{"Time":"2024-04-23T18:04:18.790052988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326167Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $OnUsORawk9Wyu-BJZ9TIhVNX4SsLkIaNTdN4pIdpm_4 in db\n"} -{"Time":"2024-04-23T18:04:18.790060448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326181Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $LRO3wD8AXg8oW-Jo31k5UxB_wlqqIwcqRmeOI1Oz9po in db\n"} -{"Time":"2024-04-23T18:04:18.790064498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:04:18.790069608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8 (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.790074808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.790090268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.790094888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326439Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:04:18.790178147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326540Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:04:18.790186637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326733Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $RsYJp2EWKSRq0934t2hEG-tdro9AOg5g1jRGjNXkLY0 in db\n"} -{"Time":"2024-04-23T18:04:18.790192397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326760Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:04:18.790199657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326776Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $RsYJp2EWKSRq0934t2hEG-tdro9AOg5g1jRGjNXkLY0 in db\n"} -{"Time":"2024-04-23T18:04:18.790207297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:04:18.790212467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326859Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$RsYJp2EWKSRq0934t2hEG-tdro9AOg5g1jRGjNXkLY0\"]\n"} -{"Time":"2024-04-23T18:04:18.790218407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.326981Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:04:18.790224426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.327010Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:04:18.790229656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.327107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:04:18.790237476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.327184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:04:18.790242766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.327201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8 (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.790267886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.327301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.790273496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.327389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.790281126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.327411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:04:18.790288526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.327647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:04:18.790372325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.327668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8 (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.790376995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.327690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.790382335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.327736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.790387335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.327758Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:04:18.790395495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.327773Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:04:18.790399225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.327833Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:04:18.790414115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.327851Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:04:18.790418725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.327896Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:04:18.790425085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.327921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:04:18.790432375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.328067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m39.529µs\n"} -{"Time":"2024-04-23T18:04:18.790438525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.328310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$LRO3wD8AXg8oW-Jo31k5UxB_wlqqIwcqRmeOI1Oz9po\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m282.517µs\n"} -{"Time":"2024-04-23T18:04:18.790461874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.328380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m353.047µs\n"} -{"Time":"2024-04-23T18:04:18.790472354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.328502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MXBLLWroHz-D-nnmMq_4enGqNRXtUkkVtxDNSV6XDcI\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m474.016µs\n"} -{"Time":"2024-04-23T18:04:18.790478424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.328559Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m531.835µs\n"} -{"Time":"2024-04-23T18:04:18.790485684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.328770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nNV9rWwV5X_xriAvIqpRl6p2rllXfUDZUd5e37umlhE\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m741.683µs\n"} -{"Time":"2024-04-23T18:04:18.790491024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.328834Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m807.573µs\n"} -{"Time":"2024-04-23T18:04:18.790565293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.329010Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$OnUsORawk9Wyu-BJZ9TIhVNX4SsLkIaNTdN4pIdpm_4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m981.571µs\n"} -{"Time":"2024-04-23T18:04:18.790570103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.329078Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.051291ms\n"} -{"Time":"2024-04-23T18:04:18.790574413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.329315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RsYJp2EWKSRq0934t2hEG-tdro9AOg5g1jRGjNXkLY0\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.286929ms\n"} -{"Time":"2024-04-23T18:04:18.790580033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.329389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.361558ms\n"} -{"Time":"2024-04-23T18:04:18.790586273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.329589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4aNx5eiXyAyZydfbs5oTSg36McrqWUX5GSdhoREWr4I\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.561226ms\n"} -{"Time":"2024-04-23T18:04:18.790594723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.329659Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.632035ms\n"} -{"Time":"2024-04-23T18:04:18.790599903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.329686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.658305ms\n"} -{"Time":"2024-04-23T18:04:18.790606973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.329766Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m31.74µs\n"} -{"Time":"2024-04-23T18:04:18.790611723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.330085Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m349.777µs\n"} -{"Time":"2024-04-23T18:04:18.790696382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.330160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m426.296µs\n"} -{"Time":"2024-04-23T18:04:18.790701182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.330207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m472.346µs\n"} -{"Time":"2024-04-23T18:04:18.790705182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.330256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:04:18.790710612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.330363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:04:18.790715752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.330381Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:04:18.790722202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.330443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:04:18.790734422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.330459Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$4aNx5eiXyAyZydfbs5oTSg36McrqWUX5GSdhoREWr4I\", (\"m.room.member\", \"@user-1:hs1\"): \"$OnUsORawk9Wyu-BJZ9TIhVNX4SsLkIaNTdN4pIdpm_4\", (\"m.room.join_rules\", \"\"): \"$LRO3wD8AXg8oW-Jo31k5UxB_wlqqIwcqRmeOI1Oz9po\", (\"m.room.history_visibility\", \"\"): \"$nNV9rWwV5X_xriAvIqpRl6p2rllXfUDZUd5e37umlhE\", (\"m.room.create\", \"\"): \"$MXBLLWroHz-D-nnmMq_4enGqNRXtUkkVtxDNSV6XDcI\", (\"m.room.guest_access\", \"\"): \"$RsYJp2EWKSRq0934t2hEG-tdro9AOg5g1jRGjNXkLY0\"}\n"} -{"Time":"2024-04-23T18:04:18.790741012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.330490Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:04:18.790751092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.330504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\"]}\n"} -{"Time":"2024-04-23T18:04:18.790758942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.330634Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:04:18.790764002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.330655Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$LRO3wD8AXg8oW-Jo31k5UxB_wlqqIwcqRmeOI1Oz9po\", \"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\"}\n"} -{"Time":"2024-04-23T18:04:18.790770052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.330746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:04:18.790774902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.330805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($LRO3wD8AXg8oW-Jo31k5UxB_wlqqIwcqRmeOI1Oz9po) senders power level\n"} -{"Time":"2024-04-23T18:04:18.790781622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.330916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:04:18.790785332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.330948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $LRO3wD8AXg8oW-Jo31k5UxB_wlqqIwcqRmeOI1Oz9po power level 100\n"} -{"Time":"2024-04-23T18:04:18.790847771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.330967Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:04:18.790851941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:04:18.790857121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331046Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$LRO3wD8AXg8oW-Jo31k5UxB_wlqqIwcqRmeOI1Oz9po\"]\n"} -{"Time":"2024-04-23T18:04:18.790866611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331066Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:04:18.790872401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$LRO3wD8AXg8oW-Jo31k5UxB_wlqqIwcqRmeOI1Oz9po\"]\n"} -{"Time":"2024-04-23T18:04:18.790876091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$LRO3wD8AXg8oW-Jo31k5UxB_wlqqIwcqRmeOI1Oz9po\"\n"} -{"Time":"2024-04-23T18:04:18.790892341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $LRO3wD8AXg8oW-Jo31k5UxB_wlqqIwcqRmeOI1Oz9po (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:04:18.790896411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331336Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $LRO3wD8AXg8oW-Jo31k5UxB_wlqqIwcqRmeOI1Oz9po ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:18.790903261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331354Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:18.79090899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331378Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:04:18.7909144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331393Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$4aNx5eiXyAyZydfbs5oTSg36McrqWUX5GSdhoREWr4I\", (\"m.room.member\", \"@user-1:hs1\"): \"$OnUsORawk9Wyu-BJZ9TIhVNX4SsLkIaNTdN4pIdpm_4\", (\"m.room.join_rules\", \"\"): \"$LRO3wD8AXg8oW-Jo31k5UxB_wlqqIwcqRmeOI1Oz9po\", (\"m.room.history_visibility\", \"\"): \"$nNV9rWwV5X_xriAvIqpRl6p2rllXfUDZUd5e37umlhE\", (\"m.room.create\", \"\"): \"$MXBLLWroHz-D-nnmMq_4enGqNRXtUkkVtxDNSV6XDcI\", (\"m.room.guest_access\", \"\"): \"$RsYJp2EWKSRq0934t2hEG-tdro9AOg5g1jRGjNXkLY0\"}\n"} -{"Time":"2024-04-23T18:04:18.79098368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331431Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:04:18.79098886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331446Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\"]\n"} -{"Time":"2024-04-23T18:04:18.79099254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$4aNx5eiXyAyZydfbs5oTSg36McrqWUX5GSdhoREWr4I\")\n"} -{"Time":"2024-04-23T18:04:18.79099787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:04:18.791064969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\n"} -{"Time":"2024-04-23T18:04:18.791069599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331681Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $4aNx5eiXyAyZydfbs5oTSg36McrqWUX5GSdhoREWr4I\n"} -{"Time":"2024-04-23T18:04:18.791073309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331744Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\"]\n"} -{"Time":"2024-04-23T18:04:18.791078559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:04:18.791082759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.331777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\"]\n"} -{"Time":"2024-04-23T18:04:18.791086549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.332037Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\"\n"} -{"Time":"2024-04-23T18:04:18.791090149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.332060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8 (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.791095199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.332081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.791158028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.332129Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.791164048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.332168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:04:18.791167788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.332253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:04:18.791172968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.332859Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:04:18.791176708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.335043Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m8.04054ms\n"} -{"Time":"2024-04-23T18:04:18.791180288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.335296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m56 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.791186028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.335555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m28 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.791190068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.336019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.791195418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.336093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=305\u0026timeout=1000 {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.791202288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.336106Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=305\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.791208978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.336154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:04:18.791212888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.336218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m11 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.791217918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.338196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.791222608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.338455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.791232228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.338749Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21UsTjWIASFlAIsI7dPZ:hs1/leave {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.791237608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.338776Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21UsTjWIASFlAIsI7dPZ:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:04:18.791242698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.339560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.791248927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.339598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.791257027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.339649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!UsTjWIASFlAIsI7dPZ:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.791323377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.341767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.791326997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.342041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.791330287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.342045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.791335337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.342159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=313\u0026timeout=1000 {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.791339737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.342183Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=313\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.791345217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.342191Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.791348547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.342216Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.791353647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.342240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:04:18.791359007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.342310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=305\u0026timeout=1000 {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.791364116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.342332Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=305\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.791367346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.342371Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:04:18.791374936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.342380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_leave/!XiAC5q5ShhsgNxhSiu:hs1/@user-2:hs2 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:04:18.791380166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.342398Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_leave/!XiAC5q5ShhsgNxhSiu:hs1/@user-2:hs2 None\n"} -{"Time":"2024-04-23T18:04:18.791403496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.342487Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:18.791406936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.343138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.791411566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.343173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.791416826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.343218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:18.791421576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.343552Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.791494485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.344298Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.791498005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.344807Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.791502875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.344922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=320\u0026timeout=1000 {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.791507945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.344955Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=320\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.791512485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.344994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:04:18.791519375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.345944Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.791534755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.346215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.791538945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.346627Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.791544085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.346998Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_leave/!XiAC5q5ShhsgNxhSiu:hs1/$IRdJ3k6zKWGf-_OfHF6uGwN7mIF2qlzLNZ30xx2WnVs {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"831\"}\n"} -{"Time":"2024-04-23T18:04:18.791659434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.347035Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_leave/!XiAC5q5ShhsgNxhSiu:hs1/$IRdJ3k6zKWGf-_OfHF6uGwN7mIF2qlzLNZ30xx2WnVs Some(Object({\"auth_events\": Array([String(\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\"), String(\"$MXBLLWroHz-D-nnmMq_4enGqNRXtUkkVtxDNSV6XDcI\"), String(\"$4aNx5eiXyAyZydfbs5oTSg36McrqWUX5GSdhoREWr4I\")]), \"content\": Object({\"membership\": String(\"leave\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"EV4ysOW32k6488qnXQk9jAfsNZ74irItosJcgjYCUMw\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909853344, \"prev_events\": Array([String(\"$V0PJ4XQxD5Txle_lNZaP33z936hAVQzHEERfBOop_f8\")]), \"room_id\": String(\"!XiAC5q5ShhsgNxhSiu:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"FrbrKIwvZb+WBHpCmhLMUUhurcyf34HWAo8+Zqp89BZK+dzDbO9UIQ84ZO71317"} -{"Time":"2024-04-23T18:04:18.791664534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"n3NqLlOdKRJJ7y3+owjD8Dg\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"OR0T/xyvKKii1qcpJCggdS0AzyTuVm8SeaSBo0f13I08WvO2RFkl+4I+HVVkdcTXSwNRv604SWHGuKjWKKBQAA\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"prev_sender\": String(\"@user-1:hs1\")})}))\n"} -{"Time":"2024-04-23T18:04:18.791668224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.347291Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:18.791674054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.347824Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$IRdJ3k6zKWGf-_OfHF6uGwN7mIF2qlzLNZ30xx2WnVs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:18.791677994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.348232Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$IRdJ3k6zKWGf-_OfHF6uGwN7mIF2qlzLNZ30xx2WnVs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!XiAC5q5ShhsgNxhSiu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Dropping bad event $IRdJ3k6zKWGf-_OfHF6uGwN7mIF2qlzLNZ30xx2WnVs: Verification error: Could not find public key for \"hs2\"\n"} -{"Time":"2024-04-23T18:04:18.791683714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.348298Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_INVALID_PARAM: Signature verification failed\n"} -{"Time":"2024-04-23T18:04:18.791688444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.348389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:04:18.791697224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.348968Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.791714033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.349142Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:18.791718293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.349311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_leave/!UsTjWIASFlAIsI7dPZ:hs1/@user-2:hs2 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:04:18.791725793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.349330Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_leave/!UsTjWIASFlAIsI7dPZ:hs1/@user-2:hs2 None\n"} -{"Time":"2024-04-23T18:04:18.791730583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.349416Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:04:18.791748873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.350158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:18.791756633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.350199Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:18.791761753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.350254Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m Can't leave if not invited or joined \u001b[3mtarget_user_membership_event_id\u001b[0m\u001b[2m=\u001b[0mNone\n"} -{"Time":"2024-04-23T18:04:18.791765113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.350295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:04:18.791781333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.350363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:04:18.791784763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.350910Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.791789433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.351029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.791796533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.351043Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.791801383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.351064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:04:18.791817952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.357300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m6 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.791821392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.357916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.791829032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.357991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.791836752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.358005Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.791850922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:13.358034Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:04:18.791855872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:14.347182Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.791862052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:14.347726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.791867782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:14.347850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.791872902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:14.347873Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.791895432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:14.360122Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.791898932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:14.360146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.791919562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:14.360635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.791923002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:14.360721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.791928131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:14.360736Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.791954201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:14.362320Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.791958001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:14.362445Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.791964061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:14.362468Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.791980621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:15.363342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.791984201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:15.363342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.791988841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:15.363993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.792009951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:15.364116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.792013861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:15.364133Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.792018721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:15.365347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.792034261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:15.365419Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.792037941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:15.365433Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.7920425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:16.366673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.79206121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:16.366674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.7920646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:16.367349Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.79206921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:16.367512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.79208828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:16.367538Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.79209234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:16.369354Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.79209701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:16.369466Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.79210416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:16.369489Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.79210967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:17.370858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.792113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:17.370858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1003 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.79212826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:17.371523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.7921317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:17.371679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.7921371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:17.371705Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.79215458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:17.374078Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:18.792157949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:17.374193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 {\"host\": \"127.0.0.1:1131\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:18.792163609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:17.374216Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=321\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:18.792182019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:18.375622Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1004 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.792185589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:18.375627Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:18.792191149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:18.409784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:04:18.792208459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\u001b[2m2024-04-23T22:04:18.409868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:04:18.792292798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"2024/04/23 18:04:18 ============== af18a206ce64e679b95e5bfc3a6498500e93e2a68da732d65107895598368aee : END LOGS ==============\n"} -{"Time":"2024-04-23T18:04:18.792297108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.792299808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"\n"} -{"Time":"2024-04-23T18:04:18.810076292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Output":"--- FAIL: TestFederationRoomsInvite (7.09s)\n"} -{"Time":"2024-04-23T18:04:18.810084732-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationRoomsInvite","Elapsed":7.09} -{"Time":"2024-04-23T18:04:18.810093692-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation"} -{"Time":"2024-04-23T18:04:18.810097292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"=== RUN TestToDeviceMessagesOverFederation\n"} -{"Time":"2024-04-23T18:04:19.982189658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":" federation_to_device_test.go:16: Deploy times: 10.825566ms blueprints, 1.161185931s containers\n"} -{"Time":"2024-04-23T18:04:19.982213348-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/good_connectivity"} -{"Time":"2024-04-23T18:04:19.982217258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/good_connectivity","Output":"=== RUN TestToDeviceMessagesOverFederation/good_connectivity\n"} -{"Time":"2024-04-23T18:04:20.035850137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (53.564639ms)\n"} -{"Time":"2024-04-23T18:04:20.092071633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (56.139837ms)\n"} -{"Time":"2024-04-23T18:04:20.097625144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (5.491012ms)\n"} -{"Time":"2024-04-23T18:04:20.09924818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/sendToDevice/my.test.type/1 =\u003e 200 OK (1.493806ms)\n"} -{"Time":"2024-04-23T18:04:21.101953173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/good_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.578406ms)\n"} -{"Time":"2024-04-23T18:04:21.101989573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/good_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"100\",\"rooms\":{\"join\":{\"!CSdTZ0pfXSeBGRbCq0:hs2\":{\"unread_notifications\":{\"highlight_count\":0,\"notification_count\":1},\"timeline\":{\"prev_batch\":\"99\",\"events\":[{\"content\":{\"body\":\"New user \\\"@user-2-bob:hs2\\\" registered on this server.\",\"msgtype\":\"m.notice\"},\"event_id\":\"$KoK0JzH_VRUEO0LJ_gAQDgM3ro_SDI1h5WK7rkIwZ3M\",\"origin_server_ts\":1713909860092,\"sender\":\"@conduit:hs2\",\"type\":\"m.room.message\",\"unsigned\":{\"age\":1}}]}}}},\"to_device\":{\"events\":[{\"content\":{\"my_key\":\"my_value\"},\"sender\":\"@user-1-alice:hs1\",\"type\":\"my.test.type\"}]},\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:21.102019012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/good_connectivity","Output":"--- PASS: TestToDeviceMessagesOverFederation/good_connectivity (1.12s)\n"} -{"Time":"2024-04-23T18:04:21.102028102-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/good_connectivity","Elapsed":1.12} -{"Time":"2024-04-23T18:04:21.102039172-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity"} -{"Time":"2024-04-23T18:04:21.102044222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":"=== RUN TestToDeviceMessagesOverFederation/interrupted_connectivity\n"} -{"Time":"2024-04-23T18:04:21.171217675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (69.045833ms)\n"} -{"Time":"2024-04-23T18:04:21.212022866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (40.708653ms)\n"} -{"Time":"2024-04-23T18:04:21.213709231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.628515ms)\n"} -{"Time":"2024-04-23T18:04:21.21379455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:33: StopServer hs2\n"} -{"Time":"2024-04-23T18:04:21.389050421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/sendToDevice/my.test.type/1 =\u003e 200 OK (1.459837ms)\n"} -{"Time":"2024-04-23T18:04:22.390058958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:36: StartServer hs2\n"} -{"Time":"2024-04-23T18:04:24.625031651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.004361915s)\n"} -{"Time":"2024-04-23T18:04:24.625054051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:25.627259834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002132134s)\n"} -{"Time":"2024-04-23T18:04:25.627290254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:26.629781114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00243036s)\n"} -{"Time":"2024-04-23T18:04:26.629802193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:27.631795317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001926984s)\n"} -{"Time":"2024-04-23T18:04:27.631834006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:28.634192336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00224077s)\n"} -{"Time":"2024-04-23T18:04:28.634227865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:29.636570834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002281669s)\n"} -{"Time":"2024-04-23T18:04:29.636600264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:30.638986621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002337258s)\n"} -{"Time":"2024-04-23T18:04:30.63901977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:31.641326627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002248778s)\n"} -{"Time":"2024-04-23T18:04:31.641342427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:32.643717643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002316416s)\n"} -{"Time":"2024-04-23T18:04:32.643755242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:33.646129317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002310916s)\n"} -{"Time":"2024-04-23T18:04:33.646162997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:34.648287213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002070706s)\n"} -{"Time":"2024-04-23T18:04:34.648301343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:35.650372868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002031785s)\n"} -{"Time":"2024-04-23T18:04:35.650391488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:36.652502133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002064825s)\n"} -{"Time":"2024-04-23T18:04:36.652513913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:37.654612876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002056014s)\n"} -{"Time":"2024-04-23T18:04:37.654624615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:38.656816887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002112493s)\n"} -{"Time":"2024-04-23T18:04:38.656873707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:39.658987199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002056912s)\n"} -{"Time":"2024-04-23T18:04:39.659002559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:40.661206928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00213622s)\n"} -{"Time":"2024-04-23T18:04:40.661233388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:41.663241329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001963732s)\n"} -{"Time":"2024-04-23T18:04:41.663261319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:42.665469047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002144659s)\n"} -{"Time":"2024-04-23T18:04:42.665500137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:43.667518506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001983699s)\n"} -{"Time":"2024-04-23T18:04:43.667531116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:44.669695433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002094637s)\n"} -{"Time":"2024-04-23T18:04:44.669752192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:45.671849939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002038028s)\n"} -{"Time":"2024-04-23T18:04:45.671858149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:46.674871117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002967558s)\n"} -{"Time":"2024-04-23T18:04:46.674889967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:47.676998312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002013946s)\n"} -{"Time":"2024-04-23T18:04:47.677039742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:48.679184995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002088684s)\n"} -{"Time":"2024-04-23T18:04:48.679207765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:49.68229268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003049695s)\n"} -{"Time":"2024-04-23T18:04:49.682303549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:50.684478201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002131913s)\n"} -{"Time":"2024-04-23T18:04:50.684488371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:51.686672122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002143941s)\n"} -{"Time":"2024-04-23T18:04:51.686684622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:52.688925741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.0021657s)\n"} -{"Time":"2024-04-23T18:04:52.689006121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:53.691223399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00214104s)\n"} -{"Time":"2024-04-23T18:04:53.691239459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:104: {\"next_batch\":\"108\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:53.691270099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" federation_to_device_test.go:103: \u001b[31m@user-4-bob:hs2 MustSyncUntil: timed out after 30.070662542s. Seen 30 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:04:53.691282909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=1.004486814s] Response #1: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691288959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=2.006697297s] Response #2: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691294689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=3.009229157s] Response #3: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691300299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=4.011265379s] Response #4: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691305779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=5.013659118s] Response #5: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691311639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=6.016028017s] Response #6: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691318149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=7.018453213s] Response #7: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691325508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=8.02076337s] Response #8: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691332628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=9.023185925s] Response #9: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691339528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=10.02559627s] Response #10: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691346748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=11.027735796s] Response #11: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691354268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=12.029825511s] Response #12: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691361468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=13.031948756s] Response #13: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691369138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=14.034052878s] Response #14: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691375848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=15.0362966s] Response #15: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691383708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=16.038438312s] Response #16: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691392938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=17.040642091s] Response #17: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691398628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=18.042696012s] Response #18: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691404168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=19.04492981s] Response #19: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691410528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=20.046964229s] Response #20: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691417738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=21.049183455s] Response #21: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691423558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=22.051293762s] Response #22: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691430198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=23.05432387s] Response #23: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691437467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=24.056467475s] Response #24: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691444457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=25.058634538s] Response #25: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691452347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=26.061737972s] Response #26: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691459767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=27.063918404s] Response #27: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691467217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=28.066118545s] Response #28: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691474657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=29.068440454s] Response #29: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist\n"} -{"Time":"2024-04-23T18:04:53.691481867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" [t=30.070661662s] Response #30: SyncToDeviceHas(@user-3-alice:hs1): Key to_device.events does not exist, \n"} -{"Time":"2024-04-23T18:04:53.691488907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:04:53.691501987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Output":"--- FAIL: TestToDeviceMessagesOverFederation/interrupted_connectivity (32.59s)\n"} -{"Time":"2024-04-23T18:04:53.691514787-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/interrupted_connectivity","Elapsed":32.59} -{"Time":"2024-04-23T18:04:53.691526337-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/stopped_server"} -{"Time":"2024-04-23T18:04:53.691533377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/stopped_server","Output":"=== RUN TestToDeviceMessagesOverFederation/stopped_server\n"} -{"Time":"2024-04-23T18:04:53.755052707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/stopped_server","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (63.647009ms)\n"} -{"Time":"2024-04-23T18:04:53.825220079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/stopped_server","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (70.031543ms)\n"} -{"Time":"2024-04-23T18:04:53.827115442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.832304ms)\n"} -{"Time":"2024-04-23T18:04:53.827210571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/stopped_server","Output":" federation_to_device_test.go:43: StopServer hs2\n"} -{"Time":"2024-04-23T18:04:54.001777433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/stopped_server","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/sendToDevice/my.test.type/1 =\u003e 200 OK (1.354758ms)\n"} -{"Time":"2024-04-23T18:04:55.002048528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/stopped_server","Output":" federation_to_device_test.go:48: StopServer hs1\n"} -{"Time":"2024-04-23T18:04:55.20944755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/stopped_server","Output":" federation_to_device_test.go:49: StartServer hs1\n"} -{"Time":"2024-04-23T18:04:56.283769541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/stopped_server","Output":" federation_to_device_test.go:51: StartServer hs2\n"} -{"Time":"2024-04-23T18:04:57.563679669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (139.749678ms)\n"} -{"Time":"2024-04-23T18:04:57.563705839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/stopped_server","Output":" federation_to_device_test.go:104: {\"next_batch\":\"116\",\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:57.564784339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/stopped_server","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.013221ms)\n"} -{"Time":"2024-04-23T18:04:57.564828539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/stopped_server","Output":" federation_to_device_test.go:104: {\"next_batch\":\"118\",\"to_device\":{\"events\":[{\"content\":{\"my_key\":\"my_value\"},\"sender\":\"@user-5-alice:hs1\",\"type\":\"my.test.type\"}]},\"device_unused_fallback_key_types\":null}\n"} -{"Time":"2024-04-23T18:04:57.564854069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/stopped_server","Output":"--- PASS: TestToDeviceMessagesOverFederation/stopped_server (3.87s)\n"} -{"Time":"2024-04-23T18:04:57.564868679-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation/stopped_server","Elapsed":3.87} -{"Time":"2024-04-23T18:04:57.757860317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"2024/04/23 18:04:57 ============================================\n"} -{"Time":"2024-04-23T18:04:57.757885667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.757893477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.757900747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"2024/04/23 18:04:57 ac1201c2f3794bbb9810c3bc4191703bb549a86095de4da79a27daa95890e4ac : Server logs:\n"} -{"Time":"2024-04-23T18:04:57.758020546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:04:57.758032436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:04:57.758040656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:04:57.758047516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:04:57.758058036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:04:57.758083225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ echo 'IP.1 = 172.28.0.3'\n"} -{"Time":"2024-04-23T18:04:57.758090765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:04:57.758098985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:04:57.758109385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:04:57.758116975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:04:57.758124775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.452811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:04:57.758132985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.452925Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:04:57.758141205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.453251Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:04:57.758152775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.453259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:04:57.758160765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.453265Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:04:57.758168535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.453271Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:04:57.758176525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.454001Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:04:57.758191625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.758208534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:04:57.758217304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.454068Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:04:57.758226154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.456423Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:04:57.758234374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.457913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:04:57.758242254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.458498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:04:57.758250104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.459518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:04:57.758261384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.934512Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 476.594324ms\n"} -{"Time":"2024-04-23T18:04:57.758269334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936548Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:04:57.758278854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936614Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:57.758286404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936625Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:57.758294234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936632Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:04:57.758302294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936639Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:04:57.758313143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936646Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:04:57.758320963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936653Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:04:57.758329183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936660Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:04:57.758336773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936667Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:04:57.758344433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936674Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:04:57.758355643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:04:57.758363603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936689Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:04:57.758383933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936696Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:04:57.758392213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936702Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:04:57.758399713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936719Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:04:57.758411093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936731Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:04:57.758418823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936739Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:04:57.758426522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936749Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:04:57.758441012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936758Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:04:57.758448862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.936766Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:04:57.758456482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.938598Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:04:57.758467952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.941451Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:04:57.758475782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.958057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:04:57.758481982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.958068Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:04:57.758488162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.958637Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:04:57.758496942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.958769Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:04:57.758505222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.971064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.758517872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.971609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1137\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.758527392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.971710Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:04:57.758535892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.971954Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.758548741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.036325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.758559141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.036929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1137\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"104\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.758570071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.036974Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2-bob\")}))\n"} -{"Time":"2024-04-23T18:04:57.758584251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.081644Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2-bob:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:04:57.758594921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.083632Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2-bob:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:57.758605581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.083867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2-bob:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:57.758616171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.084026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2-bob:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:57.758628511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.086993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2-bob 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2-bob:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2-bob:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:57.758648731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.087013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2-bob 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2-bob:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2-bob:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:57.7586631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.087037Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2-bob 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2-bob:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2-bob:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:57.75867346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.088554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:04:57.75869163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.088583Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:57.758705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.088593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:04:57.75871696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.088619Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:04:57.75872882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.088686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs2\", \"@user-2-bob:hs2\"}\n"} -{"Time":"2024-04-23T18:04:57.75874582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.088699Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:04:57.75875828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.088725Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:04:57.758772719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.088734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2-bob:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:57.758784609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.090314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:04:57.758800059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:57.758882828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.090342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:04:57.758896248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:57.758909658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.090352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:04:57.758919228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:57.758926598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.091698Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-2-bob:hs2 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:04:57.758945898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.091780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m55 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.758951088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.092333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.759016007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.092657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:57.759027487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.092698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 {\"host\": \"127.0.0.1:1137\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.759032897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.092717Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 None\n"} -{"Time":"2024-04-23T18:04:57.759038337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.092727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:57.759042717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.092744Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:57.759046587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.093354Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-2-bob:hs2 timeout:300s\n"} -{"Time":"2024-04-23T18:04:57.759051477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.097424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.759055077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.243054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.759073087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.243495Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs1 keys\n"} -{"Time":"2024-04-23T18:04:57.759078347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.243515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:04:57.759087937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.243970Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:57.759122416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.244222Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:04:57.759127516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.244241Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:04:57.759252415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.244339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:04:57.759269715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.244378Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.759286305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.244409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.759298475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.244452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.759313245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.244501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 38200:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.759326565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.759334114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:04:57.759341014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.759349834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.244696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:57.759361354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.244770Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:57.759372754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.245077Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:04:57.759388064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.245103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 38200\n"} -{"Time":"2024-04-23T18:04:57.759404754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.245127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 38200:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:04:57.759413194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.759420034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:04:57.759427704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:04:57.759440684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"hs1. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:04:57.759448133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:04:57.759454793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.759461363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.759473983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.245146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 38200:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:04:57.759484843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.759490293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:04:57.759497433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:04:57.759503593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"hs1. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:04:57.759509963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:04:57.759517333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.759523793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.759533923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.245406Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:04:57.759548973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.245428Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:04:57.759565432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.245550Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:04:57.759578712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.245578Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:04:57.759592352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.245594Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:04:57.759604722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.245614Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:04:57.759615952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.245650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:04:57.759627432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.245674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:04:57.759642142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.245687Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.759659002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.245701Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.759668972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.245712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.759679631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.245741Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 687:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.759687411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.759693491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.759700351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.759708471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.245773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:57.759724951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.245803Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:57.759738551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.246899Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.759750511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.246921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 687\n"} -{"Time":"2024-04-23T18:04:57.759760301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.246959Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 687:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.759773441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.759779921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.75978684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.75979435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.75980128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86108 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.75980832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.75981907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.75982783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.246990Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.75983984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.247012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.7598499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.247146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:57.7598606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.247172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.75986917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.247231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m45305\n"} -{"Time":"2024-04-23T18:04:57.75987734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.247243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 45305:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.7598856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.75989783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.759910279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.759918179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.247262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:57.759926059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.249427Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.759953689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.249439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:04:57.759962239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.249448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:57.759969729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.249459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:57.759977679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.249467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.759985639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.249475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:57.759992599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.249482Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:57.760001449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.249492Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.760012229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.249525Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 45305:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.760018798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.760023828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.760030478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.760036668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.760043128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86108 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.760049288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.760054198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.760060128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.249572Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:04:57.760072078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.249592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.760088378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.249615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.760096558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.249633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.760111648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.249680Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 4770:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.760117088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.760122018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.760128947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.760136807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.249712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:57.760147507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.249745Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:57.760157677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.250910Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.760171727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.250943Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 4770\n"} -{"Time":"2024-04-23T18:04:57.760183707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.250975Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 4770:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.760190857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.760195777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.760213427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.760219917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.760230717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86108 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.760236527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.760248866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.760256736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.251004Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.760267186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.251028Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.760275456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.251047Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.760282546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.251092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:57.760291286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.251110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m64510\n"} -{"Time":"2024-04-23T18:04:57.760298356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.251121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 64510:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.760305696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.760312006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.760317066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.760324396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.251135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:57.760331006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.294026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.760336626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.294036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:04:57.760342116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.294041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:57.760347786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.294048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:57.760353286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.294052Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.760360775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.294056Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:57.760367195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.294060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:57.760372665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.294067Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.760380765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.294089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 64510:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.760389655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.760396125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.760405705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.760410795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.760415895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86108 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.760421075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.760427395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.760435435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.294123Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.760450515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.294145Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:04:57.760460355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.294165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:04:57.760475264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.294180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.760483594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.294194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.760491604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.294207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.760498754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.294237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 27717:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.760504094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.760514024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.760520504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.760528284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.294283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:57.760538124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.294328Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:57.760548514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.295476Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.760562114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.295491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 27717\n"} -{"Time":"2024-04-23T18:04:57.760572614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.295509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 27717:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.760579744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.760584653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.760589663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.760594503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.760599543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86108 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.760610023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.760615943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.760624163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.295524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.760636823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.295535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.760649593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.295544Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.760659523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.295568Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:57.760667653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.295578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m3796\n"} -{"Time":"2024-04-23T18:04:57.760678793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.295584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 3796:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.760684203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.760689603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.760695762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.760702502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.295593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:57.760710312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.340597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.760717502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.340608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:04:57.760730602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.340615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:57.760736902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.340626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:57.760743872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.340633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.760751052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.340640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:57.760758422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.340647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:57.760773022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.340657Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.760780562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.340688Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 3796:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.760789832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.760796422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.760803372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.760809251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.760815041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86108 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.760819991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.760826581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.760833921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.340734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:04:57.760847221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.340756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.760855801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.340778Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.760865471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.340797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.760874811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.340843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 52374:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.760880261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.760885191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.760890001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.760895901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.340879Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:57.760903421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.340911Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:57.760911761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.342092Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.76092649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.342109Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 52374\n"} -{"Time":"2024-04-23T18:04:57.76095718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.342128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 52374:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.76096676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.76097332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.76097996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.76098627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.76099213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86108 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.76099732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.76101084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.76101939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.342145Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.76102914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.342157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.761049829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.342167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.761059499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.342191Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:57.761065479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.342201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m16237\n"} -{"Time":"2024-04-23T18:04:57.761079419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.342206Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 16237:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.761085399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.761090339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.761095259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.761100459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.342215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:57.761106199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.385198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.761112769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.385209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:04:57.761120469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.385216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:57.761135849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.385226Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:57.761147799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.385233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.761153858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.385240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:57.761161468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.385246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:57.761168728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.385255Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.761175478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.385282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 16237:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.761182098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.761187108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.761193238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.761199748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.761206528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86108 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.761211868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.761216678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.761222898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.385320Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.761230868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.385369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:04:57.761244108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.385443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:04:57.761252908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.385677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:57.761261608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.385735Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:57.761269397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.385766Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:04:57.761282987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.385792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:04:57.761291627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.385992Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:04:57.761302427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.388134Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:04:57.761313987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.388228Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:57.761321717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.389065Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:57.761333427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.389091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:04:57.761342137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.389252Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:04:57.761350927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.389271Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:57.761361327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.389353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:04:57.761370227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.389796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/ez438Bp7hTeuLJL7cUnM6elb4Zc6tzzdp3YgHyh3_kI {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"289\"}\n"} -{"Time":"2024-04-23T18:04:57.761389066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.389821Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/ez438Bp7hTeuLJL7cUnM6elb4Zc6tzzdp3YgHyh3_kI Some(Object({\"edus\": Array([Object({\"content\": Object({\"message_id\": String(\"99\"), \"messages\": Object({\"@user-2-bob:hs2\": Object({\"Bi5lK9PpmV\": Object({\"my_key\": String(\"my_value\")})})}), \"sender\": String(\"@user-1-alice:hs1\"), \"type\": String(\"my.test.type\")}), \"edu_type\": String(\"m.direct_to_device\")}), Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909860099}))\n"} -{"Time":"2024-04-23T18:04:57.761404366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.389913Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m4.64µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"ez438Bp7hTeuLJL7cUnM6elb4Zc6tzzdp3YgHyh3_kI\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:04:57.761417116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.390328Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m424.526µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"ez438Bp7hTeuLJL7cUnM6elb4Zc6tzzdp3YgHyh3_kI\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:04:57.761428556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.390428Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m147 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.761438486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.100565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.761448086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.100708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=95\u0026timeout=1000 {\"host\": \"127.0.0.1:1137\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.761458956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.100729Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=95\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.761467966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.100780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-2-bob:hs2\n"} -{"Time":"2024-04-23T18:04:57.761477036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.101691Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.761484506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.171524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.761491435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.171652Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1137\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"104\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.761500325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.171666Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-4-bob\")}))\n"} -{"Time":"2024-04-23T18:04:57.761508105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.211559Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-4-bob:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:04:57.761515065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.211722Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m40 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.761522785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.212142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-4-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:57.761535235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.212186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-4-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:57.761546735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.212197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-4-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:57.761558235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.212241Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.761565275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.212396Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 {\"host\": \"127.0.0.1:1137\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.761572645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.212419Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 None\n"} -{"Time":"2024-04-23T18:04:57.761580375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.213380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 1: @user-4-bob:hs2 timeout:300s\n"} -{"Time":"2024-04-23T18:04:57.761587055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.213458Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.761593425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:04:57.761599155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:04:57.761607014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:04:57.761621174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:04:57.761628614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:04:57.761634904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ echo 'IP.1 = 172.28.0.3'\n"} -{"Time":"2024-04-23T18:04:57.761640774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:04:57.761646544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:04:57.761651724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:04:57.761657484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:04:57.761663304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:22.926277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:04:57.761669274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:22.926381Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:04:57.761676474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:22.926733Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:04:57.761684694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:22.926740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:04:57.761692294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:22.926746Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:04:57.761707394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:22.926752Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:04:57.761714214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:22.927537Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:04:57.761720073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.761725383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:04:57.761731013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:22.927627Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:04:57.761739303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:22.930996Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:04:57.761746953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:22.932579Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:04:57.761754563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:22.933344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:04:57.761766613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:22.934368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:04:57.761772463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.352804Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 559 in 420.220828ms\n"} -{"Time":"2024-04-23T18:04:57.761778163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430419Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:04:57.761783893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430492Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:57.761794193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430503Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:57.761800153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430510Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:04:57.761805943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430520Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:04:57.761811663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430526Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:04:57.761819573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430534Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:04:57.761827283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430540Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:04:57.761835172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430547Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:04:57.761841222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430553Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:04:57.761846952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430561Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:04:57.761852672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430570Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:04:57.761863302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430579Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:04:57.761872992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430586Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:04:57.761879662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430603Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:04:57.761887402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430616Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:04:57.761904512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430625Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:04:57.761912842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430635Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:04:57.761920752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430647Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:04:57.761928282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.430656Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:04:57.761946041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.505051Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:04:57.761953931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.568287Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:04:57.761961481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.605737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:04:57.761968771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.605747Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:04:57.761975021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.606395Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:04:57.761981491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.606546Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:04:57.761988931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.619431Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762004321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.619999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762012251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.620098Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:04:57.762022071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.620327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762031041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.621103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762039601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.621636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=103\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762047061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.621671Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=103\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.76206291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:24.624707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1003 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.7620696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:24.625259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.7620765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:24.625376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.76208416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:24.625398Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.76209639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:25.626978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.76210531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:25.627491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.76211342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:25.627601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.7621378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:25.627623Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.76214499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:26.629295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.76215437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:26.630024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.76216412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:26.630138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762174319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:26.630151Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762183429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:27.631514Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762197669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:27.632144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762206419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:27.632261Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762213809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:27.632284Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762220369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:28.633903Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762226999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:28.634457Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762233819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:28.634583Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762240909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:28.634609Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762248369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:29.636290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762257159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:29.636812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762271439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:29.636984Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762281729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:29.637010Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762290548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:30.638720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762299538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:30.639234Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762308428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:30.639378Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762319818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:30.639404Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762327788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:31.641107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762336658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:31.641537Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762345558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:31.641659Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762352868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:31.641684Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762366018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:32.643439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762374948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:32.644036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762383708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:32.644193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762390858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:32.644221Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762397928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:33.645877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762409137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:33.646371Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762417027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:33.646493Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762426667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:33.646519Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762435247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:34.648084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762443947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:34.648476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762451497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:34.648591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762458837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:34.648614Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762465427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:35.650176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762471917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:35.650574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762478807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:35.650700Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762488287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:35.650726Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762495537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:36.652299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762502917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:36.652698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762512947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:36.652821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762528366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:36.652846Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762537276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:37.654412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762545976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:37.654799Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762560146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:37.654913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762570496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:37.654954Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762589506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:38.656505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762598536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:38.657141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762607436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:38.657258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762617006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:38.657281Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762629755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:39.658778Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762642775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:39.659186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762651825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:39.659295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762661495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:39.659317Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762668925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:40.660926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762675685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:40.661401Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762685285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:40.661526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762694745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:40.661542Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762703155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:41.662995Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762711875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:41.663500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762721945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:41.663609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762736055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:41.663631Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762744814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:42.665248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762752434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:42.665669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762759494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:42.665778Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762769544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:42.665801Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762778194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:43.667336Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762786634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:43.667703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762796024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:43.667812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762806104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:43.667834Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762814614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:44.669411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762823244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:44.670026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762831884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:44.670135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762849414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:44.670157Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762858863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:45.671665Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762880673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:45.672047Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762892453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:45.672156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762902363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:45.672179Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762914923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:46.674669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762921773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:46.675083Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762929573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:46.675192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762951063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:46.675214Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.762960833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:47.676698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.762968703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:47.677283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.762977422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:47.677391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.762993992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:47.677414Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.763003502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:48.678974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.763011952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:48.679384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.763022382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:48.679492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.763043812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:48.679514Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.763052832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:49.682089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.763060442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:49.682489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.763069672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:49.682612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.763080262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:49.682639Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.763089921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:50.684275Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.763097581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:50.684668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.763107561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:50.684789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.763118711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:50.684814Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.763128081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:51.686460Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.763142511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:51.686877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.763150901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:51.687023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.763161591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:51.687049Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.763169961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:52.688649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.763177981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:52.689259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.763188491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:52.689376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.76321244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:52.689402Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=108\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.76322454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.691003Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.76323273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.755330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.76324678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.755827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"104\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.76325693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.755853Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-6-bob\")}))\n"} -{"Time":"2024-04-23T18:04:57.76326743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.824695Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-6-bob:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:04:57.76327665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.824959Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m69 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.76328606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.825485Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.76329556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.825653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 {\"host\": \"127.0.0.1:1139\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.76330624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.825670Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 None\n"} -{"Time":"2024-04-23T18:04:57.763315039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.826794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-6-bob:hs2 timeout:300s\n"} -{"Time":"2024-04-23T18:04:57.763321819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.826879Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.763333929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.827302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-6-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:57.763345799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.827629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-6-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:57.763356149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.827644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-6-bob:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:57.763367549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:04:57.763375399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:04:57.763382849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:04:57.763389819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:04:57.763396919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:04:57.763408169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ echo 'IP.1 = 172.28.0.3'\n"} -{"Time":"2024-04-23T18:04:57.763415389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:04:57.763423179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:04:57.763430948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:04:57.763438858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:04:57.763447658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.993554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:04:57.763455818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.993670Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:04:57.763465208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.994082Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:04:57.763473638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.994090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:04:57.763482038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.994096Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:04:57.763489678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.994103Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:04:57.763499158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.994888Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:04:57.763508158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.763514688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:04:57.763523058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.995022Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:04:57.763532598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.999050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:04:57.763540437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.000641Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:04:57.763556357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.001343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:04:57.763563797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.002366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:04:57.763583557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.331657Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 609 in 331.010752ms\n"} -{"Time":"2024-04-23T18:04:57.763591387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380230Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:04:57.763598567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380294Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:57.763606017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380305Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:57.763613837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380313Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:04:57.763621787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380320Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:04:57.763629617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380327Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:04:57.763637447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380335Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:04:57.763646487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380342Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:04:57.763653606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380349Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:04:57.763661516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380356Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:04:57.763675966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380364Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:04:57.763683936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380372Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:04:57.763697996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380380Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:04:57.763705616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380386Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:04:57.763713156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380403Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:04:57.763727466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380415Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:04:57.763734736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380423Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:04:57.763742746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380433Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:04:57.763751526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380443Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:04:57.763759186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.380451Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:04:57.763765855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.395378Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:04:57.763771685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.404707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:04:57.763777625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.421037Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:04:57.763783805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.421049Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:04:57.763790485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.421523Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:04:57.763796855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.421647Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:04:57.763803705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.422825Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.763810465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.423326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1143\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.763828975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.423409Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:04:57.763836865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.423608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.763843625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.424289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.763850575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.424614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=110\u0026timeout=1000 {\"host\": \"127.0.0.1:1143\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.763857855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.424631Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=110\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.763864475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.521115Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.763871345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.522171Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:57.763879004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.522370Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/rfhRclGSIYkfgfHpkDd8zYjoo0K_Cjh0elRo19YKTKA {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"242\"}\n"} -{"Time":"2024-04-23T18:04:57.763888144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.522382Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/rfhRclGSIYkfgfHpkDd8zYjoo0K_Cjh0elRo19YKTKA Some(Object({\"edus\": Array([Object({\"content\": Object({\"message_id\": String(\"107\"), \"messages\": Object({\"@user-4-bob:hs2\": Object({\"h4NzSvh9Ks\": Object({\"my_key\": String(\"my_value\")})})}), \"sender\": String(\"@user-3-alice:hs1\"), \"type\": String(\"my.test.type\")}), \"edu_type\": String(\"m.direct_to_device\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909896223}))\n"} -{"Time":"2024-04-23T18:04:57.763897534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.522586Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.76µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"rfhRclGSIYkfgfHpkDd8zYjoo0K_Cjh0elRo19YKTKA\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:04:57.763906464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.522751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m169.789µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"rfhRclGSIYkfgfHpkDd8zYjoo0K_Cjh0elRo19YKTKA\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:04:57.763924954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.522809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.763941634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.562233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.763953444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.562428Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:04:57.763966164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.562639Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/onZBBaxMpvGJiifZXj-9_bn1JSlMvFc1LRPJvzAken4 {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"242\"}\n"} -{"Time":"2024-04-23T18:04:57.763975124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.562662Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/onZBBaxMpvGJiifZXj-9_bn1JSlMvFc1LRPJvzAken4 Some(Object({\"edus\": Array([Object({\"content\": Object({\"message_id\": String(\"115\"), \"messages\": Object({\"@user-6-bob:hs2\": Object({\"YD44UDbmpd\": Object({\"my_key\": String(\"my_value\")})})}), \"sender\": String(\"@user-5-alice:hs1\"), \"type\": String(\"my.test.type\")}), \"edu_type\": String(\"m.direct_to_device\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909897561}))\n"} -{"Time":"2024-04-23T18:04:57.763988904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.562713Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.74µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"onZBBaxMpvGJiifZXj-9_bn1JSlMvFc1LRPJvzAken4\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:04:57.763998093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.562890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m177.409µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"onZBBaxMpvGJiifZXj-9_bn1JSlMvFc1LRPJvzAken4\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:04:57.764008443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.562991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.764017383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.563386Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m139 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.764024223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.564000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.764031663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.564183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=116\u0026timeout=1000 {\"host\": \"127.0.0.1:1143\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.764039003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.564199Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=116\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:04:57.764045713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.564587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.764056053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"2024/04/23 18:04:57 ============== ac1201c2f3794bbb9810c3bc4191703bb549a86095de4da79a27daa95890e4ac : END LOGS ==============\n"} -{"Time":"2024-04-23T18:04:57.764061433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.764066373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.986972838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"2024/04/23 18:04:57 ============================================\n"} -{"Time":"2024-04-23T18:04:57.986999797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.987005977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.987011717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"2024/04/23 18:04:57 9db49949051b1451695c33776093a36d84cf65052f412461883aeb12ec4a6b4c : Server logs:\n"} -{"Time":"2024-04-23T18:04:57.987112816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:04:57.987132726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:04:57.987143236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:04:57.987148786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:04:57.987154996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:04:57.987163416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ echo 'IP.1 = 172.28.0.2'\n"} -{"Time":"2024-04-23T18:04:57.987169226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:04:57.987175716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:04:57.987181356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:04:57.987187056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:04:57.987196196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.446054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:04:57.987204556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.446166Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:04:57.987214656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.446521Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:04:57.987221316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.446531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:04:57.987236205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.446538Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:04:57.987242555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.446551Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:04:57.987248975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.447369Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:04:57.987255055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.987260505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:04:57.987270695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.447442Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:04:57.987280105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.450006Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:04:57.987287805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.451609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:04:57.987293885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.452218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:04:57.987299935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.453300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:04:57.987305845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.947245Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 495.631867ms\n"} -{"Time":"2024-04-23T18:04:57.987314575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949198Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:04:57.987321035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949266Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:57.987326925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949279Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:57.987333005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949286Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:04:57.987339374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949292Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:04:57.987345324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949299Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:04:57.987355694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949309Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:04:57.987364004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949315Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:04:57.987374884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949323Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:04:57.987381034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949330Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:04:57.987387004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949338Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:04:57.987395704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949346Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:04:57.987402114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949353Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:04:57.987408004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949359Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:04:57.987413974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949378Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:04:57.987422894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949389Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:04:57.987435984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949397Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:04:57.987446764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949407Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:04:57.987453033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949416Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:04:57.987459053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.949424Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:04:57.987470093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.950917Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:04:57.987479103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.953417Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:04:57.987485403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.969950Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:04:57.987491583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.969959Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:04:57.987497973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.970519Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:04:57.987504373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.970661Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:04:57.987512203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.981128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.987525093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.981628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1135\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.987535093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.981726Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:04:57.987542163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.981943Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.987549233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.982708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.987556433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.983112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1135\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"106\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.987564792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:19.983126Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1-alice\")}))\n"} -{"Time":"2024-04-23T18:04:57.987575832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.025875Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1-alice:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:04:57.987584072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.027702Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:57.987596612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.027920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:57.987608652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.028064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:57.987618062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.030946Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1-alice 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:04:57.987632882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.030964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1-alice 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:04:57.987642482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.030987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1-alice 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1-alice:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1-alice:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:04:57.987657872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.032455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:04:57.987668582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.032481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:04:57.987690051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.032490Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:04:57.987699661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.032514Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:04:57.987725201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.032573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1-alice:hs1\"}\n"} -{"Time":"2024-04-23T18:04:57.987735771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.032585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:04:57.987749931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.032609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:04:57.987763061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.032617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1-alice:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:57.987775541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.034173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:04:57.987786651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:57.98781873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.034200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:04:57.98783599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:57.98785222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.034208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:04:57.98786243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:57.98787639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.035531Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1-alice:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:04:57.98788876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.035620Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m52 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.987897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.036509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:57.987906309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.036583Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:57.987919569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.036599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:57.987928739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.098063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sendToDevice/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.987958859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.098443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sendToDevice/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/sendToDevice/my.test.type/1 {\"host\": \"127.0.0.1:1135\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"69\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.987967079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.098474Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sendToDevice/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/sendToDevice/my.test.type/1 Some(Object({\"messages\": Object({\"@user-2-bob:hs2\": Object({\"Bi5lK9PpmV\": Object({\"my_key\": String(\"my_value\")})})})}))\n"} -{"Time":"2024-04-23T18:04:57.987974309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.098995Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sendToDevice/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.987980939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.099720Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:57.987988719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.100001Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:04:57.988004739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.100013Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:04:57.988017659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.100057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:04:57.988029068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.100078Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.988040408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.100100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.988047998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.100124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.988054638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.100155Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 64980:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.988060008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.988065338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:04:57.988072198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.988079638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.100314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:57.988087868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.100390Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:57.988094988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.100609Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:04:57.988101848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.100633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 64980\n"} -{"Time":"2024-04-23T18:04:57.988108758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.100673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 64980:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:04:57.988115028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.988119788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:04:57.988124618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:04:57.988129448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"hs2. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:04:57.988134327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:04:57.988142027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.988147697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.988154987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.100704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 64980:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:04:57.988168527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.988173657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:04:57.988178457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:04:57.988183267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"hs2. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:04:57.988188047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:04:57.988192927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.988197627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.988203297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.101092Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:04:57.988210457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.101134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:443\n"} -{"Time":"2024-04-23T18:04:57.988217807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.101523Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:04:57.988230657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.101602Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:04:57.988242607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.101631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:04:57.988255756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.101679Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:04:57.988262666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.101741Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:04:57.988274666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.101784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:04:57.988281786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.101807Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.988289246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.101835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.988296406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.101855Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.988302926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.101916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 6981:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.988310956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.988317566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.988326206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.988331846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.101987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:57.988338646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.102039Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:57.988349086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.103133Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.988355986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.103161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 6981\n"} -{"Time":"2024-04-23T18:04:57.988366225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.103194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 6981:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.988372315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.988377145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.988382025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.988388345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.988398905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86108 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.988407065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.988412005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.988417915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.103232Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.988425345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.103255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.988437045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.103426Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:57.988444075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.103458Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.988450615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.103535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m42686\n"} -{"Time":"2024-04-23T18:04:57.988456395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.103551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 42686:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.988465525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.988472135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.988478414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.988483704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.103578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:57.988501444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.105637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.988507214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.105653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:04:57.988512784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.105662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:57.988518414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.105673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:57.988526504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.105680Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.988532244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.105687Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:57.988537694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.105695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:57.988544084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.105707Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.988552244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.105752Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 42686:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.988559994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.988567474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.988572474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.988577364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.988590093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86108 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.988595463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.988600383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.988608593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.105798Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:04:57.988615933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.105817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.988624823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.105837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.988639443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.105854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.988649353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.105897Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 55256:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.988655083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.988659943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.988664723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.988670203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.105971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:57.988679413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.106030Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:57.988690813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.107123Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.988697913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.107149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 55256\n"} -{"Time":"2024-04-23T18:04:57.988707512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.107179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 55256:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.988718032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.988723162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.988728292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.988733042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.988738202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86108 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.988743172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.988750542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.988756522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.107207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.988764032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.107227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.988771352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.107248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.988781402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.107293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:57.988789102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.107311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m42043\n"} -{"Time":"2024-04-23T18:04:57.988796522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.107321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 42043:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.988804332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.988809312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.988816501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.988822161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.107339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:57.988827901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.150230Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.988835971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.150245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:04:57.988847921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.150254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:57.988853781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.150264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:57.988860471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.150271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.988870981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.150278Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:57.988877411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.150285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:57.988882891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.150295Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.988891241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.150329Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 42043:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.988902111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.988909421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.988914471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.98895735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.98898005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86108 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.9889854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.98899041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.98899896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.150380Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.98900625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.150412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:04:57.98901322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.150440Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:04:57.9890201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.150459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.98902741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.150482Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.989047259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.150499Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.989061279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.150545Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 53107:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.989066979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.989071949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.989081529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.989087069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.150601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:57.989098429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.150657Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:57.989105259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.151700Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.989111889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.151722Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 53107\n"} -{"Time":"2024-04-23T18:04:57.989121279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.151755Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 53107:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.989129539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.989137309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.989142409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.989147189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.989160038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86108 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.989165598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.989174768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.989180798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.151781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.989188218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.151802Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.989196758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.151819Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.989205608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.151860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:57.989212768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.151878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m7531\n"} -{"Time":"2024-04-23T18:04:57.989218788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.151889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 7531:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.997666304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.997804942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.997810442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.997813952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.151909Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:57.997819822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.195310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.997823092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.195325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:04:57.997826172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.195335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:57.997829392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.195347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:57.997832412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.195355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.997835272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.195363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:57.997838262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.195370Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:57.997841092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.195382Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.997844282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.195429Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 7531:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.997851102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.997853962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.997857852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.997861292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.997865092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86108 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.997869732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.997872752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.997875702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.195484Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:04:57.997879792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.195507Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.997884622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.195536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.997889362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.195558Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.997893372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.195611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 53649:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.997896402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.997899172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.997901752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.997904802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.195677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:57.997908781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.195730Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:57.997912581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.196794Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.997916701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.196819Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 53649\n"} -{"Time":"2024-04-23T18:04:57.997920641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.196854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 53649:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.997924391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.997927081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.997929721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.997938691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.997941801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86108 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.997944691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.997947201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.997950631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.196887Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.997954841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.196918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.997958851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.196950Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.997962451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.197001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:57.997965691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.197023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m13417\n"} -{"Time":"2024-04-23T18:04:57.997969121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.197036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 13417:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.997972591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.997975251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.997977891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.997980871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.197060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:57.997983961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.239900Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.997986861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.239915Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:04:57.997989961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.239922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:57.997993071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.239950Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:57.997996201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.239956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.997999571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.239963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:57.998002541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.239969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:57.998005421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.239979Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.998008731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.240019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 13417:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.998012031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.998014701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.99801748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.99802015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.99802386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86108 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.99802677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.99802943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.99803279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.240063Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.99803667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.240109Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:04:57.99804037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.240177Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:04:57.99804464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.240580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/ez438Bp7hTeuLJL7cUnM6elb4Zc6tzzdp3YgHyh3_kI\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:57.9980492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.240648Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:57.99805296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.240677Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:04:57.99805666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.240701Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:04:57.99806145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.240903Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:04:57.99806505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.242701Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:04:57.99806859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.242792Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:57.99807318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.388517Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.99807735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.388834Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.99808115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.390676Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:57.99808477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.390705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:57.99808877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.390872Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/ez438Bp7hTeuLJL7cUnM6elb4Zc6tzzdp3YgHyh3_kI with https://hs2:8448/_matrix/federation/v1/send/ez438Bp7hTeuLJL7cUnM6elb4Zc6tzzdp3YgHyh3_kI\n"} -{"Time":"2024-04-23T18:04:57.99809255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.390891Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:57.99809624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:20.390928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/ez438Bp7hTeuLJL7cUnM6elb4Zc6tzzdp3YgHyh3_kI\n"} -{"Time":"2024-04-23T18:04:57.99810025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.102699Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.9981064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.102860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1135\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"106\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.99811074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.102887Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-3-alice\")}))\n"} -{"Time":"2024-04-23T18:04:57.99811467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.170750Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-3-alice:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:04:57.99811822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.170918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m68 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.99812234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.171568Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:57.998127359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.171641Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:57.998132589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.171663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:57.998136799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.250781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:04:57.998140469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.387948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sendToDevice/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.998144329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.388203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sendToDevice/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/sendToDevice/my.test.type/1 {\"host\": \"127.0.0.1:1135\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"69\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.998148709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.388236Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sendToDevice/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/sendToDevice/my.test.type/1 Some(Object({\"messages\": Object({\"@user-4-bob:hs2\": Object({\"h4NzSvh9Ks\": Object({\"my_key\": String(\"my_value\")})})})}))\n"} -{"Time":"2024-04-23T18:04:57.998152789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.388727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sendToDevice/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.998157859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.389201Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:57.998161879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.389541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/Rr2G-8CK1nnjiOdX-CsAtZD0EHJAo6Kdwun-f5PhjXo\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:57.998166829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.389595Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:04:57.998170869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.389613Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m removing closed connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:57.998175599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.389631Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:57.998179569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.389661Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:04:57.998183399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:21.389689Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:04:57.998187169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.421127Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.3:8448: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:04:57.998192689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.421189Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:57.998196629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:23.421378Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m reqwest::Error { kind: Request, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:04:57.998200469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:28.240516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:57.998203689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:28.240561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m zero bytes read, stream closed?\n"} -{"Time":"2024-04-23T18:04:57.998207549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:28.240570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m \u001b[3merror\u001b[0m\u001b[2m=\u001b[0mstream closed \u001b[3mstream\u001b[0m\u001b[2m=\u001b[0mTCP(127.0.0.11:53)\n"} -{"Time":"2024-04-23T18:04:57.998211989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:28.240584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_exchange\u001b[0m\u001b[2m:\u001b[0m io_stream is done, shutting down\n"} -{"Time":"2024-04-23T18:04:57.998215419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.692119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.998219879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.692362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1135\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"106\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.998224039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.692400Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-5-alice\")}))\n"} -{"Time":"2024-04-23T18:04:57.998228109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.754549Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-5-alice:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:04:57.998231939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.754724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m62 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.998236068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.755415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-5-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:04:57.998240898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.755488Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-5-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:04:57.998245848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:53.755507Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-5-alice:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:04:57.998251858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:54.000729Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sendToDevice/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.998255708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:54.000977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sendToDevice/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/sendToDevice/my.test.type/1 {\"host\": \"127.0.0.1:1135\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"69\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.998260028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:54.001005Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sendToDevice/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/sendToDevice/my.test.type/1 Some(Object({\"messages\": Object({\"@user-6-bob:hs2\": Object({\"YD44UDbmpd\": Object({\"my_key\": String(\"my_value\")})})})}))\n"} -{"Time":"2024-04-23T18:04:57.998264318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:54.001461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sendToDevice/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.998267838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:04:57.998270888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:04:57.998273868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:04:57.998277478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:04:57.998280428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:04:57.998283388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ echo 'IP.1 = 172.28.0.2'\n"} -{"Time":"2024-04-23T18:04:57.998286508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:04:57.998290538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:04:57.998293838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:04:57.998297158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:04:57.998300498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:55.657046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:04:57.998303528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:55.657174Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:04:57.998306828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:55.657521Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:04:57.998310848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:55.657528Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:04:57.998313848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:55.657534Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:04:57.998317148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:55.657541Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:04:57.998320998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:55.658310Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:04:57.998324388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.998326978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:04:57.998329998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:55.658395Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:04:57.998333358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:55.661958Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:04:57.998337098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:55.663559Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:04:57.998340088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:55.664234Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:04:57.998343087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:55.665265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:04:57.998346197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.042594Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 604 in 379.031429ms\n"} -{"Time":"2024-04-23T18:04:57.998349457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.111929Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:04:57.998352497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112007Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:57.998355497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112018Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:04:57.998358527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112025Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:04:57.998361557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112033Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:04:57.998364807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112039Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:04:57.998367857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112047Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:04:57.998370907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112054Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:04:57.998373837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112061Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:04:57.998376887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112067Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:04:57.998379997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112075Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:04:57.998383237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112083Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:04:57.998386507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112090Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:04:57.998389517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112096Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:04:57.998392487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112113Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:04:57.998396317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112125Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:04:57.998399757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112133Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:04:57.998402787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112144Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:04:57.998405887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112153Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:04:57.998408957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.112162Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:04:57.998412347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.169226Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:04:57.998416647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.218698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:04:57.998420287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.237155Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:57.998425517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.243757Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:04:57.998429347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.243786Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:04:57.998445547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.243958Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:04:57.998449786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.244012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.998454406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.244049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.998458416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.244099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.998462206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.244156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 43512:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.998464976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.998467636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:04:57.998470186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.998473426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.244474Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:57.998477206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.244550Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:57.998480876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.246010Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.998484406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.246063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 43512\n"} -{"Time":"2024-04-23T18:04:57.998488236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.246106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 43512:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.998491386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.998493876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:04:57.998496356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.998498846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.998501726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86072 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.998504466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.998506946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.998510036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.246143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"hs2.\"), query_type: A, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.998514426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.246174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.998518296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.246379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:57.998522196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.246411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.998525846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.246476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m7784\n"} -{"Time":"2024-04-23T18:04:57.998529006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.246490Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 7784:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.998531856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.998534306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:04:57.998536956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.998539686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.246512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 21 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:57.998542696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.248649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.998545646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.248666Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 96\n"} -{"Time":"2024-04-23T18:04:57.998548826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.248675Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 96\n"} -{"Time":"2024-04-23T18:04:57.998551846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.248686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 96\n"} -{"Time":"2024-04-23T18:04:57.998554916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.248693Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.998557985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.248701Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:57.998561415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.248708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:57.998564475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.248719Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.998567785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.248765Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 7784:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.998571855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.998574465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:04:57.998577165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.998579665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.998582335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86072 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.998584905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.998587555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.998590535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.248823Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 AAAA\n"} -{"Time":"2024-04-23T18:04:57.998594545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.248844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: AAAA, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.998599015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.248872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.998603045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.248890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: AAAA, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.998607405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.248945Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 25915:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.998610765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.998613445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs2. IN AAAA\n"} -{"Time":"2024-04-23T18:04:57.998616045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.998619515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.248998Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:57.998623375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.249057Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:57.998627275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.250093Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.998631195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.250116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 25915\n"} -{"Time":"2024-04-23T18:04:57.998634865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.250147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 25915:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.998638105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.998640665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs2. IN AAAA\n"} -{"Time":"2024-04-23T18:04:57.998643245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.998645875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.998649085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86072 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.998652225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.998655325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.998658875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.250174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"hs2.\"), query_type: AAAA, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.998662945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.250195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.998667164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.250212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: AAAA, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.998670664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.250255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:57.998673844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.250277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m38514\n"} -{"Time":"2024-04-23T18:04:57.998677114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.250292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 38514:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.998680274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.998683234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs2. IN AAAA\n"} -{"Time":"2024-04-23T18:04:57.998685904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.998688654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.250314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 21 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:57.998692794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.264042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:04:57.998696084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.264051Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:04:57.998699264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.264525Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:04:57.998702824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.264679Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:04:57.998706264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.282671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:04:57.998709814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.283164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1141\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:04:57.998713604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.283263Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:04:57.998717434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.283495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:04:57.998720774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.293199Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.998723724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.293211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 96\n"} -{"Time":"2024-04-23T18:04:57.998726724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.293216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 96\n"} -{"Time":"2024-04-23T18:04:57.998729734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.293222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 96\n"} -{"Time":"2024-04-23T18:04:57.998733064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.293226Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.998736144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.293229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:57.998739334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.293232Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:57.998742634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.293241Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.998746604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.293284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 38514:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.998749914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.998752384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs2. IN AAAA\n"} -{"Time":"2024-04-23T18:04:57.998754924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.998757404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.998760044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86072 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.998762634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.998765954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.998768884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.293324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2. A\n"} -{"Time":"2024-04-23T18:04:57.998772814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.293339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2.\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.998776863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.293355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.998780703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.293370Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2.\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.998784303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.293404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 39768:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.998787403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.998789923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:04:57.998792513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.998795413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.293445Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:57.998799083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.293486Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:57.998802693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.294705Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.998806853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.294741Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 39768\n"} -{"Time":"2024-04-23T18:04:57.998810503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.294784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 39768:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.998813923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.998816393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:04:57.998818973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.998821523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.998824203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86072 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.998826793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.998829303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.998832413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.294824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"hs2.\"), query_type: A, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.998836643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.294852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.998841493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.294876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2.\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.998845043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.294954Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:57.998848053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.294979Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m1829\n"} -{"Time":"2024-04-23T18:04:57.998851133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.294993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 1829:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.998853953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.998856693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:04:57.998859223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.998861943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.295014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 21 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:57.998864943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.336086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.998867863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.336103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 40\n"} -{"Time":"2024-04-23T18:04:57.998870783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.336109Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 40\n"} -{"Time":"2024-04-23T18:04:57.998873703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.336115Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 40\n"} -{"Time":"2024-04-23T18:04:57.998876633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.336118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.998879513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.336122Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:57.998882412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.336126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:57.998885782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.336137Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:04:57.998888992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.336184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 1829:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:04:57.998892142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.998894662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:04:57.998897282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:04:57.998899932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"hs2. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:04:57.998902562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:04:57.998905292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.998907842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.998910772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.336215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 1829:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:04:57.998913912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.998916482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:04:57.998919002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:04:57.998921552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"hs2. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:04:57.998924132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:04:57.998926822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.998929422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.998937022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.336514Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:04:57.998940902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:56.336537Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:443\n"} -{"Time":"2024-04-23T18:04:57.998945192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.341152Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:04:57.998957532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.341232Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:04:57.998962812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.341264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:04:57.998967982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.341330Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:04:57.998971612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.341409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:04:57.998975262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.341452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:04:57.998978892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.341476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.998982822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.341511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.998987142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.341530Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.998990662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.341583Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 56906:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.998995421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.998997971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.999000491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.999003381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.341643Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:57.999007721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.341694Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:57.999011461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.342889Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.999015131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.342919Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 56906\n"} -{"Time":"2024-04-23T18:04:57.999018741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.342968Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 56906:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.999021901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.999024561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.999027151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.999029721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.999032351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86071 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.999035011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.999037581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.999040631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.343001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.999044561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.343025Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.999048841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.343042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.999052761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.343087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:57.999055761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.343108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m40186\n"} -{"Time":"2024-04-23T18:04:57.999058801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.343120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 40186:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.999061601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.999064201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.999066771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.999070141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.343140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:57.999073081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.386019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.999076081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.386029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:04:57.999079551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.386035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:57.999082531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.386042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:57.999085561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.386047Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.999088491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.386051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:57.999091381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.386055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:57.999094271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.386062Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.999097401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.386085Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 40186:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.999101041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.999103791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.99910633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.99910882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.9991115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86071 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.99911417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.99911679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.99911987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.386124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:04:57.9991235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.386140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.99912747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.386153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.99914477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.386164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.99914857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.386193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 45310:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.99915143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.99915397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.99915658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.99916026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.386217Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:57.99916383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.386242Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:57.99916728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.387390Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.99917079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.387401Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 45310\n"} -{"Time":"2024-04-23T18:04:57.99917433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.387418Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 45310:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.99917753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.99918004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.99918255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.99918504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.99918834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86071 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.99919105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.9991936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.99919665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.387431Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.99920088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.387441Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.99920481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.387449Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.99920842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.387469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:57.99921138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.387478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m19291\n"} -{"Time":"2024-04-23T18:04:57.99921448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.387484Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 19291:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.99921737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.999219899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.999222429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.999225199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.387492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:57.999228189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.430059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.999231319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.430076Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:04:57.999234269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.430082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:57.999237279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.430088Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:04:57.999241059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.430091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.999244009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.430095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:57.999247149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.430098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:57.999250029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.430108Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.999253229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.430158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 19291:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.999257189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.999259759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.999262369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.999264839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.999267449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86071 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.999270099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.999273329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.999276349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.430214Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.999279959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.430239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:04:57.999283529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.430262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:04:57.999287209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.430274Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.999291689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.430287Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.999295629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.430297Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.999299109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.430334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 12686:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.999301899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.999304469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.999307089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.999309939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.430372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:57.999313909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.430407Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:57.999319149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.431533Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.999322729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.431545Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 12686\n"} -{"Time":"2024-04-23T18:04:57.999326269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.431564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 12686:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.999329349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.999331899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.999334678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.999337718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.999340548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86071 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.999343278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.999345898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.999349028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.431578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.999353518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.431588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.999357338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.431596Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.999361238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.431617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:57.999364208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.431627Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m49194\n"} -{"Time":"2024-04-23T18:04:57.999367268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.431633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 49194:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.999370068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.999372638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.999375188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.999377848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.431643Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:57.999381408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.474052Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.999384338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.474059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:04:57.999387188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.474063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:57.999390108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.474068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:57.999392988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.474072Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.999396368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.474075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:57.999399238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.474078Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:57.999402078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.474084Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.999405338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.474102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 49194:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.999408888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.999411448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.999413998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.999417048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.999419708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86071 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.999423278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.999425798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.999428688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.474126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:04:57.999432378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.474140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.999436398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.474152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.999440208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.474161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.999443658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.474183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 17823:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.999446628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.999449207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.999451747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.999454677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.474208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:04:57.999458837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.474237Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:04:57.999462337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.475099Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.999465857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.475120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 17823\n"} -{"Time":"2024-04-23T18:04:57.999469367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.475151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 17823:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.999472997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.999475597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.999478087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.999480597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.999483217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86071 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.999486087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.999488587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.999491627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.475177Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.999495767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.475197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:04:57.999499627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.475214Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:04:57.999503567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.475253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:04:57.999506547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.475270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m24051\n"} -{"Time":"2024-04-23T18:04:57.999509617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.475281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 24051:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:04:57.999512337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.999514877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.999517347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.999519987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.475300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:04:57.999522887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.518149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.999525757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.518157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:04:57.999528647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.518161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:57.999531577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.518166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:04:57.999534517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.518170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:04:57.999539677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.518173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:04:57.999542617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.518177Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:04:57.999545567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.518182Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:04:57.999548797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.518200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 24051:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:04:57.999551967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:04:57.999554467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:04:57.999557057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:04:57.999559547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:04:57.999562276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":". 86071 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:04:57.999564966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:04:57.999567466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.999570526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.518223Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:04:57.999574216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.518257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:04:57.999578306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.518323Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:04:57.999582736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.518714Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/rfhRclGSIYkfgfHpkDd8zYjoo0K_Cjh0elRo19YKTKA\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:57.999586736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.518752Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:57.999590246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.518780Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:04:57.999593776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.518796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:04:57.999597176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.518900Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:04:57.999601016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.520801Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:04:57.999604486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.520844Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:57.999607856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.561012Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:57.999611246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.561027Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:57.999614966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.561127Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/rfhRclGSIYkfgfHpkDd8zYjoo0K_Cjh0elRo19YKTKA with https://hs2:8448/_matrix/federation/v1/send/rfhRclGSIYkfgfHpkDd8zYjoo0K_Cjh0elRo19YKTKA\n"} -{"Time":"2024-04-23T18:04:57.999618596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.561137Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:57.999622546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.561158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/rfhRclGSIYkfgfHpkDd8zYjoo0K_Cjh0elRo19YKTKA\n"} -{"Time":"2024-04-23T18:04:57.999626056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.561767Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:04:57.999630046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.561919Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/onZBBaxMpvGJiifZXj-9_bn1JSlMvFc1LRPJvzAken4\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:04:57.999633906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.561985Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:04:57.999637656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.562005Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:57.999643756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.563174Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:57.999647186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.563190Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:04:57.999651076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.563204Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/onZBBaxMpvGJiifZXj-9_bn1JSlMvFc1LRPJvzAken4 with https://hs2:8448/_matrix/federation/v1/send/onZBBaxMpvGJiifZXj-9_bn1JSlMvFc1LRPJvzAken4\n"} -{"Time":"2024-04-23T18:04:57.999654646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.563213Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:04:57.999658586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.563229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/onZBBaxMpvGJiifZXj-9_bn1JSlMvFc1LRPJvzAken4\n"} -{"Time":"2024-04-23T18:04:57.999662036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\u001b[2m2024-04-23T22:04:57.601942Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:04:57.999665466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"2024/04/23 18:04:57 ============== 9db49949051b1451695c33776093a36d84cf65052f412461883aeb12ec4a6b4c : END LOGS ==============\n"} -{"Time":"2024-04-23T18:04:57.999668166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:57.999670626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"\n"} -{"Time":"2024-04-23T18:04:58.017722017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Output":"--- FAIL: TestToDeviceMessagesOverFederation (39.21s)\n"} -{"Time":"2024-04-23T18:04:58.017742967-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestToDeviceMessagesOverFederation","Elapsed":39.21} -{"Time":"2024-04-23T18:04:58.017756576-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents"} -{"Time":"2024-04-23T18:04:58.017762806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"=== RUN TestUnrejectRejectedEvents\n"} -{"Time":"2024-04-23T18:04:58.896989155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":" federation_unreject_rejected_test.go:21: Deploy times: 13.821957ms blueprints, 865.342692ms containers\n"} -{"Time":"2024-04-23T18:04:58.950484643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (53.429859ms)\n"} -{"Time":"2024-04-23T18:04:59.882815623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/capabilities =\u003e 200 OK (1.18347ms)\n"} -{"Time":"2024-04-23T18:04:59.882861983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":" server.go:185: Creating room !0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875 with version 10\n"} -{"Time":"2024-04-23T18:04:59.898120268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"2024/04/23 18:04:59 Received send-join of event $dUD3Ih7-NSW7skFr06Lz-4JgF1JHznV9w9WmYJyND1w\n"} -{"Time":"2024-04-23T18:04:59.906126038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875 =\u003e 200 OK (22.341313ms)\n"} -{"Time":"2024-04-23T18:04:59.909794195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.622758ms)\n"} -{"Time":"2024-04-23T18:04:59.914648262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":" server.go:118: Server.UnexpectedRequestsAreErrors=false received unexpected request to server: GET /_matrix/federation/v1/event/$dwsLmIJUJOBGvSvNJnd7GdgKL6_B9z4SEPnf2w8oY3s - sending 404 which may cause the HS to backoff from Complement\n"} -{"Time":"2024-04-23T18:04:59.915406486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":" server.go:118: Server.UnexpectedRequestsAreErrors=false received unexpected request to server: GET /_matrix/federation/v1/state_ids/!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875 - sending 404 which may cause the HS to backoff from Complement\n"} -{"Time":"2024-04-23T18:04:59.915905231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":" federation_unreject_rejected_test.go:67: \u001b[31mMustSendTransaction: response for $jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA contained error: host.docker.internal:10875\u001b[39m\n"} -{"Time":"2024-04-23T18:05:00.108691452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"2024/04/23 18:05:00 ============================================\n"} -{"Time":"2024-04-23T18:05:00.108713771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\n"} -{"Time":"2024-04-23T18:05:00.108717021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\n"} -{"Time":"2024-04-23T18:05:00.108719751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"2024/04/23 18:05:00 e935070e1ee93893ee282a26609bc8f85812534c952d0e122b9921866a3bf862 : Server logs:\n"} -{"Time":"2024-04-23T18:05:00.10888822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:05:00.10889218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:05:00.10889542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:05:00.10890325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:05:00.10890757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:05:00.10891141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"+ echo 'IP.1 = 172.27.0.2'\n"} -{"Time":"2024-04-23T18:05:00.108930579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:05:00.108948479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:05:00.108952879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:05:00.108970069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:05:00.108974629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.490316Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:05:00.108982009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.490423Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:05:00.108988129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.490756Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:05:00.108993149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.490766Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:05:00.109008619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.490773Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:05:00.109013649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.490781Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:05:00.109021099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.491529Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:05:00.109026869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\n"} -{"Time":"2024-04-23T18:05:00.109043458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:05:00.109057238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.491596Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:05:00.109060898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.493919Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:05:00.109074368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.495450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:05:00.109077888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.496037Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:05:00.109089908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.497055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:05:00.109093018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.847412Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 351.956557ms\n"} -{"Time":"2024-04-23T18:05:00.109105548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849570Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:05:00.109108868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849633Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:00.109126908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849644Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:00.109130948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849651Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:05:00.109135148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849658Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:05:00.109148378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849664Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:05:00.109151557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849671Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:05:00.109155657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849678Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:05:00.109170447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849685Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:05:00.109174737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849692Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:05:00.109191967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849699Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:05:00.109195127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849706Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:05:00.109199647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849713Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:05:00.109214067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849719Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:05:00.109217697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849736Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:05:00.109221847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849748Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:05:00.109236457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849756Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:05:00.109240767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849766Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:05:00.109245077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849775Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:05:00.109259547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.849784Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:05:00.109265056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.851585Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:05:00.109271326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.854478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:05:00.109275566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.870808Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:05:00.109291976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.870819Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:05:00.109295326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.871510Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:05:00.109311116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.871655Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:05:00.109314446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.895475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:00.109329996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.896091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1145\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:00.109333926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.896233Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:05:00.109342826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.896593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:00.109362006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.897399Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:00.109366196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.897793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1145\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:00.109371816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.897812Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:05:00.109386125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.940418Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:05:00.109399095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.942322Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:00.109405825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.942542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:00.109411685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.942669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:00.109417415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.945540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:00.109433805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.945558Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:00.109439175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.945580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:00.109446585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.947073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:00.109452705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.947106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:00.109462625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.947115Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:00.109468285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.947140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:00.109474375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.947205Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:05:00.109490955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.947218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:05:00.109497684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.947244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:00.109505244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.947251Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:00.109643973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.948800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:00.109653923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:00.109661903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.948826Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:00.109667153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:00.109733822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.948834Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:00.109739912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:00.109744802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.950158Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:05:00.109748292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.950236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m52 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:00.109754432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.950739Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:00.109759762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.950780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:00.109764012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:58.950789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:00.109767852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.881956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/capabilities\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:00.109771502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.882353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/capabilities\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/capabilities {\"host\": \"127.0.0.1:1145\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:00.109777302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.882385Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/capabilities\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/capabilities None\n"} -{"Time":"2024-04-23T18:05:00.109781052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.882604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/capabilities\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:00.109784522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.883917Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:00.109870161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.884206Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%210-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875?server_name=host.docker.internal%3A10875 {\"host\": \"127.0.0.1:1145\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:00.109875051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.884237Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%210-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875?server_name=host.docker.internal%3A10875 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:00.109878751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.884789Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875 over federation.\n"} -{"Time":"2024-04-23T18:05:00.109883811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.884917Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:10875 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:00.109887351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.885450Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:00.109906061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.885726Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal:10875\n"} -{"Time":"2024-04-23T18:05:00.109912501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.885752Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 2: Hostname with included port\n"} -{"Time":"2024-04-23T18:05:00.109918641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.885862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":10875\") hostname: Named(\"host.docker.internal\", \":10875\")\n"} -{"Time":"2024-04-23T18:05:00.10995373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.886093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(10875), path: \"/_matrix/federation/v1/make_join/!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875/@user-1:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:00.10995989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.886206Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:10875)\n"} -{"Time":"2024-04-23T18:05:00.10996545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.886275Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(10875))\n"} -{"Time":"2024-04-23T18:05:00.10997006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.886292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:10875\n"} -{"Time":"2024-04-23T18:05:00.10997475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.886417Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:10875\n"} -{"Time":"2024-04-23T18:05:00.10997938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.893059Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:00.10998334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.893109Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:10875)\n"} -{"Time":"2024-04-23T18:05:00.10998822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.894842Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:00.10999237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.895023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:00.10999603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.895417Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:10875)\n"} -{"Time":"2024-04-23T18:05:00.10999989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.895432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:10875)\n"} -{"Time":"2024-04-23T18:05:00.110077599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.895447Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:10875 for https://host.docker.internal:10875/_matrix/federation/v1/make_join/!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875/@user-1:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://host.docker.internal:10875/_matrix/federation/v1/make_join/!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875/@user-1:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:00.110083179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.895456Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:00.110087149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.895476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:10875/_matrix/federation/v1/make_join/!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875/@user-1:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:00.110093229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.895535Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"sender\":\"@user-1:hs1\",\"room_id\":\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\",\"type\":\"m.room.member\",\"state_key\":\"@user-1:hs1\",\"prev_events\":[\"$Q7pZ1Pr0iHweCyLG1689gjkWjPQrrsOITjBjxmrUJks\"],\"auth_events\":[\"$Vht6qOood4IMz7AR2FJxELN1955dSkoeRKWKLPLkGfk\",\"$Q7pZ1Pr0iHweCyLG1689gjkWjPQrrsOITjBjxmrUJks\",\"$oa_yx0PxSAXYdBkB_WM7COiQwe8xegKEEHSAoD1v82k\"],\"depth\":5,\"content\":{\"membership\":\"join\"}}) })\n"} -{"Time":"2024-04-23T18:05:00.110097839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.895548Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:05:00.110101309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.895668Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:10875 for send_join in room !0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\n"} -{"Time":"2024-04-23T18:05:00.110106169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.895788Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:00.110111559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.895978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(10875), path: \"/_matrix/federation/v2/send_join/!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875/$dUD3Ih7-NSW7skFr06Lz-4JgF1JHznV9w9WmYJyND1w\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:00.110120409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.896005Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:10875): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:00.110129099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.896015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:10875)\n"} -{"Time":"2024-04-23T18:05:00.110146719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.897529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:00.110150309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.897654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:00.110168079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.898308Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:10875 for https://host.docker.internal:10875/_matrix/federation/v2/send_join/!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875/$dUD3Ih7-NSW7skFr06Lz-4JgF1JHznV9w9WmYJyND1w with https://host.docker.internal:10875/_matrix/federation/v2/send_join/!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875/$dUD3Ih7-NSW7skFr06Lz-4JgF1JHznV9w9WmYJyND1w\n"} -{"Time":"2024-04-23T18:05:00.110173019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.898322Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:00.110178518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.898393Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:10875)\n"} -{"Time":"2024-04-23T18:05:00.110181768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.898400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:10875)\n"} -{"Time":"2024-04-23T18:05:00.110190178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.898544Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:10875/_matrix/federation/v2/send_join/!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875/$dUD3Ih7-NSW7skFr06Lz-4JgF1JHznV9w9WmYJyND1w\n"} -{"Time":"2024-04-23T18:05:00.110196668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.898601Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:05:00.110204368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.898746Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:05:00.110210638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.898806Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:05:00.110216838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.898922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for host.docker.internal:10875\n"} -{"Time":"2024-04-23T18:05:00.110227238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.898950Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Signing key not loaded for host.docker.internal:10875\n"} -{"Time":"2024-04-23T18:05:00.110240968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.899112Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted key servers first for homeserver signing keys.\n"} -{"Time":"2024-04-23T18:05:00.110255978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.899130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Remaining servers left that the notary/trusted servers did not provide: {\"host.docker.internal:10875\": {}}\n"} -{"Time":"2024-04-23T18:05:00.110260778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.899141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking individual servers for signing keys: {\"host.docker.internal:10875\": {}}\n"} -{"Time":"2024-04-23T18:05:00.110277078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.899209Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:00.110281448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.899332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(10875), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:00.110287038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.899356Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:10875): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:00.110292227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.899366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:10875)\n"} -{"Time":"2024-04-23T18:05:00.110299937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.899767Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:10875)\n"} -{"Time":"2024-04-23T18:05:00.110307147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.899806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:10875)\n"} -{"Time":"2024-04-23T18:05:00.110312517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.899843Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:10875 for https://host.docker.internal:10875/_matrix/key/v2/server with https://host.docker.internal:10875/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:00.110321287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.899860Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:00.110327467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.899889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:10875/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:00.110332317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.899971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Received new Future result\n"} -{"Time":"2024-04-23T18:05:00.110348727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.899984Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Result is from host.docker.internal:10875\n"} -{"Time":"2024-04-23T18:05:00.110355257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.900144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Done handling Future result\n"} -{"Time":"2024-04-23T18:05:00.110365967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.900162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Search for signing keys done\n"} -{"Time":"2024-04-23T18:05:00.110374817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.900179Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:05:00.110382137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.901690Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:05:00.110395667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.902571Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:05:00.110400447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.902609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $dUD3Ih7-NSW7skFr06Lz-4JgF1JHznV9w9WmYJyND1w (m.room.member)\n"} -{"Time":"2024-04-23T18:05:00.110415646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.902756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:00.110420516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.903023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:00.110438456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.903050Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:05:00.110442166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.904714Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:05:00.110447726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.905133Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:05:00.110454096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.905758Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:05:00.110469326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.905881Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m21 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:00.110482766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.906556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:00.110486596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.906760Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1145\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:00.110493216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.906774Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:00.110497676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.909469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:05:00.110512386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.909610Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:00.110517655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.912528Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:00.110523265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.912808Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:10875, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:00.110533565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.912950Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/complement-910245521 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"806\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:00.110540555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.912964Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/complement-910245521 Some(Object({\"origin\": String(\"host.docker.internal:10875\"), \"origin_server_ts\": 0, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$Vht6qOood4IMz7AR2FJxELN1955dSkoeRKWKLPLkGfk\"), String(\"$oa_yx0PxSAXYdBkB_WM7COiQwe8xegKEEHSAoD1v82k\"), String(\"$T4_LPBOwwLkQYiDW00ek08Mx-x3ZEoBqb5DmvS2p2Js\")]), \"content\": Object({\"event\": String(\"B\")}), \"depth\": 6, \"hashes\": Object({\"sha256\": String(\"92J8uklNs6o181Pa5vjeVVpT5l+gXY6yRzuVYOIQ2y0\")}), \"origin\": String(\"host.docker.internal:10875\"), \"origin_server_ts\": 1713909899910, \"prev_events\": Array([String(\"$dwsLmIJUJOBGvSvNJnd7GdgKL6_B9z4SEPnf2w8oY3s\")]), \"room_id\": String(\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"), \"sender\": String(\"@bob:host.docker.internal:10875\"), \"signatures\": Object({\"host.docker.int"} -{"Time":"2024-04-23T18:05:00.110545735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"ernal:10875\": Object({\"ed25519:complement_1b9543e7a318280d43171e852fa791577a46108d8dae9029d7c9fedfacb9fd19\": String(\"5B+OI3boc67pP1+pKFE/XKVH0Ry4fzxi59utVjhCiI0u6jii57uuoaFAurp9b6fQZ1z8Cx0kJnqoNaSpkU2cCA\")})}), \"type\": String(\"m.event.b\")})])}))\n"} -{"Time":"2024-04-23T18:05:00.110551015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.913137Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m119.509µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"complement-910245521\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\n"} -{"Time":"2024-04-23T18:05:00.110643984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.913169Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:10875\n"} -{"Time":"2024-04-23T18:05:00.110648704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.913234Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:10875, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:00.110653364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.913283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m266.147µs\n"} -{"Time":"2024-04-23T18:05:00.110659004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.913382Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:00.110664874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.913634Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:05:00.110671354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.913688Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Vht6qOood4IMz7AR2FJxELN1955dSkoeRKWKLPLkGfk in db\n"} -{"Time":"2024-04-23T18:05:00.110676654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.913723Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $oa_yx0PxSAXYdBkB_WM7COiQwe8xegKEEHSAoD1v82k in db\n"} -{"Time":"2024-04-23T18:05:00.110681944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.913756Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $T4_LPBOwwLkQYiDW00ek08Mx-x3ZEoBqb5DmvS2p2Js in db\n"} -{"Time":"2024-04-23T18:05:00.110689134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.913778Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:00.110697834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.913788Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Vht6qOood4IMz7AR2FJxELN1955dSkoeRKWKLPLkGfk in db\n"} -{"Time":"2024-04-23T18:05:00.110714384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.913798Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $oa_yx0PxSAXYdBkB_WM7COiQwe8xegKEEHSAoD1v82k in db\n"} -{"Time":"2024-04-23T18:05:00.110730354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.913806Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $T4_LPBOwwLkQYiDW00ek08Mx-x3ZEoBqb5DmvS2p2Js in db\n"} -{"Time":"2024-04-23T18:05:00.110735914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.913818Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:05:00.110742553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.913964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA (m.event.b)\n"} -{"Time":"2024-04-23T18:05:00.110748673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.913998Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:00.110841693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.914010Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:00.110846563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.914020Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:05:00.110850533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.914114Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:05:00.110855763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.914285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching $dwsLmIJUJOBGvSvNJnd7GdgKL6_B9z4SEPnf2w8oY3s over federation.\n"} -{"Time":"2024-04-23T18:05:00.110860482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.914327Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:00.110868352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.914469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(10875), path: \"/_matrix/federation/v1/event/$dwsLmIJUJOBGvSvNJnd7GdgKL6_B9z4SEPnf2w8oY3s\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:00.110874502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.914497Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:10875): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:00.110880882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.914510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:10875)\n"} -{"Time":"2024-04-23T18:05:00.110889892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.914702Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:10875)\n"} -{"Time":"2024-04-23T18:05:00.110996161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.914720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:10875)\n"} -{"Time":"2024-04-23T18:05:00.111002091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.914736Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:10875 for https://host.docker.internal:10875/_matrix/federation/v1/event/$dwsLmIJUJOBGvSvNJnd7GdgKL6_B9z4SEPnf2w8oY3s with https://host.docker.internal:10875/_matrix/federation/v1/event/$dwsLmIJUJOBGvSvNJnd7GdgKL6_B9z4SEPnf2w8oY3s\n"} -{"Time":"2024-04-23T18:05:00.111006641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.914779Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:00.111012301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.914796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 404 for GET https://host.docker.internal:10875/_matrix/federation/v1/event/$dwsLmIJUJOBGvSvNJnd7GdgKL6_B9z4SEPnf2w8oY3s\n"} -{"Time":"2024-04-23T18:05:00.111018311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.914823Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Failed to fetch event $dwsLmIJUJOBGvSvNJnd7GdgKL6_B9z4SEPnf2w8oY3s: host.docker.internal:10875\n"} -{"Time":"2024-04-23T18:05:00.111023601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.914848Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:00.11110409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.914923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:00.11110908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.914957Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$dwsLmIJUJOBGvSvNJnd7GdgKL6_B9z4SEPnf2w8oY3s\"]\n"} -{"Time":"2024-04-23T18:05:00.11111321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.915007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mprev\u001b[0m\u001b[1m{\u001b[0m\u001b[3mprev_id\u001b[0m\u001b[2m=\u001b[0m\"$dwsLmIJUJOBGvSvNJnd7GdgKL6_B9z4SEPnf2w8oY3s\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Backing off from prev_event \u001b[3mduration\u001b[0m\u001b[2m=\u001b[0m150.248µs \u001b[3mmin_duration\u001b[0m\u001b[2m=\u001b[0m300s\n"} -{"Time":"2024-04-23T18:05:00.11111901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.915065Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:05:00.11112369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.915083Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:05:00.11113074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.915120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching state ids\n"} -{"Time":"2024-04-23T18:05:00.11113768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.915153Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:00.111228079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.915262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(10875), path: \"/_matrix/federation/v1/state_ids/!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\", query: Some(\"event_id=%24jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:00.111234109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.915287Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:10875): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:00.111238419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.915301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:10875)\n"} -{"Time":"2024-04-23T18:05:00.111244029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.915448Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:10875)\n"} -{"Time":"2024-04-23T18:05:00.111249109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.915465Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:10875)\n"} -{"Time":"2024-04-23T18:05:00.111257069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.915480Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:10875 for https://host.docker.internal:10875/_matrix/federation/v1/state_ids/!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875?event_id=%24jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA with https://host.docker.internal:10875/_matrix/federation/v1/state_ids/!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875?event_id=%24jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\n"} -{"Time":"2024-04-23T18:05:00.111264339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.915543Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:00.111269939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.915558Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 404 for GET https://host.docker.internal:10875/_matrix/federation/v1/state_ids/!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875?event_id=%24jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\n"} -{"Time":"2024-04-23T18:05:00.111338578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.915583Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0-jAQ2jT8seHV0ghuh5E:host.docker.internal:10875\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_state\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching state for event failed: host.docker.internal:10875\n"} -{"Time":"2024-04-23T18:05:00.111342918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.915623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $jr08_yetVi9PFBCL-6VfMbmAoya1xS4Us9O7Hvc-vfA \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m2.3295ms \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m2.606917ms\n"} -{"Time":"2024-04-23T18:05:00.111346868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.915638Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.621857ms \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"complement-910245521\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:10875\"\n"} -{"Time":"2024-04-23T18:05:00.111352728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.915715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:00.111356268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\u001b[2m2024-04-23T22:04:59.916120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:05:00.111415978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"2024/04/23 18:05:00 ============== e935070e1ee93893ee282a26609bc8f85812534c952d0e122b9921866a3bf862 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:05:00.111422448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\n"} -{"Time":"2024-04-23T18:05:00.111425447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"\n"} -{"Time":"2024-04-23T18:05:00.129212001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Output":"--- FAIL: TestUnrejectRejectedEvents (2.11s)\n"} -{"Time":"2024-04-23T18:05:00.12922004-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestUnrejectRejectedEvents","Elapsed":2.11} -{"Time":"2024-04-23T18:05:00.12922815-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery"} -{"Time":"2024-04-23T18:05:00.12923193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"=== RUN TestFederationKeyUploadQuery\n"} -{"Time":"2024-04-23T18:05:01.260274207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":" federation_upload_keys_test.go:19: Deploy times: 6.613542ms blueprints, 1.124356256s containers\n"} -{"Time":"2024-04-23T18:05:01.313877694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (53.561308ms)\n"} -{"Time":"2024-04-23T18:05:01.368253475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (54.272902ms)\n"} -{"Time":"2024-04-23T18:05:01.376440302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (8.126338ms)\n"} -{"Time":"2024-04-23T18:05:01.696803708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!W5xhPcn503ChZWGwpe:hs1 =\u003e 200 OK (320.254066ms)\n"} -{"Time":"2024-04-23T18:05:01.700614244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (3.745827ms)\n"} -{"Time":"2024-04-23T18:05:01.702956543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/keys/upload =\u003e 200 OK (1.732155ms)\n"} -{"Time":"2024-04-23T18:05:01.702973523-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery/Can_claim_remote_one_time_key_using_POST"} -{"Time":"2024-04-23T18:05:01.702979303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery/Can_claim_remote_one_time_key_using_POST","Output":"=== RUN TestFederationKeyUploadQuery/Can_claim_remote_one_time_key_using_POST\n"} -{"Time":"2024-04-23T18:05:01.706159335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/keys/claim =\u003e 200 OK (3.113382ms)\n"} -{"Time":"2024-04-23T18:05:01.708637333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/keys/claim =\u003e 200 OK (2.402228ms)\n"} -{"Time":"2024-04-23T18:05:01.708682993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery/Can_claim_remote_one_time_key_using_POST","Output":" federation_upload_keys_test.go:81: \u001b[31mMatchResponse key 'one_time_keys.@user-1:hs1' present - http://127.0.0.1:1147/_matrix/client/v3/keys/claim =\u003e {\"one_time_keys\":{\"@user-1:hs1\":{}}}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:01.708697583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery/Can_claim_remote_one_time_key_using_POST","Output":"--- FAIL: TestFederationKeyUploadQuery/Can_claim_remote_one_time_key_using_POST (0.01s)\n"} -{"Time":"2024-04-23T18:05:01.708706482-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery/Can_claim_remote_one_time_key_using_POST","Elapsed":0.01} -{"Time":"2024-04-23T18:05:01.708715352-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery/Can_query_remote_device_keys_using_POST"} -{"Time":"2024-04-23T18:05:01.708720412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery/Can_query_remote_device_keys_using_POST","Output":"=== RUN TestFederationKeyUploadQuery/Can_query_remote_device_keys_using_POST\n"} -{"Time":"2024-04-23T18:05:02.711665157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002846576s)\n"} -{"Time":"2024-04-23T18:05:03.714538962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002783766s)\n"} -{"Time":"2024-04-23T18:05:04.717672574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003068362s)\n"} -{"Time":"2024-04-23T18:05:05.720605346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002845833s)\n"} -{"Time":"2024-04-23T18:05:06.72326819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002568385s)\n"} -{"Time":"2024-04-23T18:05:06.72331836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery/Can_query_remote_device_keys_using_POST","Output":" federation_upload_keys_test.go:94: \u001b[31m@user-2:hs2 MustSyncUntil: timed out after 5.014551008s. Seen 5 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:05:06.72332615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery/Can_query_remote_device_keys_using_POST","Output":" [t=1.002953105s] Response #1: no device_lists found\n"} -{"Time":"2024-04-23T18:05:06.72333201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery/Can_query_remote_device_keys_using_POST","Output":" [t=2.00579389s] Response #2: no device_lists found\n"} -{"Time":"2024-04-23T18:05:06.72333736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery/Can_query_remote_device_keys_using_POST","Output":" [t=3.008944622s] Response #3: no device_lists found\n"} -{"Time":"2024-04-23T18:05:06.72334241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery/Can_query_remote_device_keys_using_POST","Output":" [t=4.011893264s] Response #4: no device_lists found\n"} -{"Time":"2024-04-23T18:05:06.72334743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery/Can_query_remote_device_keys_using_POST","Output":" [t=5.014547728s] Response #5: no device_lists found, \n"} -{"Time":"2024-04-23T18:05:06.723352579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery/Can_query_remote_device_keys_using_POST","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:05:06.723365589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery/Can_query_remote_device_keys_using_POST","Output":"--- FAIL: TestFederationKeyUploadQuery/Can_query_remote_device_keys_using_POST (5.01s)\n"} -{"Time":"2024-04-23T18:05:06.723372119-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery/Can_query_remote_device_keys_using_POST","Elapsed":5.01} -{"Time":"2024-04-23T18:05:06.919086023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"2024/04/23 18:05:06 ============================================\n"} -{"Time":"2024-04-23T18:05:06.919106223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.919113733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.919116603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"2024/04/23 18:05:06 8cf4eb3c2b9f03b65b21ae85ffd1c5ec28291598cb4d09b28a2a21dd6e266ef9 : Server logs:\n"} -{"Time":"2024-04-23T18:05:06.919211712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:05:06.919215572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:05:06.919220312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:05:06.919223302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:05:06.919227562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:05:06.919231622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"+ echo 'IP.1 = 172.28.0.2'\n"} -{"Time":"2024-04-23T18:05:06.919234992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:05:06.919238022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:05:06.919254211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:05:06.919257601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:05:06.919261911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.661643Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:05:06.919265001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.661758Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:05:06.919270071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.662143Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:05:06.919273391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.662151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:05:06.919277771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.662157Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:05:06.919295331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.662164Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:05:06.919298631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.662929Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:05:06.919303521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.919306211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:05:06.919309441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.663021Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:05:06.919314481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.665562Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:05:06.919317451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.667196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:05:06.919320781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.667868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:05:06.919325621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.668917Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:05:06.919329951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.122206Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 455.008568ms\n"} -{"Time":"2024-04-23T18:05:06.919334421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124429Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:05:06.919338871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124493Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:06.919343161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124504Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:06.91936513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124511Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:05:06.91936899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124518Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:05:06.91937477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124525Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:05:06.91937785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124532Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:05:06.91938075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124540Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:05:06.91938507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124547Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:05:06.91938811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124557Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:05:06.91939583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124564Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:05:06.91939884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124571Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:05:06.91940308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124581Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:05:06.91940608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124587Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:05:06.9194103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124604Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:05:06.91942042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124615Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:05:06.91942664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124624Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:05:06.91943049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124634Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:05:06.91943568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124643Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:05:06.91944104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.124651Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:05:06.91944637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.126458Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:05:06.91945037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.129444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:05:06.91945706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.145771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:05:06.91946313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.145782Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:05:06.91946724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.146273Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:05:06.919477429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.146407Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:05:06.919483029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.162356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:06.919487339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.163059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1147\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:06.919493719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.163183Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:05:06.919500019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.163566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:06.919612688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.314453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:06.919617328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.314912Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1147\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:06.919622168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.314965Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:05:06.919627698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.358298Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:05:06.919631618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.360140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:06.919636458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.360346Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:06.919643988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.360475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:06.919649628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.363327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:06.919729027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.363345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:06.919734877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.363369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:06.919740027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.364836Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:06.919746397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.364868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:06.919751077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.364877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:06.919833236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.364901Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:06.919838486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.364973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs2\", \"@user-2:hs2\"}\n"} -{"Time":"2024-04-23T18:05:06.919843696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.364985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:05:06.919849666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.365012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:06.919854176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.365019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:06.920000675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.366550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:06.920007555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:06.920014975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.366577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:06.920020025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:06.920067774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.366585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:06.920073444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:06.920078344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.367879Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-2:hs2 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:05:06.920081834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.367969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m53 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:06.920087834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.368518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:06.920092784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.368569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:06.920098774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.368580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:06.920102674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.376780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:06.920108024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.377224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21W5xhPcn503ChZWGwpe:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1147\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:06.920113624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.377257Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21W5xhPcn503ChZWGwpe:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:06.920119044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.377745Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !W5xhPcn503ChZWGwpe:hs1 over federation.\n"} -{"Time":"2024-04-23T18:05:06.920127894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.377902Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:06.920132874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.378517Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:06.920138124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.378849Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:05:06.920153523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.378876Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:05:06.920247813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.379000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:05:06.920252933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.379028Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:06.920257502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.379061Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:06.920263432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.379098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:06.920267392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.379146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 13425:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:06.920271632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.920276132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:05:06.920280032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.920286622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.379310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:06.920301242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.379369Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:06.920307882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.379721Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:05:06.920313342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.379740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 13425\n"} -{"Time":"2024-04-23T18:05:06.920330892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.379768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 13425:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:06.920335992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.920340272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:05:06.920346422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:06.920353972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"hs1. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:05:06.920370191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:06.920374771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:06.920379521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.920395831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.379789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 13425:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:06.920401461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.920407311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:05:06.920420421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:06.920425091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"hs1. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:05:06.920429071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:06.920441771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:06.920446431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.920454811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.380074Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:05:06.9204727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.380095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:443\n"} -{"Time":"2024-04-23T18:05:06.9204823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.380225Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:06.92048846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.380253Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:06.92053111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.380268Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:06.92053633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.380288Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:06.92054038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.380319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:06.92054586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.380340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:05:06.9205498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.380352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:06.92055574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.380365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:06.92056337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.380374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:06.92057049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.380399Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 19107:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:06.92057587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.920580189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:06.920584929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.920602309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.380428Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:06.920607059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.380461Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:06.920613009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.381453Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:06.920713818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.381470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 19107\n"} -{"Time":"2024-04-23T18:05:06.920718588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.381488Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 19107:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:06.920722268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.920727358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:06.920730858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:06.920736308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:06.920741988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":". 86067 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:06.920746858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:06.920752148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.920758508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.381505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:06.920767878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.381518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:06.920778738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.381622Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:06.920785108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.381645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:06.920791428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.381690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m35702\n"} -{"Time":"2024-04-23T18:05:06.920796837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.381700Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 35702:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:06.920802607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.920809867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:06.920830497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.920835637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.381715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:06.920841247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.384083Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:06.920846407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.384101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:06.920855697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.384110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:06.920864717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.384124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:06.920872417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.384134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:06.920878827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.384145Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:06.920897667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.384156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:06.920903376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.384167Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:06.920909076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.384204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 35702:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:06.920915576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.920920556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:06.920928786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:06.920949786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:06.920990996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":". 86067 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:06.920997906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:06.921007106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.921015055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.384253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:05:06.921028575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.384273Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:06.921044475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.384294Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:06.921055715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.384312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:06.921064885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.384360Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 31907:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:06.921072765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.921082715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:06.921092215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.921099665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.384414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:06.921110185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.384457Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:06.921121825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.385446Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:06.921134944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.385461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 31907\n"} -{"Time":"2024-04-23T18:05:06.921145724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.385482Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 31907:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:06.921153634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.921160064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:06.921166414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:06.921172984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:06.921183314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":". 86067 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:06.921191484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:06.921199254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.921207774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.385501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:06.921220444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.385517Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:06.921230904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.385526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:06.921243853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.385549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:06.921252413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.385559Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m3685\n"} -{"Time":"2024-04-23T18:05:06.921260983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.385565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 3685:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:06.921268413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.921275093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:06.921282393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.921289373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.385572Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:06.921295443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.433107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:06.921304013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.433121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:06.921310993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.433130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:06.921317033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.433140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:06.921322823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.433147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:06.921328593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.433155Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:06.921336953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.433163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:06.921342723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.433176Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:06.921349283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.433221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 3685:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:06.921355952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.921361072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:06.921368632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:06.921373832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:06.921379132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":". 86067 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:06.921387042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:06.921392212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.921398502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.433289Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:06.921414262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.433323Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:06.921424752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.433361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:05:06.921436432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.433386Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:06.921447342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.433413Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:06.921456432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.433436Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:06.921466292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.433496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 55502:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:06.921472001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.921479541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:06.921485891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.921494581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.433558Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:06.921505031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.433610Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:06.92161665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.434601Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:06.92162577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.434629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 55502\n"} -{"Time":"2024-04-23T18:05:06.92163363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.434667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 55502:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:06.92164299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.92164825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:06.9216533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:06.92165881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:06.92166401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":". 86067 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:06.92166927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:06.92167693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.92168409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.434698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:06.92169248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.434720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:06.921700759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.434737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:06.921710539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.434786Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:06.921716629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.434805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m40829\n"} -{"Time":"2024-04-23T18:05:06.921723649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.434816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 40829:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:06.921729459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.921734529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:06.921742099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.921747729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.434838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:06.921753839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.477196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:06.921759999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.477207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:06.921765789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.477213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:06.921771609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.477221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:06.921779959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.477227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:06.921785859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.477232Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:06.921791689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.477238Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:06.921799999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.477246Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:06.921806629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.477271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 40829:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:06.921816548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.921821698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:06.921826718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:06.921834388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:06.921839798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":". 86067 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:06.921845088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:06.921852538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.921858688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.477311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:05:06.921866598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.477327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:06.921877618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.477343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:06.921885738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.477356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:06.921895408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.477392Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 60444:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:06.921901118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.921906168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:06.921913828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.921919918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.477443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:06.921928317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.477493Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:06.921952087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.478701Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:06.921959987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.478723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 60444\n"} -{"Time":"2024-04-23T18:05:06.921970097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.478755Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 60444:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:06.921976807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.921981907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:06.921989587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:06.921994697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:06.922000257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":". 86067 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:06.922006227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:06.922014127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.922021447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.478781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:06.922122786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.478801Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:06.922132326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.478818Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:06.922139726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.478858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:06.922145766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.478876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m51315\n"} -{"Time":"2024-04-23T18:05:06.922151815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.478886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 51315:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:06.922160245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.922165455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:06.922170415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.922175775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.478905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:06.922181545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.521288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:06.922187375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.521302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:06.922192985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.521310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:06.922198805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.521321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:06.922207305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.521328Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:06.922213265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.521335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:06.922219985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.521341Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:06.922225775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.521351Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:06.922232375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.521388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 51315:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:06.922240455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:06.922245595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:06.922250545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:06.922258085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:06.922263415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":". 86067 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:06.922268704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:06.922273634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.922280024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.521433Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:06.922339604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.521479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:06.922348454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.521548Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:06.922357334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.521831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!W5xhPcn503ChZWGwpe:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:06.922366724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.521892Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:06.922377184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.521924Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:06.922415823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.521965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:05:06.922424343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.522130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:05:06.922431913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.524367Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:06.922439333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.524444Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:06.922517492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.666480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:06.922525432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.666775Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:06.922534552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.669572Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:06.922545052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.669599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:06.922553482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.669627Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!W5xhPcn503ChZWGwpe:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!W5xhPcn503ChZWGwpe:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:06.922563752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.669643Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:06.922571472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.669677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_join/!W5xhPcn503ChZWGwpe:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:06.922675191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.669764Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$hDa_5iFXO8she77q4527pjD0xKYg3hKxm7n56wDQLGU\",\"$b81xWkOY721Tq5JRk6SmrTk4gfoe3clgXI783muEgz4\",\"$SW02ZCFlaL0wvsZzWoPkZvJtiir9JkxqYazmUIRbHg4\"],\"content\":{\"membership\":\"join\"},\"depth\":7,\"hashes\":{\"sha256\":\"DCiMOP/PQzShI+hAQrhdWxXYye3V0B2WKe0OuLK6QTk\"},\"origin\":\"hs1\",\"origin_server_ts\":1713909901668,\"prev_events\":[\"$YIDae9ktWYdwJ_Hy0Ncnx9AANg1yBXAR_-hqw7_nxUQ\"],\"room_id\":\"!W5xhPcn503ChZWGwpe:hs1\",\"sender\":\"@user-2:hs2\",\"signatures\":{\"hs1\":{\"ed25519:47tEZhMl\":\"2WMxijEZhfsHY/ebKLNXbbMuWeYPrCe3SQU2dLpYFkbZHEUW4ISdgXLIpp6T8852+hHXSWPISELPTXpZRF9oCQ\"}},\"state_key\":\"@user-2:hs2\",\"type\":\"m.room.member\"}) })\n"} -{"Time":"2024-04-23T18:05:06.922686581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.669783Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:05:06.922693611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.670022Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for send_join in room !W5xhPcn503ChZWGwpe:hs1\n"} -{"Time":"2024-04-23T18:05:06.922703541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.670238Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:06.922712731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.670541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!W5xhPcn503ChZWGwpe:hs1/$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:06.9227215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.670586Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:06.92272898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.670605Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:06.92273641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.686991Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:06.92280573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.687016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:06.92281511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.687191Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_join/!W5xhPcn503ChZWGwpe:hs1/$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q with https://hs1:8448/_matrix/federation/v2/send_join/!W5xhPcn503ChZWGwpe:hs1/$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\n"} -{"Time":"2024-04-23T18:05:06.92282311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.687208Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:06.9228306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.687241Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v2/send_join/!W5xhPcn503ChZWGwpe:hs1/$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\n"} -{"Time":"2024-04-23T18:05:06.922837989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.687331Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:05:06.922847509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.687540Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:05:06.922854319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.687639Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:05:06.922860989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.687839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs1\n"} -{"Time":"2024-04-23T18:05:06.922867689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.687870Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Signing key not loaded for hs1\n"} -{"Time":"2024-04-23T18:05:06.922874609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.688174Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted key servers first for homeserver signing keys.\n"} -{"Time":"2024-04-23T18:05:06.922881499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.688204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Remaining servers left that the notary/trusted servers did not provide: {\"hs1\": {}}\n"} -{"Time":"2024-04-23T18:05:06.922889969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.688223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking individual servers for signing keys: {\"hs1\": {}}\n"} -{"Time":"2024-04-23T18:05:06.922951788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.688319Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:06.922961428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.688479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:06.922969998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.688516Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:06.922977508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.688534Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:06.922987818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.689345Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:06.922995378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.689370Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:06.923002958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.689393Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:06.923011428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.689409Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:06.923019488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.689434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:06.923026718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.689498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Received new Future result\n"} -{"Time":"2024-04-23T18:05:06.923033378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.689512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Result is from hs1\n"} -{"Time":"2024-04-23T18:05:06.923042778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.689672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Done handling Future result\n"} -{"Time":"2024-04-23T18:05:06.923049568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.689695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Search for signing keys done\n"} -{"Time":"2024-04-23T18:05:06.923058928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.689710Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:05:06.923068467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.691322Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:06.923075537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.691819Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:06.923086017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.692107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8 {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"902\"}\n"} -{"Time":"2024-04-23T18:05:06.923097137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.692131Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8 Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909901687, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$hDa_5iFXO8she77q4527pjD0xKYg3hKxm7n56wDQLGU\"), String(\"$b81xWkOY721Tq5JRk6SmrTk4gfoe3clgXI783muEgz4\"), String(\"$SW02ZCFlaL0wvsZzWoPkZvJtiir9JkxqYazmUIRbHg4\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 7, \"hashes\": Object({\"sha256\": String(\"O/ddcnMwMW+rhkKrnJbxD51EPfbGU9SSR+G31klcGb0\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909901669, \"prev_events\": Array([String(\"$YIDae9ktWYdwJ_Hy0Ncnx9AANg1yBXAR_-hqw7_nxUQ\")]),"} -{"Time":"2024-04-23T18:05:06.923108777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":" \"room_id\": String(\"!W5xhPcn503ChZWGwpe:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"RKMoZYTOm4KIf5uJ/VxtGkAdGhIyUx6J2Cb2Af+uO/yF1TM6sfzj85YNdYRgv/W7MBmLtJc36HR7B4tWo7CACA\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"nD3roWt8AGWXHRTKqj/lGu8WiBi1mr5is2MVzJbMzvZhU3WFc9kcpfAjmDUi3eG2n4mPLlQ0BWHI4SOuFhF7AQ\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({})})])}))\n"} -{"Time":"2024-04-23T18:05:06.923116857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.692190Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:05:06.923123657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.692335Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Could not parse PDU: Server is not in room !W5xhPcn503ChZWGwpe:hs1\n"} -{"Time":"2024-04-23T18:05:06.923133347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.692361Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m137.439µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:05:06.923173257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.692550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m325.767µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:05:06.923182926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.692644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:06.923190406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.693235Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:05:06.923199916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.693256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q (m.room.member)\n"} -{"Time":"2024-04-23T18:05:06.923206786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.693334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:06.923213426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.693498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:06.923220066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.693511Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:05:06.923226776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.695383Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:05:06.923235956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.695842Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:05:06.923242766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.696418Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:05:06.923249556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.696527Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m319 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:06.923256486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.697237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:06.923263766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.697477Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1147\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:06.923274066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.697490Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:06.923280586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.700243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-2:hs2 timeout:300s\n"} -{"Time":"2024-04-23T18:05:06.923286886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.700378Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:06.923294335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.703207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:06.923302265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.703489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/keys/claim {\"host\": \"127.0.0.1:1147\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"68\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:06.923313025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.703515Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/keys/claim Some(Object({\"one_time_keys\": Object({\"@user-1:hs1\": Object({\"SYAPVcGC7X\": String(\"signed_curve25519\")})})}))\n"} -{"Time":"2024-04-23T18:05:06.923320545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.703965Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:06.923328565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.704180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPOST \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/user/keys/claim\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:06.923339875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.704225Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:06.923391105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.704248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:06.923399585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.705750Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:06.923407024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.705765Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:06.923414684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.705849Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/user/keys/claim with https://hs1:8448/_matrix/federation/v1/user/keys/claim\n"} -{"Time":"2024-04-23T18:05:06.923425114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.705861Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:06.923432474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.705877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for POST https://hs1:8448/_matrix/federation/v1/user/keys/claim\n"} -{"Time":"2024-04-23T18:05:06.923440534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.705989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:06.923447184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.706403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:06.923454284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.706574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/keys/claim {\"host\": \"127.0.0.1:1147\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"68\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:06.923461944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.706599Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/keys/claim Some(Object({\"one_time_keys\": Object({\"@user-1:hs1\": Object({\"SYAPVcGC7X\": String(\"signed_curve25519\")})})}))\n"} -{"Time":"2024-04-23T18:05:06.923523773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.706908Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:06.923532933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.707173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPOST \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/user/keys/claim\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:06.923541383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.707220Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:06.923551573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.707240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:06.923559083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.708314Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:06.923566453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.708328Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:06.923574173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.708343Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/user/keys/claim with https://hs1:8448/_matrix/federation/v1/user/keys/claim\n"} -{"Time":"2024-04-23T18:05:06.923581673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.708353Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:06.923591453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.708366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for POST https://hs1:8448/_matrix/federation/v1/user/keys/claim\n"} -{"Time":"2024-04-23T18:05:06.923598833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.708431Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:06.923605583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.708967Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:06.923612543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.709087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 {\"host\": \"127.0.0.1:1147\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:06.923622643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.709108Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=114\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:06.923629382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.709167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-2:hs2\n"} -{"Time":"2024-04-23T18:05:06.923635992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:02.711376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:06.923642722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:02.711915Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:06.923649672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:02.712045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=116\u0026timeout=1000 {\"host\": \"127.0.0.1:1147\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:06.923659682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:02.712068Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=116\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:06.923666632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:03.714236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:06.923673462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:03.714735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:06.923680482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:03.714890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=116\u0026timeout=1000 {\"host\": \"127.0.0.1:1147\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:06.923689332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:03.714913Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=116\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:06.923698962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:04.717288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:06.923705772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:04.717964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:06.923712772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:04.718129Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=116\u0026timeout=1000 {\"host\": \"127.0.0.1:1147\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:06.923719962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:04.718153Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=116\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:06.923727372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:05.720326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:06.923734142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:05.720854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:06.923744771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:05.720982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=116\u0026timeout=1000 {\"host\": \"127.0.0.1:1147\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:06.923752201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:05.721005Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=116\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:06.923759021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:06.723019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:06.923795421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"2024/04/23 18:05:06 ============== 8cf4eb3c2b9f03b65b21ae85ffd1c5ec28291598cb4d09b28a2a21dd6e266ef9 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:05:06.923802081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:06.923807351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.143651971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"2024/04/23 18:05:07 ============================================\n"} -{"Time":"2024-04-23T18:05:07.143676561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.143682691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.143688361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"2024/04/23 18:05:07 06e8338ce8818dc8056779e63f168e47a4ce289fd0a84e060e283536bc9600e1 : Server logs:\n"} -{"Time":"2024-04-23T18:05:07.14379816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:05:07.14380562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:05:07.14381178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:05:07.14381735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:05:07.14382572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:05:07.14383138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"+ echo 'IP.1 = 172.28.0.3'\n"} -{"Time":"2024-04-23T18:05:07.1438378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:05:07.14384402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:05:07.14384949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:05:07.14385864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:05:07.143866459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.783858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:05:07.143874609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.783991Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:05:07.143882989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.784373Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:05:07.143892369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.784380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:05:07.143903269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.784386Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:05:07.143910579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.784396Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:05:07.143918819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.785169Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:05:07.143926899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.143961219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:05:07.143971299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.785247Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:05:07.143978368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.787925Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:05:07.143985118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.789655Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:05:07.143992548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.790426Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:05:07.143999888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:00.791523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:05:07.144010118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.230022Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 440.360887ms\n"} -{"Time":"2024-04-23T18:05:07.144017818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232005Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:05:07.144024748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232070Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:07.144031938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232081Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:07.144038758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232088Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:05:07.144045778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232095Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:05:07.144053048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232102Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:05:07.144061488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232109Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:05:07.144068468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232117Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:05:07.144075728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232124Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:05:07.144082738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232131Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:05:07.144089408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232138Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:05:07.144096577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232146Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:05:07.144103577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232153Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:05:07.144110347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232160Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:05:07.144121597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232177Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:05:07.144128507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232188Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:05:07.144135687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232197Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:05:07.144142117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232207Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:05:07.144147617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232216Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:05:07.144153217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.232224Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:05:07.144161197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.234077Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:05:07.144169677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.236878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:05:07.144178467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.253351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:05:07.144186597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.253361Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:05:07.144193417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.253860Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:05:07.144200547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.254001Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:05:07.144208316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.259252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:07.144219176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.259768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1149\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:07.144228916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.259845Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:05:07.144235356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.260054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:07.144242426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.260620Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:07.144251376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.261012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1149\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:07.144263556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.261030Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:05:07.144272686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.303951Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:05:07.144281776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.305784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:07.144292046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.306007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:07.144302966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.306132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:07.144312086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.308985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:07.144330715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.309006Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:07.144343075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.309032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:07.144353245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.310509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:07.144365285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.310536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:07.144374575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.310545Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:07.144382685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.310567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:07.144392155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.310634Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:05:07.144404605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.310646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:05:07.144414075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.310671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:07.144425735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.310678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:07.144445224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.312227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:07.144459194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:07.144476224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.312254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:07.144489494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:07.144506274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.312262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:07.144519844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:07.144534494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.313581Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:05:07.144542114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.313660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m53 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:07.144550883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.314192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:07.144565233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.314240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:07.144573823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.314250Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:07.144581293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.368601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:07.144602023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.368956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1149\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:07.144613273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.368981Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:05:07.144623973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.369418Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:05:07.144637703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.369435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:05:07.144649983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.369455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:05:07.144661472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.370611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:07.144671272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.370632Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:07.144719712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.370669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:07.144736722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.371955Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:07.144749082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.371980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:07.144761532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.371989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:07.144770402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.372007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:07.144824851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.372016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:07.144838071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.372024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:07.144847301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.373083Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:07.144859191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.373114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:07.144870221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.373123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:07.144879911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.374190Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:05:07.14489072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.374220Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:05:07.14490492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.374229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:07.14491554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.375328Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:05:07.14499161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.375357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:07.145001359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.375366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:07.145008729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.376208Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:05:07.145014949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.376271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:07.145024609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.524721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:07.145031599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.525205Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs2 keys\n"} -{"Time":"2024-04-23T18:05:07.145038369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.525234Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:05:07.145044959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.525686Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:07.145055319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.525976Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:05:07.145068919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.525991Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:05:07.145077739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.526067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:05:07.145085369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.526095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:07.145093959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.526117Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:07.145101659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.526143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:07.145108659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.526183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 18651:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:07.145153838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.145159528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:05:07.145164358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.145174028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.526385Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:07.145182068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.526453Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:07.145189908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.526558Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:05:07.145197638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.526581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 18651\n"} -{"Time":"2024-04-23T18:05:07.145209718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.526614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 18651:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:07.145220428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.145225908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:05:07.145230847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:07.145238217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"hs2. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:05:07.145243217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:07.145247927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:07.145252687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.145258677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.526645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 18651:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:07.145267977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.145272787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:05:07.145277437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:07.145282247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"hs2. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:05:07.145291177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:07.145297467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:07.145303767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.145312477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.527016Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:05:07.145320697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.527051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:05:07.145328797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.527228Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:07.145340727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.527272Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:07.145352116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.527298Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:07.145362096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.527345Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:07.145372036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.527398Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:05:07.145385106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.527431Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:05:07.145393446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.527452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:07.145443936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.527477Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:07.145452976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.527496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:07.145460465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.527548Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 25389:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:07.145468595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.145474785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:07.145479945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.145488245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.527855Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:07.145496045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.527912Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:07.145504575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.528772Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:07.145518335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.528787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 25389\n"} -{"Time":"2024-04-23T18:05:07.145526485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.528808Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 25389:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:07.145534275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.145539185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:07.145543935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:07.145551205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:07.145556465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":". 86067 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:07.145561535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:07.145568864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.145575184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.528827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:07.145588954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.528843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:07.145599564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.528965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:07.145610804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.528997Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:07.145619154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.529062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m37591\n"} -{"Time":"2024-04-23T18:05:07.145627714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.529074Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 37591:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:07.145633124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.145638684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:07.145645914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.145651114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.529093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:07.145656694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.531292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:07.145666064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.531300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:07.145673744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.531305Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:07.145683213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.531312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:07.145688893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.531317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:07.145694363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.531321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:07.145702413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.531325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:07.145708893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.531331Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:07.145715593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.531351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 37591:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:07.145724753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.145729703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:07.145734463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:07.145742393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:07.145749083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":". 86067 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:07.145756933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:07.145764363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.145770553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.531377Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:05:07.145778493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.531390Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:07.145791413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.531403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:07.145800512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.531414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:07.145807612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.531444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 3414:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:07.145813112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.145820552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:07.145827782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.145835342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.531489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:07.145844742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.531533Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:07.145852402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.532770Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:07.145859912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.532784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 3414\n"} -{"Time":"2024-04-23T18:05:07.145870372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.532804Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 3414:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:07.145878732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.145885242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:07.145891592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:07.145898382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:07.145903502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":". 86067 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:07.145910751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:07.145920231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.145927031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.532821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:07.145948571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.532835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:07.145959241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.532847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:07.145970461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.532876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:07.145976361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.532888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m414\n"} -{"Time":"2024-04-23T18:05:07.145982191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.532894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 414:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:07.145989131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.145999581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:07.146006441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.146013231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.532905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:07.146020911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.574888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:07.14602838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.574899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:07.14603573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.574906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:07.14604146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.574914Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:07.14604698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.574919Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:07.14605253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.574924Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:07.14605954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.574928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:07.14607043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.574943Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:07.14607908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.574970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 414:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:07.14608949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.14609456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:07.14610053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:07.14610674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:07.14611354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":". 86067 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:07.14611877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:07.14612365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.14612981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.575006Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:07.146142219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.575029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:05:07.146153059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.575052Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:05:07.146163259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.575067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:07.146171809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.575084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:07.146183569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.575098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:07.146193559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.575135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 31381:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:07.146199389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.146204299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:07.146209029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.146215079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.575465Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:07.146224749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.575511Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:07.146276128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.576391Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:07.146288128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.576412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 31381\n"} -{"Time":"2024-04-23T18:05:07.146296248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.576442Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 31381:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:07.146304618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.146313628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:07.146319468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:07.146325968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:07.146332578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":". 86067 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:07.146339088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:07.146345658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.146354548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.576468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:07.146366667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.576489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:07.146376827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.576506Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:07.146384917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.576547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:07.146395357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.576563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m47728\n"} -{"Time":"2024-04-23T18:05:07.146402167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.576573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 47728:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:07.146410517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.146415497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:07.146421437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.146428247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.576590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:07.146435877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.618993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:07.146442807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.619008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:07.146449627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.619017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:07.146456967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.619029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:07.146464377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.619036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:07.146473477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.619044Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:07.146480136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.619051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:07.146487266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.619063Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:07.146495236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.619100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 47728:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:07.146501976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.146508406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:07.146514696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:07.146523376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:07.146529786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":". 86067 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:07.146535666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:07.146541446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.146549146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.619152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:05:07.146557986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.619177Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:07.146569036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.619205Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:07.146577236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.619228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:07.146584246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.619284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 2716:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:07.146590836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.146595605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:07.146600365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.146608125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.619330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:07.146619845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.619377Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:07.146627495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.620463Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:07.146635055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.620493Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 2716\n"} -{"Time":"2024-04-23T18:05:07.146642785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.620525Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 2716:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:07.146650595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.146660055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:07.146666695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:07.146673065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:07.146678635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":". 86067 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:07.146683585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:07.146688365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.146698245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.620555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:07.146709684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.620583Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:07.146722064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.620601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:07.146731174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.620644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:07.146736864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.620663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m53716\n"} -{"Time":"2024-04-23T18:05:07.146742814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.620673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 53716:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:07.146752834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.146759054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:07.146764794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.146770104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.620690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:07.146775794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.663081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:07.146781314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.663095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:07.146786784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.663104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:07.146795084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.663116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:07.146800874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.663124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:07.146806344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.663131Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:07.146812974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.663139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:07.146820353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.663150Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:07.146828243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.663184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 53716:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:07.146837393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; query\n"} -{"Time":"2024-04-23T18:05:07.146842423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:07.146847163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:07.146853843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:07.146860783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":". 86067 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:07.146867233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:07.146875273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.146881573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.663229Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:07.146889523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.663284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:07.146898373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.663358Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:07.146912943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.663592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:07.146924383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.663660Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:07.146942472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.663704Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:07.146955292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.663732Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:05:07.146964802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.663909Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:05:07.146982232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.666069Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:07.146989932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.666167Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:07.147004922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.666997Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:07.147015792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.667025Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:07.147025942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.667181Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/key/v2/server with https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:07.147035042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.667203Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:07.147043872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.667295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:07.147052281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.667678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!W5xhPcn503ChZWGwpe:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:07.147063851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.667704Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!W5xhPcn503ChZWGwpe:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:07.147073491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.667996Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:07.147086421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.668736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:07.147095081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.668773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:07.147101681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.668834Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:07.147109391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.669339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m144 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:07.147116251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.670856Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:07.147126531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.671098Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:07.147136451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.671315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!W5xhPcn503ChZWGwpe:hs1/$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"772\"}\n"} -{"Time":"2024-04-23T18:05:07.147149041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.671335Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!W5xhPcn503ChZWGwpe:hs1/$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q Some(Object({\"auth_events\": Array([String(\"$hDa_5iFXO8she77q4527pjD0xKYg3hKxm7n56wDQLGU\"), String(\"$b81xWkOY721Tq5JRk6SmrTk4gfoe3clgXI783muEgz4\"), String(\"$SW02ZCFlaL0wvsZzWoPkZvJtiir9JkxqYazmUIRbHg4\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 7, \"hashes\": Object({\"sha256\": String(\"O/ddcnMwMW+rhkKrnJbxD51EPfbGU9SSR+G31klcGb0\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909901669, \"prev_events\": Array([String(\"$YIDae9ktWYdwJ_Hy0Ncnx9AANg1yBXAR_-hqw7_nxUQ\")]), \"room_id\": String(\"!W5xhPcn503ChZWGwpe:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"2"} -{"Time":"2024-04-23T18:05:07.147159111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"WMxijEZhfsHY/ebKLNXbbMuWeYPrCe3SQU2dLpYFkbZHEUW4ISdgXLIpp6T8852+hHXSWPISELPTXpZRF9oCQ\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"nD3roWt8AGWXHRTKqj/lGu8WiBi1mr5is2MVzJbMzvZhU3WFc9kcpfAjmDUi3eG2n4mPLlQ0BWHI4SOuFhF7AQ\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:05:07.14716732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.671514Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:07.14718016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.671940Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:05:07.1471905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.672110Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:07.14719881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.672211Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:07.1472083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.672392Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:07.14721836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.672894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:05:07.14722631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.672979Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $hDa_5iFXO8she77q4527pjD0xKYg3hKxm7n56wDQLGU in db\n"} -{"Time":"2024-04-23T18:05:07.14723413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.673023Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $b81xWkOY721Tq5JRk6SmrTk4gfoe3clgXI783muEgz4 in db\n"} -{"Time":"2024-04-23T18:05:07.1472451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.673061Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $SW02ZCFlaL0wvsZzWoPkZvJtiir9JkxqYazmUIRbHg4 in db\n"} -{"Time":"2024-04-23T18:05:07.14725527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.673091Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:07.14726306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.673106Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $hDa_5iFXO8she77q4527pjD0xKYg3hKxm7n56wDQLGU in db\n"} -{"Time":"2024-04-23T18:05:07.14727088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.673119Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $b81xWkOY721Tq5JRk6SmrTk4gfoe3clgXI783muEgz4 in db\n"} -{"Time":"2024-04-23T18:05:07.147280249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.673132Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $SW02ZCFlaL0wvsZzWoPkZvJtiir9JkxqYazmUIRbHg4 in db\n"} -{"Time":"2024-04-23T18:05:07.147287849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.673151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:05:07.147295509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.673322Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q (m.room.member)\n"} -{"Time":"2024-04-23T18:05:07.147308909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.673359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:07.147319189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.673408Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:07.147329259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.673505Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:05:07.147337839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.673657Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:05:07.147346399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.673854Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $YIDae9ktWYdwJ_Hy0Ncnx9AANg1yBXAR_-hqw7_nxUQ in db\n"} -{"Time":"2024-04-23T18:05:07.147355529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.673879Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:07.147363319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.673893Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $YIDae9ktWYdwJ_Hy0Ncnx9AANg1yBXAR_-hqw7_nxUQ in db\n"} -{"Time":"2024-04-23T18:05:07.147373809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.674056Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:07.147383449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.674105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$YIDae9ktWYdwJ_Hy0Ncnx9AANg1yBXAR_-hqw7_nxUQ\"]\n"} -{"Time":"2024-04-23T18:05:07.147396888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.674262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:05:07.147407198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.674288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:05:07.147416338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.674400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:05:07.147424068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.674481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:05:07.147436818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.674548Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q (m.room.member)\n"} -{"Time":"2024-04-23T18:05:07.147446678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.674650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:07.147454138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.674840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:07.147462368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.674864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:05:07.147472828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.675106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:05:07.147483648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.675128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q (m.room.member)\n"} -{"Time":"2024-04-23T18:05:07.147493368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.675150Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:07.147507437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.675285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:07.147517977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.675309Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:05:07.147528277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.675326Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:05:07.147538557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.675382Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:05:07.147547787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.675400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:05:07.147556417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.675448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:05:07.147566897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.675668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:05:07.147575717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.675847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m76.569µs\n"} -{"Time":"2024-04-23T18:05:07.147587337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.676062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hDa_5iFXO8she77q4527pjD0xKYg3hKxm7n56wDQLGU\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m292.508µs\n"} -{"Time":"2024-04-23T18:05:07.147596237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.676173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m404.577µs\n"} -{"Time":"2024-04-23T18:05:07.147605907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.676388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$m1bMV4-GUhv_RpY8H_imyx9p_XeC8ovCmeQPlRAm4hA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m618.265µs\n"} -{"Time":"2024-04-23T18:05:07.147614516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.676495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m726.454µs\n"} -{"Time":"2024-04-23T18:05:07.147669206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.676735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$b81xWkOY721Tq5JRk6SmrTk4gfoe3clgXI783muEgz4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m965.342µs\n"} -{"Time":"2024-04-23T18:05:07.147681416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.676844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.075451ms\n"} -{"Time":"2024-04-23T18:05:07.147691146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.677136Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SW02ZCFlaL0wvsZzWoPkZvJtiir9JkxqYazmUIRbHg4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.365848ms\n"} -{"Time":"2024-04-23T18:05:07.147699566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.677249Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.479837ms\n"} -{"Time":"2024-04-23T18:05:07.147707936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.677517Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wFnIi_N9aUfqa4R33JSdkIhTaFyDGGNFtYTOOCYA0VU\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.746865ms\n"} -{"Time":"2024-04-23T18:05:07.147716166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.677628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.859334ms\n"} -{"Time":"2024-04-23T18:05:07.147724456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.677895Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YIDae9ktWYdwJ_Hy0Ncnx9AANg1yBXAR_-hqw7_nxUQ\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.125651ms\n"} -{"Time":"2024-04-23T18:05:07.147735655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.678020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.25115ms\n"} -{"Time":"2024-04-23T18:05:07.147794115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.678046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.27817ms\n"} -{"Time":"2024-04-23T18:05:07.147803245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.678315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m219.178µs\n"} -{"Time":"2024-04-23T18:05:07.147811715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.678652Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m557.445µs\n"} -{"Time":"2024-04-23T18:05:07.147828245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.678765Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m671.274µs\n"} -{"Time":"2024-04-23T18:05:07.147839595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.678789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m695.334µs\n"} -{"Time":"2024-04-23T18:05:07.147850424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.678837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:05:07.147858204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.679054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:05:07.147868374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.679179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:05:07.147880274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.679242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:05:07.147889774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.679256Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$m1bMV4-GUhv_RpY8H_imyx9p_XeC8ovCmeQPlRAm4hA\", (\"m.room.guest_access\", \"\"): \"$YIDae9ktWYdwJ_Hy0Ncnx9AANg1yBXAR_-hqw7_nxUQ\", (\"m.room.history_visibility\", \"\"): \"$wFnIi_N9aUfqa4R33JSdkIhTaFyDGGNFtYTOOCYA0VU\", (\"m.room.join_rules\", \"\"): \"$SW02ZCFlaL0wvsZzWoPkZvJtiir9JkxqYazmUIRbHg4\", (\"m.room.power_levels\", \"\"): \"$b81xWkOY721Tq5JRk6SmrTk4gfoe3clgXI783muEgz4\", (\"m.room.create\", \"\"): \"$hDa_5iFXO8she77q4527pjD0xKYg3hKxm7n56wDQLGU\"}\n"} -{"Time":"2024-04-23T18:05:07.147899284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.679287Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:05:07.147908274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.679299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\"]}\n"} -{"Time":"2024-04-23T18:05:07.147918854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.679435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:05:07.147930164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.679453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$SW02ZCFlaL0wvsZzWoPkZvJtiir9JkxqYazmUIRbHg4\", \"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\"}\n"} -{"Time":"2024-04-23T18:05:07.147951654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.679551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:05:07.147959483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.679607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($SW02ZCFlaL0wvsZzWoPkZvJtiir9JkxqYazmUIRbHg4) senders power level\n"} -{"Time":"2024-04-23T18:05:07.147966983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.679674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:05:07.147974363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.679693Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $SW02ZCFlaL0wvsZzWoPkZvJtiir9JkxqYazmUIRbHg4 power level 100\n"} -{"Time":"2024-04-23T18:05:07.147981733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.679708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:07.147995313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.679764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:05:07.148005843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.679780Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$SW02ZCFlaL0wvsZzWoPkZvJtiir9JkxqYazmUIRbHg4\"]\n"} -{"Time":"2024-04-23T18:05:07.148013443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.679798Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:07.148020823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.679810Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$SW02ZCFlaL0wvsZzWoPkZvJtiir9JkxqYazmUIRbHg4\"]\n"} -{"Time":"2024-04-23T18:05:07.148029323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.679993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$SW02ZCFlaL0wvsZzWoPkZvJtiir9JkxqYazmUIRbHg4\"\n"} -{"Time":"2024-04-23T18:05:07.148036913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $SW02ZCFlaL0wvsZzWoPkZvJtiir9JkxqYazmUIRbHg4 (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:07.148045303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $SW02ZCFlaL0wvsZzWoPkZvJtiir9JkxqYazmUIRbHg4 ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:07.148055623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:07.148063763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:05:07.148114222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680109Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$m1bMV4-GUhv_RpY8H_imyx9p_XeC8ovCmeQPlRAm4hA\", (\"m.room.guest_access\", \"\"): \"$YIDae9ktWYdwJ_Hy0Ncnx9AANg1yBXAR_-hqw7_nxUQ\", (\"m.room.history_visibility\", \"\"): \"$wFnIi_N9aUfqa4R33JSdkIhTaFyDGGNFtYTOOCYA0VU\", (\"m.room.join_rules\", \"\"): \"$SW02ZCFlaL0wvsZzWoPkZvJtiir9JkxqYazmUIRbHg4\", (\"m.room.power_levels\", \"\"): \"$b81xWkOY721Tq5JRk6SmrTk4gfoe3clgXI783muEgz4\", (\"m.room.create\", \"\"): \"$hDa_5iFXO8she77q4527pjD0xKYg3hKxm7n56wDQLGU\"}\n"} -{"Time":"2024-04-23T18:05:07.148124252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:05:07.148131632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680157Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\"]\n"} -{"Time":"2024-04-23T18:05:07.148139092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$b81xWkOY721Tq5JRk6SmrTk4gfoe3clgXI783muEgz4\")\n"} -{"Time":"2024-04-23T18:05:07.148147962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:05:07.148162192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680307Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\n"} -{"Time":"2024-04-23T18:05:07.148170072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $b81xWkOY721Tq5JRk6SmrTk4gfoe3clgXI783muEgz4\n"} -{"Time":"2024-04-23T18:05:07.148177812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680427Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\"]\n"} -{"Time":"2024-04-23T18:05:07.148185351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:07.148230251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\"]\n"} -{"Time":"2024-04-23T18:05:07.148241171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\"\n"} -{"Time":"2024-04-23T18:05:07.148250181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q (m.room.member)\n"} -{"Time":"2024-04-23T18:05:07.148259041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:07.148266551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:07.148273961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680765Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:05:07.148284171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.680864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:05:07.148294191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.682328Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:05:07.14833379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.684434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Lgt0l0HKlgX4syWh89JYpXSX6GA1uCX0yy0hYPBZA6Q\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!W5xhPcn503ChZWGwpe:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m10.15375ms\n"} -{"Time":"2024-04-23T18:05:07.14834201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.684587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m28.64µs\n"} -{"Time":"2024-04-23T18:05:07.14835013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.684634Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m76.65µs\n"} -{"Time":"2024-04-23T18:05:07.14835944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.686726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m15 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:07.14836703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.687580Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:07.14837708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.687956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:07.14838502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.688004Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:07.14839319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.688039Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:07.14840017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.688063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:05:07.1484067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.688243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:05:07.148415359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.688793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:07.148427399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.689099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:07.148435669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.690770Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:07.148442239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.690866Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:07.148448729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.692858Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:07.148456459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.692883Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:07.148466259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.693080Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8 with https://hs2:8448/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\n"} -{"Time":"2024-04-23T18:05:07.148474359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.693102Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:07.148484069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.693139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/5YG3DycioMLLKgYven9u_QkPwQsD_l3r4sp-Wh8DCu8\n"} -{"Time":"2024-04-23T18:05:07.148493999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.701364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:07.148503199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.701737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/keys/upload {\"host\": \"127.0.0.1:1149\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"662\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:07.148557738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.701764Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/keys/upload Some(Object({\"device_keys\": Object({\"algorithms\": Array([String(\"m.olm.v1.curve25519-aes-sha2\"), String(\"m.megolm.v1.aes-sha2\")]), \"device_id\": String(\"SYAPVcGC7X\"), \"keys\": Object({\"curve25519:SYAPVcGC7X\": String(\"YmOXlgYv7RjQ7scy4dGKIrDLZiljTKS+bJTVFs9YhkU\"), \"ed25519:SYAPVcGC7X\": String(\"au47WA6/X5/1RrNdVw7VhfWgMSCFMAIeIdwC7W2jO/o\")}), \"signatures\": Object({\"@user-1:hs1\": Object({\"ed25519:SYAPVcGC7X\": String(\"fH9nOJy4+W+1KS1Rjrmz1GXyddCFpUZx4kimbPM/6u2aPg5KILc9zlFtPaKP9bqchesW2252Z12hFqrzylwdBA\")})}), \"user_id\": String(\"@user-1:hs1\")}), \"one_time_keys\": Object({\"signed_curve25519:AAAAAQ\": Object({\"key\": String(\"5pRhKxjK7wQJ8/vUk6Xcgv3YZGTX6b5EJQDIxToYtT0\"), \"signatures\": Object({\"@user-1:hs1\": Object({\"ed25519:SYAPVcGC7X\": String(\"L9+xOhwMlzKeEq3mEkH8BH1Nd55o1VKb7tSULqdLbxlvyOe9S+"} -{"Time":"2024-04-23T18:05:07.148568288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"8+0KnSx6fblbWUD/tZBbByKqVoHczooywxAA\")})})})})}))\n"} -{"Time":"2024-04-23T18:05:07.148574628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.702706Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/keys/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:07.148583588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.704504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/user/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:07.148592498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.704861Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/user/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:07.148606038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.705061Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/user/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/federation/v1/user/keys/claim {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"68\"}\n"} -{"Time":"2024-04-23T18:05:07.148615688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.705082Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/user/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/federation/v1/user/keys/claim Some(Object({\"one_time_keys\": Object({\"@user-1:hs1\": Object({\"SYAPVcGC7X\": String(\"signed_curve25519\")})})}))\n"} -{"Time":"2024-04-23T18:05:07.148624028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.705564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/user/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:07.148632678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.707488Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/user/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:07.148639487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.707663Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/user/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:07.148646657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.707831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/user/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/federation/v1/user/keys/claim {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"68\"}\n"} -{"Time":"2024-04-23T18:05:07.148655077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.707850Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/user/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/federation/v1/user/keys/claim Some(Object({\"one_time_keys\": Object({\"@user-1:hs1\": Object({\"SYAPVcGC7X\": String(\"signed_curve25519\")})})}))\n"} -{"Time":"2024-04-23T18:05:07.148674517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:01.708146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/user/keys/claim\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:07.148683677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:06.760698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:05:07.148691937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\u001b[2m2024-04-23T22:05:06.760801Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:05:07.148702817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"2024/04/23 18:05:07 ============== 06e8338ce8818dc8056779e63f168e47a4ce289fd0a84e060e283536bc9600e1 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:05:07.148709307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.148714017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"\n"} -{"Time":"2024-04-23T18:05:07.163880733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Output":"--- FAIL: TestFederationKeyUploadQuery (7.03s)\n"} -{"Time":"2024-04-23T18:05:07.163896123-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestFederationKeyUploadQuery","Elapsed":7.03} -{"Time":"2024-04-23T18:05:07.163910143-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room"} -{"Time":"2024-04-23T18:05:07.163917003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"=== RUN TestKnockingInMSC3787Room\n"} -{"Time":"2024-04-23T18:05:08.359428504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" knocking_test.go:42: Deploy times: 5.532561ms blueprints, 1.18992153s containers\n"} -{"Time":"2024-04-23T18:05:08.412737583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (53.2676ms)\n"} -{"Time":"2024-04-23T18:05:08.479669013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (66.8031ms)\n"} -{"Time":"2024-04-23T18:05:08.534256191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (54.484499ms)\n"} -{"Time":"2024-04-23T18:05:10.495168116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (8.229898ms)\n"} -{"Time":"2024-04-23T18:05:10.522366786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!2hA9U0U8RmA2MvrSTN:hs1/invite =\u003e 200 OK (27.1214ms)\n"} -{"Time":"2024-04-23T18:05:10.541928223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" knocking_test.go:75: Server.MustJoinRoom joined room ID !2hA9U0U8RmA2MvrSTN:hs1\n"} -{"Time":"2024-04-23T18:05:10.541970363-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail"} -{"Time":"2024-04-23T18:05:10.541978653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail","Output":"=== RUN TestKnockingInMSC3787Room/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail\n"} -{"Time":"2024-04-23T18:05:10.542830675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/knock/!2hA9U0U8RmA2MvrSTN:hs1 =\u003e 404 Not Found (784.923µs)\n"} -{"Time":"2024-04-23T18:05:10.542847645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 403 - http://127.0.0.1:1151/_matrix/client/v3/knock/%!h(MISSING)A9U0U8RmA2MvrSTN:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:10.542870285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail","Output":"--- FAIL: TestKnockingInMSC3787Room/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail (0.00s)\n"} -{"Time":"2024-04-23T18:05:10.542879915-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail","Elapsed":0} -{"Time":"2024-04-23T18:05:10.542892025-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'"} -{"Time":"2024-04-23T18:05:10.542899935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'","Output":"=== RUN TestKnockingInMSC3787Room/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'\n"} -{"Time":"2024-04-23T18:05:10.544715859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!2hA9U0U8RmA2MvrSTN:hs1/state/m.room.join_rules/ =\u003e 200 OK (1.773194ms)\n"} -{"Time":"2024-04-23T18:05:10.544739608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'","Output":" knocking_test.go:101: SendEventSynced waiting for event ID $foo5bLUz6R_Fry47VpWFkx4GW2CbCPgMg-tFtkpvvnI\n"} -{"Time":"2024-04-23T18:05:10.548615184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.836696ms)\n"} -{"Time":"2024-04-23T18:05:10.548702593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'","Output":"--- PASS: TestKnockingInMSC3787Room/Change_the_join_rule_of_a_room_from_'invite'_to_'knock' (0.01s)\n"} -{"Time":"2024-04-23T18:05:10.548710513-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'","Elapsed":0.01} -{"Time":"2024-04-23T18:05:10.548717883-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail"} -{"Time":"2024-04-23T18:05:10.548721903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail","Output":"=== RUN TestKnockingInMSC3787Room/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail\n"} -{"Time":"2024-04-23T18:05:10.549994022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!2hA9U0U8RmA2MvrSTN:hs1 =\u003e 500 Internal Server Error (1.228649ms)\n"} -{"Time":"2024-04-23T18:05:10.550056321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail","Output":" knocking_test.go:114: \u001b[31mMatchResponse got status 500 want 403 - http://127.0.0.1:1151/_matrix/client/v3/join/%!h(MISSING)A9U0U8RmA2MvrSTN:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNKNOWN\",\"error\":\"Invalid join rules event in db.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:10.550078461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail","Output":"--- FAIL: TestKnockingInMSC3787Room/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail (0.00s)\n"} -{"Time":"2024-04-23T18:05:10.550091691-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail","Elapsed":0} -{"Time":"2024-04-23T18:05:10.550100321-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_join_rule_'knock'_should_succeed"} -{"Time":"2024-04-23T18:05:10.550107391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_join_rule_'knock'_should_succeed","Output":"=== RUN TestKnockingInMSC3787Room/Knocking_on_a_room_with_join_rule_'knock'_should_succeed\n"} -{"Time":"2024-04-23T18:05:10.550734415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/knock/!2hA9U0U8RmA2MvrSTN:hs1 =\u003e 404 Not Found (556.095µs)\n"} -{"Time":"2024-04-23T18:05:10.550779245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_join_rule_'knock'_should_succeed","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 200 - http://127.0.0.1:1151/_matrix/client/v3/knock/%!h(MISSING)A9U0U8RmA2MvrSTN:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:10.550803155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_join_rule_'knock'_should_succeed","Output":"--- FAIL: TestKnockingInMSC3787Room/Knocking_on_a_room_with_join_rule_'knock'_should_succeed (0.00s)\n"} -{"Time":"2024-04-23T18:05:10.550814855-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_join_rule_'knock'_should_succeed","Elapsed":0} -{"Time":"2024-04-23T18:05:10.550826394-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room"} -{"Time":"2024-04-23T18:05:10.550833634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room","Output":"=== RUN TestKnockingInMSC3787Room/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room\n"} -{"Time":"2024-04-23T18:05:10.551653837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/knock/!2hA9U0U8RmA2MvrSTN:hs1 =\u003e 404 Not Found (759.063µs)\n"} -{"Time":"2024-04-23T18:05:10.551676627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 200 - http://127.0.0.1:1151/_matrix/client/v3/knock/%!h(MISSING)A9U0U8RmA2MvrSTN:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:10.551685207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room","Output":"--- FAIL: TestKnockingInMSC3787Room/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room (0.00s)\n"} -{"Time":"2024-04-23T18:05:10.551689767-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room","Elapsed":0} -{"Time":"2024-04-23T18:05:10.551695427-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock"} -{"Time":"2024-04-23T18:05:10.551699127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":"=== RUN TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock\n"} -{"Time":"2024-04-23T18:05:15.561065395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":" knocking_test.go:138: Did not get membership state for knocking user\n"} -{"Time":"2024-04-23T18:05:15.562314884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.174319ms)\n"} -{"Time":"2024-04-23T18:05:16.566634475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.003975235s)\n"} -{"Time":"2024-04-23T18:05:17.569176702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002445807s)\n"} -{"Time":"2024-04-23T18:05:18.572494841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.00322395s)\n"} -{"Time":"2024-04-23T18:05:19.575502191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002918481s)\n"} -{"Time":"2024-04-23T18:05:20.578048645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002463655s)\n"} -{"Time":"2024-04-23T18:05:20.578141424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":" knocking_test.go:148: \u001b[31m@user-1:hs1 MustSyncUntil: timed out after 5.01702373s. Seen 6 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:05:20.578147624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":" [t=1.551146ms] Response #1: SyncTimelineHas(!2hA9U0U8RmA2MvrSTN:hs1): check function did not pass while iterating over 9 elements: [{\"content\":{\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"},\"event_id\":\"$ksZfGtFQtGEI-qlSfI2oeoMLEWc8nRh5h3S4HVVEIvY\",\"origin_server_ts\":1713909910488,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.create\",\"unsigned\":{\"age\":1}},{\"content\":{\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"},\"event_id\":\"$skcfA_1x1CXTAlSJ3U9_Y_GMwJELh9whu17H1tV6u08\",\"origin_server_ts\":1713909910489,\"sender\":\"@user-1:hs1\",\"state_key\":\"@user-1:hs1\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}},{\"content\":{\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}},\"event_id\":\"$qVTKf6xsLwfJTvsH8RtaUDp519yw7TPOqK5nNGlvW20\",\"origin_server_ts\":1713909910490,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.power_levels\",\"unsigned\":{\"age\":1}},{\"content\":{\"joi"} -{"Time":"2024-04-23T18:05:20.578154944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":"n_rule\":\"invite\"},\"event_id\":\"$5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM\",\"origin_server_ts\":1713909910491,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.join_rules\",\"unsigned\":{\"age\":1}},{\"content\":{\"history_visibility\":\"shared\"},\"event_id\":\"$njF_-tv3szgCMz6bnBimxfE1UgjOh8oCvr6y99WmSyk\",\"origin_server_ts\":1713909910492,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.history_visibility\",\"unsigned\":{\"age\":1}},{\"content\":{\"guest_access\":\"can_join\"},\"event_id\":\"$SLO2vvVssk7Xvq8hsyonUBEYpOGdEv7GcxbVxeHJaXM\",\"origin_server_ts\":1713909910493,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.guest_access\",\"unsigned\":{\"age\":1}},{\"content\":{\"is_direct\":false,\"membership\":\"invite\"},\"event_id\":\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\",\"origin_server_ts\":1713909910496,\"sender\":\"@user-1:hs1\",\"state_key\":\"@david:host.docker.internal:25993\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}},{\"content\":{\"membership\":\"join\"},\"event_id\":\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\",\"origin_server_ts\":1713909910"} -{"Time":"2024-04-23T18:05:20.578160154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":"527,\"sender\":\"@david:host.docker.internal:25993\",\"state_key\":\"@david:host.docker.internal:25993\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1,\"prev_content\":{\"is_direct\":false,\"membership\":\"invite\"}}},{\"content\":{\"join_rule\":\"knock_restricted\"},\"event_id\":\"$foo5bLUz6R_Fry47VpWFkx4GW2CbCPgMg-tFtkpvvnI\",\"origin_server_ts\":1713909910543,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.join_rules\",\"unsigned\":{\"age\":1,\"prev_content\":{\"join_rule\":\"invite\"},\"prev_sender\":\"@user-1:hs1\"}}]\n"} -{"Time":"2024-04-23T18:05:20.578164134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":" [t=1.00561835s] Response #2: SyncTimelineHas(!2hA9U0U8RmA2MvrSTN:hs1): Key rooms.join.!2hA9U0U8RmA2MvrSTN:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:05:20.578166894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":" [t=2.008152637s] Response #3: SyncTimelineHas(!2hA9U0U8RmA2MvrSTN:hs1): Key rooms.join.!2hA9U0U8RmA2MvrSTN:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:05:20.578170854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":" [t=3.011467975s] Response #4: SyncTimelineHas(!2hA9U0U8RmA2MvrSTN:hs1): Key rooms.join.!2hA9U0U8RmA2MvrSTN:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:05:20.578174584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":" [t=4.014470436s] Response #5: SyncTimelineHas(!2hA9U0U8RmA2MvrSTN:hs1): Key rooms.join.!2hA9U0U8RmA2MvrSTN:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:05:20.578178294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":" [t=5.0170209s] Response #6: SyncTimelineHas(!2hA9U0U8RmA2MvrSTN:hs1): Key rooms.join.!2hA9U0U8RmA2MvrSTN:hs1.timeline.events does not exist, \n"} -{"Time":"2024-04-23T18:05:20.578181884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:05:20.578191764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":"--- FAIL: TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock (10.03s)\n"} -{"Time":"2024-04-23T18:05:20.578195064-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Elapsed":10.03} -{"Time":"2024-04-23T18:05:20.578201894-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again"} -{"Time":"2024-04-23T18:05:20.578204404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Output":"=== RUN TestKnockingInMSC3787Room/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again\n"} -{"Time":"2024-04-23T18:05:20.579840649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.524147ms)\n"} -{"Time":"2024-04-23T18:05:20.581881341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!2hA9U0U8RmA2MvrSTN:hs1/leave =\u003e 200 OK (1.935682ms)\n"} -{"Time":"2024-04-23T18:05:21.585604954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.003689853s)\n"} -{"Time":"2024-04-23T18:05:22.58774827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002102106s)\n"} -{"Time":"2024-04-23T18:05:23.589912535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002126275s)\n"} -{"Time":"2024-04-23T18:05:24.592954891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002995356s)\n"} -{"Time":"2024-04-23T18:05:25.595030655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002034974s)\n"} -{"Time":"2024-04-23T18:05:25.595067215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Output":" knocking_test.go:170: \u001b[31m@user-2:hs1 MustSyncUntil: timed out after 5.013163534s. Seen 5 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:05:25.595072535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Output":" [t=1.003734753s] Response #1: no leave section for room !2hA9U0U8RmA2MvrSTN:hs1\n"} -{"Time":"2024-04-23T18:05:25.595077295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Output":" [t=2.005875489s] Response #2: no leave section for room !2hA9U0U8RmA2MvrSTN:hs1\n"} -{"Time":"2024-04-23T18:05:25.595082485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Output":" [t=3.008041934s] Response #3: no leave section for room !2hA9U0U8RmA2MvrSTN:hs1\n"} -{"Time":"2024-04-23T18:05:25.595087155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Output":" [t=4.01108502s] Response #4: no leave section for room !2hA9U0U8RmA2MvrSTN:hs1\n"} -{"Time":"2024-04-23T18:05:25.595091635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Output":" [t=5.013160574s] Response #5: no leave section for room !2hA9U0U8RmA2MvrSTN:hs1, \n"} -{"Time":"2024-04-23T18:05:25.595096075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:05:25.595106334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Output":"--- FAIL: TestKnockingInMSC3787Room/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again (5.02s)\n"} -{"Time":"2024-04-23T18:05:25.595111834-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Elapsed":5.02} -{"Time":"2024-04-23T18:05:25.595119694-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_reject_a_knock"} -{"Time":"2024-04-23T18:05:25.595127884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_reject_a_knock","Output":"=== RUN TestKnockingInMSC3787Room/A_user_in_the_room_can_reject_a_knock\n"} -{"Time":"2024-04-23T18:05:25.596086936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!2hA9U0U8RmA2MvrSTN:hs1/kick =\u003e 400 Bad Request (948.042µs)\n"} -{"Time":"2024-04-23T18:05:25.596112176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_reject_a_knock","Output":" knocking_test.go:196: \u001b[31mCSAPI.MustDo POST http://127.0.0.1:1151/_matrix/client/v3/rooms/%212hA9U0U8RmA2MvrSTN:hs1/kick returned non-2xx code: 400 Bad Request - body: {\"errcode\":\"M_BAD_STATE\",\"error\":\"M_BAD_STATE: Cannot kick member that's not in the room.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:25.596121146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_reject_a_knock","Output":"--- FAIL: TestKnockingInMSC3787Room/A_user_in_the_room_can_reject_a_knock (0.00s)\n"} -{"Time":"2024-04-23T18:05:25.596128995-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_reject_a_knock","Elapsed":0} -{"Time":"2024-04-23T18:05:25.596134905-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_can_knock_on_a_room_without_a_reason"} -{"Time":"2024-04-23T18:05:25.596138355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_can_knock_on_a_room_without_a_reason","Output":"=== RUN TestKnockingInMSC3787Room/A_user_can_knock_on_a_room_without_a_reason\n"} -{"Time":"2024-04-23T18:05:25.596845229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!2hA9U0U8RmA2MvrSTN:hs1/kick =\u003e 400 Bad Request (661.864µs)\n"} -{"Time":"2024-04-23T18:05:25.596863319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_can_knock_on_a_room_without_a_reason","Output":" knocking_test.go:219: \u001b[31mCSAPI.MustDo POST http://127.0.0.1:1151/_matrix/client/v3/rooms/%212hA9U0U8RmA2MvrSTN:hs1/kick returned non-2xx code: 400 Bad Request - body: {\"errcode\":\"M_BAD_STATE\",\"error\":\"M_BAD_STATE: Cannot kick member that's not in the room.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:25.596870169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_can_knock_on_a_room_without_a_reason","Output":"--- FAIL: TestKnockingInMSC3787Room/A_user_can_knock_on_a_room_without_a_reason (0.00s)\n"} -{"Time":"2024-04-23T18:05:25.596875999-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_can_knock_on_a_room_without_a_reason","Elapsed":0} -{"Time":"2024-04-23T18:05:25.596881649-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_accept_a_knock"} -{"Time":"2024-04-23T18:05:25.596888049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_accept_a_knock","Output":"=== RUN TestKnockingInMSC3787Room/A_user_in_the_room_can_accept_a_knock\n"} -{"Time":"2024-04-23T18:05:25.598563674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!2hA9U0U8RmA2MvrSTN:hs1/invite =\u003e 400 Bad Request (1.633065ms)\n"} -{"Time":"2024-04-23T18:05:25.598585184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_accept_a_knock","Output":" client.go:755: \u001b[31mCSAPI.Must: POST http://127.0.0.1:1151/_matrix/client/v3/rooms/%212hA9U0U8RmA2MvrSTN:hs1/invite returned non-2xx code: 400 Bad Request - body: {\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Auth check failed.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:25.598593574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_accept_a_knock","Output":"--- FAIL: TestKnockingInMSC3787Room/A_user_in_the_room_can_accept_a_knock (0.00s)\n"} -{"Time":"2024-04-23T18:05:25.598599414-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_accept_a_knock","Elapsed":0} -{"Time":"2024-04-23T18:05:25.598605394-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_invited_to"} -{"Time":"2024-04-23T18:05:25.598608814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_invited_to","Output":"=== RUN TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_invited_to\n"} -{"Time":"2024-04-23T18:05:25.599180589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/knock/!2hA9U0U8RmA2MvrSTN:hs1 =\u003e 404 Not Found (523.985µs)\n"} -{"Time":"2024-04-23T18:05:25.599247078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_invited_to","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 403 - http://127.0.0.1:1151/_matrix/client/v3/knock/%!h(MISSING)A9U0U8RmA2MvrSTN:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:25.599270928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_invited_to","Output":"--- FAIL: TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_invited_to (0.00s)\n"} -{"Time":"2024-04-23T18:05:25.599279998-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_invited_to","Elapsed":0} -{"Time":"2024-04-23T18:05:25.599288358-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_in"} -{"Time":"2024-04-23T18:05:25.599295188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_in","Output":"=== RUN TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_in\n"} -{"Time":"2024-04-23T18:05:25.600411278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!2hA9U0U8RmA2MvrSTN:hs1 =\u003e 500 Internal Server Error (1.061061ms)\n"} -{"Time":"2024-04-23T18:05:25.600426738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_in","Output":" client.go:755: \u001b[31mCSAPI.Must: POST http://127.0.0.1:1151/_matrix/client/v3/join/%212hA9U0U8RmA2MvrSTN:hs1?server_name=hs1 returned non-2xx code: 500 Internal Server Error - body: {\"errcode\":\"M_UNKNOWN\",\"error\":\"Invalid join rules event in db.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:25.600439728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_in","Output":"--- FAIL: TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_in (0.00s)\n"} -{"Time":"2024-04-23T18:05:25.600448167-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_in","Elapsed":0} -{"Time":"2024-04-23T18:05:25.600461147-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_is_banned_from_a_room_cannot_knock_on_it"} -{"Time":"2024-04-23T18:05:25.600467887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_is_banned_from_a_room_cannot_knock_on_it","Output":"=== RUN TestKnockingInMSC3787Room/A_user_that_is_banned_from_a_room_cannot_knock_on_it\n"} -{"Time":"2024-04-23T18:05:25.604868398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!2hA9U0U8RmA2MvrSTN:hs1/ban =\u003e 200 OK (4.377571ms)\n"} -{"Time":"2024-04-23T18:05:25.611357931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (6.437873ms)\n"} -{"Time":"2024-04-23T18:05:25.611794817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/knock/!2hA9U0U8RmA2MvrSTN:hs1 =\u003e 404 Not Found (312.897µs)\n"} -{"Time":"2024-04-23T18:05:25.611842427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_is_banned_from_a_room_cannot_knock_on_it","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 403 - http://127.0.0.1:1151/_matrix/client/v3/knock/%!h(MISSING)A9U0U8RmA2MvrSTN:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:25.611853567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_is_banned_from_a_room_cannot_knock_on_it","Output":"--- FAIL: TestKnockingInMSC3787Room/A_user_that_is_banned_from_a_room_cannot_knock_on_it (0.01s)\n"} -{"Time":"2024-04-23T18:05:25.611857087-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_is_banned_from_a_room_cannot_knock_on_it","Elapsed":0.01} -{"Time":"2024-04-23T18:05:25.621592691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (9.688774ms)\n"} -{"Time":"2024-04-23T18:05:25.640286405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!wz1m7jKGeA7HqgywkB:hs1/invite =\u003e 200 OK (18.591765ms)\n"} -{"Time":"2024-04-23T18:05:25.654310931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" knocking_test.go:88: Server.MustJoinRoom joined room ID !wz1m7jKGeA7HqgywkB:hs1\n"} -{"Time":"2024-04-23T18:05:25.654328361-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail#01"} -{"Time":"2024-04-23T18:05:25.654331981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail#01","Output":"=== RUN TestKnockingInMSC3787Room/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail#01\n"} -{"Time":"2024-04-23T18:05:25.655312703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/knock/!wz1m7jKGeA7HqgywkB:hs1 =\u003e 404 Not Found (934.242µs)\n"} -{"Time":"2024-04-23T18:05:25.655339562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail#01","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 403 - http://127.0.0.1:1153/_matrix/client/v3/knock/%!w(MISSING)z1m7jKGeA7HqgywkB:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:25.655356502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail#01","Output":"--- FAIL: TestKnockingInMSC3787Room/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail#01 (0.00s)\n"} -{"Time":"2024-04-23T18:05:25.655365522-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail#01","Elapsed":0} -{"Time":"2024-04-23T18:05:25.655378372-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'#01"} -{"Time":"2024-04-23T18:05:25.655385642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'#01","Output":"=== RUN TestKnockingInMSC3787Room/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'#01\n"} -{"Time":"2024-04-23T18:05:25.659077309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!wz1m7jKGeA7HqgywkB:hs1/state/m.room.join_rules/ =\u003e 200 OK (3.623868ms)\n"} -{"Time":"2024-04-23T18:05:25.659140309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'#01","Output":" knocking_test.go:101: SendEventSynced waiting for event ID $f8sPi9QxMau3EtDilipbLhWdmZHj9xIK02v00pDirpo\n"} -{"Time":"2024-04-23T18:05:25.659683384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (496.605µs)\n"} -{"Time":"2024-04-23T18:05:25.661819495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.836013ms)\n"} -{"Time":"2024-04-23T18:05:25.661908334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'#01","Output":"--- PASS: TestKnockingInMSC3787Room/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'#01 (0.01s)\n"} -{"Time":"2024-04-23T18:05:25.661915134-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'#01","Elapsed":0.01} -{"Time":"2024-04-23T18:05:25.661922614-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail#01"} -{"Time":"2024-04-23T18:05:25.661929854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail#01","Output":"=== RUN TestKnockingInMSC3787Room/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail#01\n"} -{"Time":"2024-04-23T18:05:25.952191209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!wz1m7jKGeA7HqgywkB:hs1 =\u003e 500 Internal Server Error (290.166355ms)\n"} -{"Time":"2024-04-23T18:05:25.952219579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail#01","Output":" knocking_test.go:114: \u001b[31mMatchResponse got status 500 want 403 - http://127.0.0.1:1153/_matrix/client/v3/join/%!w(MISSING)z1m7jKGeA7HqgywkB:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNKNOWN\",\"error\":\"Answer from hs1: [500 / M_UNKNOWN] Invalid join rules event in db.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:25.952231079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail#01","Output":"--- FAIL: TestKnockingInMSC3787Room/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail#01 (0.29s)\n"} -{"Time":"2024-04-23T18:05:25.952238238-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail#01","Elapsed":0.29} -{"Time":"2024-04-23T18:05:25.952250128-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_join_rule_'knock'_should_succeed#01"} -{"Time":"2024-04-23T18:05:25.952260408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_join_rule_'knock'_should_succeed#01","Output":"=== RUN TestKnockingInMSC3787Room/Knocking_on_a_room_with_join_rule_'knock'_should_succeed#01\n"} -{"Time":"2024-04-23T18:05:25.953031432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/knock/!wz1m7jKGeA7HqgywkB:hs1 =\u003e 404 Not Found (716.884µs)\n"} -{"Time":"2024-04-23T18:05:25.953090031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_join_rule_'knock'_should_succeed#01","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 200 - http://127.0.0.1:1153/_matrix/client/v3/knock/%!w(MISSING)z1m7jKGeA7HqgywkB:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:25.953099921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_join_rule_'knock'_should_succeed#01","Output":"--- FAIL: TestKnockingInMSC3787Room/Knocking_on_a_room_with_join_rule_'knock'_should_succeed#01 (0.00s)\n"} -{"Time":"2024-04-23T18:05:25.953115231-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Knocking_on_a_room_with_join_rule_'knock'_should_succeed#01","Elapsed":0} -{"Time":"2024-04-23T18:05:25.953127591-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room#01"} -{"Time":"2024-04-23T18:05:25.953131391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room#01","Output":"=== RUN TestKnockingInMSC3787Room/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room#01\n"} -{"Time":"2024-04-23T18:05:25.953764485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/knock/!wz1m7jKGeA7HqgywkB:hs1 =\u003e 404 Not Found (545.925µs)\n"} -{"Time":"2024-04-23T18:05:25.953806515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room#01","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 200 - http://127.0.0.1:1153/_matrix/client/v3/knock/%!w(MISSING)z1m7jKGeA7HqgywkB:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:25.953815835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room#01","Output":"--- FAIL: TestKnockingInMSC3787Room/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room#01 (0.00s)\n"} -{"Time":"2024-04-23T18:05:25.953828014-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room#01","Elapsed":0} -{"Time":"2024-04-23T18:05:25.953846524-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01"} -{"Time":"2024-04-23T18:05:25.953850184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":"=== RUN TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01\n"} -{"Time":"2024-04-23T18:05:30.962539256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":" knocking_test.go:138: Did not get membership state for knocking user\n"} -{"Time":"2024-04-23T18:05:30.968129387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (5.517732ms)\n"} -{"Time":"2024-04-23T18:05:31.971765582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.003367357s)\n"} -{"Time":"2024-04-23T18:05:32.974417536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002580284s)\n"} -{"Time":"2024-04-23T18:05:33.976778401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002274516s)\n"} -{"Time":"2024-04-23T18:05:34.979615951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002743141s)\n"} -{"Time":"2024-04-23T18:05:35.98243289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.00274362s)\n"} -{"Time":"2024-04-23T18:05:35.98249225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":" knocking_test.go:148: \u001b[31m@user-1:hs1 MustSyncUntil: timed out after 5.019921914s. Seen 6 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:05:35.982497989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":" [t=5.789659ms] Response #1: SyncTimelineHas(!wz1m7jKGeA7HqgywkB:hs1): check function did not pass while iterating over 9 elements: [{\"content\":{\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"},\"event_id\":\"$9R3q_KVLNYhyAjkYs-UXS7jBKMEtFWlcWqsC0gaNdvY\",\"origin_server_ts\":1713909925612,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.create\",\"unsigned\":{\"age\":1}},{\"content\":{\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"},\"event_id\":\"$P7VLKtU-3DpzRiWnVtGv6EMXDAk-YnYhXrVolVCcuzk\",\"origin_server_ts\":1713909925614,\"sender\":\"@user-1:hs1\",\"state_key\":\"@user-1:hs1\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}},{\"content\":{\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}},\"event_id\":\"$HVdhiESIyoxocujF4qVFLAtalQKDDMDjcalFcP2jUZ0\",\"origin_server_ts\":1713909925615,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.power_levels\",\"unsigned\":{\"age\":1}},{\"content\":{\"joi"} -{"Time":"2024-04-23T18:05:35.982505289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":"n_rule\":\"invite\"},\"event_id\":\"$huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA\",\"origin_server_ts\":1713909925617,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.join_rules\",\"unsigned\":{\"age\":1}},{\"content\":{\"history_visibility\":\"shared\"},\"event_id\":\"$lyw-f_dlVbzEec5MQ_y2yxPVo1wLnAxvzu81B-rEL-0\",\"origin_server_ts\":1713909925619,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.history_visibility\",\"unsigned\":{\"age\":1}},{\"content\":{\"guest_access\":\"can_join\"},\"event_id\":\"$2JiTsSVu8-e_VeEveRsl_5Z3jLAJPJ-GlX-5OfeToXc\",\"origin_server_ts\":1713909925620,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.guest_access\",\"unsigned\":{\"age\":1}},{\"content\":{\"is_direct\":false,\"membership\":\"invite\"},\"event_id\":\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\",\"origin_server_ts\":1713909925622,\"sender\":\"@user-1:hs1\",\"state_key\":\"@david:host.docker.internal:25993\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}},{\"content\":{\"membership\":\"join\"},\"event_id\":\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\",\"origin_server_ts\":1713909925"} -{"Time":"2024-04-23T18:05:35.982512549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":"643,\"sender\":\"@david:host.docker.internal:25993\",\"state_key\":\"@david:host.docker.internal:25993\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1,\"prev_content\":{\"is_direct\":false,\"membership\":\"invite\"}}},{\"content\":{\"join_rule\":\"knock_restricted\"},\"event_id\":\"$f8sPi9QxMau3EtDilipbLhWdmZHj9xIK02v00pDirpo\",\"origin_server_ts\":1713909925656,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.join_rules\",\"unsigned\":{\"age\":1,\"prev_content\":{\"join_rule\":\"invite\"},\"prev_sender\":\"@user-1:hs1\"}}]\n"} -{"Time":"2024-04-23T18:05:35.982517089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":" [t=1.009250956s] Response #2: SyncTimelineHas(!wz1m7jKGeA7HqgywkB:hs1): Key rooms.join.!wz1m7jKGeA7HqgywkB:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:05:35.982520019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":" [t=2.011901809s] Response #3: SyncTimelineHas(!wz1m7jKGeA7HqgywkB:hs1): Key rooms.join.!wz1m7jKGeA7HqgywkB:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:05:35.982534889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":" [t=3.014280544s] Response #4: SyncTimelineHas(!wz1m7jKGeA7HqgywkB:hs1): Key rooms.join.!wz1m7jKGeA7HqgywkB:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:05:35.982538729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":" [t=4.017103114s] Response #5: SyncTimelineHas(!wz1m7jKGeA7HqgywkB:hs1): Key rooms.join.!wz1m7jKGeA7HqgywkB:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:05:35.982542979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":" [t=5.019919604s] Response #6: SyncTimelineHas(!wz1m7jKGeA7HqgywkB:hs1): Key rooms.join.!wz1m7jKGeA7HqgywkB:hs1.timeline.events does not exist, \n"} -{"Time":"2024-04-23T18:05:35.982546109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:05:35.982553669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":"--- FAIL: TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01 (10.03s)\n"} -{"Time":"2024-04-23T18:05:35.982557659-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Elapsed":10.03} -{"Time":"2024-04-23T18:05:35.982564459-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_reject_a_knock#01"} -{"Time":"2024-04-23T18:05:35.982567289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_reject_a_knock#01","Output":"=== RUN TestKnockingInMSC3787Room/A_user_in_the_room_can_reject_a_knock#01\n"} -{"Time":"2024-04-23T18:05:35.983440061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!wz1m7jKGeA7HqgywkB:hs1/kick =\u003e 400 Bad Request (844.232µs)\n"} -{"Time":"2024-04-23T18:05:35.983484101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_reject_a_knock#01","Output":" knocking_test.go:196: \u001b[31mCSAPI.MustDo POST http://127.0.0.1:1151/_matrix/client/v3/rooms/%21wz1m7jKGeA7HqgywkB:hs1/kick returned non-2xx code: 400 Bad Request - body: {\"errcode\":\"M_BAD_STATE\",\"error\":\"M_BAD_STATE: Cannot kick member that's not in the room.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:35.98350193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_reject_a_knock#01","Output":"--- FAIL: TestKnockingInMSC3787Room/A_user_in_the_room_can_reject_a_knock#01 (0.00s)\n"} -{"Time":"2024-04-23T18:05:35.98350673-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_reject_a_knock#01","Elapsed":0} -{"Time":"2024-04-23T18:05:35.98352177-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_can_knock_on_a_room_without_a_reason#01"} -{"Time":"2024-04-23T18:05:35.9835245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_can_knock_on_a_room_without_a_reason#01","Output":"=== RUN TestKnockingInMSC3787Room/A_user_can_knock_on_a_room_without_a_reason#01\n"} -{"Time":"2024-04-23T18:05:35.984375963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!wz1m7jKGeA7HqgywkB:hs1/kick =\u003e 400 Bad Request (779.423µs)\n"} -{"Time":"2024-04-23T18:05:35.984425982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_can_knock_on_a_room_without_a_reason#01","Output":" knocking_test.go:219: \u001b[31mCSAPI.MustDo POST http://127.0.0.1:1151/_matrix/client/v3/rooms/%21wz1m7jKGeA7HqgywkB:hs1/kick returned non-2xx code: 400 Bad Request - body: {\"errcode\":\"M_BAD_STATE\",\"error\":\"M_BAD_STATE: Cannot kick member that's not in the room.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:35.984447762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_can_knock_on_a_room_without_a_reason#01","Output":"--- FAIL: TestKnockingInMSC3787Room/A_user_can_knock_on_a_room_without_a_reason#01 (0.00s)\n"} -{"Time":"2024-04-23T18:05:35.984452642-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_can_knock_on_a_room_without_a_reason#01","Elapsed":0} -{"Time":"2024-04-23T18:05:35.984479112-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_accept_a_knock#01"} -{"Time":"2024-04-23T18:05:35.984481862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_accept_a_knock#01","Output":"=== RUN TestKnockingInMSC3787Room/A_user_in_the_room_can_accept_a_knock#01\n"} -{"Time":"2024-04-23T18:05:35.986107548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!wz1m7jKGeA7HqgywkB:hs1/invite =\u003e 400 Bad Request (1.543677ms)\n"} -{"Time":"2024-04-23T18:05:35.986145607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_accept_a_knock#01","Output":" client.go:755: \u001b[31mCSAPI.Must: POST http://127.0.0.1:1151/_matrix/client/v3/rooms/%21wz1m7jKGeA7HqgywkB:hs1/invite returned non-2xx code: 400 Bad Request - body: {\"errcode\":\"M_INVALID_PARAM\",\"error\":\"M_INVALID_PARAM: Auth check failed.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:35.986163087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_accept_a_knock#01","Output":"--- FAIL: TestKnockingInMSC3787Room/A_user_in_the_room_can_accept_a_knock#01 (0.00s)\n"} -{"Time":"2024-04-23T18:05:35.986167837-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_in_the_room_can_accept_a_knock#01","Elapsed":0} -{"Time":"2024-04-23T18:05:35.986184477-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_invited_to#01"} -{"Time":"2024-04-23T18:05:35.986188137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_invited_to#01","Output":"=== RUN TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_invited_to#01\n"} -{"Time":"2024-04-23T18:05:35.987063089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/knock/!wz1m7jKGeA7HqgywkB:hs1 =\u003e 404 Not Found (806.672µs)\n"} -{"Time":"2024-04-23T18:05:35.987109259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_invited_to#01","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 403 - http://127.0.0.1:1153/_matrix/client/v3/knock/%!w(MISSING)z1m7jKGeA7HqgywkB:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:35.987121029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_invited_to#01","Output":"--- FAIL: TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_invited_to#01 (0.00s)\n"} -{"Time":"2024-04-23T18:05:35.987128169-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_invited_to#01","Elapsed":0} -{"Time":"2024-04-23T18:05:35.987138998-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_in#01"} -{"Time":"2024-04-23T18:05:35.987145178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_in#01","Output":"=== RUN TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_in#01\n"} -{"Time":"2024-04-23T18:05:35.993293644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!wz1m7jKGeA7HqgywkB:hs1 =\u003e 500 Internal Server Error (6.083276ms)\n"} -{"Time":"2024-04-23T18:05:35.993318164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_in#01","Output":" client.go:755: \u001b[31mCSAPI.Must: POST http://127.0.0.1:1153/_matrix/client/v3/join/%21wz1m7jKGeA7HqgywkB:hs1?server_name=hs1 returned non-2xx code: 500 Internal Server Error - body: {\"errcode\":\"M_UNKNOWN\",\"error\":\"Answer from hs1: [500 / M_UNKNOWN] Invalid join rules event in db.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:35.993326794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_in#01","Output":"--- FAIL: TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_in#01 (0.01s)\n"} -{"Time":"2024-04-23T18:05:35.993332184-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_cannot_knock_on_a_room_they_are_already_in#01","Elapsed":0.01} -{"Time":"2024-04-23T18:05:35.993337813-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_is_banned_from_a_room_cannot_knock_on_it#01"} -{"Time":"2024-04-23T18:05:35.993341163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_is_banned_from_a_room_cannot_knock_on_it#01","Output":"=== RUN TestKnockingInMSC3787Room/A_user_that_is_banned_from_a_room_cannot_knock_on_it#01\n"} -{"Time":"2024-04-23T18:05:35.997495547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!wz1m7jKGeA7HqgywkB:hs1/ban =\u003e 200 OK (4.070634ms)\n"} -{"Time":"2024-04-23T18:05:36.006698465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (9.147409ms)\n"} -{"Time":"2024-04-23T18:05:36.007598308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/knock/!wz1m7jKGeA7HqgywkB:hs1 =\u003e 404 Not Found (643.714µs)\n"} -{"Time":"2024-04-23T18:05:36.007660897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_is_banned_from_a_room_cannot_knock_on_it#01","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 403 - http://127.0.0.1:1153/_matrix/client/v3/knock/%!w(MISSING)z1m7jKGeA7HqgywkB:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:36.007668327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_is_banned_from_a_room_cannot_knock_on_it#01","Output":"--- FAIL: TestKnockingInMSC3787Room/A_user_that_is_banned_from_a_room_cannot_knock_on_it#01 (0.01s)\n"} -{"Time":"2024-04-23T18:05:36.007686427-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room/A_user_that_is_banned_from_a_room_cannot_knock_on_it#01","Elapsed":0.01} -{"Time":"2024-04-23T18:05:36.202138227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"2024/04/23 18:05:36 ============================================\n"} -{"Time":"2024-04-23T18:05:36.202155786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.202158956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.202161516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"2024/04/23 18:05:36 803eaac35c7bb1ba698589d8cd23bdbb601bbc6e06ac0076bdbd2c28cb467fc1 : Server logs:\n"} -{"Time":"2024-04-23T18:05:36.202268235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:05:36.202273955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:05:36.202278235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:05:36.202281615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:05:36.202287115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:05:36.202292255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"+ echo 'IP.1 = 172.28.0.2'\n"} -{"Time":"2024-04-23T18:05:36.202297885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:05:36.202301725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:05:36.202307185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:05:36.202311275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:05:36.202315025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.692817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:05:36.202320835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.692928Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:05:36.202324875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.693313Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:05:36.202335905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.693320Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:05:36.202340195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.693326Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:05:36.202345705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.693332Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:05:36.202349695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.694123Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:05:36.202356935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.202362205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:05:36.202365965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.694198Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:05:36.202370405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.696533Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:05:36.202373934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.698119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:05:36.202380344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.698694Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:05:36.202386734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.699717Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:05:36.202390504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.250408Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 552.283347ms\n"} -{"Time":"2024-04-23T18:05:36.202395994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.252850Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:05:36.202399914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.252917Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:36.202403684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.252936Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:36.202409364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.252945Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:05:36.202413164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.252953Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:05:36.202416704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.252959Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:05:36.202420334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.252966Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:05:36.202424104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.252973Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:05:36.202453314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.252980Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:05:36.202465484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.252987Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:05:36.202469364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.252994Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:05:36.202474234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.253001Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:05:36.202477034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.253008Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:05:36.202479744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.253014Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:05:36.202482534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.253031Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:05:36.202485223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.253043Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:05:36.202488013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.253051Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:05:36.202491603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.253060Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:05:36.202495183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.253069Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:05:36.202500663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.253076Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:05:36.202504353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.254702Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:05:36.202508073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.257471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:05:36.202512683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.274017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:05:36.202515713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.274027Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:05:36.202518773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.274551Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:05:36.202521843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.274691Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:05:36.202526223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.287001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.202529593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.287469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.202584983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.287554Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:05:36.202590763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.287768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.202594113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.359843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.202599272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.360208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.202603352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.360227Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:05:36.202608722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.402736Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:05:36.202612482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.404618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.202619302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.404841Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.202629582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.404982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.202635502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.407852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.202645802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.407871Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.202651372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.407894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.202657092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.409363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:36.202739101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.409392Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:36.202746311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.409401Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:36.202753321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.409423Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:36.202757401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.409491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:05:36.202765091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.409503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:05:36.202770241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.409527Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:36.202775611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.409535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.20289882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.411086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:36.20290591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:36.20291279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.411114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:36.20291752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:36.203009719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.411122Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:36.203024959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.203035299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.412426Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:05:36.203045929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.412505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m52 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.203055888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.413055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:36.203067528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.413099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:36.203077858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.413107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.203086648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.413128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.203092898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.413456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.203103238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.413481Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:05:36.203111998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.479218Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:05:36.203118478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.479380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m66 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.203125028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.479833Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:36.203135198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.479883Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:36.203145658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.479894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.203158288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.487270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.203165088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.487667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"45\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.203172237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.487701Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"private_chat\"), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:05:36.203180407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.488179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:05:36.203191347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.488195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:05:36.203199327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.488215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:05:36.203212047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.489318Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.203226357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.489339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.203238407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.489373Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.203249907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.490633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:36.203263657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.490659Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:36.203281016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.490668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:36.203291786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.490684Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:36.203389526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.490699Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:36.203404355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.490706Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.203416785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.491720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:36.203431485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.491752Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:36.203441455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.491760Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.203449225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.492812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:05:36.203457095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.492842Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:05:36.203464915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.492850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.203472535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.493958Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:05:36.203484465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.493987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:36.203494835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.493996Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.203504775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.494799Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:05:36.203511104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.494872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.203517374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.495423Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.203524054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.495618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%212hA9U0U8RmA2MvrSTN:hs1/invite {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"47\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.203531374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.495632Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%212hA9U0U8RmA2MvrSTN:hs1/invite Some(Object({\"user_id\": String(\"@david:host.docker.internal:25993\")}))\n"} -{"Time":"2024-04-23T18:05:36.203540814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.496102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.203548574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.496119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.203556544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.496147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.203564824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.497194Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:36.203574254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.497381Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal:25993\n"} -{"Time":"2024-04-23T18:05:36.203584044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.497395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 2: Hostname with included port\n"} -{"Time":"2024-04-23T18:05:36.203593564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.497459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":25993\") hostname: Named(\"host.docker.internal\", \":25993\")\n"} -{"Time":"2024-04-23T18:05:36.203614114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.497735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(25993), path: \"/_matrix/federation/v2/invite/!2hA9U0U8RmA2MvrSTN:hs1/$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:36.203625573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.497863Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.203638813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.497947Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(25993))\n"} -{"Time":"2024-04-23T18:05:36.203648443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.497965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:25993\n"} -{"Time":"2024-04-23T18:05:36.203660643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.498106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:25993\n"} -{"Time":"2024-04-23T18:05:36.203669943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.510396Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:36.203679423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.510445Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.203692163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.512690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.203700533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.512834Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.203709293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.513775Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.203720183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.513789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.203734852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.513888Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:25993 for https://host.docker.internal:25993/_matrix/federation/v2/invite/!2hA9U0U8RmA2MvrSTN:hs1/$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw with https://host.docker.internal:25993/_matrix/federation/v2/invite/!2hA9U0U8RmA2MvrSTN:hs1/$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\n"} -{"Time":"2024-04-23T18:05:36.203746382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.513898Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:36.203756492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.513916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:25993/_matrix/federation/v2/invite/!2hA9U0U8RmA2MvrSTN:hs1/$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\n"} -{"Time":"2024-04-23T18:05:36.203765602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.514087Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, host.docker.internal:25993\n"} -{"Time":"2024-04-23T18:05:36.203778122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.514279Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:36.203787342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.514325Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for host.docker.internal:25993 keys\n"} -{"Time":"2024-04-23T18:05:36.203796202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.514338Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:25993 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:05:36.203805042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.514423Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:36.203814522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.514528Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(25993), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:36.203830262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.514550Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:25993): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:36.203840212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.514561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.203850971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.514760Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.203860511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.514773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.203870751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.514848Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:25993 for https://host.docker.internal:25993/_matrix/key/v2/server with https://host.docker.internal:25993/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:36.203880561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.514857Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:36.203894081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.514906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:25993/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:36.203903861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.515144Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:36.203911301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.515415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:05:36.203918441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.515458Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $qVTKf6xsLwfJTvsH8RtaUDp519yw7TPOqK5nNGlvW20 in db\n"} -{"Time":"2024-04-23T18:05:36.203929011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.515480Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM in db\n"} -{"Time":"2024-04-23T18:05:36.203960141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.515500Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $skcfA_1x1CXTAlSJ3U9_Y_GMwJELh9whu17H1tV6u08 in db\n"} -{"Time":"2024-04-23T18:05:36.20396939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.515518Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $ksZfGtFQtGEI-qlSfI2oeoMLEWc8nRh5h3S4HVVEIvY in db\n"} -{"Time":"2024-04-23T18:05:36.20401274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.515534Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:36.20402212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.515542Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $qVTKf6xsLwfJTvsH8RtaUDp519yw7TPOqK5nNGlvW20 in db\n"} -{"Time":"2024-04-23T18:05:36.20402947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.515550Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM in db\n"} -{"Time":"2024-04-23T18:05:36.2040428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.515557Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $skcfA_1x1CXTAlSJ3U9_Y_GMwJELh9whu17H1tV6u08 in db\n"} -{"Time":"2024-04-23T18:05:36.2040505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.515563Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $ksZfGtFQtGEI-qlSfI2oeoMLEWc8nRh5h3S4HVVEIvY in db\n"} -{"Time":"2024-04-23T18:05:36.20405755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.515575Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:05:36.20406564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.515695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.204077439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.515716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.204084419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.515747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.204092249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.515813Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:05:36.204101349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.515902Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:05:36.204110769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516010Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $SLO2vvVssk7Xvq8hsyonUBEYpOGdEv7GcxbVxeHJaXM in db\n"} -{"Time":"2024-04-23T18:05:36.204119679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516024Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:36.204129669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516032Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $SLO2vvVssk7Xvq8hsyonUBEYpOGdEv7GcxbVxeHJaXM in db\n"} -{"Time":"2024-04-23T18:05:36.204138069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:36.204191458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$SLO2vvVssk7Xvq8hsyonUBEYpOGdEv7GcxbVxeHJaXM\"]\n"} -{"Time":"2024-04-23T18:05:36.204200398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:05:36.204207258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516261Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:05:36.204217798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:05:36.204224918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:05:36.204231888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516408Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.204241418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.204249138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.204255958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:05:36.204265538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516738Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:05:36.204273568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516750Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.204283298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.204292638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.204304147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516863Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:05:36.204355397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516871Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:05:36.204369407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516908Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:05:36.204377337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516919Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:05:36.204387167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.516956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:05:36.204394117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.517115Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:05:36.204403957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.517216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m47.25µs\n"} -{"Time":"2024-04-23T18:05:36.204412897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.517339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ksZfGtFQtGEI-qlSfI2oeoMLEWc8nRh5h3S4HVVEIvY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m169.869µs\n"} -{"Time":"2024-04-23T18:05:36.204426096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.517409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m240.798µs\n"} -{"Time":"2024-04-23T18:05:36.204435666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.517534Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$skcfA_1x1CXTAlSJ3U9_Y_GMwJELh9whu17H1tV6u08\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m365.247µs\n"} -{"Time":"2024-04-23T18:05:36.204446516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.517603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m434.087µs\n"} -{"Time":"2024-04-23T18:05:36.204459756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.517740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qVTKf6xsLwfJTvsH8RtaUDp519yw7TPOqK5nNGlvW20\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m570.905µs\n"} -{"Time":"2024-04-23T18:05:36.204547135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.517810Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m641.255µs\n"} -{"Time":"2024-04-23T18:05:36.204556555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.517976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m806.723µs\n"} -{"Time":"2024-04-23T18:05:36.204565415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.518048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m879.383µs\n"} -{"Time":"2024-04-23T18:05:36.204576055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.518203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$njF_-tv3szgCMz6bnBimxfE1UgjOh8oCvr6y99WmSyk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.034221ms\n"} -{"Time":"2024-04-23T18:05:36.204583845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.518274Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.105761ms\n"} -{"Time":"2024-04-23T18:05:36.204591395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.518425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SLO2vvVssk7Xvq8hsyonUBEYpOGdEv7GcxbVxeHJaXM\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.256529ms\n"} -{"Time":"2024-04-23T18:05:36.204599025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.518496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.327329ms\n"} -{"Time":"2024-04-23T18:05:36.204606445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.518510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.342149ms\n"} -{"Time":"2024-04-23T18:05:36.204613675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.518550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m15.29µs\n"} -{"Time":"2024-04-23T18:05:36.204627835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.518737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m201.359µs\n"} -{"Time":"2024-04-23T18:05:36.204636515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.518809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m273.378µs\n"} -{"Time":"2024-04-23T18:05:36.204693304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.518822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m286.598µs\n"} -{"Time":"2024-04-23T18:05:36.204705024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.518846Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:05:36.204715234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.518985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:05:36.204723604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519071Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:05:36.204732414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:05:36.204740274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519114Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$ksZfGtFQtGEI-qlSfI2oeoMLEWc8nRh5h3S4HVVEIvY\", (\"m.room.power_levels\", \"\"): \"$qVTKf6xsLwfJTvsH8RtaUDp519yw7TPOqK5nNGlvW20\", (\"m.room.member\", \"@user-1:hs1\"): \"$skcfA_1x1CXTAlSJ3U9_Y_GMwJELh9whu17H1tV6u08\", (\"m.room.guest_access\", \"\"): \"$SLO2vvVssk7Xvq8hsyonUBEYpOGdEv7GcxbVxeHJaXM\", (\"m.room.join_rules\", \"\"): \"$5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM\", (\"m.room.history_visibility\", \"\"): \"$njF_-tv3szgCMz6bnBimxfE1UgjOh8oCvr6y99WmSyk\"}\n"} -{"Time":"2024-04-23T18:05:36.204755524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:05:36.204764683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@david:host.docker.internal:25993\"): [\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\"]}\n"} -{"Time":"2024-04-23T18:05:36.204772193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:05:36.204781173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\", \"$5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM\"}\n"} -{"Time":"2024-04-23T18:05:36.204789543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:05:36.204800263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519298Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM) senders power level\n"} -{"Time":"2024-04-23T18:05:36.204812253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:05:36.204821673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM power level 100\n"} -{"Time":"2024-04-23T18:05:36.204842973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519370Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:36.204852783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:05:36.204864133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519408Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM\"]\n"} -{"Time":"2024-04-23T18:05:36.204871063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519418Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:36.204878052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM\"]\n"} -{"Time":"2024-04-23T18:05:36.204891592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM\"\n"} -{"Time":"2024-04-23T18:05:36.204899482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519521Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:36.204906472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519544Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:36.204913762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.204924652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:05:36.205002051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519571Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$ksZfGtFQtGEI-qlSfI2oeoMLEWc8nRh5h3S4HVVEIvY\", (\"m.room.power_levels\", \"\"): \"$qVTKf6xsLwfJTvsH8RtaUDp519yw7TPOqK5nNGlvW20\", (\"m.room.member\", \"@user-1:hs1\"): \"$skcfA_1x1CXTAlSJ3U9_Y_GMwJELh9whu17H1tV6u08\", (\"m.room.guest_access\", \"\"): \"$SLO2vvVssk7Xvq8hsyonUBEYpOGdEv7GcxbVxeHJaXM\", (\"m.room.join_rules\", \"\"): \"$5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM\", (\"m.room.history_visibility\", \"\"): \"$njF_-tv3szgCMz6bnBimxfE1UgjOh8oCvr6y99WmSyk\"}\n"} -{"Time":"2024-04-23T18:05:36.205013501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:05:36.205021321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519597Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\"]\n"} -{"Time":"2024-04-23T18:05:36.205031031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519605Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$qVTKf6xsLwfJTvsH8RtaUDp519yw7TPOqK5nNGlvW20\")\n"} -{"Time":"2024-04-23T18:05:36.205035421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519613Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:05:36.205039831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\n"} -{"Time":"2024-04-23T18:05:36.205045101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519702Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $qVTKf6xsLwfJTvsH8RtaUDp519yw7TPOqK5nNGlvW20\n"} -{"Time":"2024-04-23T18:05:36.205049701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519732Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\"]\n"} -{"Time":"2024-04-23T18:05:36.205055061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:36.205060441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519748Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\"]\n"} -{"Time":"2024-04-23T18:05:36.205069451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519857Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\"\n"} -{"Time":"2024-04-23T18:05:36.205075091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.20509137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519880Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.20509841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.20510375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.519959Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:05:36.20518253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.520011Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:05:36.20518697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.520837Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:05:36.20519202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.522050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m5.793359ms\n"} -{"Time":"2024-04-23T18:05:36.205198539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.522194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m26 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.205202579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.524676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.205207979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.525139Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:25993, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:36.205214119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.525316Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%212hA9U0U8RmA2MvrSTN:hs1/@david:host.docker.internal:25993?ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.205223259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.525338Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%212hA9U0U8RmA2MvrSTN:hs1/@david:host.docker.internal:25993?ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787 None\n"} -{"Time":"2024-04-23T18:05:36.205229869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.525606Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:36.205237239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.526424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.205253719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.526459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.205257369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.526516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.205262159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.527035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.205268299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.529494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.205274679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.529659Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:25993, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:36.205279689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.529786Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%212hA9U0U8RmA2MvrSTN:hs1/$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"1050\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.205388128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.529798Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%212hA9U0U8RmA2MvrSTN:hs1/$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw Some(Object({\"auth_events\": Array([String(\"$5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM\"), String(\"$qVTKf6xsLwfJTvsH8RtaUDp519yw7TPOqK5nNGlvW20\"), String(\"$ksZfGtFQtGEI-qlSfI2oeoMLEWc8nRh5h3S4HVVEIvY\"), String(\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"+yUY6cclQfgwUiHrugriGDCYTvtRkCvitYadsuFh9no\")}), \"origin\": String(\"host.docker.internal:25993\"), \"origin_server_ts\": 1713909910527, \"prev_events\": Array([String(\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\")]), \"prev_state\": Array([]), \"room_id\": String(\"!2hA9U0U8RmA2MvrSTN:hs1\"), \"sender\": String(\"@david:host.docker.internal:25993\"), \"si"} -{"Time":"2024-04-23T18:05:36.205393788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"gnatures\": Object({\"host.docker.internal:25993\": Object({\"ed25519:complement_7504d62cd76942dad60c6ac54e009f2d1e4d54367325cb46163487598215e5f6\": String(\"iIRCSLngDNpPt1hDW7wTm9y14Or/yqcrzSasNdOS42nuCOlpWBls59dCzooxCRtHIbpmgrNJPiU+JdixVjBECw\")}), \"hs1\": Object({\"ed25519:47tEZhMl\": String(\"F04WN5AM/oCYAXKFYfM6LHjeouxQ6yOWviNNS/YpILJAnQ8q3HvXenxpAALsVnv+qfYmC6vOOokv0ohzcji/DQ\")})}), \"state_key\": String(\"@david:host.docker.internal:25993\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"prev_sender\": String(\"@user-1:hs1\")})}))\n"} -{"Time":"2024-04-23T18:05:36.205398438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.529900Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:36.205404078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530087Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:25993, hs1\n"} -{"Time":"2024-04-23T18:05:36.205408138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530162Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:25993, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:36.205412868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530203Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:36.205417237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530297Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:36.205423537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:05:36.205437877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530588Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM in db\n"} -{"Time":"2024-04-23T18:05:36.205441567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530610Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $qVTKf6xsLwfJTvsH8RtaUDp519yw7TPOqK5nNGlvW20 in db\n"} -{"Time":"2024-04-23T18:05:36.205448267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530628Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $ksZfGtFQtGEI-qlSfI2oeoMLEWc8nRh5h3S4HVVEIvY in db\n"} -{"Time":"2024-04-23T18:05:36.205453287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530649Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw in db\n"} -{"Time":"2024-04-23T18:05:36.205469707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530664Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:36.205478277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530673Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM in db\n"} -{"Time":"2024-04-23T18:05:36.205483337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $qVTKf6xsLwfJTvsH8RtaUDp519yw7TPOqK5nNGlvW20 in db\n"} -{"Time":"2024-04-23T18:05:36.205486847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530687Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $ksZfGtFQtGEI-qlSfI2oeoMLEWc8nRh5h3S4HVVEIvY in db\n"} -{"Time":"2024-04-23T18:05:36.205492827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530694Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw in db\n"} -{"Time":"2024-04-23T18:05:36.205509817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:05:36.205513987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530761Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.205589636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530776Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.205593626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530813Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.205598566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530823Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:05:36.205612336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.530906Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:05:36.205617356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531015Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw in db\n"} -{"Time":"2024-04-23T18:05:36.205622506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531029Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:36.205631035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531036Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw in db\n"} -{"Time":"2024-04-23T18:05:36.205636075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:36.205640995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\"]\n"} -{"Time":"2024-04-23T18:05:36.205656195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531131Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:05:36.205659915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531145Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:05:36.205721265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:05:36.205725345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531238Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:05:36.205728795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.205734595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.205739364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531381Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.205807724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531394Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:05:36.205811664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:05:36.205819224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.205824074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.205840334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.205844464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531579Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:05:36.205852033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531586Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:05:36.205856983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531621Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:05:36.205875773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:05:36.205880263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:05:36.205885243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:05:36.205892023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m25.55µs\n"} -{"Time":"2024-04-23T18:05:36.205897183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.531785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m59.229µs\n"} -{"Time":"2024-04-23T18:05:36.205902433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.532072Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m257.818µs\n"} -{"Time":"2024-04-23T18:05:36.205988162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.532471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m658.624µs\n"} -{"Time":"2024-04-23T18:05:36.205993572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.532593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m781.333µs\n"} -{"Time":"2024-04-23T18:05:36.205999052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.532640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m829.063µs\n"} -{"Time":"2024-04-23T18:05:36.206004262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.532691Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:05:36.206009362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.532792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:05:36.206014322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.532809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:05:36.206017692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.532868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:05:36.206032112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.532882Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$skcfA_1x1CXTAlSJ3U9_Y_GMwJELh9whu17H1tV6u08\", (\"m.room.create\", \"\"): \"$ksZfGtFQtGEI-qlSfI2oeoMLEWc8nRh5h3S4HVVEIvY\", (\"m.room.history_visibility\", \"\"): \"$njF_-tv3szgCMz6bnBimxfE1UgjOh8oCvr6y99WmSyk\", (\"m.room.guest_access\", \"\"): \"$SLO2vvVssk7Xvq8hsyonUBEYpOGdEv7GcxbVxeHJaXM\", (\"m.room.power_levels\", \"\"): \"$qVTKf6xsLwfJTvsH8RtaUDp519yw7TPOqK5nNGlvW20\", (\"m.room.join_rules\", \"\"): \"$5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM\"}\n"} -{"Time":"2024-04-23T18:05:36.206037472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.532907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:05:36.206158201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.532920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@david:host.docker.internal:25993\"): [\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\", \"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\"]}\n"} -{"Time":"2024-04-23T18:05:36.206162371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:05:36.206167171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\", \"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\"}\n"} -{"Time":"2024-04-23T18:05:36.206174701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:05:36.206179981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:36.2061848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533230Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:05:36.20620116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533243Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:05:36.20620612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:36.20621115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:05:36.20621787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:05:36.20622387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533302Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$skcfA_1x1CXTAlSJ3U9_Y_GMwJELh9whu17H1tV6u08\", (\"m.room.create\", \"\"): \"$ksZfGtFQtGEI-qlSfI2oeoMLEWc8nRh5h3S4HVVEIvY\", (\"m.room.history_visibility\", \"\"): \"$njF_-tv3szgCMz6bnBimxfE1UgjOh8oCvr6y99WmSyk\", (\"m.room.guest_access\", \"\"): \"$SLO2vvVssk7Xvq8hsyonUBEYpOGdEv7GcxbVxeHJaXM\", (\"m.room.power_levels\", \"\"): \"$qVTKf6xsLwfJTvsH8RtaUDp519yw7TPOqK5nNGlvW20\", (\"m.room.join_rules\", \"\"): \"$5sAdDyhoKHN8y_Qhu4rH0ULqEb80NBBo-XwgyQ8iouM\"}\n"} -{"Time":"2024-04-23T18:05:36.20623525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533331Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 2\n"} -{"Time":"2024-04-23T18:05:36.20624112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533348Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\", \"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\"]\n"} -{"Time":"2024-04-23T18:05:36.20625693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$qVTKf6xsLwfJTvsH8RtaUDp519yw7TPOqK5nNGlvW20\")\n"} -{"Time":"2024-04-23T18:05:36.20626193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:05:36.2062674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\n"} -{"Time":"2024-04-23T18:05:36.20627367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $qVTKf6xsLwfJTvsH8RtaUDp519yw7TPOqK5nNGlvW20\n"} -{"Time":"2024-04-23T18:05:36.20628529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\n"} -{"Time":"2024-04-23T18:05:36.20629084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $qVTKf6xsLwfJTvsH8RtaUDp519yw7TPOqK5nNGlvW20\n"} -{"Time":"2024-04-23T18:05:36.206300289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533733Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\", \"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\"]\n"} -{"Time":"2024-04-23T18:05:36.206306439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533752Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:36.206322879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.533764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\", \"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\"]\n"} -{"Time":"2024-04-23T18:05:36.206327609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.534008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw\"\n"} -{"Time":"2024-04-23T18:05:36.206335239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.534040Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $mdeoajr04HCm862ZY1rKmrBSlc08rkk1uJrhQDLf2Nw (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.206341639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.534069Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.206345149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.534139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.206429748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.534378Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\"\n"} -{"Time":"2024-04-23T18:05:36.206433978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.534401Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.206438958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.534422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.206447458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.534465Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.206452608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.534501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:05:36.206457228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.534592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:05:36.206462438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.536069Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:05:36.206468008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.538237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-hSrCzMJGyuGOcImyPnpU0I7UFI9xfXs8NZQTJg5eGw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m7.094428ms\n"} -{"Time":"2024-04-23T18:05:36.206472878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.538399Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m29.979µs\n"} -{"Time":"2024-04-23T18:05:36.206478118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.538450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m81.579µs\n"} -{"Time":"2024-04-23T18:05:36.206481458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.540976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m11 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.206497208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.541515Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:36.206501268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.541733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(25993), path: \"/_matrix/federation/v1/send/s04jJFKvlhW4k5xnins1WGz-gFOGg9akz5Ka6GOCQpE\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:36.206605317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.541766Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.206609217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.541797Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(25993))\n"} -{"Time":"2024-04-23T18:05:36.206613837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.541816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:25993\n"} -{"Time":"2024-04-23T18:05:36.206629767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.541920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:25993\n"} -{"Time":"2024-04-23T18:05:36.206633487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.542541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.206637997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.542599Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:05:36.206652436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.542619Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:05:36.206656146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.542665Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:05:36.206660766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.543061Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.206673426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.543157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%212hA9U0U8RmA2MvrSTN:hs1/state/m.room.join_rules/ {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"32\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.206677636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.543173Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%212hA9U0U8RmA2MvrSTN:hs1/state/m.room.join_rules/ Some(Object({\"join_rule\": String(\"knock_restricted\")}))\n"} -{"Time":"2024-04-23T18:05:36.206692656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.543505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:36.206696906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.543544Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:36.206704446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.543555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.206709556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.544538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.206714496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.544881Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.206727286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.545230Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.206730866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.545262Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.206746046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.548306Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:05:36.206749746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.548453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.206754235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.548862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.206770205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.549082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%212hA9U0U8RmA2MvrSTN:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.206773915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.549109Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%212hA9U0U8RmA2MvrSTN:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:36.206778315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.549415Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:05:36.206793705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.549589Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Invalid join rules event: missing field `allow` at line 1 column 32\n"} -{"Time":"2024-04-23T18:05:36.206797405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.549618Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:36.206802735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.549670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:36.206815805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.549743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:05:36.206819095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.549764Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:05:36.206823635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.550344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.206831665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.550424Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:05:36.206836205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.550452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:05:36.206842825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.550518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:05:36.206856975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.551284Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:36.206860815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.551372Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.206865385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.551410Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.206880204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.551449Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:05:36.206883384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.551461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:05:36.206900544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.551495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:05:36.206904224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.553246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.206917414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.553377Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.206920624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.553964Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.206938694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.553979Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.206970254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.553993Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:25993 for https://host.docker.internal:25993/_matrix/federation/v1/send/s04jJFKvlhW4k5xnins1WGz-gFOGg9akz5Ka6GOCQpE with https://host.docker.internal:25993/_matrix/federation/v1/send/s04jJFKvlhW4k5xnins1WGz-gFOGg9akz5Ka6GOCQpE\n"} -{"Time":"2024-04-23T18:05:36.206989373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.554001Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:36.206993383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.554015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:25993/_matrix/federation/v1/send/s04jJFKvlhW4k5xnins1WGz-gFOGg9akz5Ka6GOCQpE\n"} -{"Time":"2024-04-23T18:05:36.206998083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.554279Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:36.207002373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.554436Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(25993), path: \"/_matrix/federation/v1/send/ArV5jFm0CvZ627fablSAI-OajAPFy8y-7Hh1pnBCnMw\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:36.207007303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.554462Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:25993): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:05:36.207067193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.554471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.207072153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.556072Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.207077503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.556231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.207085673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.556700Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.207091143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.556715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.207096022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.556727Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:25993 for https://host.docker.internal:25993/_matrix/federation/v1/send/ArV5jFm0CvZ627fablSAI-OajAPFy8y-7Hh1pnBCnMw with https://host.docker.internal:25993/_matrix/federation/v1/send/ArV5jFm0CvZ627fablSAI-OajAPFy8y-7Hh1pnBCnMw\n"} -{"Time":"2024-04-23T18:05:36.207102782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.556734Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:36.207108922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:10.556747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:25993/_matrix/federation/v1/send/ArV5jFm0CvZ627fablSAI-OajAPFy8y-7Hh1pnBCnMw\n"} -{"Time":"2024-04-23T18:05:36.207112222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:15.561476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.207117332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:15.561737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.207121172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:15.561764Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.207126712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:15.562080Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.207132512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:15.563324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.207137062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:15.563529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.207177612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:15.563556Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.207181482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:15.563636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:05:36.207186152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:16.566290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1003 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.207192122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:16.566970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.207199952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:16.567149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.207207971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:16.567178Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.207227291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:17.568821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.207233061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:17.569496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.207254161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:17.569670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.207258361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:17.569699Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.207267881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:18.572159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.207273451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:18.572817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.207279141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:18.573030Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.207287621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:18.573061Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.207309771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:19.575238Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.207315121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:19.575734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.20732287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:19.575849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.20734022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:19.575862Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.20734638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:20.577769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.20736139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:20.578490Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.20736727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:20.578611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.20738293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:20.578635Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 None\n"} -{"Time":"2024-04-23T18:05:36.20738971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:20.579568Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 1: @user-2:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:05:36.20742915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:20.579597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.207434399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:20.580252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.207443719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:20.580568Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%212hA9U0U8RmA2MvrSTN:hs1/leave {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.207459089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:20.580595Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%212hA9U0U8RmA2MvrSTN:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:36.207464499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:20.580780Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Trying to leave a room you are not a member of.\n"} -{"Time":"2024-04-23T18:05:36.207469979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:20.581671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.207477519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:20.582419Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.207494709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:20.582546Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=167\u0026timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.207512699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:20.582568Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=167\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.207526729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:20.582617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-2:hs1\n"} -{"Time":"2024-04-23T18:05:36.207532459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:20.582999Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Left room but no left state event\n"} -{"Time":"2024-04-23T18:05:36.207541399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:21.585372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.207551198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:21.585791Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.207559928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:21.585897Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=168\u0026timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.207566238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:21.585919Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=168\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.207588958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:22.587525Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.207594178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:22.587968Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.207634848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:22.588074Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=168\u0026timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.207640298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:22.588096Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=168\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.207658338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:23.589708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.207662177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:23.590106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.207666887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:23.590211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=168\u0026timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.207684867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:23.590233Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=168\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.207689077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:24.592770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.207694307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:24.593122Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.207699677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:24.593227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=168\u0026timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.207716407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:24.593248Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=168\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.207720267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.594835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.207725637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.595333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.207731647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.595596Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%212hA9U0U8RmA2MvrSTN:hs1/kick {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"53\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.207747837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.595622Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%212hA9U0U8RmA2MvrSTN:hs1/kick Some(Object({\"reason\": String(\"I don't think so\"), \"user_id\": String(\"@user-2:hs1\")}))\n"} -{"Time":"2024-04-23T18:05:36.207752647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.595822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_BAD_STATE: Cannot kick member that's not in the room.\n"} -{"Time":"2024-04-23T18:05:36.207759277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.595893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:36.207765167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.596345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.207785206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.596464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%212hA9U0U8RmA2MvrSTN:hs1/kick {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"53\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.207789966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.596487Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%212hA9U0U8RmA2MvrSTN:hs1/kick Some(Object({\"reason\": String(\"Please try again\"), \"user_id\": String(\"@user-2:hs1\")}))\n"} -{"Time":"2024-04-23T18:05:36.207797426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.596609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_BAD_STATE: Cannot kick member that's not in the room.\n"} -{"Time":"2024-04-23T18:05:36.207803206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.596673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:36.207808806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.597105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.207815246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.597222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%212hA9U0U8RmA2MvrSTN:hs1/invite {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.207821896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.597245Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%212hA9U0U8RmA2MvrSTN:hs1/invite Some(Object({\"user_id\": String(\"@user-2:hs1\")}))\n"} -{"Time":"2024-04-23T18:05:36.207827666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.598149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.207835906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.598190Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.207841446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.598279Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::timeline\u001b[0m\u001b[2m:\u001b[0m Auth check failed: SerdeJson(Error(\"missing field `allow`\", line: 1, column: 32))\n"} -{"Time":"2024-04-23T18:05:36.207846966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.598339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_INVALID_PARAM: Auth check failed.\n"} -{"Time":"2024-04-23T18:05:36.207852896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.598405Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:36.207856276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.598818Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.207861626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.598885Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:05:36.207871626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.598908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:05:36.207876296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.598978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:05:36.207880036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.599526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.207889925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.599656Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%212hA9U0U8RmA2MvrSTN:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.207895585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.599680Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%212hA9U0U8RmA2MvrSTN:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:36.207899775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.599918Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:05:36.207905565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.600082Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Invalid join rules event: missing field `allow` at line 1 column 32\n"} -{"Time":"2024-04-23T18:05:36.207909815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.600105Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:36.207916765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.600152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:36.207923075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.600215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:05:36.207929205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.600231Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:05:36.207959355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.600633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.207963805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.600890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%212hA9U0U8RmA2MvrSTN:hs1/ban {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"85\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.207969645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.600981Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%212hA9U0U8RmA2MvrSTN:hs1/ban Some(Object({\"reason\": String(\"Turns out Bob wasn't that trustworthy after all!\"), \"user_id\": String(\"@user-2:hs1\")}))\n"} -{"Time":"2024-04-23T18:05:36.207974735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.601628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"ban\",\"reason\":\"Turns out Bob wasn't that trustworthy after all!\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.207979175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.601662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"ban\",\"reason\":\"Turns out Bob wasn't that trustworthy after all!\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.207984835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.601707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"ban\",\"reason\":\"Turns out Bob wasn't that trustworthy after all!\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!2hA9U0U8RmA2MvrSTN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.207990805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.604664Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.207996635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.605237Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:36.208002754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.605438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(25993), path: \"/_matrix/federation/v1/send/N5_GCOdjSFSD8TKhRsy7-sqklr7ZTnVM4UeErRqQo_w\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:36.208013914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.605472Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:25993): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:05:36.208019254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.605464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.208024324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.605484Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.208030434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.605653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.208038514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.605684Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.208043584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.607480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.208049014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.607636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.208066104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.608532Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.208072734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.608561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.208077504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.608587Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:25993 for https://host.docker.internal:25993/_matrix/federation/v1/send/N5_GCOdjSFSD8TKhRsy7-sqklr7ZTnVM4UeErRqQo_w with https://host.docker.internal:25993/_matrix/federation/v1/send/N5_GCOdjSFSD8TKhRsy7-sqklr7ZTnVM4UeErRqQo_w\n"} -{"Time":"2024-04-23T18:05:36.208097024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.608603Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:36.208100794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.608629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:25993/_matrix/federation/v1/send/N5_GCOdjSFSD8TKhRsy7-sqklr7ZTnVM4UeErRqQo_w\n"} -{"Time":"2024-04-23T18:05:36.208105434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.611105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.208124173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.611561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.208129153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.611599Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:05:36.208132663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.611613Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:05:36.208138403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.611645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%212hA9U0U8RmA2MvrSTN:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:05:36.208144453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.612009Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.208150123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.612141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"45\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.208156003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.612165Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"private_chat\"), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:05:36.208160833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.612582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:05:36.208167413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.612605Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:05:36.208174093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.612632Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:05:36.208236812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.614362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.208243062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.614397Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.208247332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.614441Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.208254412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.615918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:36.208332992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.615960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:36.208339762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.615979Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:36.208344091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.616006Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:36.208351491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.616022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:36.208356641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.616034Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.208363621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.617844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:36.208367631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.617901Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:36.208455621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.617917Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.20846166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.619409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:05:36.2084665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.619438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:05:36.20847385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.619446Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.20847776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.620527Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:05:36.20848398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.620556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:36.20849127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.620564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.20849722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.621378Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:05:36.20850494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.621426Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.20852304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.621800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.20852751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.621869Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21wz1m7jKGeA7HqgywkB:hs1/invite {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"47\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.2085341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.621881Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21wz1m7jKGeA7HqgywkB:hs1/invite Some(Object({\"user_id\": String(\"@david:host.docker.internal:25993\")}))\n"} -{"Time":"2024-04-23T18:05:36.208539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.622515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.20854674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.622546Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.20855568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.622597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.20856312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.623969Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:36.208572559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.624337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(25993), path: \"/_matrix/federation/v2/invite/!wz1m7jKGeA7HqgywkB:hs1/$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:36.208580699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.624383Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:25993): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:36.208614369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.624402Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.208619699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.626921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.208631199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.627173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.208635629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.628463Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.208654409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.628489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.208658899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.628514Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:25993 for https://host.docker.internal:25993/_matrix/federation/v2/invite/!wz1m7jKGeA7HqgywkB:hs1/$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs with https://host.docker.internal:25993/_matrix/federation/v2/invite/!wz1m7jKGeA7HqgywkB:hs1/$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\n"} -{"Time":"2024-04-23T18:05:36.208664569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.628530Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:36.208670609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.628555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:25993/_matrix/federation/v2/invite/!wz1m7jKGeA7HqgywkB:hs1/$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\n"} -{"Time":"2024-04-23T18:05:36.208676759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.628679Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:25993, hs1\n"} -{"Time":"2024-04-23T18:05:36.208681439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.628817Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:25993, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:36.208701218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.628885Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:36.208705318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.629073Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:36.208708988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.629516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:05:36.208795168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.629584Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $HVdhiESIyoxocujF4qVFLAtalQKDDMDjcalFcP2jUZ0 in db\n"} -{"Time":"2024-04-23T18:05:36.208799527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.629627Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA in db\n"} -{"Time":"2024-04-23T18:05:36.208804497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.629662Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $9R3q_KVLNYhyAjkYs-UXS7jBKMEtFWlcWqsC0gaNdvY in db\n"} -{"Time":"2024-04-23T18:05:36.208811127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.629700Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $P7VLKtU-3DpzRiWnVtGv6EMXDAk-YnYhXrVolVCcuzk in db\n"} -{"Time":"2024-04-23T18:05:36.208816987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.629719Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:36.208823287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.629742Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $HVdhiESIyoxocujF4qVFLAtalQKDDMDjcalFcP2jUZ0 in db\n"} -{"Time":"2024-04-23T18:05:36.208841987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.629756Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA in db\n"} -{"Time":"2024-04-23T18:05:36.208847237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.629769Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $9R3q_KVLNYhyAjkYs-UXS7jBKMEtFWlcWqsC0gaNdvY in db\n"} -{"Time":"2024-04-23T18:05:36.208852907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.629782Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $P7VLKtU-3DpzRiWnVtGv6EMXDAk-YnYhXrVolVCcuzk in db\n"} -{"Time":"2024-04-23T18:05:36.208858967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.629803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:05:36.208865377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.629912Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.208874617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.629955Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.208879437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.630022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.208898947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.630039Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:05:36.208903727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.630184Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:05:36.208908677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.630362Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $2JiTsSVu8-e_VeEveRsl_5Z3jLAJPJ-GlX-5OfeToXc in db\n"} -{"Time":"2024-04-23T18:05:36.208915566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.630388Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:36.208922176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.630402Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $2JiTsSVu8-e_VeEveRsl_5Z3jLAJPJ-GlX-5OfeToXc in db\n"} -{"Time":"2024-04-23T18:05:36.208995576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.630434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:36.209000996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.630477Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$2JiTsSVu8-e_VeEveRsl_5Z3jLAJPJ-GlX-5OfeToXc\"]\n"} -{"Time":"2024-04-23T18:05:36.209006986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.630573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:05:36.209013296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.630598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:05:36.209019656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.630692Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:05:36.209023266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.630769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:05:36.209038675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.630800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.209042955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.630915Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.209047885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.631032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.209054135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.631054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:05:36.209059185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.631299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:05:36.209069735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.631320Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.209076035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.631343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.209084565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.631390Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.209175174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.631411Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:05:36.209179264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.631426Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:05:36.209182724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.631481Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:05:36.209188554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.631499Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:05:36.209194314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.631545Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:05:36.209212764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.631570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:05:36.209217314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.631706Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m38.4µs\n"} -{"Time":"2024-04-23T18:05:36.209223084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.632025Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lyw-f_dlVbzEec5MQ_y2yxPVo1wLnAxvzu81B-rEL-0\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m357.057µs\n"} -{"Time":"2024-04-23T18:05:36.209229844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.632146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m478.626µs\n"} -{"Time":"2024-04-23T18:05:36.209237524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.632423Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2JiTsSVu8-e_VeEveRsl_5Z3jLAJPJ-GlX-5OfeToXc\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m755.284µs\n"} -{"Time":"2024-04-23T18:05:36.209243594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.632536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m869.053µs\n"} -{"Time":"2024-04-23T18:05:36.209248974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.632723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$9R3q_KVLNYhyAjkYs-UXS7jBKMEtFWlcWqsC0gaNdvY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.055741ms\n"} -{"Time":"2024-04-23T18:05:36.209268063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.632830Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.16227ms\n"} -{"Time":"2024-04-23T18:05:36.209273913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.633062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$P7VLKtU-3DpzRiWnVtGv6EMXDAk-YnYhXrVolVCcuzk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.394278ms\n"} -{"Time":"2024-04-23T18:05:36.209359033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.633190Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.522307ms\n"} -{"Time":"2024-04-23T18:05:36.209363433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.633434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$HVdhiESIyoxocujF4qVFLAtalQKDDMDjcalFcP2jUZ0\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.766035ms\n"} -{"Time":"2024-04-23T18:05:36.209368782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.633545Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.877844ms\n"} -{"Time":"2024-04-23T18:05:36.209376292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.633819Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.151372ms\n"} -{"Time":"2024-04-23T18:05:36.209383722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.633944Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.264371ms\n"} -{"Time":"2024-04-23T18:05:36.209387562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.633969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.30244ms\n"} -{"Time":"2024-04-23T18:05:36.209404372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.634045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m30.08µs\n"} -{"Time":"2024-04-23T18:05:36.209409862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.634387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m371.307µs\n"} -{"Time":"2024-04-23T18:05:36.209415762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.634502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m487.626µs\n"} -{"Time":"2024-04-23T18:05:36.209420962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.634542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m528.195µs\n"} -{"Time":"2024-04-23T18:05:36.209427422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.634588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:05:36.209514451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.634683Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:05:36.209518941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.634700Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:05:36.209527181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.634757Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:05:36.209534651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.634771Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.join_rules\", \"\"): \"$huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA\", (\"m.room.power_levels\", \"\"): \"$HVdhiESIyoxocujF4qVFLAtalQKDDMDjcalFcP2jUZ0\", (\"m.room.create\", \"\"): \"$9R3q_KVLNYhyAjkYs-UXS7jBKMEtFWlcWqsC0gaNdvY\", (\"m.room.member\", \"@user-1:hs1\"): \"$P7VLKtU-3DpzRiWnVtGv6EMXDAk-YnYhXrVolVCcuzk\", (\"m.room.history_visibility\", \"\"): \"$lyw-f_dlVbzEec5MQ_y2yxPVo1wLnAxvzu81B-rEL-0\", (\"m.room.guest_access\", \"\"): \"$2JiTsSVu8-e_VeEveRsl_5Z3jLAJPJ-GlX-5OfeToXc\"}\n"} -{"Time":"2024-04-23T18:05:36.209542731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.634799Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:05:36.209549241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.634812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@david:host.docker.internal:25993\"): [\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\"]}\n"} -{"Time":"2024-04-23T18:05:36.209563311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.634948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:05:36.209567071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.634968Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA\", \"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\"}\n"} -{"Time":"2024-04-23T18:05:36.209573831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:05:36.209578741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635109Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA) senders power level\n"} -{"Time":"2024-04-23T18:05:36.20959704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:05:36.20960158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA power level 100\n"} -{"Time":"2024-04-23T18:05:36.20960725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:36.20961258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:05:36.20962856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635319Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA\"]\n"} -{"Time":"2024-04-23T18:05:36.20963218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:36.20963786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA\"]\n"} -{"Time":"2024-04-23T18:05:36.20965698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA\"\n"} -{"Time":"2024-04-23T18:05:36.20966139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:36.20966757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635630Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:36.20967222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.20967875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:05:36.209799649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.join_rules\", \"\"): \"$huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA\", (\"m.room.power_levels\", \"\"): \"$HVdhiESIyoxocujF4qVFLAtalQKDDMDjcalFcP2jUZ0\", (\"m.room.create\", \"\"): \"$9R3q_KVLNYhyAjkYs-UXS7jBKMEtFWlcWqsC0gaNdvY\", (\"m.room.member\", \"@user-1:hs1\"): \"$P7VLKtU-3DpzRiWnVtGv6EMXDAk-YnYhXrVolVCcuzk\", (\"m.room.history_visibility\", \"\"): \"$lyw-f_dlVbzEec5MQ_y2yxPVo1wLnAxvzu81B-rEL-0\", (\"m.room.guest_access\", \"\"): \"$2JiTsSVu8-e_VeEveRsl_5Z3jLAJPJ-GlX-5OfeToXc\"}\n"} -{"Time":"2024-04-23T18:05:36.209806249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635718Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:05:36.209809779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635731Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\"]\n"} -{"Time":"2024-04-23T18:05:36.209814689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$HVdhiESIyoxocujF4qVFLAtalQKDDMDjcalFcP2jUZ0\")\n"} -{"Time":"2024-04-23T18:05:36.209818129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635761Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:05:36.209822918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\n"} -{"Time":"2024-04-23T18:05:36.209828028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.635941Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $HVdhiESIyoxocujF4qVFLAtalQKDDMDjcalFcP2jUZ0\n"} -{"Time":"2024-04-23T18:05:36.209834598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.636003Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\"]\n"} -{"Time":"2024-04-23T18:05:36.209843148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.636021Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:36.209860308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.636033Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\"]\n"} -{"Time":"2024-04-23T18:05:36.209864538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.636248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\"\n"} -{"Time":"2024-04-23T18:05:36.209871058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.636271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.209877448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.636292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.209882368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.636362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.209891108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.636401Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:05:36.209918758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.636489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:05:36.209923248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.637682Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:05:36.209942927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.639832Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m9.241538ms\n"} -{"Time":"2024-04-23T18:05:36.209950327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.640067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m18 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.209955467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.642640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.209971267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.642836Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:25993, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:36.209980307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.642989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21wz1m7jKGeA7HqgywkB:hs1/@david:host.docker.internal:25993?ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6\u0026ver=7\u0026ver=8 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.209987547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.643000Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21wz1m7jKGeA7HqgywkB:hs1/@david:host.docker.internal:25993?ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6\u0026ver=7\u0026ver=8 None\n"} -{"Time":"2024-04-23T18:05:36.209995647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.643103Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:36.210005017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.643492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.210013727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.643509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.210037787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.643536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.210042597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.643843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.210049666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.646271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.210056516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.646539Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:25993, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:36.210065576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.646776Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21wz1m7jKGeA7HqgywkB:hs1/$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"1050\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.210084936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.646797Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21wz1m7jKGeA7HqgywkB:hs1/$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc Some(Object({\"auth_events\": Array([String(\"$9R3q_KVLNYhyAjkYs-UXS7jBKMEtFWlcWqsC0gaNdvY\"), String(\"$HVdhiESIyoxocujF4qVFLAtalQKDDMDjcalFcP2jUZ0\"), String(\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\"), String(\"$huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"OAVZaYcKE2AdqXVdA85P2mtlQrnlCPO5g+5d9iztC0o\")}), \"origin\": String(\"host.docker.internal:25993\"), \"origin_server_ts\": 1713909925643, \"prev_events\": Array([String(\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\")]), \"prev_state\": Array([]), \"room_id\": String(\"!wz1m7jKGeA7HqgywkB:hs1\"), \"sender\": String(\"@david:host.docker.internal:25993\"), \"si"} -{"Time":"2024-04-23T18:05:36.210091786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"gnatures\": Object({\"host.docker.internal:25993\": Object({\"ed25519:complement_7504d62cd76942dad60c6ac54e009f2d1e4d54367325cb46163487598215e5f6\": String(\"kZrrLGiAZR7LSa7WMrZfOGdp2UA5Ea2x4k/8lHDazqsDpB6qCuyy/97Dxu0nVWLYnN0r7kHGv9NL8CE3or/LBg\")}), \"hs1\": Object({\"ed25519:47tEZhMl\": String(\"jVx8NwLcANNCITynNg61S5PhsgoqrP/QsLPuqPmw+yIk5jjyLe5m8UypLqWhJeG6q98Ll1btpz5+H+0BEQwDCw\")})}), \"state_key\": String(\"@david:host.docker.internal:25993\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"prev_sender\": String(\"@user-1:hs1\")})}))\n"} -{"Time":"2024-04-23T18:05:36.210098456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.646989Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:36.210102546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647155Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:25993, hs1\n"} -{"Time":"2024-04-23T18:05:36.210108756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647208Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:25993, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:36.210115116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647244Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:36.210122736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647334Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:36.210130086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:05:36.210140046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647600Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $9R3q_KVLNYhyAjkYs-UXS7jBKMEtFWlcWqsC0gaNdvY in db\n"} -{"Time":"2024-04-23T18:05:36.210147006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647622Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $HVdhiESIyoxocujF4qVFLAtalQKDDMDjcalFcP2jUZ0 in db\n"} -{"Time":"2024-04-23T18:05:36.210157326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647642Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs in db\n"} -{"Time":"2024-04-23T18:05:36.210163995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647661Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA in db\n"} -{"Time":"2024-04-23T18:05:36.210182795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647671Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:36.210188705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647679Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $9R3q_KVLNYhyAjkYs-UXS7jBKMEtFWlcWqsC0gaNdvY in db\n"} -{"Time":"2024-04-23T18:05:36.210193925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647687Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $HVdhiESIyoxocujF4qVFLAtalQKDDMDjcalFcP2jUZ0 in db\n"} -{"Time":"2024-04-23T18:05:36.210208195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647693Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs in db\n"} -{"Time":"2024-04-23T18:05:36.210297854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647699Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA in db\n"} -{"Time":"2024-04-23T18:05:36.210304324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647709Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:05:36.210310704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.210317714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647779Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.210322554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647807Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.210328874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647815Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:05:36.210334354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.647915Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:05:36.210338264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648035Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs in db\n"} -{"Time":"2024-04-23T18:05:36.210345124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648049Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:36.210351844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648056Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs in db\n"} -{"Time":"2024-04-23T18:05:36.210358014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:36.210364564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\"]\n"} -{"Time":"2024-04-23T18:05:36.210371894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:05:36.210389264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:05:36.210393953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:05:36.210399853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:05:36.210406363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.210494723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.210500423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.210504342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:05:36.210511792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:05:36.210517012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648520Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.210521492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.210527082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648559Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.210532012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648570Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:05:36.210537872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648577Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:05:36.210542802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648606Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:05:36.210549852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:05:36.210553942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648642Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:05:36.210559672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648656Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:05:36.210564412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m25.83µs\n"} -{"Time":"2024-04-23T18:05:36.210667381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m58.74µs\n"} -{"Time":"2024-04-23T18:05:36.210675291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.648971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m178.189µs\n"} -{"Time":"2024-04-23T18:05:36.210679241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649185Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m392.757µs\n"} -{"Time":"2024-04-23T18:05:36.210685271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m472.906µs\n"} -{"Time":"2024-04-23T18:05:36.210690801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m493.936µs\n"} -{"Time":"2024-04-23T18:05:36.210695861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:05:36.210700781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:05:36.210714341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649375Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:05:36.210718301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649406Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:05:36.210724371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649414Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.join_rules\", \"\"): \"$huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA\", (\"m.room.guest_access\", \"\"): \"$2JiTsSVu8-e_VeEveRsl_5Z3jLAJPJ-GlX-5OfeToXc\", (\"m.room.history_visibility\", \"\"): \"$lyw-f_dlVbzEec5MQ_y2yxPVo1wLnAxvzu81B-rEL-0\", (\"m.room.power_levels\", \"\"): \"$HVdhiESIyoxocujF4qVFLAtalQKDDMDjcalFcP2jUZ0\", (\"m.room.member\", \"@user-1:hs1\"): \"$P7VLKtU-3DpzRiWnVtGv6EMXDAk-YnYhXrVolVCcuzk\", (\"m.room.create\", \"\"): \"$9R3q_KVLNYhyAjkYs-UXS7jBKMEtFWlcWqsC0gaNdvY\"}\n"} -{"Time":"2024-04-23T18:05:36.21073166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649427Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:05:36.21074034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649433Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@david:host.docker.internal:25993\"): [\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\", \"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\"]}\n"} -{"Time":"2024-04-23T18:05:36.21075756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:05:36.21076153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\", \"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\"}\n"} -{"Time":"2024-04-23T18:05:36.21076733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:05:36.2107721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:36.210867029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:05:36.210872439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649590Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:05:36.210876339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:36.210882379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649605Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:05:36.210886929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:05:36.210893859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649617Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.join_rules\", \"\"): \"$huLiZbnhsbt_CYeXaJaXuj2pnt2UDrSTRZqtNtNeZiA\", (\"m.room.guest_access\", \"\"): \"$2JiTsSVu8-e_VeEveRsl_5Z3jLAJPJ-GlX-5OfeToXc\", (\"m.room.history_visibility\", \"\"): \"$lyw-f_dlVbzEec5MQ_y2yxPVo1wLnAxvzu81B-rEL-0\", (\"m.room.power_levels\", \"\"): \"$HVdhiESIyoxocujF4qVFLAtalQKDDMDjcalFcP2jUZ0\", (\"m.room.member\", \"@user-1:hs1\"): \"$P7VLKtU-3DpzRiWnVtGv6EMXDAk-YnYhXrVolVCcuzk\", (\"m.room.create\", \"\"): \"$9R3q_KVLNYhyAjkYs-UXS7jBKMEtFWlcWqsC0gaNdvY\"}\n"} -{"Time":"2024-04-23T18:05:36.210900069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649632Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 2\n"} -{"Time":"2024-04-23T18:05:36.210905089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649638Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\", \"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\"]\n"} -{"Time":"2024-04-23T18:05:36.210910969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$HVdhiESIyoxocujF4qVFLAtalQKDDMDjcalFcP2jUZ0\")\n"} -{"Time":"2024-04-23T18:05:36.210928159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:05:36.210943819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649710Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\n"} -{"Time":"2024-04-23T18:05:36.210955269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $HVdhiESIyoxocujF4qVFLAtalQKDDMDjcalFcP2jUZ0\n"} -{"Time":"2024-04-23T18:05:36.210977048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\n"} -{"Time":"2024-04-23T18:05:36.210982718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $HVdhiESIyoxocujF4qVFLAtalQKDDMDjcalFcP2jUZ0\n"} -{"Time":"2024-04-23T18:05:36.211000858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649835Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\", \"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\"]\n"} -{"Time":"2024-04-23T18:05:36.211005538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649845Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:36.211011318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649851Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\", \"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\"]\n"} -{"Time":"2024-04-23T18:05:36.211031838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs\"\n"} -{"Time":"2024-04-23T18:05:36.211036218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $RlMlcbBfYHyU4rkLa5tOdE96sKTLEA0gPwtUOS7nhRs (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.211045678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.649999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.211051768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.650024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.211056848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.650144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\"\n"} -{"Time":"2024-04-23T18:05:36.211065798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.650156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.211072067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.650166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.211082707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.650188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.211088827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.650206Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:05:36.211105487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.650254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:05:36.211112137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.651215Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:05:36.211117547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.652422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F8EGslM76B7ZwD9Q3jFTcljo2ZslJXcAEeXjX6LbMFc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m4.263892ms\n"} -{"Time":"2024-04-23T18:05:36.211202356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.652506Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m16.16µs\n"} -{"Time":"2024-04-23T18:05:36.211206486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.652532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m42.91µs\n"} -{"Time":"2024-04-23T18:05:36.211211316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.653787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.211218246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.654559Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:36.211223356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.654882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(25993), path: \"/_matrix/federation/v1/send/WGfmWUESFSS35qwGGAcDuiW1w5vfWT0f3PIMOpuhxwU\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:36.211230726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.654958Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:25993): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:05:36.211247526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.654984Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.211251596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.655899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.211256536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.656106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21wz1m7jKGeA7HqgywkB:hs1/state/m.room.join_rules/ {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"32\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.211263406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.656136Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21wz1m7jKGeA7HqgywkB:hs1/state/m.room.join_rules/ Some(Object({\"join_rule\": String(\"knock_restricted\")}))\n"} -{"Time":"2024-04-23T18:05:36.211268316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.656796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:36.211275896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.656869Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:36.211282816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.656890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.211287916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.657424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.211306795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.657674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.211310525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.658348Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.211315305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.658374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.211401895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.658399Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:25993 for https://host.docker.internal:25993/_matrix/federation/v1/send/WGfmWUESFSS35qwGGAcDuiW1w5vfWT0f3PIMOpuhxwU with https://host.docker.internal:25993/_matrix/federation/v1/send/WGfmWUESFSS35qwGGAcDuiW1w5vfWT0f3PIMOpuhxwU\n"} -{"Time":"2024-04-23T18:05:36.211406135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.658414Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:36.211409575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.658449Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:25993/_matrix/federation/v1/send/WGfmWUESFSS35qwGGAcDuiW1w5vfWT0f3PIMOpuhxwU\n"} -{"Time":"2024-04-23T18:05:36.211415134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.658761Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.211421324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.659283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.211425294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.659348Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.211430214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.659360Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.211435344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.659487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.211440984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.659555Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:36.211445694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.659895Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(25993), path: \"/_matrix/federation/v1/send/gOyeW7igDC1xpWSnkNEh1JAPgsEXJevduvi4jZzN9AM\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:36.211461884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.659970Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:25993): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:05:36.211465224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.659990Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.211482424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.660092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.211486464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.660147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.211491494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.660158Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.211495914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.660182Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:05:36.211501754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.661631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.211507124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.662318Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.211511504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.662577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.211516614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.663645Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.211521764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.663675Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.211527733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.663709Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:25993 for https://host.docker.internal:25993/_matrix/federation/v1/send/gOyeW7igDC1xpWSnkNEh1JAPgsEXJevduvi4jZzN9AM with https://host.docker.internal:25993/_matrix/federation/v1/send/gOyeW7igDC1xpWSnkNEh1JAPgsEXJevduvi4jZzN9AM\n"} -{"Time":"2024-04-23T18:05:36.211534143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.663730Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:36.211540083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.663765Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:25993/_matrix/federation/v1/send/gOyeW7igDC1xpWSnkNEh1JAPgsEXJevduvi4jZzN9AM\n"} -{"Time":"2024-04-23T18:05:36.211549003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.806011Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.211554263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.806209Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs2 keys\n"} -{"Time":"2024-04-23T18:05:36.211574043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.806242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:05:36.211579853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.806295Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:36.211583893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.806344Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:05:36.211593213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.806370Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:05:36.211600333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.806480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:05:36.211689122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.806531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.211694942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.806579Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:36.211700462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.806636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.211707072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.806716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 62490:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:36.211712132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.211716602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:05:36.211719722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.211734552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.806836Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:36.211739562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.806907Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:36.211745782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.807389Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:05:36.211751172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.807429Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 62490\n"} -{"Time":"2024-04-23T18:05:36.211757961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.807466Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 62490:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:36.211763251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.211767051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:05:36.211785971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:36.211789211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"hs2. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:05:36.211791671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:36.211805841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.211809191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.211814191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.807504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 62490:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:36.211820421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.211825071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:05:36.211830081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:36.211833111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"hs2. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:05:36.211839271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:36.211843961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.211853281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.211858891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.807696Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:05:36.211865531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.807734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:443\n"} -{"Time":"2024-04-23T18:05:36.21187319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.807924Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:36.21188556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.807984Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:36.21189346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.808020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:36.21189865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.808072Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:36.21190512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.808138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:05:36.21190918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.808183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:05:36.21191617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.808210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.211921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.808243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:36.21192811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.808269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.2119391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.808334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 15765:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:36.21194692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.2119511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.21196984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.21197348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.808392Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:36.21197884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.808450Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:36.211984049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.809844Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:36.212103378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.809870Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 15765\n"} -{"Time":"2024-04-23T18:05:36.212108868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.809905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 15765:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:36.212112908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.212117128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.212119658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:36.212122008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:36.212124508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":". 86043 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:36.212127608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.212132488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.212136858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.809961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.212142078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.809989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:36.212146148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.810162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:36.212169258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.810193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.212173958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.810263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m12890\n"} -{"Time":"2024-04-23T18:05:36.212178608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.810277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 12890:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:36.212181428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.212183828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.212186838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.212191778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.810299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:36.212196108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.812373Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:36.212199738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.812389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:36.212203488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.812399Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:36.212208217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.812414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:36.212211027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.812423Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:36.212213737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.812432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:36.212216407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.812441Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:36.212219057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.812453Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:36.212222187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.812493Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 12890:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:36.212228457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.212262287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.212265087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:36.212269657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:36.212283557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":". 86043 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:36.212286587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.212299897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.212304377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.812553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:05:36.212311837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.812579Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.212320347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.812608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:36.212327946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.812633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.212333656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.812695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 16308:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:36.212341476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.212345326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.212362906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.212366036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.812754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:36.212381866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.812806Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:36.212387326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.813840Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:36.212393476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.813852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 16308\n"} -{"Time":"2024-04-23T18:05:36.212400866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.813868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 16308:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:36.212407236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.212411006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.212415216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:36.212433896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:36.212436605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":". 86043 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:36.212443905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.212447725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.212464575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.813881Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.212468955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.813893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:36.212478235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.813901Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.212484055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.813922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:36.212487865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.813941Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m40347\n"} -{"Time":"2024-04-23T18:05:36.212504545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.813947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 40347:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:36.212508495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.212513155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.212525245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.212528055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.813956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:36.212532225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.856973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:36.212549604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.856987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:36.212553434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.856997Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:36.212558294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.857010Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:36.212567044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.857018Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:36.212572094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.857025Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:36.212577254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.857033Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:36.212592674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.857044Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:36.212596074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.857084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 40347:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:36.212602844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.212607394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.212623874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:36.212627344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:36.212632224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":". 86043 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:36.212636384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.212653674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.212657004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.857135Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.212674143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.857172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:05:36.212678293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.857208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:05:36.212687143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.857232Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.212694693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.857258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:36.212700373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.857280Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.212707233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.857342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 42387:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:36.212711543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.212715373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.212734173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.212738263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.857401Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:36.212745153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.857463Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:36.212751813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.858424Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:36.212760253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.858437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 42387\n"} -{"Time":"2024-04-23T18:05:36.212766033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.858454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 42387:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:36.212771883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.212775823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.212791582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:36.212794232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:36.212808752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":". 86043 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:36.212812102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.212830192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.212834312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.858468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.212840482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.858479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:36.212847882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.858487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.212851502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.858509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:36.212855762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.858517Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m49554\n"} -{"Time":"2024-04-23T18:05:36.212869462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.858522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 49554:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:36.212872282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.212875982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.212892231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.212897551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.858528Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:36.212901751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.901042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:36.212917851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.901058Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:36.212920941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.901066Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:36.212925081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.901077Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:36.212953911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.901084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:36.212958621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.901090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:36.212963441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.901097Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:36.212978921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.901107Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:36.212982251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.901146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 49554:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:36.212987051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.212990071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.21300856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:36.2130121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:36.21301504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":". 86043 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:36.21301913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.21302289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.21302846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.901198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:05:36.21304633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.901218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.21305072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.901239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:36.21306098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.901256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.21306761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.901305Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 5197:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:36.21307119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.21307702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.2130808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.21310254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.901366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:36.21310659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.901424Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:36.21311403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.902525Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:36.213120209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.902546Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 5197\n"} -{"Time":"2024-04-23T18:05:36.213127049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.902578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 5197:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:36.213133329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.213145739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.213157569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:36.213160059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:36.213178349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":". 86043 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:36.213181109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.213185549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.213193689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.902604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.213199449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.902625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:36.213209599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.902642Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.213215919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.902683Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:36.213230559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.902701Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m62319\n"} -{"Time":"2024-04-23T18:05:36.213233678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.902712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 62319:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:36.213237678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.213253658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.213256898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.213261938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.902730Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:36.213270418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.945139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:36.213274608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.945153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:36.213278828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.945164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:36.213298348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.945177Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:36.213302408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.945185Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:36.213306918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.945193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:36.213311018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.945201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:36.213315168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.945214Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:36.213333308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.945255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 62319:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:36.213336768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.213342318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.213360357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:36.213362927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:36.213375737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":". 86043 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:36.213379287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.213383197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.213387657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.945306Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.213404677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.945365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:36.213409107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.945450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:36.213415257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.945639Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:36.213422247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.945690Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:36.213429537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.945729Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:36.213437407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.945762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:05:36.213443807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.945970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:05:36.213451217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.947860Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:36.213458257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.947975Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:36.213464226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.948570Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:36.213471036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.948598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:36.213488006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.948631Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/key/v2/server with https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:36.213492126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.948655Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:36.213497286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.948690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:36.213502646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.949112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:36.213508626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.949139Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:36.213523576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.949357Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:36.213527106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.949558Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Invalid join rules event: missing field `allow` at line 1 column 32\n"} -{"Time":"2024-04-23T18:05:36.213531756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.949588Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:36.213536466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.949631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:36.213553156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.949723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m143 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:05:36.213560786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.949744Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m143 ms\n"} -{"Time":"2024-04-23T18:05:36.213567366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.213574785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.951011Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:36.213580565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.951166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:36.213595485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.951185Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:36.213599915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.951343Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:36.213604935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.951498Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Invalid join rules event: missing field `allow` at line 1 column 32\n"} -{"Time":"2024-04-23T18:05:36.213609515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.951523Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:36.213614095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.951553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:36.213621115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.951625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:05:36.213628355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.951642Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:05:36.213642705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:30.962797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.213656475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:30.962901Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.213660365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:30.962913Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.213675765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:30.962970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:05:36.213681475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:30.967902Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.213687744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:30.968645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.213693094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:30.968843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=236\u0026timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.213697084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:30.968868Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=236\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.213701734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:30.968948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:05:36.213707144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:31.971521Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.213711904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:31.972022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.213718584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:31.972133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=236\u0026timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.213734274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:31.972155Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=236\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.213741104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:32.974228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.213747534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:32.974598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.213758834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:32.974664Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=236\u0026timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.213845833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:32.974677Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=236\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.213850463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:33.946118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:36.213854913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:33.946147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m zero bytes read, stream closed?\n"} -{"Time":"2024-04-23T18:05:36.213861783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:33.946157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m \u001b[3merror\u001b[0m\u001b[2m=\u001b[0mstream closed \u001b[3mstream\u001b[0m\u001b[2m=\u001b[0mTCP(127.0.0.11:53)\n"} -{"Time":"2024-04-23T18:05:36.213866923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:33.946175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_exchange\u001b[0m\u001b[2m:\u001b[0m io_stream is done, shutting down\n"} -{"Time":"2024-04-23T18:05:36.213872483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:33.976512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.213889463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:33.977065Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.213894663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:33.977185Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=236\u0026timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.213900483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:33.977214Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=236\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.213905093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:34.979372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.213910383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:34.979851Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.213926452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:34.979998Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=236\u0026timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.213930192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:34.980024Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=236\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.213959382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.982198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.213963962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.982799Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.213969522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.982959Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21wz1m7jKGeA7HqgywkB:hs1/kick {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"53\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.213975962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.982986Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21wz1m7jKGeA7HqgywkB:hs1/kick Some(Object({\"reason\": String(\"I don't think so\"), \"user_id\": String(\"@user-3:hs2\")}))\n"} -{"Time":"2024-04-23T18:05:36.213980922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.983139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_BAD_STATE: Cannot kick member that's not in the room.\n"} -{"Time":"2024-04-23T18:05:36.213984232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.983219Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:36.213991592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.983766Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.213999342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.983903Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21wz1m7jKGeA7HqgywkB:hs1/kick {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"53\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.214004232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.983929Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21wz1m7jKGeA7HqgywkB:hs1/kick Some(Object({\"reason\": String(\"Please try again\"), \"user_id\": String(\"@user-3:hs2\")}))\n"} -{"Time":"2024-04-23T18:05:36.214009352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.984079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_BAD_STATE: Cannot kick member that's not in the room.\n"} -{"Time":"2024-04-23T18:05:36.214014912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.984157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:36.214019002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.984743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.214036171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.984878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21wz1m7jKGeA7HqgywkB:hs1/invite {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.214040251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.984904Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21wz1m7jKGeA7HqgywkB:hs1/invite Some(Object({\"user_id\": String(\"@user-3:hs2\")}))\n"} -{"Time":"2024-04-23T18:05:36.214044061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.985629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.214050991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.985666Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.214055251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.985752Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::timeline\u001b[0m\u001b[2m:\u001b[0m Auth check failed: SerdeJson(Error(\"missing field `allow`\", line: 1, column: 32))\n"} -{"Time":"2024-04-23T18:05:36.214060861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.985808Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_INVALID_PARAM: Auth check failed.\n"} -{"Time":"2024-04-23T18:05:36.214065631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.985890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:36.214069601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.989356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.214074461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.989572Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:36.214080301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.989732Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:36.21418844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.989751Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:36.21419346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.989923Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:36.21419753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.990099Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Invalid join rules event: missing field `allow` at line 1 column 32\n"} -{"Time":"2024-04-23T18:05:36.21420211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.990125Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:36.21420648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.990157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:36.21421463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.990228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:05:36.214266599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.990246Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:05:36.214270779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.991812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.214275549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.991993Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:36.214279019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.992132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:36.214287619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.992151Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:36.214293369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.992298Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:36.214296589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.992442Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Invalid join rules event: missing field `allow` at line 1 column 32\n"} -{"Time":"2024-04-23T18:05:36.214301049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.992466Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:36.214304069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.992494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:36.214327239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.992559Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:05:36.214331709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.992575Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:05:36.214336379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.993571Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.214339509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.993704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21wz1m7jKGeA7HqgywkB:hs1/ban {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"85\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.214342969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.993728Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21wz1m7jKGeA7HqgywkB:hs1/ban Some(Object({\"reason\": String(\"Turns out Bob wasn't that trustworthy after all!\"), \"user_id\": String(\"@user-3:hs2\")}))\n"} -{"Time":"2024-04-23T18:05:36.214347988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.994417Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"ban\",\"reason\":\"Turns out Bob wasn't that trustworthy after all!\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.214352818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.994454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"ban\",\"reason\":\"Turns out Bob wasn't that trustworthy after all!\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.214358378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.994505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"ban\",\"reason\":\"Turns out Bob wasn't that trustworthy after all!\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wz1m7jKGeA7HqgywkB:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.214364028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.997233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.214368918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.998041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.214373438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.998206Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1151\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.214376798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.998231Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:36.214379778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.998470Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:36.214465087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.998800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(25993), path: \"/_matrix/federation/v1/send/NN9NZMPvHOQgYiGz4j95bdk-232y9fek6qguFCee4ck\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:36.214469637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.998863Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:25993): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:05:36.214472887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.998890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.214477667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.999103Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:36.214481027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.999238Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/NN9NZMPvHOQgYiGz4j95bdk-232y9fek6qguFCee4ck\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:36.214487337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.999263Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:36.214493647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.999284Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:36.214500437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.999301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:05:36.214504897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.999470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:05:36.214518687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.001266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.214530917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.001404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.214534137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.001736Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:36.214539387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.001770Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:36.214543867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.002303Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.214551967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.002315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:25993)\n"} -{"Time":"2024-04-23T18:05:36.214560027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.002331Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:25993 for https://host.docker.internal:25993/_matrix/federation/v1/send/NN9NZMPvHOQgYiGz4j95bdk-232y9fek6qguFCee4ck with https://host.docker.internal:25993/_matrix/federation/v1/send/NN9NZMPvHOQgYiGz4j95bdk-232y9fek6qguFCee4ck\n"} -{"Time":"2024-04-23T18:05:36.214568706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.002339Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:36.214574186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.002353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:25993\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:25993/_matrix/federation/v1/send/NN9NZMPvHOQgYiGz4j95bdk-232y9fek6qguFCee4ck\n"} -{"Time":"2024-04-23T18:05:36.214587846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.003988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.214606356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.004103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.214611056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.006422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m8 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.214673765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"2024/04/23 18:05:36 ============== 803eaac35c7bb1ba698589d8cd23bdbb601bbc6e06ac0076bdbd2c28cb467fc1 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:05:36.214677765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.214680335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.419709712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"2024/04/23 18:05:36 ============================================\n"} -{"Time":"2024-04-23T18:05:36.419737761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.419741861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.419745451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"2024/04/23 18:05:36 8b9671bcfc8e5363c5b1b2b7e7ff2afcf770d9e60c743f0d1b804186fb0546ed : Server logs:\n"} -{"Time":"2024-04-23T18:05:36.419829361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:05:36.41983474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:05:36.41983885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:05:36.419844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:05:36.4198476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:05:36.41985295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"+ echo 'IP.1 = 172.28.0.3'\n"} -{"Time":"2024-04-23T18:05:36.41986092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:05:36.41986651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:05:36.41991034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:05:36.41991823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:05:36.419952639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.746650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:05:36.419958049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.746760Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:05:36.419964089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.747087Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:05:36.419970149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.747095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:05:36.420011429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.747101Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:05:36.420025589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.747112Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:05:36.420029569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.747779Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:05:36.420035629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.420038919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:05:36.420042569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.747844Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:05:36.420051069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.750280Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:05:36.420056518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.751807Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:05:36.420082278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.752392Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:05:36.420090578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:07.753480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:05:36.420096198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.290210Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 538.397949ms\n"} -{"Time":"2024-04-23T18:05:36.420101938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292417Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:05:36.420112248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292532Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:36.420118098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292543Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:36.420137218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292550Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:05:36.420141808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292557Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:05:36.420147398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292564Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:05:36.420153338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292572Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:05:36.420163298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292578Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:05:36.420170977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292586Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:05:36.420180187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292593Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:05:36.420185577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292601Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:05:36.420224647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292608Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:05:36.420231507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292615Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:05:36.420235887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292622Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:05:36.420239727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292639Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:05:36.420245307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292651Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:05:36.420249087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292659Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:05:36.420254497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292669Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:05:36.420258177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292678Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:05:36.420263187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.292686Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:05:36.420284166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.294462Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:05:36.420289746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.297450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:05:36.420295246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.313818Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:05:36.420305336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.313827Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:05:36.420319766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.314488Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:05:36.420325816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.314640Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:05:36.420330336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.358331Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.420345386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.358896Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1153\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.420351886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.359010Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:05:36.420357336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.359209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.420367086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.480331Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.420373046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.480904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1153\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.420387516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.480930Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-3\")}))\n"} -{"Time":"2024-04-23T18:05:36.420395765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.524205Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-3:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:05:36.420403985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.526061Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.420411905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.526267Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.420431885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.526400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.420439425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.529290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:36.420448955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.529308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:36.420456575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.529332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:36.420465665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.530810Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:36.420473165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.530837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:36.420480155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.530847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:36.420487675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.530872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:36.420495735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.530944Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs2\", \"@user-3:hs2\"}\n"} -{"Time":"2024-04-23T18:05:36.420502285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.530958Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:05:36.420523384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.530985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:36.420530674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.530993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.420540854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.532541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:36.420546534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:36.420556474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.532569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:36.420562854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:36.420570664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.532578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:36.420578344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.420587364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.533898Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-3:hs2 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:05:36.420591904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.533995Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m53 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.420596974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.534886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:36.420603424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.534995Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:36.420611094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:08.535016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:36.420616274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.654716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.420622134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.654909Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:05:36.420628413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.654943Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:05:36.420634203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.655049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:05:36.420652623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.662221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.420658423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.662511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21wz1m7jKGeA7HqgywkB:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1153\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.420664603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.662530Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21wz1m7jKGeA7HqgywkB:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:36.420682283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.662854Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !wz1m7jKGeA7HqgywkB:hs1 over federation.\n"} -{"Time":"2024-04-23T18:05:36.420688403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.662980Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:36.420693513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.663425Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:36.420700003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.663631Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:05:36.420710493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.663647Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:05:36.420720173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.663729Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:05:36.420726633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.663754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.420734023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.663773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:36.420742042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.663810Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.420749932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.663852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 52683:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:36.420768542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.420772742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:05:36.420779752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.420789142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.664093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:36.420795852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.664137Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:36.420805062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.664364Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:05:36.420814342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.664381Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 52683\n"} -{"Time":"2024-04-23T18:05:36.420823272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.664401Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 52683:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:36.420840452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.420844932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:05:36.420860191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:36.420864061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"hs1. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:05:36.420876011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:36.420879781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.420892931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.420897471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.664415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 52683:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:36.420938521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.420941991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:05:36.420945991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:36.420961621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"hs1. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:05:36.42103582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:36.42104217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.42104708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.42105569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.664700Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:05:36.42106368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.664718Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:05:36.4210772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.664838Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:36.421092729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.664870Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:36.421103509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.664885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:36.421112179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.664904Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:36.421123299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.664945Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:36.421136679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.664963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:05:36.421146779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.664973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.421157959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.664985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:36.421169129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.664994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.421182029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.665017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 16107:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:36.421189329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.421195768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.421202288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.421214318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.665236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:36.421225078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.665305Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:36.421235008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.666582Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:36.421244708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.666594Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 16107\n"} -{"Time":"2024-04-23T18:05:36.421255098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.666610Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 16107:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:36.421263688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.421270108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.421276798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:36.421283178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:36.421291438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":". 86043 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:36.421296748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.421302368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.421313207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.666625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.421321847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.666636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:36.421331327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.666723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:36.421342767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.666737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.421353177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.666771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m32840\n"} -{"Time":"2024-04-23T18:05:36.421361207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.666777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 32840:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:36.421368467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.421377507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.421384007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.421390887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.666785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:36.421398237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.669118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:36.421403967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.669134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:36.421409667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.669142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:36.421415427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.669156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:36.421424096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.669166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:36.421430026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.669173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:36.421437776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.669181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:36.421445226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.669194Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:36.421451676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.669235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 32840:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:36.421460296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.421466866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.421473396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:36.421479666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:36.421486366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":". 86043 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:36.421493186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.421499336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.421505256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.669293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:05:36.421514366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.669315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.421522476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.669343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:36.421530236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.669361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.421540405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.669416Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 21158:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:36.421551845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.421558495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.421564825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.421572435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.669509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:36.421583065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.669584Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:36.421593745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.670557Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:36.421601155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.670570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 21158\n"} -{"Time":"2024-04-23T18:05:36.421608465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.670586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 21158:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:36.421614845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.421619595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.421625845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:36.421632195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:36.421639025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":". 86043 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:36.421646364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.421652754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.421662984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.670600Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.421673974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.670611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:36.421683754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.670620Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.421691814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.670641Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:36.421700514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.670650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m53084\n"} -{"Time":"2024-04-23T18:05:36.421711414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.670655Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 53084:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:36.421718684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.421725044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.421731974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.421738744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.670662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:36.421747114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.713216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:36.421754184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.713234Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:36.421759843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.713243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:36.421765403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.713253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:36.421771923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.713261Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:36.421779543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.713268Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:36.421786863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.713275Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:36.421794253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.713289Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:36.421802543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.713337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 53084:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:36.421811113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.421816183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.421820973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:36.421825713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:36.421830893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":". 86043 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:36.421838143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.421844323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.421852053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.713399Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.421862603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.713447Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:36.421870783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.713483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:05:36.421884622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.713508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.421894392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.713532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:36.421907382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.713550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.421917142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.713602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 13115:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:36.421924342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.421929422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.421951762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.421957852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.713658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:36.421966282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.713703Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:36.421974242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.714677Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:36.421983262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.714705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 13115\n"} -{"Time":"2024-04-23T18:05:36.421990661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.714746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 13115:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:36.421998651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.422005001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.422011261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:36.422016091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:36.422021231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":". 86043 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:36.422027111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.422033131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.422040081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.714775Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.422048401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.714798Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:36.422056201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.714819Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.422063051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.714863Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:36.422068581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.714885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m56554\n"} -{"Time":"2024-04-23T18:05:36.422074331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.714899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 56554:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:36.422084871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.422089991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.422094761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.42210217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.714918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:36.42210957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.758306Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:36.42211684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.758326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:36.42212537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.758337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:36.42213253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.758352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:36.4221398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.758362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:36.422147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.758371Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:36.42215268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.758380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:36.4221581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.758393Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:36.42216446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.758444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 56554:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:36.42217186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.42217812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.42218432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:36.42219042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:36.42219719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":". 86043 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:36.42220512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.42221051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.422216269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.758511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:05:36.422224699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.758551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.422232679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.758585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:36.422241199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.758612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.422249409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.758678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 9902:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:36.422256649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.422262969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.422275729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.422281839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.758747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:36.422289229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.758804Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:36.422296549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.759764Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:36.422305109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.759791Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 9902\n"} -{"Time":"2024-04-23T18:05:36.422314599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.759830Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 9902:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:36.422323299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.422329608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.422335948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:36.422342308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:36.422347498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":". 86043 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:36.422352658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.422358458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.422366638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.759860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.422377488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.759882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:36.422388058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.759899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:36.422395978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.759972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:36.422401768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.759992Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m58300\n"} -{"Time":"2024-04-23T18:05:36.422408668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.760002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 58300:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:36.422416688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.422423178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.422429748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.422436468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.760022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:36.422444417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.803339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:36.422451507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.803346Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:36.422462637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.803351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:36.422469707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.803356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:36.422477147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.803359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:36.422484677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.803362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:36.422491877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.803366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:36.422498537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.803371Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:36.422506207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.803389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 58300:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:36.422514887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:36.422521287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:36.422527597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:36.422533897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:36.422540047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":". 86043 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:36.422546157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:36.422552127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.422559856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.803414Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.422572376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.803438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:36.422581986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.803472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:36.422592586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.803643Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:36.422603856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.803672Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:36.422614886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.803690Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:36.422625316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.803701Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:05:36.422632586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.803786Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:05:36.422646586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.805669Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:36.422656206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.805709Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:36.422665446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.948216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.422673045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.948409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.422683575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.949969Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:36.422690825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.949987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:36.422698745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950008Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:36.422707805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950017Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:36.422719005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 500 for GET https://hs1:8448/_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:36.422730525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950069Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:36.422739435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950079Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNKNOWN\"\n"} -{"Time":"2024-04-23T18:05:36.422747825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950087Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:05:36.422756395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950121Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:36.422763695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950142Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:05:36.422771875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950153Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:05:36.422781535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950191Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:05:36.422791934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:05:36.422802764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950304Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:36.422814014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950325Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:36.422826024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950338Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:36.422837784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950356Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:36.422848544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950371Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:36.422866504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950397Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.422877544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:36.422885464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950425Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.422893104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950441Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:36.422901123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950473Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:36.422912213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:36.422925053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950585Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:36.422943913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.950595Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:36.422953463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.951813Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:36.422960633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.951824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:36.422968933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.951834Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:36.422977223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.951841Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:36.422984513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.951853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 500 for GET https://hs1:8448/_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:36.422991833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.951878Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:36.422999373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.951886Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNKNOWN\"\n"} -{"Time":"2024-04-23T18:05:36.423005933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.951944Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m289 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:05:36.423023472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.951957Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m289 ms\n"} -{"Time":"2024-04-23T18:05:36.423032902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.952571Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.423040202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.952662Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:05:36.423046692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.952691Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:05:36.423051982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.952778Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:05:36.423055982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.953392Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.423059962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.953465Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:05:36.423063852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.953490Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:05:36.423069012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:25.953555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:05:36.423072072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:33.803733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:36.423074872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:33.803774Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m zero bytes read, stream closed?\n"} -{"Time":"2024-04-23T18:05:36.423077712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:33.803785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m \u001b[3merror\u001b[0m\u001b[2m=\u001b[0mstream closed \u001b[3mstream\u001b[0m\u001b[2m=\u001b[0mTCP(127.0.0.11:53)\n"} -{"Time":"2024-04-23T18:05:36.423081702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:33.803802Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_exchange\u001b[0m\u001b[2m:\u001b[0m io_stream is done, shutting down\n"} -{"Time":"2024-04-23T18:05:36.423087682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.986565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.423091992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.986672Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:05:36.423096182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.986702Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:05:36.423101472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.986794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:05:36.423105732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.987389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.423110232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.987569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21wz1m7jKGeA7HqgywkB:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1153\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:36.423114762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.987595Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21wz1m7jKGeA7HqgywkB:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:36.423118832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.987875Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !wz1m7jKGeA7HqgywkB:hs1 over federation.\n"} -{"Time":"2024-04-23T18:05:36.423121962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.987904Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:36.423126851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.987977Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:36.423130961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.988023Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:05:36.423134521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.988045Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:05:36.423138071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.988148Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:05:36.423141811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.988183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:05:36.423145681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.988408Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:36.423152051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.988455Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:36.423222151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.988486Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:36.423228881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.988523Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:36.423233691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.988558Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:36.42323935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.988613Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.42324729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.988644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:36.423253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.988678Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.42325861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.988713Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:36.42326372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.988784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:36.42327217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.989014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:36.42327777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.989058Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:36.42328174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.989082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:36.42328582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.990451Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:36.42329081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.990476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:36.42329571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.990499Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:36.42329965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.990519Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:36.42330387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.990546Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 500 for GET https://hs1:8448/_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:36.4233104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.990611Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:36.42331515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.990628Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNKNOWN\"\n"} -{"Time":"2024-04-23T18:05:36.42331949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.990644Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:05:36.42332378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.990700Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:36.42332857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.990736Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:05:36.4233349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.990756Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:05:36.42333964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.990817Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:05:36.42334447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.990846Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:05:36.42334965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.991036Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:36.423354549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.991076Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:36.423363009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.991105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:36.423418299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.991141Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:36.423424109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.991172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:36.423429359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.991214Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.423435889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.991241Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:36.423441239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.991274Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.423448579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.991308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:36.423455809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.991370Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:36.423463199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.991535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:36.423469228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.991575Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:36.423476068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.991597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:36.423480298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.992787Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:36.423485968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.992811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:36.423491388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.992834Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:36.423501058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.992854Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:36.423506118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.992879Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 500 for GET https://hs1:8448/_matrix/federation/v1/make_join/!wz1m7jKGeA7HqgywkB:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:36.423512908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.992945Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:36.423521618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.992962Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNKNOWN\"\n"} -{"Time":"2024-04-23T18:05:36.423538558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.993053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:05:36.423543768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:35.993072Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms\n"} -{"Time":"2024-04-23T18:05:36.423550238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.002119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.423555298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.002623Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs1 keys\n"} -{"Time":"2024-04-23T18:05:36.423561698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.002654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:05:36.423566198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.002722Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:36.423574198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.002760Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:05:36.423579127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.002780Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:05:36.423586617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.002867Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:05:36.423593857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.002897Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:05:36.423599237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.003111Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:36.423616987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.003156Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:36.423623077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.003181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:36.423630687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.003226Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:36.423635537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.003265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:36.423641507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.003324Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.423645407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.003361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:36.423654387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.003392Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:36.423660527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.003435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:36.423665927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.003515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:36.423672087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.003721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:36.423678587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.003766Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:36.423684307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.003796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:36.423689967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.004274Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:36.423704486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.004301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:36.423710376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.004462Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:36.423718466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.004482Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:36.423723526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.004509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:36.423741166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.005019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/NN9NZMPvHOQgYiGz4j95bdk-232y9fek6qguFCee4ck {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"806\"}\n"} -{"Time":"2024-04-23T18:05:36.423746566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.005057Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/NN9NZMPvHOQgYiGz4j95bdk-232y9fek6qguFCee4ck Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909935999, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$9R3q_KVLNYhyAjkYs-UXS7jBKMEtFWlcWqsC0gaNdvY\"), String(\"$P7VLKtU-3DpzRiWnVtGv6EMXDAk-YnYhXrVolVCcuzk\"), String(\"$HVdhiESIyoxocujF4qVFLAtalQKDDMDjcalFcP2jUZ0\")]), \"content\": Object({\"membership\": String(\"ban\"), \"reason\": String(\"Turns out Bob wasn't that trustworthy after all!\")}), \"depth\": 10, \"hashes\": Object({\"sha256\": String(\"FAxAC1/w4zngzPPWMVg0gF00JQfu8GRpAJ9lBCn7F+Y\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909935994, \"prev_events\": Array([String(\"$f8sPi9QxMau3EtDilipbLhWdmZHj9xIK02v00pDirpo"} -{"Time":"2024-04-23T18:05:36.423751596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\")]), \"room_id\": String(\"!wz1m7jKGeA7HqgywkB:hs1\"), \"sender\": String(\"@user-1:hs1\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"FdOV+VOStlHpnzIKl881521NPhSHK/4cvM7NtXuJinCdrihUvXNYoaEacUczlcnU7pJ9w1LB6927kEMnk5+nDg\")})}), \"state_key\": String(\"@user-3:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({})})])}))\n"} -{"Time":"2024-04-23T18:05:36.423757446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.005281Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Could not parse PDU: Server is not in room !wz1m7jKGeA7HqgywkB:hs1\n"} -{"Time":"2024-04-23T18:05:36.423761896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.005309Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m144.549µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"NN9NZMPvHOQgYiGz4j95bdk-232y9fek6qguFCee4ck\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:05:36.423767796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.005509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m343.317µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"NN9NZMPvHOQgYiGz4j95bdk-232y9fek6qguFCee4ck\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:05:36.423773466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.005615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:36.423777926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.007180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:36.423784106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.007267Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:05:36.423791106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.007300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:05:36.423799146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.007374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21wz1m7jKGeA7HqgywkB:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:05:36.423803696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.046158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:05:36.423867275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"2024/04/23 18:05:36 ============== 8b9671bcfc8e5363c5b1b2b7e7ff2afcf770d9e60c743f0d1b804186fb0546ed : END LOGS ==============\n"} -{"Time":"2024-04-23T18:05:36.423870245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.423872605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:36.441473829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Output":"--- FAIL: TestKnockingInMSC3787Room (29.28s)\n"} -{"Time":"2024-04-23T18:05:36.441480649-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockingInMSC3787Room","Elapsed":29.28} -{"Time":"2024-04-23T18:05:36.441499689-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room"} -{"Time":"2024-04-23T18:05:36.441502439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"=== RUN TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room\n"} -{"Time":"2024-04-23T18:05:37.304858891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:347: Deploy times: 6.278884ms blueprints, 856.979449ms containers\n"} -{"Time":"2024-04-23T18:05:37.358726695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (53.803294ms)\n"} -{"Time":"2024-04-23T18:05:37.37171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (12.914046ms)\n"} -{"Time":"2024-04-23T18:05:37.374270077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!GwgvuXh28RojSjD6gC:hs1/state/m.room.join_rules/ =\u003e 200 OK (2.509948ms)\n"} -{"Time":"2024-04-23T18:05:37.374283067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:361: SendEventSynced waiting for event ID $CQ6dJJT9pojg4_9JuJo1F_R9RjvCkPxNXiB_EIrKI68\n"} -{"Time":"2024-04-23T18:05:37.377773526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.41946ms)\n"} -{"Time":"2024-04-23T18:05:37.378601829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/directory/list/room/!GwgvuXh28RojSjD6gC:hs1 =\u003e 200 OK (624.344µs)\n"} -{"Time":"2024-04-23T18:05:37.380240754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/publicRooms =\u003e 200 OK (1.611505ms)\n"} -{"Time":"2024-04-23T18:05:37.380286514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:423: Room was not present in public room directory response\n"} -{"Time":"2024-04-23T18:05:37.380295444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:397: CSAPI.Do RetryUntil: GET http://127.0.0.1:1155/_matrix/client/v3/publicRooms response condition not yet met, retrying\n"} -{"Time":"2024-04-23T18:05:37.481188641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/publicRooms =\u003e 200 OK (694.703µs)\n"} -{"Time":"2024-04-23T18:05:37.481206541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:423: Room was not present in public room directory response\n"} -{"Time":"2024-04-23T18:05:37.481214651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:397: CSAPI.Do RetryUntil: GET http://127.0.0.1:1155/_matrix/client/v3/publicRooms response condition not yet met, retrying\n"} -{"Time":"2024-04-23T18:05:37.582439835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/publicRooms =\u003e 200 OK (1.024801ms)\n"} -{"Time":"2024-04-23T18:05:37.582458335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:423: Room was not present in public room directory response\n"} -{"Time":"2024-04-23T18:05:37.582466265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:397: CSAPI.Do RetryUntil: GET http://127.0.0.1:1155/_matrix/client/v3/publicRooms response condition not yet met, retrying\n"} -{"Time":"2024-04-23T18:05:37.68363496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/publicRooms =\u003e 200 OK (1.002791ms)\n"} -{"Time":"2024-04-23T18:05:37.68364346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:423: Room was not present in public room directory response\n"} -{"Time":"2024-04-23T18:05:37.68364877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:397: CSAPI.Do RetryUntil: GET http://127.0.0.1:1155/_matrix/client/v3/publicRooms response condition not yet met, retrying\n"} -{"Time":"2024-04-23T18:05:37.784955273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/publicRooms =\u003e 200 OK (1.084541ms)\n"} -{"Time":"2024-04-23T18:05:37.784964893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:423: Room was not present in public room directory response\n"} -{"Time":"2024-04-23T18:05:37.784970843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:397: CSAPI.Do RetryUntil: GET http://127.0.0.1:1155/_matrix/client/v3/publicRooms response condition not yet met, retrying\n"} -{"Time":"2024-04-23T18:05:37.886296897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/publicRooms =\u003e 200 OK (1.09291ms)\n"} -{"Time":"2024-04-23T18:05:37.886311287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:423: Room was not present in public room directory response\n"} -{"Time":"2024-04-23T18:05:37.886320687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:397: CSAPI.Do RetryUntil: GET http://127.0.0.1:1155/_matrix/client/v3/publicRooms response condition not yet met, retrying\n"} -{"Time":"2024-04-23T18:05:37.9876507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/publicRooms =\u003e 200 OK (1.12035ms)\n"} -{"Time":"2024-04-23T18:05:37.98767523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:423: Room was not present in public room directory response\n"} -{"Time":"2024-04-23T18:05:37.98768396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:397: CSAPI.Do RetryUntil: GET http://127.0.0.1:1155/_matrix/client/v3/publicRooms response condition not yet met, retrying\n"} -{"Time":"2024-04-23T18:05:38.088994514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/publicRooms =\u003e 200 OK (1.09264ms)\n"} -{"Time":"2024-04-23T18:05:38.089028083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:423: Room was not present in public room directory response\n"} -{"Time":"2024-04-23T18:05:38.089035933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:397: CSAPI.Do RetryUntil: GET http://127.0.0.1:1155/_matrix/client/v3/publicRooms response condition not yet met, retrying\n"} -{"Time":"2024-04-23T18:05:38.190387597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/publicRooms =\u003e 200 OK (1.1176ms)\n"} -{"Time":"2024-04-23T18:05:38.190407526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:423: Room was not present in public room directory response\n"} -{"Time":"2024-04-23T18:05:38.190413906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:397: CSAPI.Do RetryUntil: GET http://127.0.0.1:1155/_matrix/client/v3/publicRooms response condition not yet met, retrying\n"} -{"Time":"2024-04-23T18:05:38.29174535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/publicRooms =\u003e 200 OK (1.11867ms)\n"} -{"Time":"2024-04-23T18:05:38.29177144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:423: Room was not present in public room directory response\n"} -{"Time":"2024-04-23T18:05:38.29178108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:397: CSAPI.Do RetryUntil: GET http://127.0.0.1:1155/_matrix/client/v3/publicRooms response condition not yet met, retrying\n"} -{"Time":"2024-04-23T18:05:38.393089093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/publicRooms =\u003e 200 OK (1.09768ms)\n"} -{"Time":"2024-04-23T18:05:38.393106463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:423: Room was not present in public room directory response\n"} -{"Time":"2024-04-23T18:05:38.393119623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" knocking_test.go:397: \u001b[31mCSAPI.Do RetryUntil: GET http://127.0.0.1:1155/_matrix/client/v3/publicRooms timed out after 1s\u001b[39m\n"} -{"Time":"2024-04-23T18:05:38.568405812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"2024/04/23 18:05:38 ============================================\n"} -{"Time":"2024-04-23T18:05:38.568424992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:38.568429412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:38.568432842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"2024/04/23 18:05:38 434b452c908ecd612886d1b5ae09e59064026881920dae4fcdeb8e085143315e : Server logs:\n"} -{"Time":"2024-04-23T18:05:38.56857584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:05:38.56858201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:05:38.56858711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:05:38.56859362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:05:38.56859839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:05:38.56860278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"+ echo 'IP.1 = 172.27.0.2'\n"} -{"Time":"2024-04-23T18:05:38.56860744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:05:38.56861891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:05:38.56862328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:05:38.56862983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:05:38.56863434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.912182Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:05:38.56863953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.912295Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:05:38.56864476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.912711Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:05:38.56865222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.912719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:05:38.56865694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.912725Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:05:38.56866238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.912736Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:05:38.56866768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.913542Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:05:38.56867272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:38.56867683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:05:38.568683619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.913625Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:05:38.568688889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.916178Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:05:38.568693689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.917708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:05:38.568701659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.918416Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:05:38.568706769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:36.919472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:05:38.568711219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.260294Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 342.58127ms\n"} -{"Time":"2024-04-23T18:05:38.568715689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262453Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:05:38.568719749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262525Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:38.568723829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262537Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:38.568730649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262544Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:05:38.568735409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262550Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:05:38.568740189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262558Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:05:38.568744929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262567Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:05:38.568751369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262576Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:05:38.568756009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262585Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:05:38.568760869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262593Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:05:38.568765609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262602Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:05:38.568770429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262615Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:05:38.568776839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262624Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:05:38.568783939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262631Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:05:38.568788579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262650Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:05:38.568793168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262663Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:05:38.568797878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262671Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:05:38.568802518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262682Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:05:38.568809188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262696Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:05:38.568813828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.262705Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:05:38.568819768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.264520Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:05:38.568824418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.267462Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:05:38.568831198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.283988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:05:38.568836308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.283997Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:05:38.568841328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.284505Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:05:38.568846778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.284640Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:05:38.568851908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.303165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:38.568857538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.303968Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1155\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:38.568865838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.304121Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:05:38.568871538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.304447Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:38.568877068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.305363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:38.568882598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.305708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1155\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:38.568890228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.305722Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:05:38.568898738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.348790Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:05:38.568904788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.350569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:38.568912667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.350751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:38.568920297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.350879Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:38.568927367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.353765Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:38.568955017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.353783Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:38.568967847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.353806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:38.568976277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.355314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:38.568983777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.355340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:38.568991387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.355348Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:38.569001207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.355376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:38.569009657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.355434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:05:38.569081396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.355447Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:05:38.569097206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.355474Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:38.569111796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.355481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:38.569131376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.357053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:38.569146075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:38.569168525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.357079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:38.569183205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:38.569204245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.357087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:38.569220295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:38.569233415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.358412Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:05:38.569245695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.358503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m53 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:38.569256554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.359097Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:38.569267674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.359353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:38.569279464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.359421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:38.569291014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.359437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:38.569305894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.359510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1155\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"45\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:38.569317084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.359552Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"private_chat\"), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:05:38.569328034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.360239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:05:38.569340014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.360271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:05:38.569351894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.360298Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:05:38.569364253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.361875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:38.569380963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.361908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:38.569393063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.361981Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:38.569409433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.364233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:38.569425703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.364280Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:38.569442713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.364296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:38.569455873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.364321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:38.569469373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.364337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:38.569482282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.364350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:38.569494642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.366124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:38.569510242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.366179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:38.569527572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.366196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:38.569539252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.368029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:05:38.569551342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.368084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:05:38.569562862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.368101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:38.569576312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.369961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:05:38.569592311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.370015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:38.569604321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.370032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:38.569614611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.371408Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:05:38.569623091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.371504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:38.569632211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.371850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:38.569647231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.371970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21GwgvuXh28RojSjD6gC:hs1/state/m.room.join_rules/ {\"host\": \"127.0.0.1:1155\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"32\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:38.569658501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.372007Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21GwgvuXh28RojSjD6gC:hs1/state/m.room.join_rules/ Some(Object({\"join_rule\": String(\"knock_restricted\")}))\n"} -{"Time":"2024-04-23T18:05:38.569673071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.372665Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:38.569686951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.372725Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:38.569699291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.372742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!GwgvuXh28RojSjD6gC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:38.56971176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.374131Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:38.56972139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.374397Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:38.56973076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.374597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1155\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:38.56974441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.374609Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:38.5697527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.377441Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:05:38.56976074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.377565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:38.56976968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.378100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/directory/list/room/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:38.56977954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.378261Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/directory/list/room/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/directory/list/room/%21GwgvuXh28RojSjD6gC:hs1 {\"host\": \"127.0.0.1:1155\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"23\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:38.56978991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.378276Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/directory/list/room/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/directory/list/room/%21GwgvuXh28RojSjD6gC:hs1 Some(Object({\"visibility\": String(\"public\")}))\n"} -{"Time":"2024-04-23T18:05:38.56979886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.378392Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/directory/list/room/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::directory\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 made !GwgvuXh28RojSjD6gC:hs1 public\n"} -{"Time":"2024-04-23T18:05:38.56980742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.378432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/directory/list/room/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:38.569816479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.379163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:38.569829959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.379325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms {\"host\": \"127.0.0.1:1155\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:38.569839779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.379424Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms None\n"} -{"Time":"2024-04-23T18:05:38.569850349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.379957Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::directory\u001b[0m\u001b[2m:\u001b[0m Invalid room join rule event in database: missing field `allow` at line 1 column 32\n"} -{"Time":"2024-04-23T18:05:38.569858959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.380056Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:38.569867749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.480591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:38.569876669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.480654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms {\"host\": \"127.0.0.1:1155\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:38.569886549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.480666Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms None\n"} -{"Time":"2024-04-23T18:05:38.569895349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.480998Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::directory\u001b[0m\u001b[2m:\u001b[0m Invalid room join rule event in database: missing field `allow` at line 1 column 32\n"} -{"Time":"2024-04-23T18:05:38.569903939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.481049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:38.569915849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.581550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:38.569924849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.581651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms {\"host\": \"127.0.0.1:1155\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:38.569948638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.581671Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms None\n"} -{"Time":"2024-04-23T18:05:38.569959168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.582172Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::directory\u001b[0m\u001b[2m:\u001b[0m Invalid room join rule event in database: missing field `allow` at line 1 column 32\n"} -{"Time":"2024-04-23T18:05:38.569968078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.582248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:38.569977248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.682764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:38.569986318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.682844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms {\"host\": \"127.0.0.1:1155\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:38.569996138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.682860Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms None\n"} -{"Time":"2024-04-23T18:05:38.570005178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.683357Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::directory\u001b[0m\u001b[2m:\u001b[0m Invalid room join rule event in database: missing field `allow` at line 1 column 32\n"} -{"Time":"2024-04-23T18:05:38.570013848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.683453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:38.570022598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.784036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:38.570031528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.784137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms {\"host\": \"127.0.0.1:1155\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:38.570054287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.784158Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms None\n"} -{"Time":"2024-04-23T18:05:38.570063487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.784660Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::directory\u001b[0m\u001b[2m:\u001b[0m Invalid room join rule event in database: missing field `allow` at line 1 column 32\n"} -{"Time":"2024-04-23T18:05:38.570072397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.784755Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:38.570081187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.885366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:38.570090287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.885466Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms {\"host\": \"127.0.0.1:1155\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:38.570099787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.885486Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms None\n"} -{"Time":"2024-04-23T18:05:38.570108957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.886011Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::directory\u001b[0m\u001b[2m:\u001b[0m Invalid room join rule event in database: missing field `allow` at line 1 column 32\n"} -{"Time":"2024-04-23T18:05:38.570118067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.886107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:38.570128217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.986645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:38.570137267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.986747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms {\"host\": \"127.0.0.1:1155\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:38.570146817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.986767Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms None\n"} -{"Time":"2024-04-23T18:05:38.570155467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.987315Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::directory\u001b[0m\u001b[2m:\u001b[0m Invalid room join rule event in database: missing field `allow` at line 1 column 32\n"} -{"Time":"2024-04-23T18:05:38.570164126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:37.987411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:38.570172816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.088063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:38.570182766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.088163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms {\"host\": \"127.0.0.1:1155\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:38.570200326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.088183Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms None\n"} -{"Time":"2024-04-23T18:05:38.570209276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.088684Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::directory\u001b[0m\u001b[2m:\u001b[0m Invalid room join rule event in database: missing field `allow` at line 1 column 32\n"} -{"Time":"2024-04-23T18:05:38.570217946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.088779Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:38.570226886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.189406Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:38.570236576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.189508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms {\"host\": \"127.0.0.1:1155\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:38.570247326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.189529Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms None\n"} -{"Time":"2024-04-23T18:05:38.570255996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.190061Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::directory\u001b[0m\u001b[2m:\u001b[0m Invalid room join rule event in database: missing field `allow` at line 1 column 32\n"} -{"Time":"2024-04-23T18:05:38.570264726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.190158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:38.570273345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.290797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:38.570282465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.290899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms {\"host\": \"127.0.0.1:1155\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:38.570291725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.290919Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms None\n"} -{"Time":"2024-04-23T18:05:38.570301445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.291442Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::directory\u001b[0m\u001b[2m:\u001b[0m Invalid room join rule event in database: missing field `allow` at line 1 column 32\n"} -{"Time":"2024-04-23T18:05:38.570310455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.291538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:38.570319885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.392134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:38.570330015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.392235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms {\"host\": \"127.0.0.1:1155\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:38.570339025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.392255Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms None\n"} -{"Time":"2024-04-23T18:05:38.570347545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.392768Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::directory\u001b[0m\u001b[2m:\u001b[0m Invalid room join rule event in database: missing field `allow` at line 1 column 32\n"} -{"Time":"2024-04-23T18:05:38.570356345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:38.392863Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:38.570369215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"2024/04/23 18:05:38 ============== 434b452c908ecd612886d1b5ae09e59064026881920dae4fcdeb8e085143315e : END LOGS ==============\n"} -{"Time":"2024-04-23T18:05:38.570377765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:38.570384224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:38.585849718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Output":"--- FAIL: TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room (2.14s)\n"} -{"Time":"2024-04-23T18:05:38.585857877-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectoryInMSC3787Room","Elapsed":2.14} -{"Time":"2024-04-23T18:05:38.585869007-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room"} -{"Time":"2024-04-23T18:05:38.585872847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"=== RUN TestCannotSendKnockViaSendKnockInMSC3787Room\n"} -{"Time":"2024-04-23T18:05:39.447211706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":" federation_room_join_test.go:395: Deploy times: 10.048661ms blueprints, 851.215708ms containers\n"} -{"Time":"2024-04-23T18:05:40.284921133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (55.941886ms)\n"} -{"Time":"2024-04-23T18:05:40.294699317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (9.697364ms)\n"} -{"Time":"2024-04-23T18:05:40.326451505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":" federation_room_join_test.go:409: Server.MustJoinRoom joined room ID !v2fuwxSsEDVuXMl63L:hs1\n"} -{"Time":"2024-04-23T18:05:40.326475045-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/regular_event"} -{"Time":"2024-04-23T18:05:40.326479085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/regular_event","Output":"=== RUN TestCannotSendKnockViaSendKnockInMSC3787Room/regular_event\n"} -{"Time":"2024-04-23T18:05:40.32704514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/regular_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$rNkSLFBgDp95yYsWkHpOk2AwydO2EXf-TVqa3w50ToQ\n"} -{"Time":"2024-04-23T18:05:40.330538499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/regular_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$rNkSLFBgDp95yYsWkHpOk2AwydO2EXf-TVqa3w50ToQ =\u003e error(404): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 34 44 34 101 114 114 111 114 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 58 32 85 110 114 101 99 111 103 110 105 122 101 100 32 114 101 113 117 101 115 116 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_knock/!v2fuwxSsEDVuXMl63L:hs1/$rNkSLFBgDp95yYsWkHpOk2AwydO2EXf-TVqa3w50ToQ\") code=404 wrapped=M_UNRECOGNIZED: M_UNRECOGNIZED: Unrecognized request (3.277701ms)\n"} -{"Time":"2024-04-23T18:05:40.330548909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/regular_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_knock returned 404/{\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\n"} -{"Time":"2024-04-23T18:05:40.330555069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/regular_event","Output":" federation_room_join_test.go:443: expected 400, got 404\n"} -{"Time":"2024-04-23T18:05:40.330567629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/regular_event","Output":"--- FAIL: TestCannotSendKnockViaSendKnockInMSC3787Room/regular_event (0.00s)\n"} -{"Time":"2024-04-23T18:05:40.330585769-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/regular_event","Elapsed":0} -{"Time":"2024-04-23T18:05:40.330592999-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/non-state_membership_event"} -{"Time":"2024-04-23T18:05:40.330598619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/non-state_membership_event","Output":"=== RUN TestCannotSendKnockViaSendKnockInMSC3787Room/non-state_membership_event\n"} -{"Time":"2024-04-23T18:05:40.331011415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/non-state_membership_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$dC1PZDZjRArwfvRnw4vF977sXHxmb2LUWFRdw4V2Tg8\n"} -{"Time":"2024-04-23T18:05:40.334051688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/non-state_membership_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$dC1PZDZjRArwfvRnw4vF977sXHxmb2LUWFRdw4V2Tg8 =\u003e error(404): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 34 44 34 101 114 114 111 114 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 58 32 85 110 114 101 99 111 103 110 105 122 101 100 32 114 101 113 117 101 115 116 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_knock/!v2fuwxSsEDVuXMl63L:hs1/$dC1PZDZjRArwfvRnw4vF977sXHxmb2LUWFRdw4V2Tg8\") code=404 wrapped=M_UNRECOGNIZED: M_UNRECOGNIZED: Unrecognized request (2.831274ms)\n"} -{"Time":"2024-04-23T18:05:40.334061008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/non-state_membership_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_knock returned 404/{\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\n"} -{"Time":"2024-04-23T18:05:40.334066728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/non-state_membership_event","Output":" federation_room_join_test.go:443: expected 400, got 404\n"} -{"Time":"2024-04-23T18:05:40.334073808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/non-state_membership_event","Output":"--- FAIL: TestCannotSendKnockViaSendKnockInMSC3787Room/non-state_membership_event (0.00s)\n"} -{"Time":"2024-04-23T18:05:40.334079418-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/non-state_membership_event","Elapsed":0} -{"Time":"2024-04-23T18:05:40.334481534-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/join_event"} -{"Time":"2024-04-23T18:05:40.334485554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/join_event","Output":"=== RUN TestCannotSendKnockViaSendKnockInMSC3787Room/join_event\n"} -{"Time":"2024-04-23T18:05:40.334597563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/join_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$hPIL4YKHZGJyGJVYlHIOKKx_HH-8_HXWjVnyNDxYs_0\n"} -{"Time":"2024-04-23T18:05:40.337766655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/join_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$hPIL4YKHZGJyGJVYlHIOKKx_HH-8_HXWjVnyNDxYs_0 =\u003e error(404): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 34 44 34 101 114 114 111 114 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 58 32 85 110 114 101 99 111 103 110 105 122 101 100 32 114 101 113 117 101 115 116 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_knock/!v2fuwxSsEDVuXMl63L:hs1/$hPIL4YKHZGJyGJVYlHIOKKx_HH-8_HXWjVnyNDxYs_0\") code=404 wrapped=M_UNRECOGNIZED: M_UNRECOGNIZED: Unrecognized request (2.956814ms)\n"} -{"Time":"2024-04-23T18:05:40.337773395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/join_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_knock returned 404/{\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\n"} -{"Time":"2024-04-23T18:05:40.337780365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/join_event","Output":" federation_room_join_test.go:443: expected 400, got 404\n"} -{"Time":"2024-04-23T18:05:40.337786425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/join_event","Output":"--- FAIL: TestCannotSendKnockViaSendKnockInMSC3787Room/join_event (0.00s)\n"} -{"Time":"2024-04-23T18:05:40.337791255-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/join_event","Elapsed":0} -{"Time":"2024-04-23T18:05:40.338062613-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/leave_event"} -{"Time":"2024-04-23T18:05:40.338066833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/leave_event","Output":"=== RUN TestCannotSendKnockViaSendKnockInMSC3787Room/leave_event\n"} -{"Time":"2024-04-23T18:05:40.338144462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/leave_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$Z-By9_L4lwQh_vIOhONwu9ZVJsRlIZCA9Moarn3xFEo\n"} -{"Time":"2024-04-23T18:05:40.341547212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/leave_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$Z-By9_L4lwQh_vIOhONwu9ZVJsRlIZCA9Moarn3xFEo =\u003e error(404): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 34 44 34 101 114 114 111 114 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 58 32 85 110 114 101 99 111 103 110 105 122 101 100 32 114 101 113 117 101 115 116 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_knock/!v2fuwxSsEDVuXMl63L:hs1/$Z-By9_L4lwQh_vIOhONwu9ZVJsRlIZCA9Moarn3xFEo\") code=404 wrapped=M_UNRECOGNIZED: M_UNRECOGNIZED: Unrecognized request (3.240361ms)\n"} -{"Time":"2024-04-23T18:05:40.341558422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/leave_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_knock returned 404/{\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\n"} -{"Time":"2024-04-23T18:05:40.341564112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/leave_event","Output":" federation_room_join_test.go:443: expected 400, got 404\n"} -{"Time":"2024-04-23T18:05:40.341571741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/leave_event","Output":"--- FAIL: TestCannotSendKnockViaSendKnockInMSC3787Room/leave_event (0.00s)\n"} -{"Time":"2024-04-23T18:05:40.341577191-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/leave_event","Elapsed":0} -{"Time":"2024-04-23T18:05:40.342106777-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/invite_event"} -{"Time":"2024-04-23T18:05:40.342118777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/invite_event","Output":"=== RUN TestCannotSendKnockViaSendKnockInMSC3787Room/invite_event\n"} -{"Time":"2024-04-23T18:05:40.342261635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/invite_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$H3BYiNut-7NLXp-Amjcv-ZbI15qF16GR7c-89iP7l0A\n"} -{"Time":"2024-04-23T18:05:40.345839254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/invite_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$H3BYiNut-7NLXp-Amjcv-ZbI15qF16GR7c-89iP7l0A =\u003e error(404): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 34 44 34 101 114 114 111 114 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 58 32 85 110 114 101 99 111 103 110 105 122 101 100 32 114 101 113 117 101 115 116 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_knock/!v2fuwxSsEDVuXMl63L:hs1/$H3BYiNut-7NLXp-Amjcv-ZbI15qF16GR7c-89iP7l0A\") code=404 wrapped=M_UNRECOGNIZED: M_UNRECOGNIZED: Unrecognized request (3.288601ms)\n"} -{"Time":"2024-04-23T18:05:40.345848964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/invite_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_knock returned 404/{\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\n"} -{"Time":"2024-04-23T18:05:40.345853934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/invite_event","Output":" federation_room_join_test.go:443: expected 400, got 404\n"} -{"Time":"2024-04-23T18:05:40.345859494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/invite_event","Output":"--- FAIL: TestCannotSendKnockViaSendKnockInMSC3787Room/invite_event (0.00s)\n"} -{"Time":"2024-04-23T18:05:40.345863964-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/invite_event","Elapsed":0} -{"Time":"2024-04-23T18:05:40.345890803-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/event_with_mismatched_state_key"} -{"Time":"2024-04-23T18:05:40.345894053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/event_with_mismatched_state_key","Output":"=== RUN TestCannotSendKnockViaSendKnockInMSC3787Room/event_with_mismatched_state_key\n"} -{"Time":"2024-04-23T18:05:40.346433029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/event_with_mismatched_state_key","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$FbsBatHXbPbiyOmrF_sfd2exQFrlPe8QHOxvsIYjtQU\n"} -{"Time":"2024-04-23T18:05:40.349320763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/event_with_mismatched_state_key","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$FbsBatHXbPbiyOmrF_sfd2exQFrlPe8QHOxvsIYjtQU =\u003e error(404): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 34 44 34 101 114 114 111 114 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 58 32 85 110 114 101 99 111 103 110 105 122 101 100 32 114 101 113 117 101 115 116 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_knock/!v2fuwxSsEDVuXMl63L:hs1/$FbsBatHXbPbiyOmrF_sfd2exQFrlPe8QHOxvsIYjtQU\") code=404 wrapped=M_UNRECOGNIZED: M_UNRECOGNIZED: Unrecognized request (2.596536ms)\n"} -{"Time":"2024-04-23T18:05:40.349327843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/event_with_mismatched_state_key","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_knock returned 404/{\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\n"} -{"Time":"2024-04-23T18:05:40.349332893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/event_with_mismatched_state_key","Output":" federation_room_join_test.go:443: expected 400, got 404\n"} -{"Time":"2024-04-23T18:05:40.349338473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/event_with_mismatched_state_key","Output":"--- FAIL: TestCannotSendKnockViaSendKnockInMSC3787Room/event_with_mismatched_state_key (0.00s)\n"} -{"Time":"2024-04-23T18:05:40.349347713-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room/event_with_mismatched_state_key","Elapsed":0} -{"Time":"2024-04-23T18:05:40.539356761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"2024/04/23 18:05:40 ============================================\n"} -{"Time":"2024-04-23T18:05:40.539376191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:40.539379191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:40.539381781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"2024/04/23 18:05:40 e2b25e424cd983a8e46677c54adebbe66ea579e38d94e814d6ae21e2f7581e3a : Server logs:\n"} -{"Time":"2024-04-23T18:05:40.53952351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:05:40.53952845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:05:40.539533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:05:40.53953566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:05:40.5395385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:05:40.53954283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"+ echo 'IP.1 = 172.27.0.2'\n"} -{"Time":"2024-04-23T18:05:40.53954727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:05:40.53955423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:05:40.53955841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:05:40.53957744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:05:40.539582079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.083501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:05:40.539588019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.083614Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:05:40.539593949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.083998Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:05:40.539617719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.084007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:05:40.539624489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.084013Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:05:40.539633339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.084024Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:05:40.539639269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.084791Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:05:40.539661719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:40.539668209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:05:40.539672049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.084866Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:05:40.539678439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.087335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:05:40.539682359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.088890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:05:40.539695618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.089474Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:05:40.539700088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.090498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:05:40.539708228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.417202Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 328.307144ms\n"} -{"Time":"2024-04-23T18:05:40.539713818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419500Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:05:40.539724058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419571Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:40.539729688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419582Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:40.539737268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419589Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:05:40.539744058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419595Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:05:40.539756858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419602Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:05:40.539761838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419610Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:05:40.539767278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419617Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:05:40.539774158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419624Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:05:40.539791838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419631Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:05:40.539799558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419638Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:05:40.539805408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419646Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:05:40.539809387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419656Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:05:40.539815177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419663Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:05:40.539825757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419685Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:05:40.539831737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419700Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:05:40.539837157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419710Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:05:40.539849927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419722Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:05:40.539854657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419731Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:05:40.539876497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.419739Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:05:40.539881887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.421556Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:05:40.539887477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.424539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:05:40.539893437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.441231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:05:40.539898897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.441241Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:05:40.539910117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.441852Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:05:40.539916297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.442017Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:05:40.539920556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.445611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:40.539928216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.446267Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1157\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:40.539946286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.446457Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:05:40.539951086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:39.446848Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:40.539957406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.229652Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:40.539963796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.230271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1157\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:40.539973486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.230302Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:05:40.539979996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.274635Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:05:40.539989496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.276608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:40.540005186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.276830Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:40.540014286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.276975Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:40.540025546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.279894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:40.540055955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.279913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:40.540071945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.279949Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:40.540092825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.281434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:40.540107745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.281461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:40.540132165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.281471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:40.540146695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.281497Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:40.540160464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.281565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:05:40.540184754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.281578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:05:40.540198564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.281604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:40.540214594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.281612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:40.540238334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.283201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:40.540255084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:40.540280583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.283228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:40.540296573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:40.540337663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.283237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:40.540353843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:40.540372863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.284584Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:05:40.540383022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.284669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m55 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:40.540393782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.285337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:40.540404192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.285570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:40.540419002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.285627Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:40.540437432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.285647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:40.540450512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.285697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1157\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"44\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:40.540462272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.285722Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\"), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:05:40.540475012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.286321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:05:40.540491951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.286342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:05:40.540506041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.286363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:05:40.540519921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.287491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:40.540536281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.287515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:40.540570481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.287561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:40.540585691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.289140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:40.54060708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.289169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:40.54062261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.289183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:40.54063697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.289200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:40.54065174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.289210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:40.54066712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.289219Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:40.54068603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.290523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:40.54069914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.290559Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:40.54071239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.290572Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:40.540727089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.291849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:05:40.540750639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.291884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:05:40.540764809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.291897Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:40.540779509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.293388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:05:40.540793639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.293424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:40.540806999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.293437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:40.540819709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.294393Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:05:40.540829628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.294475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:40.540843938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.297508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:40.540854988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.298205Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for host.docker.internal:3609 keys\n"} -{"Time":"2024-04-23T18:05:40.540876368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.298250Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:3609 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:05:40.540888198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.298886Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:40.540909918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.299186Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal:3609\n"} -{"Time":"2024-04-23T18:05:40.540923198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.299210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 2: Hostname with included port\n"} -{"Time":"2024-04-23T18:05:40.540962927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.299287Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":3609\") hostname: Named(\"host.docker.internal\", \":3609\")\n"} -{"Time":"2024-04-23T18:05:40.540984717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.299445Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(3609), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:40.540999617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.299582Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:3609)\n"} -{"Time":"2024-04-23T18:05:40.541013037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.299670Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(3609))\n"} -{"Time":"2024-04-23T18:05:40.541026147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.299688Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:3609\n"} -{"Time":"2024-04-23T18:05:40.541037757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.299805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:3609\n"} -{"Time":"2024-04-23T18:05:40.541054856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.312294Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:40.541066506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.312341Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:3609)\n"} -{"Time":"2024-04-23T18:05:40.541077846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.312644Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:3609)\n"} -{"Time":"2024-04-23T18:05:40.541089546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.312657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:3609)\n"} -{"Time":"2024-04-23T18:05:40.541102856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.312781Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:3609 for https://host.docker.internal:3609/_matrix/key/v2/server with https://host.docker.internal:3609/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:40.541125866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.312795Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:40.541137556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.312851Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:3609/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:40.541149716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.313120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21v2fuwxSsEDVuXMl63L:hs1/@charlie:host.docker.internal:3609?ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:40.541163045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.313134Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21v2fuwxSsEDVuXMl63L:hs1/@charlie:host.docker.internal:3609?ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10 None\n"} -{"Time":"2024-04-23T18:05:40.541199065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.313302Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:40.541210005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.313695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:40.541220095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.313715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:40.541229765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.313748Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:40.541239355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.314069Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m16 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:40.541256855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.316147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:40.541266954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.316345Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:3609, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:40.541282894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.316491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21v2fuwxSsEDVuXMl63L:hs1/$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"905\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:40.541298454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.316503Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21v2fuwxSsEDVuXMl63L:hs1/$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g Some(Object({\"auth_events\": Array([String(\"$r_DlW5yXwDGceoWCa_tZZM_PVPJCG5VjeoiHGani4-8\"), String(\"$Q8bYAKxv7jrUBsYu1YMLXjVBoAHtiE6yNDZKVB0TBVg\"), String(\"$tEg5WoGL0gZ2jwdNa4SmxoI98GyND9qrAJnQJuge-ng\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 7, \"hashes\": Object({\"sha256\": String(\"838SVbP79LlbLvQpa9uY9aNO5yW6GBWA9oUMyIMf8Zw\")}), \"origin\": String(\"host.docker.internal:3609\"), \"origin_server_ts\": 1713909940314, \"prev_events\": Array([String(\"$iU5uY8mLoWjQ0klUzlj2UFts5AZNt6k8F1yGAAEJkcc\")]), \"prev_state\": Array([]), \"room_id\": String(\"!v2fuwxSsEDVuXMl63L:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:3609\"), \"signatures\": Object({\"host.docker.internal:3609\": Object({"} -{"Time":"2024-04-23T18:05:40.541313234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\"ed25519:complement_a365abe2bec6191b246198770aadbc7e7e3d8571d0b2fdc06bb333eb01fe0005\": String(\"amEQWQEdxYbGHdXIjEESFn7LDcjJs1E6LM8A+/XWClbB4NLmHzrNoej62BHYGsmbz590jZMhh/z5OqnjPd0ACw\")}), \"hs1\": Object({\"ed25519:uriKwpiR\": String(\"B0gKMoD2JT8M4NyKDi66/kQ74tzTGJ7GQP0u2Rf2XB8tDcArVWxg3rsB1SVcBJgu8jdZAWAQ/kEyXtQ5siItDg\")})}), \"state_key\": String(\"@charlie:host.docker.internal:3609\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:05:40.541324944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.316605Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:40.541334954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.316861Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, host.docker.internal:3609\n"} -{"Time":"2024-04-23T18:05:40.541361584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.316973Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:40.541372784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.317027Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:3609, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:40.541383603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.317125Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:40.541395013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.317414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:05:40.541406633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.317455Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $r_DlW5yXwDGceoWCa_tZZM_PVPJCG5VjeoiHGani4-8 in db\n"} -{"Time":"2024-04-23T18:05:40.541418073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.317477Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Q8bYAKxv7jrUBsYu1YMLXjVBoAHtiE6yNDZKVB0TBVg in db\n"} -{"Time":"2024-04-23T18:05:40.541434453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.317498Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $tEg5WoGL0gZ2jwdNa4SmxoI98GyND9qrAJnQJuge-ng in db\n"} -{"Time":"2024-04-23T18:05:40.541446353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.317518Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:40.541458403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.317527Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $r_DlW5yXwDGceoWCa_tZZM_PVPJCG5VjeoiHGani4-8 in db\n"} -{"Time":"2024-04-23T18:05:40.541469823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.317536Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Q8bYAKxv7jrUBsYu1YMLXjVBoAHtiE6yNDZKVB0TBVg in db\n"} -{"Time":"2024-04-23T18:05:40.541481173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.317542Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $tEg5WoGL0gZ2jwdNa4SmxoI98GyND9qrAJnQJuge-ng in db\n"} -{"Time":"2024-04-23T18:05:40.541498482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.317553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:05:40.541510072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.317663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g (m.room.member)\n"} -{"Time":"2024-04-23T18:05:40.541520962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.317685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:40.541531772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.317725Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:40.541543082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.317793Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:05:40.541553832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.317891Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:05:40.541582722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318009Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $iU5uY8mLoWjQ0klUzlj2UFts5AZNt6k8F1yGAAEJkcc in db\n"} -{"Time":"2024-04-23T18:05:40.541599561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318023Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:40.541611161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318030Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $iU5uY8mLoWjQ0klUzlj2UFts5AZNt6k8F1yGAAEJkcc in db\n"} -{"Time":"2024-04-23T18:05:40.541622831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:40.541634521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$iU5uY8mLoWjQ0klUzlj2UFts5AZNt6k8F1yGAAEJkcc\"]\n"} -{"Time":"2024-04-23T18:05:40.541646361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:05:40.541664301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:05:40.541675721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:05:40.541687261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:05:40.54170551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318416Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g (m.room.member)\n"} -{"Time":"2024-04-23T18:05:40.54171701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:40.54172765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:40.54173841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318620Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:05:40.5417498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:05:40.54176564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g (m.room.member)\n"} -{"Time":"2024-04-23T18:05:40.54177717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318766Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:40.54178815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318859Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:40.5418039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318872Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:05:40.541815959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318880Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:05:40.541826819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318911Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:05:40.541838179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:05:40.541849079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.318958Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:05:40.541866259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.319119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:05:40.541877639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.319233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m47.609µs\n"} -{"Time":"2024-04-23T18:05:40.541889949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.319379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BOqRMn2iIWCoTRiVee8GmR747lOT8t1n-KC0FmlttHk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m194.218µs\n"} -{"Time":"2024-04-23T18:05:40.541902899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.319453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m268.617µs\n"} -{"Time":"2024-04-23T18:05:40.541917428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.319591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tEg5WoGL0gZ2jwdNa4SmxoI98GyND9qrAJnQJuge-ng\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m406.226µs\n"} -{"Time":"2024-04-23T18:05:40.541930138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.319662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m477.366µs\n"} -{"Time":"2024-04-23T18:05:40.541959588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.319814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Q8bYAKxv7jrUBsYu1YMLXjVBoAHtiE6yNDZKVB0TBVg\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m629.264µs\n"} -{"Time":"2024-04-23T18:05:40.541972448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.319886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m700.924µs\n"} -{"Time":"2024-04-23T18:05:40.541984888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.320055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$GSJpZ4_ZPPeF2X50Jjcb17BgcPf9tUohm22oKp0QE3E\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m869.722µs\n"} -{"Time":"2024-04-23T18:05:40.542004308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.320127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m942.782µs\n"} -{"Time":"2024-04-23T18:05:40.542029057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.320279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iU5uY8mLoWjQ0klUzlj2UFts5AZNt6k8F1yGAAEJkcc\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.0939ms\n"} -{"Time":"2024-04-23T18:05:40.542043217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.320350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.16578ms\n"} -{"Time":"2024-04-23T18:05:40.542048997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.320455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$r_DlW5yXwDGceoWCa_tZZM_PVPJCG5VjeoiHGani4-8\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.269839ms\n"} -{"Time":"2024-04-23T18:05:40.542059197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.320521Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.336678ms\n"} -{"Time":"2024-04-23T18:05:40.542065447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.320535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.350638ms\n"} -{"Time":"2024-04-23T18:05:40.542071057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.320726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m166.288µs\n"} -{"Time":"2024-04-23T18:05:40.542077947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.320914Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m354.707µs\n"} -{"Time":"2024-04-23T18:05:40.542085027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.320999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m439.346µs\n"} -{"Time":"2024-04-23T18:05:40.542095887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m457.086µs\n"} -{"Time":"2024-04-23T18:05:40.542101917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321040Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:05:40.542108737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:05:40.542113507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:05:40.542117737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:05:40.542126407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321300Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$r_DlW5yXwDGceoWCa_tZZM_PVPJCG5VjeoiHGani4-8\", (\"m.room.guest_access\", \"\"): \"$iU5uY8mLoWjQ0klUzlj2UFts5AZNt6k8F1yGAAEJkcc\", (\"m.room.power_levels\", \"\"): \"$tEg5WoGL0gZ2jwdNa4SmxoI98GyND9qrAJnQJuge-ng\", (\"m.room.join_rules\", \"\"): \"$Q8bYAKxv7jrUBsYu1YMLXjVBoAHtiE6yNDZKVB0TBVg\", (\"m.room.member\", \"@user-1:hs1\"): \"$BOqRMn2iIWCoTRiVee8GmR747lOT8t1n-KC0FmlttHk\", (\"m.room.history_visibility\", \"\"): \"$GSJpZ4_ZPPeF2X50Jjcb17BgcPf9tUohm22oKp0QE3E\"}\n"} -{"Time":"2024-04-23T18:05:40.542133797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:05:40.542139277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@charlie:host.docker.internal:3609\"): [\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\"]}\n"} -{"Time":"2024-04-23T18:05:40.542146396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321398Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:05:40.542151446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\", \"$Q8bYAKxv7jrUBsYu1YMLXjVBoAHtiE6yNDZKVB0TBVg\"}\n"} -{"Time":"2024-04-23T18:05:40.542156956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:05:40.542162536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321497Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($Q8bYAKxv7jrUBsYu1YMLXjVBoAHtiE6yNDZKVB0TBVg) senders power level\n"} -{"Time":"2024-04-23T18:05:40.542166316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:05:40.542169956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $Q8bYAKxv7jrUBsYu1YMLXjVBoAHtiE6yNDZKVB0TBVg power level 100\n"} -{"Time":"2024-04-23T18:05:40.542175266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:40.542182486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:05:40.542188456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321602Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$Q8bYAKxv7jrUBsYu1YMLXjVBoAHtiE6yNDZKVB0TBVg\"]\n"} -{"Time":"2024-04-23T18:05:40.542197866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:40.542205676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321619Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$Q8bYAKxv7jrUBsYu1YMLXjVBoAHtiE6yNDZKVB0TBVg\"]\n"} -{"Time":"2024-04-23T18:05:40.542213166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$Q8bYAKxv7jrUBsYu1YMLXjVBoAHtiE6yNDZKVB0TBVg\"\n"} -{"Time":"2024-04-23T18:05:40.542218166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Q8bYAKxv7jrUBsYu1YMLXjVBoAHtiE6yNDZKVB0TBVg (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:40.542223916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $Q8bYAKxv7jrUBsYu1YMLXjVBoAHtiE6yNDZKVB0TBVg ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:40.542229126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:40.542238876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:05:40.542243386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321775Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$r_DlW5yXwDGceoWCa_tZZM_PVPJCG5VjeoiHGani4-8\", (\"m.room.guest_access\", \"\"): \"$iU5uY8mLoWjQ0klUzlj2UFts5AZNt6k8F1yGAAEJkcc\", (\"m.room.power_levels\", \"\"): \"$tEg5WoGL0gZ2jwdNa4SmxoI98GyND9qrAJnQJuge-ng\", (\"m.room.join_rules\", \"\"): \"$Q8bYAKxv7jrUBsYu1YMLXjVBoAHtiE6yNDZKVB0TBVg\", (\"m.room.member\", \"@user-1:hs1\"): \"$BOqRMn2iIWCoTRiVee8GmR747lOT8t1n-KC0FmlttHk\", (\"m.room.history_visibility\", \"\"): \"$GSJpZ4_ZPPeF2X50Jjcb17BgcPf9tUohm22oKp0QE3E\"}\n"} -{"Time":"2024-04-23T18:05:40.542247976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:05:40.542255555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321802Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\"]\n"} -{"Time":"2024-04-23T18:05:40.542262585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321810Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$tEg5WoGL0gZ2jwdNa4SmxoI98GyND9qrAJnQJuge-ng\")\n"} -{"Time":"2024-04-23T18:05:40.542267545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321818Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:05:40.542273175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\n"} -{"Time":"2024-04-23T18:05:40.542278185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321925Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $tEg5WoGL0gZ2jwdNa4SmxoI98GyND9qrAJnQJuge-ng\n"} -{"Time":"2024-04-23T18:05:40.542283075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321966Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\"]\n"} -{"Time":"2024-04-23T18:05:40.542288215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:40.542293205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.321982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\"]\n"} -{"Time":"2024-04-23T18:05:40.542301715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.322075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\"\n"} -{"Time":"2024-04-23T18:05:40.542306705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.322087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g (m.room.member)\n"} -{"Time":"2024-04-23T18:05:40.542314645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.322098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:40.542319495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.322133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:40.542323235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.322154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:05:40.542327005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.322207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:05:40.542333205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.323239Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:05:40.542338295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.324450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Fbnrh07GI4iEuq6F9pd7Rab651OqVwGn2Wwi9PVle0g\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!v2fuwxSsEDVuXMl63L:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m6.192665ms\n"} -{"Time":"2024-04-23T18:05:40.542343155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.324534Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m17.43µs\n"} -{"Time":"2024-04-23T18:05:40.542349905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.324561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m44.73µs\n"} -{"Time":"2024-04-23T18:05:40.542358145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.325646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:40.542362735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.326358Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:40.542367585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.326594Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(3609), path: \"/_matrix/federation/v1/send/CvOHLK2KfR8nJvSKkn0nYK-i7Yajpebxu-63cAwT2Qg\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:40.542372904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.326632Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:3609)\n"} -{"Time":"2024-04-23T18:05:40.542377504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.326664Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(3609))\n"} -{"Time":"2024-04-23T18:05:40.542384664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.326681Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:3609\n"} -{"Time":"2024-04-23T18:05:40.542391394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.326794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:3609\n"} -{"Time":"2024-04-23T18:05:40.542395664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.329840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$rNkSLFBgDp95yYsWkHpOk2AwydO2EXf-TVqa3w50ToQ\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:40.542428174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.330079Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$rNkSLFBgDp95yYsWkHpOk2AwydO2EXf-TVqa3w50ToQ\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$rNkSLFBgDp95yYsWkHpOk2AwydO2EXf-TVqa3w50ToQ\n"} -{"Time":"2024-04-23T18:05:40.542433364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.330120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$rNkSLFBgDp95yYsWkHpOk2AwydO2EXf-TVqa3w50ToQ\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:05:40.542439834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.330218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$rNkSLFBgDp95yYsWkHpOk2AwydO2EXf-TVqa3w50ToQ\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:05:40.542446254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.333609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$dC1PZDZjRArwfvRnw4vF977sXHxmb2LUWFRdw4V2Tg8\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:40.542452474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.333678Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$dC1PZDZjRArwfvRnw4vF977sXHxmb2LUWFRdw4V2Tg8\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$dC1PZDZjRArwfvRnw4vF977sXHxmb2LUWFRdw4V2Tg8\n"} -{"Time":"2024-04-23T18:05:40.542458734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.333700Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$dC1PZDZjRArwfvRnw4vF977sXHxmb2LUWFRdw4V2Tg8\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:05:40.542477914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.333760Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$dC1PZDZjRArwfvRnw4vF977sXHxmb2LUWFRdw4V2Tg8\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:05:40.542485273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.337373Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$hPIL4YKHZGJyGJVYlHIOKKx_HH-8_HXWjVnyNDxYs_0\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:40.542490173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.337444Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$hPIL4YKHZGJyGJVYlHIOKKx_HH-8_HXWjVnyNDxYs_0\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$hPIL4YKHZGJyGJVYlHIOKKx_HH-8_HXWjVnyNDxYs_0\n"} -{"Time":"2024-04-23T18:05:40.542494933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.337468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$hPIL4YKHZGJyGJVYlHIOKKx_HH-8_HXWjVnyNDxYs_0\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:05:40.542513953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.337530Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$hPIL4YKHZGJyGJVYlHIOKKx_HH-8_HXWjVnyNDxYs_0\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:05:40.542518633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.340661Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:40.542526963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.340731Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:3609)\n"} -{"Time":"2024-04-23T18:05:40.542539063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.340975Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$Z-By9_L4lwQh_vIOhONwu9ZVJsRlIZCA9Moarn3xFEo\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:40.542543603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.341069Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$Z-By9_L4lwQh_vIOhONwu9ZVJsRlIZCA9Moarn3xFEo\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$Z-By9_L4lwQh_vIOhONwu9ZVJsRlIZCA9Moarn3xFEo\n"} -{"Time":"2024-04-23T18:05:40.542550413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.341107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$Z-By9_L4lwQh_vIOhONwu9ZVJsRlIZCA9Moarn3xFEo\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:05:40.542556443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.341211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$Z-By9_L4lwQh_vIOhONwu9ZVJsRlIZCA9Moarn3xFEo\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:05:40.542566823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.343074Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:40.542571663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.343432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:40.542589043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.345082Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:3609)\n"} -{"Time":"2024-04-23T18:05:40.542593273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.345099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:3609)\n"} -{"Time":"2024-04-23T18:05:40.542610012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.345183Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:3609 for https://host.docker.internal:3609/_matrix/federation/v1/send/CvOHLK2KfR8nJvSKkn0nYK-i7Yajpebxu-63cAwT2Qg with https://host.docker.internal:3609/_matrix/federation/v1/send/CvOHLK2KfR8nJvSKkn0nYK-i7Yajpebxu-63cAwT2Qg\n"} -{"Time":"2024-04-23T18:05:40.542615582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.345193Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:40.542621702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.345208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:3609\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:3609/_matrix/federation/v1/send/CvOHLK2KfR8nJvSKkn0nYK-i7Yajpebxu-63cAwT2Qg\n"} -{"Time":"2024-04-23T18:05:40.542627772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.345523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$H3BYiNut-7NLXp-Amjcv-ZbI15qF16GR7c-89iP7l0A\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:40.542633672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.345561Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$H3BYiNut-7NLXp-Amjcv-ZbI15qF16GR7c-89iP7l0A\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$H3BYiNut-7NLXp-Amjcv-ZbI15qF16GR7c-89iP7l0A\n"} -{"Time":"2024-04-23T18:05:40.542647072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.345575Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$H3BYiNut-7NLXp-Amjcv-ZbI15qF16GR7c-89iP7l0A\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:05:40.542656622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.345613Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$H3BYiNut-7NLXp-Amjcv-ZbI15qF16GR7c-89iP7l0A\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:05:40.542661232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.348929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$FbsBatHXbPbiyOmrF_sfd2exQFrlPe8QHOxvsIYjtQU\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:40.542667852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.349017Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$FbsBatHXbPbiyOmrF_sfd2exQFrlPe8QHOxvsIYjtQU\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$FbsBatHXbPbiyOmrF_sfd2exQFrlPe8QHOxvsIYjtQU\n"} -{"Time":"2024-04-23T18:05:40.542673972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.349032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$FbsBatHXbPbiyOmrF_sfd2exQFrlPe8QHOxvsIYjtQU\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:05:40.542692952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:40.349068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21v2fuwxSsEDVuXMl63L:hs1/$FbsBatHXbPbiyOmrF_sfd2exQFrlPe8QHOxvsIYjtQU\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:05:40.542763131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"2024/04/23 18:05:40 ============== e2b25e424cd983a8e46677c54adebbe66ea579e38d94e814d6ae21e2f7581e3a : END LOGS ==============\n"} -{"Time":"2024-04-23T18:05:40.542767461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:40.542770751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:40.560402345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Output":"--- FAIL: TestCannotSendKnockViaSendKnockInMSC3787Room (1.97s)\n"} -{"Time":"2024-04-23T18:05:40.560410365-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendKnockViaSendKnockInMSC3787Room","Elapsed":1.97} -{"Time":"2024-04-23T18:05:40.560426415-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room"} -{"Time":"2024-04-23T18:05:40.560429215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"=== RUN TestRestrictedRoomsLocalJoinInMSC3787Room\n"} -{"Time":"2024-04-23T18:05:41.561258988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" knock_restricted_test.go:45: Deploy times: 6.79722ms blueprints, 993.958993ms containers\n"} -{"Time":"2024-04-23T18:05:41.615989313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (54.638027ms)\n"} -{"Time":"2024-04-23T18:05:41.633132292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (17.042969ms)\n"} -{"Time":"2024-04-23T18:05:41.647878761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (14.64055ms)\n"} -{"Time":"2024-04-23T18:05:41.708444845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (60.456265ms)\n"} -{"Time":"2024-04-23T18:05:41.708468375-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_initially"} -{"Time":"2024-04-23T18:05:41.708471775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_initially","Output":"=== RUN TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_initially\n"} -{"Time":"2024-04-23T18:05:41.71019168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!fe8gWHnsQhNNRlLqyI:hs1 =\u003e 403 Forbidden (1.616685ms)\n"} -{"Time":"2024-04-23T18:05:41.710207589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_initially","Output":"--- PASS: TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_initially (0.00s)\n"} -{"Time":"2024-04-23T18:05:41.710221429-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_initially","Elapsed":0} -{"Time":"2024-04-23T18:05:41.710235569-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_succeed_when_joined_to_allowed_room"} -{"Time":"2024-04-23T18:05:41.710242859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_succeed_when_joined_to_allowed_room","Output":"=== RUN TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_succeed_when_joined_to_allowed_room\n"} -{"Time":"2024-04-23T18:05:41.713148633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!zy4zjZkoGEvZySrD75:hs1 =\u003e 200 OK (2.841744ms)\n"} -{"Time":"2024-04-23T18:05:41.71803029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!zy4zjZkoGEvZySrD75:hs1/state/m.room.member/@user-2:hs1 =\u003e 200 OK (4.825437ms)\n"} -{"Time":"2024-04-23T18:05:41.71805489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_succeed_when_joined_to_allowed_room","Output":" restricted_rooms_test.go:74: SendEventSynced waiting for event ID $uDwrpfyR1sV9ee66i83C4fV6FeHVTRUw3y0DdfDXPLs\n"} -{"Time":"2024-04-23T18:05:41.721203922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.097472ms)\n"} -{"Time":"2024-04-23T18:05:41.725762282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!fe8gWHnsQhNNRlLqyI:hs1 =\u003e 200 OK (4.432291ms)\n"} -{"Time":"2024-04-23T18:05:41.729976594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!fe8gWHnsQhNNRlLqyI:hs1/state/m.room.member/@user-2:hs1 =\u003e 500 Internal Server Error (4.157573ms)\n"} -{"Time":"2024-04-23T18:05:41.730043074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_succeed_when_joined_to_allowed_room","Output":" restricted_rooms_test.go:92: \u001b[31mCSAPI.MustDo PUT http://127.0.0.1:1159/_matrix/client/v3/rooms/%21fe8gWHnsQhNNRlLqyI:hs1/state/m.room.member/@user-2:hs1 returned non-2xx code: 500 Internal Server Error - body: {\"errcode\":\"M_UNKNOWN\",\"error\":\"Invalid room member event content in pdu.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:41.730063793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_succeed_when_joined_to_allowed_room","Output":"--- FAIL: TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_succeed_when_joined_to_allowed_room (0.02s)\n"} -{"Time":"2024-04-23T18:05:41.730068703-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_succeed_when_joined_to_allowed_room","Elapsed":0.02} -{"Time":"2024-04-23T18:05:41.730074763-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_when_left_allowed_room"} -{"Time":"2024-04-23T18:05:41.730078043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_when_left_allowed_room","Output":"=== RUN TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_when_left_allowed_room\n"} -{"Time":"2024-04-23T18:05:41.734618783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!fe8gWHnsQhNNRlLqyI:hs1/leave =\u003e 200 OK (4.475291ms)\n"} -{"Time":"2024-04-23T18:05:41.739092904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!zy4zjZkoGEvZySrD75:hs1/leave =\u003e 200 OK (4.420451ms)\n"} -{"Time":"2024-04-23T18:05:41.746968734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (7.827401ms)\n"} -{"Time":"2024-04-23T18:05:41.749089195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!fe8gWHnsQhNNRlLqyI:hs1 =\u003e 403 Forbidden (1.797844ms)\n"} -{"Time":"2024-04-23T18:05:41.749097895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_when_left_allowed_room","Output":"--- PASS: TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_when_left_allowed_room (0.02s)\n"} -{"Time":"2024-04-23T18:05:41.749102485-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_when_left_allowed_room","Elapsed":0.02} -{"Time":"2024-04-23T18:05:41.749118915-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_succeed_when_invited"} -{"Time":"2024-04-23T18:05:41.749122595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_succeed_when_invited","Output":"=== RUN TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_succeed_when_invited\n"} -{"Time":"2024-04-23T18:05:41.754681866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!fe8gWHnsQhNNRlLqyI:hs1/invite =\u003e 200 OK (5.484461ms)\n"} -{"Time":"2024-04-23T18:05:41.759672552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!fe8gWHnsQhNNRlLqyI:hs1 =\u003e 200 OK (4.937356ms)\n"} -{"Time":"2024-04-23T18:05:41.764247401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!fe8gWHnsQhNNRlLqyI:hs1/leave =\u003e 200 OK (4.52208ms)\n"} -{"Time":"2024-04-23T18:05:41.76893068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!zy4zjZkoGEvZySrD75:hs1 =\u003e 200 OK (4.620319ms)\n"} -{"Time":"2024-04-23T18:05:41.76894926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_succeed_when_invited","Output":"--- PASS: TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_succeed_when_invited (0.02s)\n"} -{"Time":"2024-04-23T18:05:41.768954119-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_succeed_when_invited","Elapsed":0.02} -{"Time":"2024-04-23T18:05:41.768973829-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_with_mangled_join_rules"} -{"Time":"2024-04-23T18:05:41.768977279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_with_mangled_join_rules","Output":"=== RUN TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_with_mangled_join_rules\n"} -{"Time":"2024-04-23T18:05:41.773150292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!fe8gWHnsQhNNRlLqyI:hs1/state/m.room.join_rules/ =\u003e 200 OK (4.078853ms)\n"} -{"Time":"2024-04-23T18:05:41.773203402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_with_mangled_join_rules","Output":" restricted_rooms_test.go:144: SendEventSynced waiting for event ID $V5jafXR038zZoyDSKISFp9kXNfnw0B0INYBywYxblfk\n"} -{"Time":"2024-04-23T18:05:41.774113114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (857.433µs)\n"} -{"Time":"2024-04-23T18:05:41.779275688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (4.914177ms)\n"} -{"Time":"2024-04-23T18:05:41.780768915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!fe8gWHnsQhNNRlLqyI:hs1 =\u003e 500 Internal Server Error (1.379847ms)\n"} -{"Time":"2024-04-23T18:05:41.785182156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!fe8gWHnsQhNNRlLqyI:hs1/state/m.room.join_rules/ =\u003e 200 OK (4.340561ms)\n"} -{"Time":"2024-04-23T18:05:41.785248715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_with_mangled_join_rules","Output":" restricted_rooms_test.go:160: SendEventSynced waiting for event ID $v3stATnTGEuYSnFZwuuBIWdn-Jy8_5n8eI3NFrzsoAU\n"} -{"Time":"2024-04-23T18:05:41.794443744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (9.145129ms)\n"} -{"Time":"2024-04-23T18:05:41.795778902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!fe8gWHnsQhNNRlLqyI:hs1 =\u003e 500 Internal Server Error (1.10864ms)\n"} -{"Time":"2024-04-23T18:05:41.795786492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_with_mangled_join_rules","Output":"--- PASS: TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_with_mangled_join_rules (0.03s)\n"} -{"Time":"2024-04-23T18:05:41.795803472-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room/Join_should_fail_with_mangled_join_rules","Elapsed":0.03} -{"Time":"2024-04-23T18:05:41.987125999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"2024/04/23 18:05:41 ============================================\n"} -{"Time":"2024-04-23T18:05:41.987145539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:41.987148709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:41.987151469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"2024/04/23 18:05:41 e186b73a66fdfaced75a9506a33ee5a4d82cfb3c88d3299a76b6f2f0deb75dec : Server logs:\n"} -{"Time":"2024-04-23T18:05:41.987309477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:05:41.987313717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:05:41.987318607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:05:41.987341467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:05:41.987344967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:05:41.987349597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"+ echo 'IP.1 = 172.27.0.2'\n"} -{"Time":"2024-04-23T18:05:41.987361867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:05:41.987366487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:05:41.987369527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:05:41.987385056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:05:41.987388446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.174358Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:05:41.987393136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.174471Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:05:41.987396426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.174841Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:05:41.987399576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.174848Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:05:41.987403926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.174854Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:05:41.987406886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.174864Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:05:41.987414626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.175624Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:05:41.987419576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:41.987422246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:05:41.987427056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.175702Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:05:41.987431686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.178240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:05:41.987455616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.179771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:05:41.987458976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.180359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:05:41.987463386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.181458Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:05:41.987468806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.522362Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 342.584158ms\n"} -{"Time":"2024-04-23T18:05:41.987473036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524568Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:05:41.987476046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524636Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:41.987499915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524646Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:41.987504205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524653Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:05:41.987512455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524660Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:05:41.987518175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524666Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:05:41.987522055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524673Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:05:41.987525935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524679Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:05:41.987529795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524686Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:05:41.987538285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524693Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:05:41.987542145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524700Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:05:41.987545435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524707Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:05:41.987548285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524714Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:05:41.987551195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524720Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:05:41.987556145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524737Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:05:41.987560455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524747Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:05:41.987563295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524755Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:05:41.987568275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524765Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:05:41.987571255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524773Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:05:41.987582465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.524780Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:05:41.987585955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.526653Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:05:41.987591115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.529589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:05:41.987594875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.546258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:05:41.987602785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.546267Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:05:41.987607544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.546853Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:05:41.987611964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.547018Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:05:41.987616614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.559631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.987640594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.560458Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.987644404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.560615Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:05:41.987652594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.560962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.987660254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.561816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.987663614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.562157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.987667494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.562171Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:05:41.987674554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.605967Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:05:41.987679694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.607737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:41.987688484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.607922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:41.987697184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.608065Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:41.987702554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.610966Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:41.987712044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.610984Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:41.987717424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.611009Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:41.987725743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.612513Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:41.987732193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.612540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:41.987736913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.612549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:41.987741343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.612576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:41.987751193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.612636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:05:41.987757173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.612650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:05:41.987835412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.612677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:41.987840822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.612684Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:41.987853222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.614257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:41.987860252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:41.987870772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.614284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:41.987877102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:41.987987711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.614295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:41.987993641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:41.988002141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.615630Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:05:41.988014331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.615721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m53 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.988033021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.616259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:41.988044601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.616305Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:41.98806484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.616314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:41.98807549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.616462Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.98808251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.616975Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"46\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.98809431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.617035Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"name\": String(\"Allowed Room\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:05:41.98810237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.617710Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:05:41.98811108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.617743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:05:41.98812349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.617773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:05:41.98813544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.619751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:41.988163639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.619787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:41.988175929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.619856Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:41.988185349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.622526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:41.988196389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.622582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:41.988211709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.622600Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:41.988229499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.622627Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:41.988243239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.622643Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:41.988257379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.622656Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:41.988273808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.624578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:41.988284938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.624649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:41.988297918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.624672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:41.988309818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.626601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:05:41.988321998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.626670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:05:41.988366048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.626692Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:41.988381807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.629202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:05:41.988394427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.629272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:41.988403227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.629296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:41.988415327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.631296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Allowed Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:05:41.988432887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.631365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Allowed Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:41.988447967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.631388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Allowed Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:41.988456817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.632748Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:05:41.988463337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.632852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m16 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.988470507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.633423Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.988483227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.633666Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"252\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.988493576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.633697Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"initial_state\": Array([Object({\"content\": Object({\"allow\": Array([Object({\"room_id\": String(\"!zy4zjZkoGEvZySrD75:hs1\"), \"type\": String(\"m.room_membership\"), \"via\": Array([String(\"hs1\")])})]), \"join_rule\": String(\"knock_restricted\")}), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")})]), \"name\": String(\"Room\"), \"preset\": String(\"public_chat\"), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:05:41.988504866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.634212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:05:41.988526766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.634236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:05:41.988536676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.634257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:05:41.988545486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.635683Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:41.988554846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.635713Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:41.988566286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.635769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:41.988583126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.637679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:41.988606085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.637719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:41.988621765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.637734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:41.988635025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.637756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:41.988648285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.637771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:41.988658255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.637782Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:41.988676265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.639325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:41.988685185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.639373Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:41.988696505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.639388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:41.988705164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.641035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:05:41.988717454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.641083Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:05:41.988726024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.641098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:41.988734414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.642720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:05:41.988742784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.642768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:41.988765404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.642782Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:41.988777534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.644507Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!zy4zjZkoGEvZySrD75:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:41.988787844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.644554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!zy4zjZkoGEvZySrD75:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:41.988799974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.644569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!zy4zjZkoGEvZySrD75:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:41.988814423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.646298Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:05:41.988825783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.646345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:41.988837793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.646360Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:41.988853103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.647565Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:05:41.988863163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.647650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m14 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.988872793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.648124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.988883973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.648249Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.988891903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.648270Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:05:41.988899353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.708010Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:05:41.988908453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.708171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m60 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.988915943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.708749Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.988925402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.708871Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:41.988971402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.708952Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:41.988983162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.708973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:41.989012722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.709042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21fe8gWHnsQhNNRlLqyI:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.989022192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.709058Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21fe8gWHnsQhNNRlLqyI:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:41.989029672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.709269Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:05:41.989042801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.709845Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:41.989053821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.709864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:41.989063121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.709937Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:05:41.989071511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.709988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:05:41.989079081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.710700Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.989087201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.710770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21zy4zjZkoGEvZySrD75:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.989095601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.710783Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21zy4zjZkoGEvZySrD75:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:41.989110531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.710891Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:05:41.989121291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.711269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:41.989136191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.711286Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:41.98915053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.711310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:41.98915889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.712965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.98916905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.713661Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.9891787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.713843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21zy4zjZkoGEvZySrD75:hs1/state/m.room.member/@user-2:hs1 {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"43\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.98918973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.713868Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21zy4zjZkoGEvZySrD75:hs1/state/m.room.member/@user-2:hs1 Some(Object({\"displayname\": String(\"Bobby\"), \"membership\": String(\"join\")}))\n"} -{"Time":"2024-04-23T18:05:41.98919904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.714687Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:41.9892088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.714730Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:41.98921818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.714804Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:41.98923672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.717782Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.98924671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.718238Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.98925575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.718580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.989263709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.718604Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:41.989271259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.720846Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-2:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:05:41.989277369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.720990Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.989283899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.721502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.989293609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.721654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21fe8gWHnsQhNNRlLqyI:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.989300989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.721679Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21fe8gWHnsQhNNRlLqyI:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:41.989307369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.721961Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:05:41.989317649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.722476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:41.989326089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.722498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:41.989332669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.722553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:41.989348279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.723139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\",\"join_authorised_via_users_server\":\"@user-1:hs1\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:41.989357909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.723167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\",\"join_authorised_via_users_server\":\"@user-1:hs1\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:41.989366999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.723252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\",\"join_authorised_via_users_server\":\"@user-1:hs1\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:41.989380598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.725566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.989389868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.726360Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.989399698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.726502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21fe8gWHnsQhNNRlLqyI:hs1/state/m.room.member/@user-2:hs1 {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"87\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.989407898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.726528Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21fe8gWHnsQhNNRlLqyI:hs1/state/m.room.member/@user-2:hs1 Some(Object({\"displayname\": String(\"Bobby\"), \"join_authorised_via_users_server\": String(\"unused\"), \"membership\": String(\"join\")}))\n"} -{"Time":"2024-04-23T18:05:41.989423058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.727217Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"join_authorised_via_users_server\":\"unused\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:41.989435928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.727251Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"join_authorised_via_users_server\":\"unused\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:41.989445068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.727321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"join_authorised_via_users_server\":\"unused\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:41.989456308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.729486Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"join_authorised_via_users_server\":\"unused\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mappend_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mstate_lock\u001b[0m\u001b[2m=\u001b[0m()\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::timeline\u001b[0m\u001b[2m:\u001b[0m Invalid room member event content in pdu: leading sigil is incorrect or missing at line 1 column 66\n"} -{"Time":"2024-04-23T18:05:41.989473508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.729530Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"join_authorised_via_users_server\":\"unused\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mappend_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mstate_lock\u001b[0m\u001b[2m=\u001b[0m()\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid room member event content in pdu.\n"} -{"Time":"2024-04-23T18:05:41.989482538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.729640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid room member event content in pdu.\n"} -{"Time":"2024-04-23T18:05:41.989489417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.729718Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:05:41.989496457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.729737Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms\n"} -{"Time":"2024-04-23T18:05:41.989508507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.730326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.989518677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.730605Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21fe8gWHnsQhNNRlLqyI:hs1/leave {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.989528537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.730632Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21fe8gWHnsQhNNRlLqyI:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:41.989539817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.731464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"leave\",\"join_authorised_via_users_server\":\"@user-1:hs1\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:41.989553957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.731501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"leave\",\"join_authorised_via_users_server\":\"@user-1:hs1\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:41.989563657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.731558Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"leave\",\"join_authorised_via_users_server\":\"@user-1:hs1\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:41.989571887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.734389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.989579397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.735133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.989593157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.735255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21zy4zjZkoGEvZySrD75:hs1/leave {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.989602316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.735280Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21zy4zjZkoGEvZySrD75:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:41.989609806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.736011Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:41.989618426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.736046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:41.989656566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.736093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:41.989664836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.738856Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.989671446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.739592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.989681996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.739709Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.989693046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.739733Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:41.989701806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.741548Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid member event in database.\n"} -{"Time":"2024-04-23T18:05:41.989708456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.746616Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 1: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:05:41.989714616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.746778Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.989724095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.747469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.989732985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.747596Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21fe8gWHnsQhNNRlLqyI:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.989742825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.747620Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21fe8gWHnsQhNNRlLqyI:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:41.989756755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.747823Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:05:41.989765875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.748633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:41.989783165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.748668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:41.989799755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.748766Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:05:41.989808435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.748847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:05:41.989815135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.749588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.989822485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.749905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21fe8gWHnsQhNNRlLqyI:hs1/invite {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.989829874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.749943Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21fe8gWHnsQhNNRlLqyI:hs1/invite Some(Object({\"user_id\": String(\"@user-2:hs1\")}))\n"} -{"Time":"2024-04-23T18:05:41.989837594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.750747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:41.989846784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.750780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:41.989855684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.750854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:41.989864784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.754463Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.989871394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.755135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.989879854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.755290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21fe8gWHnsQhNNRlLqyI:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.989887274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.755316Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21fe8gWHnsQhNNRlLqyI:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:41.989898534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.755568Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:05:41.989909244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.756454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:41.989921594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.756489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:41.989943913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.756565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:41.989955533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.759460Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.989968533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.760195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.989978513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.760320Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21fe8gWHnsQhNNRlLqyI:hs1/leave {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.989986893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.760344Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21fe8gWHnsQhNNRlLqyI:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:41.989993653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.761077Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:41.989999923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.761111Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:41.990005533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.761158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:41.990010393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.764022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.990015693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.764654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.990021303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.764806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21zy4zjZkoGEvZySrD75:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.990026543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.764831Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21zy4zjZkoGEvZySrD75:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:41.990030373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.765069Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:05:41.990034183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.765781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:41.990040973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.765816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:41.990045613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.765878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!zy4zjZkoGEvZySrD75:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:41.990049833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.768694Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.990057692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.769438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.990061462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.769599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21fe8gWHnsQhNNRlLqyI:hs1/state/m.room.join_rules/ {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"52\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.990067272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.769625Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21fe8gWHnsQhNNRlLqyI:hs1/state/m.room.join_rules/ Some(Object({\"allow\": Array([String(\"invalid\")]), \"join_rule\": String(\"knock_restricted\")}))\n"} -{"Time":"2024-04-23T18:05:41.990072812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.770278Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[\"invalid\"],\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:41.990092322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.770336Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[\"invalid\"],\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:41.990098662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.770357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[\"invalid\"],\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:41.990106572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.772916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.990110092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.773399Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.990124062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.773529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.990127842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.773553Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:41.990144232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.773845Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.990147792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.774501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.990153372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.774613Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=238\u0026timeout=1000 {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.990160662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.774635Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=238\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:41.990165792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.774695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:05:41.990186761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.776278Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid member event in database.\n"} -{"Time":"2024-04-23T18:05:41.990191481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.779052Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.990196561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.779607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.990201751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.779783Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21fe8gWHnsQhNNRlLqyI:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.990207021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.779812Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21fe8gWHnsQhNNRlLqyI:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:41.990212531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.780113Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:05:41.990227051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.780335Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Invalid join rules event: invalid type: string \"invalid\", expected struct ExtractType at line 1 column 9\n"} -{"Time":"2024-04-23T18:05:41.990231411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.780363Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:41.990245011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.780424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:41.990248581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.780511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:05:41.990269651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.780531Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:05:41.990274511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.781238Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.990278241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.781392Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21fe8gWHnsQhNNRlLqyI:hs1/state/m.room.join_rules/ {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"50\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.99028367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.781420Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21fe8gWHnsQhNNRlLqyI:hs1/state/m.room.join_rules/ Some(Object({\"allow\": String(\"invalid\"), \"join_rule\": String(\"knock_restricted\")}))\n"} -{"Time":"2024-04-23T18:05:41.99028986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.782164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":\"invalid\",\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:41.99029638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.782236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":\"invalid\",\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:41.990418359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.782256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":\"invalid\",\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fe8gWHnsQhNNRlLqyI:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:41.990424399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.784926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.990429379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.785458Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.990432999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.785587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.990448769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.785616Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:41.990452389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.785673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:05:41.990457059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.787505Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid member event in database.\n"} -{"Time":"2024-04-23T18:05:41.990460279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.794154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m8 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:41.990463619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.794849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:41.990482879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.794998Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21fe8gWHnsQhNNRlLqyI:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1159\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:41.990486999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.795025Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21fe8gWHnsQhNNRlLqyI:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:41.990492749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.795239Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:05:41.990497329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.795403Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Invalid join rules event: invalid type: string \"invalid\", expected a sequence at line 1 column 18\n"} -{"Time":"2024-04-23T18:05:41.990501259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.795428Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:41.990505999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.795462Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:41.990509409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.795543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:05:41.990515168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:41.795564Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:05:41.990554648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"2024/04/23 18:05:41 ============== e186b73a66fdfaced75a9506a33ee5a4d82cfb3c88d3299a76b6f2f0deb75dec : END LOGS ==============\n"} -{"Time":"2024-04-23T18:05:41.990557988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:41.990560458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:42.008107153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Output":"--- FAIL: TestRestrictedRoomsLocalJoinInMSC3787Room (1.45s)\n"} -{"Time":"2024-04-23T18:05:42.008114303-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoinInMSC3787Room","Elapsed":1.45} -{"Time":"2024-04-23T18:05:42.008120193-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room"} -{"Time":"2024-04-23T18:05:42.008122823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"=== RUN TestRestrictedRoomsRemoteJoinInMSC3787Room\n"} -{"Time":"2024-04-23T18:05:43.148272111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" knock_restricted_test.go:60: Deploy times: 11.555958ms blueprints, 1.128506002s containers\n"} -{"Time":"2024-04-23T18:05:43.201115413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (52.780813ms)\n"} -{"Time":"2024-04-23T18:05:43.211501371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (10.280579ms)\n"} -{"Time":"2024-04-23T18:05:43.230376514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (18.765274ms)\n"} -{"Time":"2024-04-23T18:05:43.283449395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (52.998861ms)\n"} -{"Time":"2024-04-23T18:05:43.283469425-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_initially"} -{"Time":"2024-04-23T18:05:43.283475584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_initially","Output":"=== RUN TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_initially\n"} -{"Time":"2024-04-23T18:05:43.576238053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!9oHzKLMiaxFXIi3RKS:hs1 =\u003e 400 Bad Request (292.63233ms)\n"} -{"Time":"2024-04-23T18:05:43.576261673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_initially","Output":"--- PASS: TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_initially (0.29s)\n"} -{"Time":"2024-04-23T18:05:43.576265613-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_initially","Elapsed":0.29} -{"Time":"2024-04-23T18:05:43.576273043-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_succeed_when_joined_to_allowed_room"} -{"Time":"2024-04-23T18:05:43.576276053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_succeed_when_joined_to_allowed_room","Output":"=== RUN TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_succeed_when_joined_to_allowed_room\n"} -{"Time":"2024-04-23T18:05:43.604593032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!CBM1JguJcikAzZtw6C:hs1 =\u003e 200 OK (28.18277ms)\n"} -{"Time":"2024-04-23T18:05:43.608845744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] PUT hs2/_matrix/client/v3/rooms/!CBM1JguJcikAzZtw6C:hs1/state/m.room.member/@user-2:hs2 =\u003e 200 OK (4.169294ms)\n"} -{"Time":"2024-04-23T18:05:43.608899964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_succeed_when_joined_to_allowed_room","Output":" restricted_rooms_test.go:74: SendEventSynced waiting for event ID $fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\n"} -{"Time":"2024-04-23T18:05:43.612996507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (4.047044ms)\n"} -{"Time":"2024-04-23T18:05:43.622668482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!9oHzKLMiaxFXIi3RKS:hs1 =\u003e 403 Forbidden (9.507226ms)\n"} -{"Time":"2024-04-23T18:05:43.62398619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] PUT hs2/_matrix/client/v3/rooms/!9oHzKLMiaxFXIi3RKS:hs1/state/m.room.member/@user-2:hs2 =\u003e 500 Internal Server Error (1.260868ms)\n"} -{"Time":"2024-04-23T18:05:43.62406343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_succeed_when_joined_to_allowed_room","Output":" restricted_rooms_test.go:92: \u001b[31mCSAPI.MustDo PUT http://127.0.0.1:1163/_matrix/client/v3/rooms/%219oHzKLMiaxFXIi3RKS:hs1/state/m.room.member/@user-2:hs2 returned non-2xx code: 500 Internal Server Error - body: {\"errcode\":\"M_UNKNOWN\",\"error\":\"non-create event for room of unknown version in !9oHzKLMiaxFXIi3RKS:hs1\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:05:43.624096579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_succeed_when_joined_to_allowed_room","Output":"--- FAIL: TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_succeed_when_joined_to_allowed_room (0.05s)\n"} -{"Time":"2024-04-23T18:05:43.624104099-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_succeed_when_joined_to_allowed_room","Elapsed":0.05} -{"Time":"2024-04-23T18:05:43.624113409-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_when_left_allowed_room"} -{"Time":"2024-04-23T18:05:43.624120189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_when_left_allowed_room","Output":"=== RUN TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_when_left_allowed_room\n"} -{"Time":"2024-04-23T18:05:43.626001692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/rooms/!9oHzKLMiaxFXIi3RKS:hs1/leave =\u003e 200 OK (1.850074ms)\n"} -{"Time":"2024-04-23T18:05:43.629975067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/rooms/!CBM1JguJcikAzZtw6C:hs1/leave =\u003e 200 OK (3.922085ms)\n"} -{"Time":"2024-04-23T18:05:43.635264541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (5.241464ms)\n"} -{"Time":"2024-04-23T18:05:43.645527389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (9.962862ms)\n"} -{"Time":"2024-04-23T18:05:43.648548213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.957444ms)\n"} -{"Time":"2024-04-23T18:05:43.652701206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!9oHzKLMiaxFXIi3RKS:hs1 =\u003e 400 Bad Request (4.042925ms)\n"} -{"Time":"2024-04-23T18:05:43.652727606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_when_left_allowed_room","Output":"--- PASS: TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_when_left_allowed_room (0.03s)\n"} -{"Time":"2024-04-23T18:05:43.652741046-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_when_left_allowed_room","Elapsed":0.03} -{"Time":"2024-04-23T18:05:43.652753556-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_succeed_when_invited"} -{"Time":"2024-04-23T18:05:43.652760886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_succeed_when_invited","Output":"=== RUN TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_succeed_when_invited\n"} -{"Time":"2024-04-23T18:05:43.672783688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!9oHzKLMiaxFXIi3RKS:hs1/invite =\u003e 200 OK (19.943603ms)\n"} -{"Time":"2024-04-23T18:05:43.687058592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!9oHzKLMiaxFXIi3RKS:hs1 =\u003e 400 Bad Request (14.200944ms)\n"} -{"Time":"2024-04-23T18:05:43.695296959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/rooms/!9oHzKLMiaxFXIi3RKS:hs1/leave =\u003e 200 OK (8.172828ms)\n"} -{"Time":"2024-04-23T18:05:43.698061234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!CBM1JguJcikAzZtw6C:hs1 =\u003e 200 OK (2.717106ms)\n"} -{"Time":"2024-04-23T18:05:43.698073994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_succeed_when_invited","Output":"--- PASS: TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_succeed_when_invited (0.05s)\n"} -{"Time":"2024-04-23T18:05:43.698078794-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_succeed_when_invited","Elapsed":0.05} -{"Time":"2024-04-23T18:05:43.698090044-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_with_mangled_join_rules"} -{"Time":"2024-04-23T18:05:43.698093134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_with_mangled_join_rules","Output":"=== RUN TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_with_mangled_join_rules\n"} -{"Time":"2024-04-23T18:05:43.701129307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!9oHzKLMiaxFXIi3RKS:hs1/state/m.room.join_rules/ =\u003e 200 OK (2.916125ms)\n"} -{"Time":"2024-04-23T18:05:43.701182677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_with_mangled_join_rules","Output":" restricted_rooms_test.go:144: SendEventSynced waiting for event ID $7YEZSXNt016I-H0Z80IqdqRsauPTcNRDx2RaDMY4VQU\n"} -{"Time":"2024-04-23T18:05:43.71099847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (9.744994ms)\n"} -{"Time":"2024-04-23T18:05:43.715874117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!9oHzKLMiaxFXIi3RKS:hs1 =\u003e 500 Internal Server Error (4.611949ms)\n"} -{"Time":"2024-04-23T18:05:43.718816031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!9oHzKLMiaxFXIi3RKS:hs1/state/m.room.join_rules/ =\u003e 200 OK (2.858414ms)\n"} -{"Time":"2024-04-23T18:05:43.718854581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_with_mangled_join_rules","Output":" restricted_rooms_test.go:160: SendEventSynced waiting for event ID $jT7eI9-NBVo4Nj2T_pr3jMJ-zhH9BI8ttMAwyjSlQN0\n"} -{"Time":"2024-04-23T18:05:43.719754083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (848.422µs)\n"} -{"Time":"2024-04-23T18:05:43.722412419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.404438ms)\n"} -{"Time":"2024-04-23T18:05:43.726451843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!9oHzKLMiaxFXIi3RKS:hs1 =\u003e 500 Internal Server Error (3.933936ms)\n"} -{"Time":"2024-04-23T18:05:43.726473743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_with_mangled_join_rules","Output":"--- PASS: TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_with_mangled_join_rules (0.03s)\n"} -{"Time":"2024-04-23T18:05:43.726483553-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room/Join_should_fail_with_mangled_join_rules","Elapsed":0.03} -{"Time":"2024-04-23T18:05:43.947192459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"2024/04/23 18:05:43 ============================================\n"} -{"Time":"2024-04-23T18:05:43.947219639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.947227249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.947234409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"2024/04/23 18:05:43 18c9d60d66a9be6bde2706ca2326be6ae9afa8a9370a090d4d2840829d7848ba : Server logs:\n"} -{"Time":"2024-04-23T18:05:43.947313868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:05:43.947327658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:05:43.947334358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:05:43.947342658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:05:43.947348338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:05:43.947354048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"+ echo 'IP.1 = 172.28.0.2'\n"} -{"Time":"2024-04-23T18:05:43.947364048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:05:43.947372557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:05:43.947379897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:05:43.947389027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:05:43.947395407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.623522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:05:43.947404517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.623641Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:05:43.947411077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.624052Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:05:43.947443997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.624059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:05:43.947452707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.624065Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:05:43.947461027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.624076Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:05:43.947473117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.624853Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:05:43.947481847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.947492126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:05:43.947500336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.624938Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:05:43.947515246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.627705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:05:43.947524376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.629464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:05:43.947532536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.630085Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:05:43.947541506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.631133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:05:43.947547556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.115241Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 485.770831ms\n"} -{"Time":"2024-04-23T18:05:43.947553556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117473Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:05:43.947563626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117545Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:43.947571946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117557Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:43.947580386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117564Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:05:43.947591636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117571Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:05:43.947597825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117579Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:05:43.947603735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117589Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:05:43.947612195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117597Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:05:43.947618385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117607Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:05:43.947625245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117616Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:05:43.947636415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117625Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:05:43.947644505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117634Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:05:43.947653035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117643Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:05:43.947665745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117651Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:05:43.947673235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117673Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:05:43.947679745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117686Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:05:43.947688305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117695Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:05:43.947694385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117707Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:05:43.947702905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117720Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:05:43.947711044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.117730Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:05:43.947722154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.119310Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:05:43.947730484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.122084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:05:43.947741764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.138625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:05:43.947748344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.138635Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:05:43.947754734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.139292Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:05:43.947763904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.139452Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:05:43.947770454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.146632Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.947778724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.147444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1161\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:43.947792464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.147618Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:05:43.947802414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.147999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.947812064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.148669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.947822054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.149055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1161\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:43.947836873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.149069Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:05:43.947847773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.191406Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:05:43.947858403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.193139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.947871543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.193347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.947887613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.193489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.947900313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.196270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.947915393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.196288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.947955512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.196314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.947972632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.197753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:43.947997802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.197781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:43.948006962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.197792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:43.948015532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.197820Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:43.948024062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.197881Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:05:43.948032892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.197893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:05:43.948045262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.197920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:43.948056901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.197928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:43.948071521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.199439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:43.948085971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:43.948107831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.199467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:43.948120901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:43.948149041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.199477Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:43.948159051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:43.9481699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.200751Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:05:43.9481792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.200841Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m52 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.94819282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.201415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.94820164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.201690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:43.94821039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.201736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1161\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"46\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:43.94822246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.201752Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:43.94823297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.201767Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"name\": String(\"Allowed Room\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:05:43.94824449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.201770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:43.94825605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.202224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:05:43.94826638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.202246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:05:43.94827722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.202266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:05:43.948289159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.203357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.948301959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.203375Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.948322459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.203415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.948337679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.204781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:43.948350799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.204805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:43.948360529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.204814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:43.948370979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.204831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:43.948383799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.204842Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:43.948397318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.204850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:43.948410718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.206124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:43.948422348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.206160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:43.948434758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.206171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:43.948444958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.207528Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:05:43.948454838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.207557Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:05:43.948463758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.207569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:43.948473928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.208891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:05:43.948493858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.208920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:43.948504418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.208928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:43.948514017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.210177Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Allowed Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:05:43.948526317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.210213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Allowed Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:43.948538387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.210225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Allowed Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:43.948545977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.211200Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:05:43.948552647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.211273Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.948559397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.211745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.948567987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.211997Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1161\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"252\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:43.948581167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.212030Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"initial_state\": Array([Object({\"content\": Object({\"allow\": Array([Object({\"room_id\": String(\"!CBM1JguJcikAzZtw6C:hs1\"), \"type\": String(\"m.room_membership\"), \"via\": Array([String(\"hs1\")])})]), \"join_rule\": String(\"knock_restricted\")}), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")})]), \"name\": String(\"Room\"), \"preset\": String(\"public_chat\"), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:05:43.948594537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.212648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:05:43.948608227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.212677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:05:43.948617387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.212704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:05:43.948626086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.214615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.948636006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.214648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.948646016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.214721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.948656026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.217168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:43.948668476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.217214Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:43.948686346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.217231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:43.948704896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.217261Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:43.948714406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.217282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:43.948724726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.217297Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:43.948733815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.219313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:43.948743035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.219372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:43.948751535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.219394Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:43.948760835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.221449Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:05:43.948770355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.221504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:05:43.948778895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.221525Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:43.948787385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.223739Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:05:43.948795785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.223795Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:43.948804995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.223815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:43.948814675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.226016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!CBM1JguJcikAzZtw6C:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:43.948825225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.226073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!CBM1JguJcikAzZtw6C:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:43.948834585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.226091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!CBM1JguJcikAzZtw6C:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:43.948843595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.228330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:05:43.948852134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.228384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:43.948860434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.228401Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:43.948867734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.230027Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:05:43.948875214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.230117Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m18 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.948881974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.428663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.948888754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.429244Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs2 keys\n"} -{"Time":"2024-04-23T18:05:43.948896174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.429276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:05:43.948903254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.429791Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:43.948916984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.430104Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:05:43.948927314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.430120Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:05:43.948950194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.430198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:05:43.948963153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.430223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:43.948976453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.430249Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:43.948987113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.430277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:43.948994663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.430320Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 14411:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:43.949000143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.949005273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:05:43.949010103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.949016113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.430443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:43.949024083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.430483Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:43.949035783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.430681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:05:43.949046553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.430714Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 14411\n"} -{"Time":"2024-04-23T18:05:43.949057343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.430757Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 14411:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:43.949068683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.949074672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:05:43.949079622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:43.949085812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"hs2. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:05:43.949090872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:43.949095662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:43.949101632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.949107812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.430788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 14411:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:43.949114462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.949120302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:05:43.949126992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:43.949133472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"hs2. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:05:43.949139692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:43.949146062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:43.949151882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.949165762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.431186Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:05:43.949174112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.431209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:443\n"} -{"Time":"2024-04-23T18:05:43.949183282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.431317Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:43.949193971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.431346Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:43.949208161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.431364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:43.949220561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.431390Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:43.949231781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.431425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:05:43.949242361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.431446Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:05:43.949250551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.431460Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:43.949258941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.431476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:43.949270801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.431488Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:43.949279141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.431520Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 59713:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:43.949285431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.949291761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:43.949298181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.94930438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.431652Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:43.94931316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.431685Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:43.94932374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.432927Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:43.94933132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.432972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 59713\n"} -{"Time":"2024-04-23T18:05:43.94933953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.432994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 59713:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:43.94934686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.94935323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:43.94935967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:43.949366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:43.94937293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":". 86025 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:43.94937821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:43.94938293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.94938926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.433023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:43.94939763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.433041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:43.94940677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.433179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:43.94941479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.433218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:43.949424659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.433296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m55658\n"} -{"Time":"2024-04-23T18:05:43.949439869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.433312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 55658:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:43.949446119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.949450959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:43.949455789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.949460889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.433340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:43.949466569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.435439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:43.949472199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.435447Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:43.949477699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.435451Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:43.949483299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.435457Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:43.949488849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.435461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:43.949494469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.435464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:43.949501419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.435468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:43.949508759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.435473Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:43.949516789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.435492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 55658:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:43.949523399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.949528239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:43.949533158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:43.949538138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:43.949543128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":". 86025 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:43.949548158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:43.949559058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.949566428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.435519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:05:43.949574488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.435529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:43.949585738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.435541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:43.949597168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.435552Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:43.949607288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.435577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 13162:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:43.949614418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.949621288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:43.949627658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.949635488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.435602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:43.949645787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.435625Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:43.949656097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.436947Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:43.949667007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.436976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 13162\n"} -{"Time":"2024-04-23T18:05:43.949684637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.437015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 13162:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:43.949693917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.949700567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:43.949706937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:43.949712287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:43.949717427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":". 86025 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:43.949723767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:43.949728537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.949734767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.437049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:43.949743177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.437081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:43.949754837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.437103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:43.949764606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.437159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:43.949772416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.437181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m8705\n"} -{"Time":"2024-04-23T18:05:43.949781356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.437193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 8705:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:43.949788566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.949794966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:43.949800006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.949808536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.437216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:43.949814376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.480062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:43.949819886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.480070Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:43.949826156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.480074Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:43.949831776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.480079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:43.949837276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.480083Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:43.949842776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.480086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:43.949849616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.480089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:43.949855116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.480094Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:43.949862136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.480114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 8705:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:43.949868656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.949873705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:43.949878525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:43.949883735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:43.949888735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":". 86025 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:43.949893755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:43.949898475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.949911425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.480138Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:43.949922515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.480158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:05:43.949941895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.480173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:05:43.949950615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.480183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:43.949962685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.480198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:43.949971815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.480210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:43.949981695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.480242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 22489:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:43.949988214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.949993064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:43.949998424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.950006304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.480305Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:43.950016714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.480368Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:43.950028034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.481511Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:43.950035904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.481526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 22489\n"} -{"Time":"2024-04-23T18:05:43.950046674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.481545Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 22489:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:43.950056004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.950062764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:43.950069394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:43.950076194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:43.950082854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":". 86025 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:43.950089664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:43.950096124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.950103133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.481565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:43.950111673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.481580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:43.950121973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.481593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:43.950131673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.481623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:43.950139383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.481635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m59447\n"} -{"Time":"2024-04-23T18:05:43.950146843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.481642Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 59447:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:43.950152703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.950157533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:43.950164443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.950171313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.481651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:43.950178103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.524133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:43.950183773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.524143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:43.950189263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.524148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:43.950196543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.524154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:43.950211322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.524158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:43.950217302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.524163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:43.950222962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.524167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:43.950228432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.524173Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:43.950237092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.524196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 59447:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:43.950246142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.950251932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:43.950256942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:43.950261822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:43.950268452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":". 86025 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:43.950273752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:43.950278582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.950286632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.524228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:05:43.950296702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.524243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:43.950307312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.524258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:43.950318052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.524272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:43.950327771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.524301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 27483:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:43.950333321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.950338161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:43.950343331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.950351191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.524409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:43.950362471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.524478Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:43.950370541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.525621Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:43.950378121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.525636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 27483\n"} -{"Time":"2024-04-23T18:05:43.950385791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.525655Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 27483:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:43.950392211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.950397151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:43.950402331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:43.950408141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:43.950414231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":". 86025 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:43.950420811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:43.950427061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.950434861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.525670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:43.95044356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.525681Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:43.95045182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.525690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:43.95046202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.525714Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:43.9504698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.525723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m63176\n"} -{"Time":"2024-04-23T18:05:43.95047743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.525728Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 63176:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:43.95048293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.95048788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:43.95049266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.95050902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.525735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:43.95051679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.568212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:43.95052347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.568220Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:43.95052913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.568225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:43.95053473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.568230Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:43.95054048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.568234Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:43.9505461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.568237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:43.950554229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.568240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:43.950562549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.568251Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:43.950572079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.568277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 63176:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:43.950582369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:43.950588019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:43.950593019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:43.950597889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:43.950602919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":". 86025 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:43.950607889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:43.950613669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.950620019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.568313Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:43.950628139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.568354Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:43.950635759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.568416Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:43.950645939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.568590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:43.950658619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.568627Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:43.950669708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.568651Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:43.950680598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.568667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:05:43.950691808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.568759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:05:43.950702068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.571002Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:43.950710098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.571091Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:43.950720308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.572047Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:43.950730648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.572061Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:43.950741548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.572158Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/key/v2/server with https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:43.950751708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.572168Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:43.950760108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.572219Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:43.950770068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.572496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.950781227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.572509Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.950791897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.572705Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.950798967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.572905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:43.950806737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.572978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m144 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:43.950814597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.574718Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.950823457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.574917Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.950832897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.575029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.950842687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.575041Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.950851217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.575211Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.950859117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.575422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:43.950865977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.575482Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:43.950873017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.578530Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.950879767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.578637Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.950887067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.578737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!CBM1JguJcikAzZtw6C:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.950894576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.578749Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!CBM1JguJcikAzZtw6C:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.950904086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.578830Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.950911866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.579352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.950918356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.579374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.950924756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.579410Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.950944496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.579792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.950951946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.580653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.950978916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.580807Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.950995156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.580955Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!CBM1JguJcikAzZtw6C:hs1/$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"772\"}\n"} -{"Time":"2024-04-23T18:05:43.951009545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.580972Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!CBM1JguJcikAzZtw6C:hs1/$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA Some(Object({\"auth_events\": Array([String(\"$_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w\"), String(\"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\"), String(\"$BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"b5EH1I7TNQ4N5/5SQbURshC+kM17GZmFZCMQEek//nc\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909943580, \"prev_events\": Array([String(\"$OUR4LscpIMOtb7ECUVIfpYVqyfTnkWkztQoCBfD14H4\")]), \"room_id\": String(\"!CBM1JguJcikAzZtw6C:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"G"} -{"Time":"2024-04-23T18:05:43.951022455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"WwnfT8A2+cF7ci4uAFzOxIzSN3TUPjSPKC+F+RhhNFM2YFdA7tWwXC8vgp/xeLZlPvgaI9c6twsryMO82jHCg\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"aC5OCpMGOEy2ZxJ9wHZFrgd2X8klv7b+DlRJI6BpB9FjSgWzSZqQr8y/q+pfrKxsIIPiIjBkJoT8UnomtTj2CQ\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:05:43.951029825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.581097Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.951039405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.581416Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2, hs1\n"} -{"Time":"2024-04-23T18:05:43.951048855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.581540Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.951056955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.581605Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.951067555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.581748Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.951076725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:05:43.951085865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582141Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w in db\n"} -{"Time":"2024-04-23T18:05:43.951094955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582175Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU in db\n"} -{"Time":"2024-04-23T18:05:43.951102995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582204Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk in db\n"} -{"Time":"2024-04-23T18:05:43.951112575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582229Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:43.951123214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582241Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w in db\n"} -{"Time":"2024-04-23T18:05:43.951131874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582251Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU in db\n"} -{"Time":"2024-04-23T18:05:43.951139764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582259Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk in db\n"} -{"Time":"2024-04-23T18:05:43.951148514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582273Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:05:43.951157054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.951166954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.951175304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582457Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.951183074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582530Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:05:43.951190774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582626Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:05:43.951200634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582774Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $OUR4LscpIMOtb7ECUVIfpYVqyfTnkWkztQoCBfD14H4 in db\n"} -{"Time":"2024-04-23T18:05:43.951213444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582793Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:43.951221854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582803Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $OUR4LscpIMOtb7ECUVIfpYVqyfTnkWkztQoCBfD14H4 in db\n"} -{"Time":"2024-04-23T18:05:43.951230094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582917Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:43.951241023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.582962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$OUR4LscpIMOtb7ECUVIfpYVqyfTnkWkztQoCBfD14H4\"]\n"} -{"Time":"2024-04-23T18:05:43.951252233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.583050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:05:43.951262813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.583065Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:05:43.951270733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.583142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:05:43.951279643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.583201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:05:43.951287493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.583258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.951295313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.583341Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.951303673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.583497Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.951313693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.583512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:05:43.951323543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.583637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:05:43.951332283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.583648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.951341373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.583661Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.951349042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.583766Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.951358962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.583784Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:05:43.951367762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.583794Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:05:43.951378672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.583833Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:05:43.951389552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.583848Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:05:43.951399262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.583884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:05:43.951408992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.584063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:05:43.951417042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.584193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m60.83µs\n"} -{"Time":"2024-04-23T18:05:43.951427062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.584374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$cjmoXAvNW_D56NuhS8gTx7jNYmVkVz7pirk1VQMECAc\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m242.158µs\n"} -{"Time":"2024-04-23T18:05:43.951439372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.584472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m339.617µs\n"} -{"Time":"2024-04-23T18:05:43.951451422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.584633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m501.826µs\n"} -{"Time":"2024-04-23T18:05:43.951463581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.584704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m573.125µs\n"} -{"Time":"2024-04-23T18:05:43.951473701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.584902Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m769.563µs\n"} -{"Time":"2024-04-23T18:05:43.951483631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.585006Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m873.992µs\n"} -{"Time":"2024-04-23T18:05:43.951492561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.585190Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MiHtKI3RUa2MBYkiRESreEgaUqWQRa82m-0ZO840xH0\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.058661ms\n"} -{"Time":"2024-04-23T18:05:43.951503361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.585272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.14048ms\n"} -{"Time":"2024-04-23T18:05:43.951516561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.585484Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$gy89nFnZ8p8mxR2Bl5M7FlBAN8SdLZAYBaN57Bu5zPw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.351848ms\n"} -{"Time":"2024-04-23T18:05:43.951527791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.585576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.444417ms\n"} -{"Time":"2024-04-23T18:05:43.951539371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.585742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$OUR4LscpIMOtb7ECUVIfpYVqyfTnkWkztQoCBfD14H4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.610196ms\n"} -{"Time":"2024-04-23T18:05:43.951552131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.585816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.684045ms\n"} -{"Time":"2024-04-23T18:05:43.951564601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.585956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.823584ms\n"} -{"Time":"2024-04-23T18:05:43.951573681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.586046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.914123ms\n"} -{"Time":"2024-04-23T18:05:43.95158214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.586065Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.933723ms\n"} -{"Time":"2024-04-23T18:05:43.9515904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.586269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m170.638µs\n"} -{"Time":"2024-04-23T18:05:43.95161551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.586523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m424.656µs\n"} -{"Time":"2024-04-23T18:05:43.95162924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.586617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m518.785µs\n"} -{"Time":"2024-04-23T18:05:43.9516413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.586641Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m544.155µs\n"} -{"Time":"2024-04-23T18:05:43.95165295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.586673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:05:43.95166337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.586818Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:05:43.95167363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.586906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:05:43.95168398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.586966Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:05:43.951697219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.586978Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk\", (\"m.room.name\", \"\"): \"$OUR4LscpIMOtb7ECUVIfpYVqyfTnkWkztQoCBfD14H4\", (\"m.room.power_levels\", \"\"): \"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\", (\"m.room.join_rules\", \"\"): \"$_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w\", (\"m.room.member\", \"@user-1:hs1\"): \"$cjmoXAvNW_D56NuhS8gTx7jNYmVkVz7pirk1VQMECAc\", (\"m.room.history_visibility\", \"\"): \"$MiHtKI3RUa2MBYkiRESreEgaUqWQRa82m-0ZO840xH0\", (\"m.room.guest_access\", \"\"): \"$gy89nFnZ8p8mxR2Bl5M7FlBAN8SdLZAYBaN57Bu5zPw\"}\n"} -{"Time":"2024-04-23T18:05:43.951711109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.586999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:05:43.951721779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\"]}\n"} -{"Time":"2024-04-23T18:05:43.951732749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:05:43.951743329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\", \"$_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w\"}\n"} -{"Time":"2024-04-23T18:05:43.951766139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:05:43.951776629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w) senders power level\n"} -{"Time":"2024-04-23T18:05:43.951787079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:05:43.951797799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w power level 100\n"} -{"Time":"2024-04-23T18:05:43.951808058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587322Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:43.951818268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:05:43.951829178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587361Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w\"]\n"} -{"Time":"2024-04-23T18:05:43.951839938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587373Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:43.951850278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w\"]\n"} -{"Time":"2024-04-23T18:05:43.951867908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w\"\n"} -{"Time":"2024-04-23T18:05:43.951878528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:43.951889218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587557Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:43.951899668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:43.951909928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:05:43.951923467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587599Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$cjmoXAvNW_D56NuhS8gTx7jNYmVkVz7pirk1VQMECAc\", (\"m.room.power_levels\", \"\"): \"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\", (\"m.room.history_visibility\", \"\"): \"$MiHtKI3RUa2MBYkiRESreEgaUqWQRa82m-0ZO840xH0\", (\"m.room.create\", \"\"): \"$BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk\", (\"m.room.name\", \"\"): \"$OUR4LscpIMOtb7ECUVIfpYVqyfTnkWkztQoCBfD14H4\", (\"m.room.join_rules\", \"\"): \"$_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w\", (\"m.room.guest_access\", \"\"): \"$gy89nFnZ8p8mxR2Bl5M7FlBAN8SdLZAYBaN57Bu5zPw\"}\n"} -{"Time":"2024-04-23T18:05:43.951947397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587627Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:05:43.951959177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587636Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\"]\n"} -{"Time":"2024-04-23T18:05:43.951969757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\")\n"} -{"Time":"2024-04-23T18:05:43.951981287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:05:43.951991737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\n"} -{"Time":"2024-04-23T18:05:43.952002697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\n"} -{"Time":"2024-04-23T18:05:43.952014327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587828Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\"]\n"} -{"Time":"2024-04-23T18:05:43.952025577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:43.952035976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\"]\n"} -{"Time":"2024-04-23T18:05:43.952046346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587942Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\"\n"} -{"Time":"2024-04-23T18:05:43.952054336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587954Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.952062166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.952069696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.587995Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.952077326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.588021Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:05:43.952084976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.588097Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:05:43.952092686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.589265Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:05:43.952102826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.590774Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m7.713561ms\n"} -{"Time":"2024-04-23T18:05:43.952115166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.590887Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m20.67µs\n"} -{"Time":"2024-04-23T18:05:43.952124766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.590921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m56.11µs\n"} -{"Time":"2024-04-23T18:05:43.952134136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.592479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m11 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.952141016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.593259Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:43.952148515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.593623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/U5ZxdpWh2mWgRyRaqLT18_oTqMkauwwwY75o5iAr0lw\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:43.952157585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.593673Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:43.952164715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.593717Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:43.952173525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.593743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:05:43.952181695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.593928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:05:43.952190675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.594258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.952198215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.594516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.952205215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.595846Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:43.952212615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.595921Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:43.952219515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.597804Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:43.952227245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.597822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:43.952236605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.597952Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/U5ZxdpWh2mWgRyRaqLT18_oTqMkauwwwY75o5iAr0lw with https://hs2:8448/_matrix/federation/v1/send/U5ZxdpWh2mWgRyRaqLT18_oTqMkauwwwY75o5iAr0lw\n"} -{"Time":"2024-04-23T18:05:43.952244975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.597965Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:43.952253955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.597982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/U5ZxdpWh2mWgRyRaqLT18_oTqMkauwwwY75o5iAr0lw\n"} -{"Time":"2024-04-23T18:05:43.952263414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.611550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.952272544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.611878Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.952282584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.612046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/Kn9vZs7_i6QlAQQkKuUrxLkW1ZWHjnZoSLw0yF6PiiQ {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"919\"}\n"} -{"Time":"2024-04-23T18:05:43.952301084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.612058Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/Kn9vZs7_i6QlAQQkKuUrxLkW1ZWHjnZoSLw0yF6PiiQ Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909943608, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk\"), String(\"$_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w\"), String(\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\"), String(\"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\")]), \"content\": Object({\"displayname\": String(\"Bobby\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"NikO1yxNvvEhIUX8DZVPn7BGhJ8gsSAG8Woe+ClsXkg\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909943606, \"prev_events\": Array([String(\"$5h_x7BnIbl9XhDX-RerWP00jd"} -{"Time":"2024-04-23T18:05:43.952315254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"hjOCAz0sPmZ6ArHorA\")]), \"room_id\": String(\"!CBM1JguJcikAzZtw6C:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"OBGp4HgzTb842tnnpUuA2tnRiIN2DIbEWEDUK2+o/Zx2wPDiwprbzTj1G/qh1ULcJkkuvdxGMXpFpaiJ6PcNCg\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"prev_sender\": String(\"@user-2:hs2\")})})])}))\n"} -{"Time":"2024-04-23T18:05:43.952327354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.612289Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m177.539µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"Kn9vZs7_i6QlAQQkKuUrxLkW1ZWHjnZoSLw0yF6PiiQ\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:05:43.952337914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.612323Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2\n"} -{"Time":"2024-04-23T18:05:43.952348504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.612399Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.952358664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.612454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m343.847µs\n"} -{"Time":"2024-04-23T18:05:43.952368444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.612558Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.952398223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.612878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:05:43.952409473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.612926Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk in db\n"} -{"Time":"2024-04-23T18:05:43.952420003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.612968Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w in db\n"} -{"Time":"2024-04-23T18:05:43.952430683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.612998Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA in db\n"} -{"Time":"2024-04-23T18:05:43.952441113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613022Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU in db\n"} -{"Time":"2024-04-23T18:05:43.952451423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613033Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:43.952462943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613041Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk in db\n"} -{"Time":"2024-04-23T18:05:43.952473313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613049Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w in db\n"} -{"Time":"2024-04-23T18:05:43.952483853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613055Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA in db\n"} -{"Time":"2024-04-23T18:05:43.952495032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613061Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU in db\n"} -{"Time":"2024-04-23T18:05:43.952511932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613072Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:05:43.952522532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54 (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.952533282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.952544582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.952554832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613197Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:05:43.952565442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613317Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:05:43.952575952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613450Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA in db\n"} -{"Time":"2024-04-23T18:05:43.952586722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613468Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:43.952598601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613478Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA in db\n"} -{"Time":"2024-04-23T18:05:43.952609061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:43.952626621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613534Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\"]\n"} -{"Time":"2024-04-23T18:05:43.952637791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:05:43.952648081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:05:43.952658301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:05:43.952668591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:05:43.952679281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54 (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.952689461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.952697951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613896Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.952705641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:05:43.95271317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.614120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:05:43.9527221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.614135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54 (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.95272985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.614148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.9527373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.614178Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.95274494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.614189Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:05:43.95275249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.614196Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:05:43.95276125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.614229Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:05:43.95276896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.614239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:05:43.95278093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.614269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:05:43.95279095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.614283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:05:43.95279889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.614373Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m32.449µs\n"} -{"Time":"2024-04-23T18:05:43.95280825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.614415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m75.049µs\n"} -{"Time":"2024-04-23T18:05:43.95282208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.614655Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m202.458µs\n"} -{"Time":"2024-04-23T18:05:43.952831469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.614883Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m431.866µs\n"} -{"Time":"2024-04-23T18:05:43.952842879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.614984Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m533.205µs\n"} -{"Time":"2024-04-23T18:05:43.952854979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615021Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m569.925µs\n"} -{"Time":"2024-04-23T18:05:43.952864959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:05:43.952872749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:05:43.952881339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:05:43.952888869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615205Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:05:43.952898629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615215Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\", (\"m.room.create\", \"\"): \"$BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk\", (\"m.room.member\", \"@user-1:hs1\"): \"$cjmoXAvNW_D56NuhS8gTx7jNYmVkVz7pirk1VQMECAc\", (\"m.room.join_rules\", \"\"): \"$_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w\", (\"m.room.guest_access\", \"\"): \"$gy89nFnZ8p8mxR2Bl5M7FlBAN8SdLZAYBaN57Bu5zPw\", (\"m.room.name\", \"\"): \"$OUR4LscpIMOtb7ECUVIfpYVqyfTnkWkztQoCBfD14H4\", (\"m.room.history_visibility\", \"\"): \"$MiHtKI3RUa2MBYkiRESreEgaUqWQRa82m-0ZO840xH0\"}\n"} -{"Time":"2024-04-23T18:05:43.952908639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:05:43.952916529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\", \"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\"]}\n"} -{"Time":"2024-04-23T18:05:43.952930689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:05:43.952957618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615329Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\", \"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\"}\n"} -{"Time":"2024-04-23T18:05:43.952967188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615375Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:05:43.952974978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615385Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:43.952982568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615393Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:05:43.952993818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615399Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:05:43.953001478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615407Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:43.953009468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:05:43.953017808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:05:43.953026908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615430Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\", (\"m.room.create\", \"\"): \"$BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk\", (\"m.room.member\", \"@user-1:hs1\"): \"$cjmoXAvNW_D56NuhS8gTx7jNYmVkVz7pirk1VQMECAc\", (\"m.room.join_rules\", \"\"): \"$_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w\", (\"m.room.guest_access\", \"\"): \"$gy89nFnZ8p8mxR2Bl5M7FlBAN8SdLZAYBaN57Bu5zPw\", (\"m.room.name\", \"\"): \"$OUR4LscpIMOtb7ECUVIfpYVqyfTnkWkztQoCBfD14H4\", (\"m.room.history_visibility\", \"\"): \"$MiHtKI3RUa2MBYkiRESreEgaUqWQRa82m-0ZO840xH0\"}\n"} -{"Time":"2024-04-23T18:05:43.953038918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 2\n"} -{"Time":"2024-04-23T18:05:43.953048598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615461Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\", \"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\"]\n"} -{"Time":"2024-04-23T18:05:43.953072747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615473Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\")\n"} -{"Time":"2024-04-23T18:05:43.953080887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:05:43.953088467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\n"} -{"Time":"2024-04-23T18:05:43.953096197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\n"} -{"Time":"2024-04-23T18:05:43.953103907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\n"} -{"Time":"2024-04-23T18:05:43.953112487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\n"} -{"Time":"2024-04-23T18:05:43.953120547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615804Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\", \"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\"]\n"} -{"Time":"2024-04-23T18:05:43.953128367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:43.953136177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\", \"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\"]\n"} -{"Time":"2024-04-23T18:05:43.953145707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\"\n"} -{"Time":"2024-04-23T18:05:43.953156807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.953168376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615951Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.953176366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.615988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.953184406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.616175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\"\n"} -{"Time":"2024-04-23T18:05:43.953192286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.616193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54 (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.953204236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.616208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.953211906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.616240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.953222426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.616265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:05:43.953233736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.616334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:05:43.953243586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.617190Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:05:43.953253956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.618663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m5.050326ms\n"} -{"Time":"2024-04-23T18:05:43.953263246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.618694Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54 \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m6.229485ms \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m6.584222ms\n"} -{"Time":"2024-04-23T18:05:43.953270746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.618729Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m6.618922ms \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"Kn9vZs7_i6QlAQQkKuUrxLkW1ZWHjnZoSLw0yF6PiiQ\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:05:43.953278446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.618824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.953285345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.619040Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.953293375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.619153Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.953300985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.619231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.953311065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.619243Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.953320485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.619350Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.953329855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.619850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.953338735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.619868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.953347685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.619920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:05:43.953354705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.619979Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:05:43.953361675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.621307Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.953368495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.621396Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.953375965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.621492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.953386015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.621505Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.953393225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.621610Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.953403274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.622073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.953412274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.622093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.953421024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.622139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:05:43.953430174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.622186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:05:43.953437684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.630138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.953444644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.630387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1161\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:43.953452674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.630404Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:43.953460194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.634868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:05:43.953466494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.635014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.953475204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.635024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.953484164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.635274Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.953494404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.635566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/M965fnZaWxRXfSwZbjCLP_phfoYXJSs-HrK4aaq_nL8 {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"856\"}\n"} -{"Time":"2024-04-23T18:05:43.953508783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.635591Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/M965fnZaWxRXfSwZbjCLP_phfoYXJSs-HrK4aaq_nL8 Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909943630, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk\"), String(\"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\"), String(\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\")]), \"content\": Object({\"displayname\": String(\"Bobby\"), \"membership\": String(\"leave\")}), \"depth\": 10, \"hashes\": Object({\"sha256\": String(\"/qOx3nmsR9pXvbfqiyPPLB5RRobYc0Q/DmixrPMOnnU\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909943627, \"prev_events\": Array([String(\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\")]), \"room_id\": String(\"!CBM1JguJci"} -{"Time":"2024-04-23T18:05:43.953519993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"kAzZtw6C:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"p9nVrKCY79dIKIySRyREejc0ojQQ9ZeLD/rRNRn8xnBzcjZIEoZonRqlmwvJPPRwD1H5+5YMApyZpxR/5qujDQ\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"displayname\": String(\"Bobby\"), \"membership\": String(\"join\")}), \"prev_sender\": String(\"@user-2:hs2\")})})])}))\n"} -{"Time":"2024-04-23T18:05:43.953528843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.635733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.953536123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.635864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=207\u0026timeout=1000 {\"host\": \"127.0.0.1:1161\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:43.953543593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.635879Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=207\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:43.953551563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.635930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:05:43.953560333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.635919Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m239.348µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"M965fnZaWxRXfSwZbjCLP_phfoYXJSs-HrK4aaq_nL8\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:05:43.953570893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.635977Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2\n"} -{"Time":"2024-04-23T18:05:43.953581283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.636098Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.953590723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.636146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m468.296µs\n"} -{"Time":"2024-04-23T18:05:43.953600403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.636313Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.953612323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.636753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:05:43.953623112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.636828Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk in db\n"} -{"Time":"2024-04-23T18:05:43.953639282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.636883Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU in db\n"} -{"Time":"2024-04-23T18:05:43.953650082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.636950Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54 in db\n"} -{"Time":"2024-04-23T18:05:43.953660682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.636973Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:43.953671852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.636991Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk in db\n"} -{"Time":"2024-04-23T18:05:43.953682292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.637009Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU in db\n"} -{"Time":"2024-04-23T18:05:43.953694792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.637024Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54 in db\n"} -{"Time":"2024-04-23T18:05:43.953705132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.637048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:05:43.953716752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.637154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.953727172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.637187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.953737531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.637242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.953747881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.637260Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:05:43.953758321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.637347Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:05:43.953770081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.637537Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54 in db\n"} -{"Time":"2024-04-23T18:05:43.953780711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.637565Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:43.953791371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.637582Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54 in db\n"} -{"Time":"2024-04-23T18:05:43.953801781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.637621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:43.953812461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.637672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\"]\n"} -{"Time":"2024-04-23T18:05:43.953823211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.637780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:05:43.953833751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.637809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:05:43.95386272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.637927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:05:43.9538738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.638028Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:05:43.95388449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.638048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.95389631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.638167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.95390703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.638296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.9539173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.638321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:05:43.95392854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.638551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:05:43.95394934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.638574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.9539597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.638602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.953970109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.638653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.953980739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.638677Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:05:43.953991039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.638695Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:05:43.954001299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.638759Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:05:43.954011839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.638780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:05:43.954022519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.638842Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:05:43.954032869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.638872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:05:43.954043179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.639049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m41.38µs\n"} -{"Time":"2024-04-23T18:05:43.954054529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.639117Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m109.889µs\n"} -{"Time":"2024-04-23T18:05:43.954065859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.639280Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m102.349µs\n"} -{"Time":"2024-04-23T18:05:43.954077978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.639640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m461.546µs\n"} -{"Time":"2024-04-23T18:05:43.954089888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.639728Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m550.855µs\n"} -{"Time":"2024-04-23T18:05:43.954101418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.639801Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m622.924µs\n"} -{"Time":"2024-04-23T18:05:43.954112638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.639863Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:05:43.954122808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.639999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:05:43.954132928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:05:43.954144658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640094Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:05:43.954156308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640111Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\", (\"m.room.history_visibility\", \"\"): \"$MiHtKI3RUa2MBYkiRESreEgaUqWQRa82m-0ZO840xH0\", (\"m.room.name\", \"\"): \"$OUR4LscpIMOtb7ECUVIfpYVqyfTnkWkztQoCBfD14H4\", (\"m.room.member\", \"@user-1:hs1\"): \"$cjmoXAvNW_D56NuhS8gTx7jNYmVkVz7pirk1VQMECAc\", (\"m.room.guest_access\", \"\"): \"$gy89nFnZ8p8mxR2Bl5M7FlBAN8SdLZAYBaN57Bu5zPw\", (\"m.room.join_rules\", \"\"): \"$_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w\", (\"m.room.create\", \"\"): \"$BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk\"}\n"} -{"Time":"2024-04-23T18:05:43.954170028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:05:43.954180478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\", \"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\"]}\n"} -{"Time":"2024-04-23T18:05:43.954191497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640322Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:05:43.954201647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\", \"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\"}\n"} -{"Time":"2024-04-23T18:05:43.954212177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:05:43.954222247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:43.954232467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640482Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:05:43.954242807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640503Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:05:43.954252947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:43.954263107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:05:43.954273647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:05:43.954287197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640571Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\", (\"m.room.history_visibility\", \"\"): \"$MiHtKI3RUa2MBYkiRESreEgaUqWQRa82m-0ZO840xH0\", (\"m.room.name\", \"\"): \"$OUR4LscpIMOtb7ECUVIfpYVqyfTnkWkztQoCBfD14H4\", (\"m.room.member\", \"@user-1:hs1\"): \"$cjmoXAvNW_D56NuhS8gTx7jNYmVkVz7pirk1VQMECAc\", (\"m.room.guest_access\", \"\"): \"$gy89nFnZ8p8mxR2Bl5M7FlBAN8SdLZAYBaN57Bu5zPw\", (\"m.room.join_rules\", \"\"): \"$_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w\", (\"m.room.create\", \"\"): \"$BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk\"}\n"} -{"Time":"2024-04-23T18:05:43.954300347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 2\n"} -{"Time":"2024-04-23T18:05:43.954310906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640631Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\", \"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\"]\n"} -{"Time":"2024-04-23T18:05:43.954321476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640652Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\")\n"} -{"Time":"2024-04-23T18:05:43.954333036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:05:43.954343196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\n"} -{"Time":"2024-04-23T18:05:43.954353826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.640905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\n"} -{"Time":"2024-04-23T18:05:43.954364256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.641015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\n"} -{"Time":"2024-04-23T18:05:43.954375036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.641091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\n"} -{"Time":"2024-04-23T18:05:43.954385476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.641166Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\", \"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\"]\n"} -{"Time":"2024-04-23T18:05:43.954396256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.641188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:43.954406626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.641203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\", \"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\"]\n"} -{"Time":"2024-04-23T18:05:43.954417365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.641437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54\"\n"} -{"Time":"2024-04-23T18:05:43.954428325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.641462Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $fBKxBRJYhIdvrbRaWgmWiNtXwH8noobAC2evIFDCh54 (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.954438485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.641490Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.954448735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.641547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.954459315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.641762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\"\n"} -{"Time":"2024-04-23T18:05:43.954472445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.641787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.954482705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.641814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.954492965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.641861Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.954510085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.641899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:05:43.954520415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.642018Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:05:43.954530704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.642649Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:05:43.954541114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.644681Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m6.881209ms\n"} -{"Time":"2024-04-23T18:05:43.954551604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.644747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m8.581693ms \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m9.068979ms\n"} -{"Time":"2024-04-23T18:05:43.954562744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.644792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m9.113259ms \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"M965fnZaWxRXfSwZbjCLP_phfoYXJSs-HrK4aaq_nL8\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:05:43.954573234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.644903Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.954583364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.645256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.954592374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.645751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.954601634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.645871Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=207\u0026timeout=1000 {\"host\": \"127.0.0.1:1161\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:43.954611594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.645895Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=207\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:43.954620304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.648314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.954630234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.649814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.954639184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.650017Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.954649493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.650176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.954660703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.650197Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.954684833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.650357Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.954695583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.650579Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:43.954704763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.650663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:43.954713943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.651384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.954724013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.651553Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.954734003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.651703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.954744833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.651724Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.954774902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.651877Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.954784652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.652108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:43.954794032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.652189Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:43.954802922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.653034Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.954813692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.653323Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%219oHzKLMiaxFXIi3RKS:hs1/invite {\"host\": \"127.0.0.1:1161\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:43.954825092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.653350Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%219oHzKLMiaxFXIi3RKS:hs1/invite Some(Object({\"user_id\": String(\"@user-2:hs2\")}))\n"} -{"Time":"2024-04-23T18:05:43.954834322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.654162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.954849172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.654198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.954857732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.654270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.954867192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.655793Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:43.954877831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.656236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v2/invite/!9oHzKLMiaxFXIi3RKS:hs1/$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:43.954889731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.656298Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:43.954900491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.656324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:43.954910321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.659070Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:43.954920321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.659104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:43.954941581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.659151Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v2/invite/!9oHzKLMiaxFXIi3RKS:hs1/$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU with https://hs2:8448/_matrix/federation/v2/invite/!9oHzKLMiaxFXIi3RKS:hs1/$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\n"} -{"Time":"2024-04-23T18:05:43.954954411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.659169Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:43.954964471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.659197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v2/invite/!9oHzKLMiaxFXIi3RKS:hs1/$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\n"} -{"Time":"2024-04-23T18:05:43.954974641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.659368Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:05:43.95498389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.659518Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.95499366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.659626Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.95500391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.659821Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.95501434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.660313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:05:43.9550253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.660409Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $cq1AmyzRSiX-Zp7N0Hijj4HRQoVMFGWATsysbt1nw34 in db\n"} -{"Time":"2024-04-23T18:05:43.95503724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.660461Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $-wbHj1KHriXELuGgqUQ97jVBXu0SKuQAFWmxqA_Y9wM in db\n"} -{"Time":"2024-04-23T18:05:43.95504757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.660512Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $t2DSLl8mlPmnjG0NT0xRTUY6GE97zLEX6VgUDYhdMxw in db\n"} -{"Time":"2024-04-23T18:05:43.95505861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.660562Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $V9dOz0Y02d8MrD3vmQK3ue-bfpGkN-UiBfuoECwhOug in db\n"} -{"Time":"2024-04-23T18:05:43.95506884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.660587Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:43.9550795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.660606Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $cq1AmyzRSiX-Zp7N0Hijj4HRQoVMFGWATsysbt1nw34 in db\n"} -{"Time":"2024-04-23T18:05:43.95509027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.660622Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $-wbHj1KHriXELuGgqUQ97jVBXu0SKuQAFWmxqA_Y9wM in db\n"} -{"Time":"2024-04-23T18:05:43.955100449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.660638Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $t2DSLl8mlPmnjG0NT0xRTUY6GE97zLEX6VgUDYhdMxw in db\n"} -{"Time":"2024-04-23T18:05:43.955110809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.660652Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $V9dOz0Y02d8MrD3vmQK3ue-bfpGkN-UiBfuoECwhOug in db\n"} -{"Time":"2024-04-23T18:05:43.955122189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.660675Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:05:43.955132569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.660797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.955144079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.660831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.955154009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.660956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.955164709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.660977Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:05:43.955175009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.661138Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:05:43.955185579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.661345Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $IXV4aRat4UP8MO1JRJBtULnXxZoKbWjhEKlqFssIshI in db\n"} -{"Time":"2024-04-23T18:05:43.955196199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.661371Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:43.955207048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.661391Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $IXV4aRat4UP8MO1JRJBtULnXxZoKbWjhEKlqFssIshI in db\n"} -{"Time":"2024-04-23T18:05:43.955218558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.661425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:43.955228958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.661475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$IXV4aRat4UP8MO1JRJBtULnXxZoKbWjhEKlqFssIshI\"]\n"} -{"Time":"2024-04-23T18:05:43.955239658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.661580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:05:43.955251418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.661611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:05:43.955261628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.661723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:05:43.955271928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.661809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:05:43.955282638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.661835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.955293008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.661987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.955303368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.662134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.955313307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.662158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:05:43.955324017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.662423Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:05:43.955334387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.662445Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.955344897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.662472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.955357197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.662535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.955368187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.662562Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:05:43.955378587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.662580Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:05:43.955389717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.662656Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:05:43.955399727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.662676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:05:43.955410907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.662731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:05:43.955421696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.662761Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:05:43.955432586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.662917Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m42.009µs\n"} -{"Time":"2024-04-23T18:05:43.955445186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.663227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$t2DSLl8mlPmnjG0NT0xRTUY6GE97zLEX6VgUDYhdMxw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m352.197µs\n"} -{"Time":"2024-04-23T18:05:43.955456766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.663362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m487.736µs\n"} -{"Time":"2024-04-23T18:05:43.955470356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.663682Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hUAZfASaQVK6i5_5FXa_gj_piDNYoFNghSokcX_m4UY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m807.513µs\n"} -{"Time":"2024-04-23T18:05:43.955482446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.663814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m938.922µs\n"} -{"Time":"2024-04-23T18:05:43.955494186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.664143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dMX11cVX8v-0DQYDfyg2LARbiHjdhw-_OnF3uWIaz8\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.268199ms\n"} -{"Time":"2024-04-23T18:05:43.955505836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.664274Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.398908ms\n"} -{"Time":"2024-04-23T18:05:43.955518776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.664572Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-wbHj1KHriXELuGgqUQ97jVBXu0SKuQAFWmxqA_Y9wM\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.697485ms\n"} -{"Time":"2024-04-23T18:05:43.955531585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.664699Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.824014ms\n"} -{"Time":"2024-04-23T18:05:43.955544395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.665035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$IXV4aRat4UP8MO1JRJBtULnXxZoKbWjhEKlqFssIshI\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.160471ms\n"} -{"Time":"2024-04-23T18:05:43.955556075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.665171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.29639ms\n"} -{"Time":"2024-04-23T18:05:43.955567355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.665374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$cq1AmyzRSiX-Zp7N0Hijj4HRQoVMFGWATsysbt1nw34\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.499818ms\n"} -{"Time":"2024-04-23T18:05:43.955579185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.665497Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.622237ms\n"} -{"Time":"2024-04-23T18:05:43.955592485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.665736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$V9dOz0Y02d8MrD3vmQK3ue-bfpGkN-UiBfuoECwhOug\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.861465ms\n"} -{"Time":"2024-04-23T18:05:43.955607025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.665860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.985754ms\n"} -{"Time":"2024-04-23T18:05:43.955618355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.665887Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m3.013523ms\n"} -{"Time":"2024-04-23T18:05:43.955629205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.665991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m36.989µs\n"} -{"Time":"2024-04-23T18:05:43.955662564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.666347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m392.076µs\n"} -{"Time":"2024-04-23T18:05:43.955675994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.666408Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m454.476µs\n"} -{"Time":"2024-04-23T18:05:43.955687394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.666448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m495.095µs\n"} -{"Time":"2024-04-23T18:05:43.955698514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.666499Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:05:43.955708494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.666635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:05:43.955718874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.666654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:05:43.955729064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.666722Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:05:43.955740933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.666737Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$cq1AmyzRSiX-Zp7N0Hijj4HRQoVMFGWATsysbt1nw34\", (\"m.room.member\", \"@user-1:hs1\"): \"$V9dOz0Y02d8MrD3vmQK3ue-bfpGkN-UiBfuoECwhOug\", (\"m.room.join_rules\", \"\"): \"$-wbHj1KHriXELuGgqUQ97jVBXu0SKuQAFWmxqA_Y9wM\", (\"m.room.name\", \"\"): \"$IXV4aRat4UP8MO1JRJBtULnXxZoKbWjhEKlqFssIshI\", (\"m.room.guest_access\", \"\"): \"$2dMX11cVX8v-0DQYDfyg2LARbiHjdhw-_OnF3uWIaz8\", (\"m.room.power_levels\", \"\"): \"$t2DSLl8mlPmnjG0NT0xRTUY6GE97zLEX6VgUDYhdMxw\", (\"m.room.history_visibility\", \"\"): \"$hUAZfASaQVK6i5_5FXa_gj_piDNYoFNghSokcX_m4UY\"}\n"} -{"Time":"2024-04-23T18:05:43.955754783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.666771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:05:43.955765303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.666783Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\"]}\n"} -{"Time":"2024-04-23T18:05:43.955775613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.666911Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:05:43.955785883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.666946Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$-wbHj1KHriXELuGgqUQ97jVBXu0SKuQAFWmxqA_Y9wM\", \"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\"}\n"} -{"Time":"2024-04-23T18:05:43.955796583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:05:43.955806673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667115Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($-wbHj1KHriXELuGgqUQ97jVBXu0SKuQAFWmxqA_Y9wM) senders power level\n"} -{"Time":"2024-04-23T18:05:43.955816763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:05:43.955828983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $-wbHj1KHriXELuGgqUQ97jVBXu0SKuQAFWmxqA_Y9wM power level 100\n"} -{"Time":"2024-04-23T18:05:43.955839383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667232Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:43.955849962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:05:43.955860432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667312Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$-wbHj1KHriXELuGgqUQ97jVBXu0SKuQAFWmxqA_Y9wM\"]\n"} -{"Time":"2024-04-23T18:05:43.955870802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:43.955881172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667349Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$-wbHj1KHriXELuGgqUQ97jVBXu0SKuQAFWmxqA_Y9wM\"]\n"} -{"Time":"2024-04-23T18:05:43.955891622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$-wbHj1KHriXELuGgqUQ97jVBXu0SKuQAFWmxqA_Y9wM\"\n"} -{"Time":"2024-04-23T18:05:43.955902962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667596Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $-wbHj1KHriXELuGgqUQ97jVBXu0SKuQAFWmxqA_Y9wM (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:43.955913492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $-wbHj1KHriXELuGgqUQ97jVBXu0SKuQAFWmxqA_Y9wM ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:43.955924102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:43.955943302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:05:43.955957121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667710Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$V9dOz0Y02d8MrD3vmQK3ue-bfpGkN-UiBfuoECwhOug\", (\"m.room.join_rules\", \"\"): \"$-wbHj1KHriXELuGgqUQ97jVBXu0SKuQAFWmxqA_Y9wM\", (\"m.room.name\", \"\"): \"$IXV4aRat4UP8MO1JRJBtULnXxZoKbWjhEKlqFssIshI\", (\"m.room.guest_access\", \"\"): \"$2dMX11cVX8v-0DQYDfyg2LARbiHjdhw-_OnF3uWIaz8\", (\"m.room.create\", \"\"): \"$cq1AmyzRSiX-Zp7N0Hijj4HRQoVMFGWATsysbt1nw34\", (\"m.room.power_levels\", \"\"): \"$t2DSLl8mlPmnjG0NT0xRTUY6GE97zLEX6VgUDYhdMxw\", (\"m.room.history_visibility\", \"\"): \"$hUAZfASaQVK6i5_5FXa_gj_piDNYoFNghSokcX_m4UY\"}\n"} -{"Time":"2024-04-23T18:05:43.955970161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667749Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:05:43.955980641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667765Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\"]\n"} -{"Time":"2024-04-23T18:05:43.955991291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$t2DSLl8mlPmnjG0NT0xRTUY6GE97zLEX6VgUDYhdMxw\")\n"} -{"Time":"2024-04-23T18:05:43.956002111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:05:43.956012491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.667944Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\n"} -{"Time":"2024-04-23T18:05:43.956022831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.668035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $t2DSLl8mlPmnjG0NT0xRTUY6GE97zLEX6VgUDYhdMxw\n"} -{"Time":"2024-04-23T18:05:43.956033441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.668103Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\"]\n"} -{"Time":"2024-04-23T18:05:43.956043711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.668122Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:43.956055951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.668135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\"]\n"} -{"Time":"2024-04-23T18:05:43.956066371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.668371Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\"\n"} -{"Time":"2024-04-23T18:05:43.95607721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.668395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.95608862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.668421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.95609866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.668513Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.956109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.668555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:05:43.95611933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.668659Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:05:43.95612977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.669899Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:05:43.95614002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.672283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m10.681286ms\n"} -{"Time":"2024-04-23T18:05:43.95615009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.672519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m19 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.95616011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.673923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.95616942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.674134Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.95618087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.674282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.956191709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.674301Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.956201239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.674456Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.956210359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.674660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:43.956219679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.674738Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:43.956228679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.675764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.956237729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.675942Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.956248009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.676084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.956258589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.676102Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.956268039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.676248Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.956277839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.676448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:43.956287219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.676521Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:43.956296429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.677425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.956305488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.677589Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.956315858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.677728Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.956326698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.677747Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.956336148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.677891Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.956346878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.678103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:43.956356028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.678176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:43.956366138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.679057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.956375098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.679221Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.956385078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.679360Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.956396578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.679378Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.956406408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.679521Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.956415527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.679719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:43.956424877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.679790Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:43.956433877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.680673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.956443017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.680836Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.956452857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.680986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.956463497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.681005Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.956472847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.681150Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.956482437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.681347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:43.956491587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.681419Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:43.956500767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.682301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.956510917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.682464Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.956521147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.682602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.956531616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.682621Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.956543166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.682764Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.956552466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.682978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:43.956561746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.683050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:43.956570696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.683917Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.956603426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.684093Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.956614266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.684231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.956626016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.684249Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.956635806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.684392Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.956645085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.684590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:43.956654415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.684661Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:43.956663805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.685553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.956672975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.685716Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.956683085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.685854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.956693505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.685872Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.956703395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.686035Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.956712645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.686235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:43.956722315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.686306Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:43.956731165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.688888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.956740385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.689211Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.956750335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.689359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_leave/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.956760354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.689378Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_leave/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2 None\n"} -{"Time":"2024-04-23T18:05:43.956769384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.689464Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.956778234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.690103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.956788244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.690137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.956797214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.690185Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.956806174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.690671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.956814974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.692057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.956824114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.692429Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.956834494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.692686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_leave/!9oHzKLMiaxFXIi3RKS:hs1/$U-zeJr09Gkjz7ZXwepUFLeG6wSU18wD20SRTuRl3vok {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"832\"}\n"} -{"Time":"2024-04-23T18:05:43.956848754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.692708Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_leave/!9oHzKLMiaxFXIi3RKS:hs1/$U-zeJr09Gkjz7ZXwepUFLeG6wSU18wD20SRTuRl3vok Some(Object({\"auth_events\": Array([String(\"$cq1AmyzRSiX-Zp7N0Hijj4HRQoVMFGWATsysbt1nw34\"), String(\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\"), String(\"$t2DSLl8mlPmnjG0NT0xRTUY6GE97zLEX6VgUDYhdMxw\")]), \"content\": Object({\"membership\": String(\"leave\")}), \"depth\": 10, \"hashes\": Object({\"sha256\": String(\"UQXLQKZDz9YHkqJEks4puG3u8GZJxs96Z9dQ5m+e+ZU\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909943691, \"prev_events\": Array([String(\"$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU\")]), \"room_id\": String(\"!9oHzKLMiaxFXIi3RKS:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"c8X2ApdJOan97OQwVEXtYqPRnd54p+DqtHF2eV8JQu040MPpKvnuDMsN672kpo"} -{"Time":"2024-04-23T18:05:43.956863144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"BLewCH9ZdKbSuUBnxx9Sz5CA\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"SMwJeh2uzkGOG3XAhiqBbVS8bzIwnkM6bvNttxMWSyyKGEq8VsR8fhEowOinOqZAWZmDSj6/D66pkBA/8XneCA\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"prev_sender\": String(\"@user-1:hs1\")})}))\n"} -{"Time":"2024-04-23T18:05:43.956875373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.692890Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.956885353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.693257Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$U-zeJr09Gkjz7ZXwepUFLeG6wSU18wD20SRTuRl3vok\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.956896243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.693541Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$U-zeJr09Gkjz7ZXwepUFLeG6wSU18wD20SRTuRl3vok\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Dropping bad event $U-zeJr09Gkjz7ZXwepUFLeG6wSU18wD20SRTuRl3vok: Verification error: Could not find public key for \"hs2\"\n"} -{"Time":"2024-04-23T18:05:43.956906543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.693600Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_INVALID_PARAM: Signature verification failed\n"} -{"Time":"2024-04-23T18:05:43.956915613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.693672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:43.956924753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.698614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.956945283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.698718Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%219oHzKLMiaxFXIi3RKS:hs1/state/m.room.join_rules/ {\"host\": \"127.0.0.1:1161\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"52\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:43.956959503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.698731Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%219oHzKLMiaxFXIi3RKS:hs1/state/m.room.join_rules/ Some(Object({\"allow\": Array([String(\"invalid\")]), \"join_rule\": String(\"knock_restricted\")}))\n"} -{"Time":"2024-04-23T18:05:43.956968013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.699112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[\"invalid\"],\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:43.956977973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.699179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[\"invalid\"],\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:43.956987152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.699196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[\"invalid\"],\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:43.956996772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.700884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.957006152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.701081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.957016772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.701230Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.957026932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.701391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/iSYcRgYfi1bs4uTNhP1PSqvgsKz-87PznvRgWRNNndY {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"921\"}\n"} -{"Time":"2024-04-23T18:05:43.957039112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.701403Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/iSYcRgYfi1bs4uTNhP1PSqvgsKz-87PznvRgWRNNndY Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909943698, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w\"), String(\"$BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk\"), String(\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\"), String(\"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 11, \"hashes\": Object({\"sha256\": String(\"Svz2HvPJJG7/iaAtN473t7uovFg8i4qC6xYMpYE0FJk\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909943696, \"prev_events\": Array(["} -{"Time":"2024-04-23T18:05:43.957049732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"String(\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\")]), \"room_id\": String(\"!CBM1JguJcikAzZtw6C:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"zWjW0kyttzdtKraEE7o6X+zJy1DHf0gxzjtUHq52Cbd5Mqz9NUH/R3iQCx0dv+xw4Me+v0D+gK3ou210NmVZCg\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"displayname\": String(\"Bobby\"), \"membership\": String(\"leave\")}), \"prev_sender\": String(\"@user-2:hs2\")})})])}))\n"} -{"Time":"2024-04-23T18:05:43.957058312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.701561Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m112.949µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"iSYcRgYfi1bs4uTNhP1PSqvgsKz-87PznvRgWRNNndY\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:05:43.957066082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.701587Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2\n"} -{"Time":"2024-04-23T18:05:43.957073942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.701638Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.957083302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.701660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m212.458µs\n"} -{"Time":"2024-04-23T18:05:43.957094431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.701742Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.957105291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.701981Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:05:43.957114991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702020Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w in db\n"} -{"Time":"2024-04-23T18:05:43.957124751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702041Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk in db\n"} -{"Time":"2024-04-23T18:05:43.957134421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702062Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck in db\n"} -{"Time":"2024-04-23T18:05:43.957145251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702082Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU in db\n"} -{"Time":"2024-04-23T18:05:43.957153641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702094Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:43.957161361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702102Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w in db\n"} -{"Time":"2024-04-23T18:05:43.957172121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702110Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk in db\n"} -{"Time":"2024-04-23T18:05:43.957180781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702117Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck in db\n"} -{"Time":"2024-04-23T18:05:43.957188571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702123Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU in db\n"} -{"Time":"2024-04-23T18:05:43.957196801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:05:43.95720747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702191Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.95721899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.95722944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.95723895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702251Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:05:43.95725061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702343Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:05:43.95725925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702438Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck in db\n"} -{"Time":"2024-04-23T18:05:43.95727584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702451Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:43.95728741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702459Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck in db\n"} -{"Time":"2024-04-23T18:05:43.95729846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702477Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:43.95731045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\"]\n"} -{"Time":"2024-04-23T18:05:43.957322029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:05:43.957329949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:05:43.957338439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:05:43.957346139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:05:43.957356579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.957365429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702732Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.957373169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.957381869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702804Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:05:43.957389579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:05:43.957397529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702950Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.957405389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.957413849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.957421419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.702999Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:05:43.957453638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.703007Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:05:43.957464938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.703038Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:05:43.957474198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.703048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:05:43.957483728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.703077Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:05:43.957491458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.703091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:05:43.957502168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.703175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m27.439µs\n"} -{"Time":"2024-04-23T18:05:43.957514588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.703213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m66.269µs\n"} -{"Time":"2024-04-23T18:05:43.957526568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.703414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m171.518µs\n"} -{"Time":"2024-04-23T18:05:43.957535278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.703660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m417.636µs\n"} -{"Time":"2024-04-23T18:05:43.957544638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.703743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m500.715µs\n"} -{"Time":"2024-04-23T18:05:43.957554097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.703763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m520.875µs\n"} -{"Time":"2024-04-23T18:05:43.957564167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.703792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:05:43.957573427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.703854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:05:43.957581017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.703863Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:05:43.957589447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.703899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:05:43.957598407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.703907Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.guest_access\", \"\"): \"$gy89nFnZ8p8mxR2Bl5M7FlBAN8SdLZAYBaN57Bu5zPw\", (\"m.room.join_rules\", \"\"): \"$_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w\", (\"m.room.history_visibility\", \"\"): \"$MiHtKI3RUa2MBYkiRESreEgaUqWQRa82m-0ZO840xH0\", (\"m.room.name\", \"\"): \"$OUR4LscpIMOtb7ECUVIfpYVqyfTnkWkztQoCBfD14H4\", (\"m.room.power_levels\", \"\"): \"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\", (\"m.room.member\", \"@user-1:hs1\"): \"$cjmoXAvNW_D56NuhS8gTx7jNYmVkVz7pirk1VQMECAc\", (\"m.room.create\", \"\"): \"$BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk\"}\n"} -{"Time":"2024-04-23T18:05:43.957608037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.703921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:05:43.957617257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.703927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\", \"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\"]}\n"} -{"Time":"2024-04-23T18:05:43.957625537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:05:43.957633227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704025Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\", \"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\"}\n"} -{"Time":"2024-04-23T18:05:43.957644097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704070Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:05:43.957654557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704080Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:43.957662616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704088Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:05:43.957671076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704095Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:05:43.957679656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:43.957689376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704113Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:05:43.957696946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:05:43.957706946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704127Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.guest_access\", \"\"): \"$gy89nFnZ8p8mxR2Bl5M7FlBAN8SdLZAYBaN57Bu5zPw\", (\"m.room.join_rules\", \"\"): \"$_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w\", (\"m.room.history_visibility\", \"\"): \"$MiHtKI3RUa2MBYkiRESreEgaUqWQRa82m-0ZO840xH0\", (\"m.room.name\", \"\"): \"$OUR4LscpIMOtb7ECUVIfpYVqyfTnkWkztQoCBfD14H4\", (\"m.room.power_levels\", \"\"): \"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\", (\"m.room.member\", \"@user-1:hs1\"): \"$cjmoXAvNW_D56NuhS8gTx7jNYmVkVz7pirk1VQMECAc\", (\"m.room.create\", \"\"): \"$BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk\"}\n"} -{"Time":"2024-04-23T18:05:43.957720266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 2\n"} -{"Time":"2024-04-23T18:05:43.957730756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704150Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\", \"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\"]\n"} -{"Time":"2024-04-23T18:05:43.957742416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\")\n"} -{"Time":"2024-04-23T18:05:43.957754146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:05:43.957765126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\n"} -{"Time":"2024-04-23T18:05:43.957773006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\n"} -{"Time":"2024-04-23T18:05:43.957781485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704316Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\n"} -{"Time":"2024-04-23T18:05:43.957793125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\n"} -{"Time":"2024-04-23T18:05:43.957802495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704374Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\", \"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\"]\n"} -{"Time":"2024-04-23T18:05:43.957810365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704383Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:43.957818835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\", \"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\"]\n"} -{"Time":"2024-04-23T18:05:43.957830775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck\"\n"} -{"Time":"2024-04-23T18:05:43.957839965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $s9tYmtJKiwwtP-rMY4c7KrBMASu1Hyy7hWiQ2EaM_Ck (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.957848365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.957858305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.957869595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\"\n"} -{"Time":"2024-04-23T18:05:43.957883835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg (m.room.member)\n"} -{"Time":"2024-04-23T18:05:43.957894854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:43.957903804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704680Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:43.957911604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:05:43.957920204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.704746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:05:43.957940304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.705530Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:05:43.957951634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.706745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m4.179823ms\n"} -{"Time":"2024-04-23T18:05:43.957961724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.706776Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $ki5_a7QEwkk-B4YCKjlIrlSAhNklVrccSGOQZpUIDOg \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m5.108424ms \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m5.328572ms\n"} -{"Time":"2024-04-23T18:05:43.957971084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.706798Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m5.350212ms \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"iSYcRgYfi1bs4uTNhP1PSqvgsKz-87PznvRgWRNNndY\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:05:43.957980894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.706860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.957987734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.707021Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.957995144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.707098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1161\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:43.958006843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.707114Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:43.958015713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.707152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:05:43.958024743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.710760Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.958034183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.712426Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.958042503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.712619Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.958050143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.712775Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.958058343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.712796Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.958066523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.712980Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.958075483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.713154Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Invalid join rules event: invalid type: string \"invalid\", expected struct ExtractType at line 1 column 9\n"} -{"Time":"2024-04-23T18:05:43.958084153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.713185Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:43.958092653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.713224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:43.958099513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.713302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:05:43.958108143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.713322Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:05:43.958115373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.714291Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.958122992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.714467Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.958134012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.714617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.958145192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.714637Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.958154922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.714790Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.958162882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.714962Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Invalid join rules event: invalid type: string \"invalid\", expected struct ExtractType at line 1 column 9\n"} -{"Time":"2024-04-23T18:05:43.958170712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.714990Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:43.958177602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.715025Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:43.958184322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.715097Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:05:43.958191282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.715116Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:05:43.958198202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.716130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.958207802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.716268Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%219oHzKLMiaxFXIi3RKS:hs1/state/m.room.join_rules/ {\"host\": \"127.0.0.1:1161\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"50\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:43.958220132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.716295Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%219oHzKLMiaxFXIi3RKS:hs1/state/m.room.join_rules/ Some(Object({\"allow\": String(\"invalid\"), \"join_rule\": String(\"knock_restricted\")}))\n"} -{"Time":"2024-04-23T18:05:43.958231401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.716876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":\"invalid\",\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:43.958254631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.716951Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":\"invalid\",\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:43.958266631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.716973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":\"invalid\",\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9oHzKLMiaxFXIi3RKS:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:43.958276121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.718578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.958284771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.719052Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.958291861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.719169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1161\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:43.958299191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.719194Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:43.958305831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.719509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.958313451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.720165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.958323311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.720278Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=239\u0026timeout=1000 {\"host\": \"127.0.0.1:1161\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:43.958333291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.720302Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=239\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:43.958340071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.720356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:05:43.95834665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.722187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:43.9583541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.95836105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724181Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.95836855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.95837643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724281Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.95838581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724388Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.95839462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724486Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Invalid join rules event: invalid type: string \"invalid\", expected a sequence at line 1 column 18\n"} -{"Time":"2024-04-23T18:05:43.95840914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724501Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:43.95841608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724521Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:43.95842285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:05:43.95842978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724575Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:05:43.95843656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.725196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:43.95844325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.725358Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:43.95845153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.725495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:43.958460569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.725513Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:43.958467629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.725657Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:43.958475129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.725799Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Invalid join rules event: invalid type: string \"invalid\", expected a sequence at line 1 column 18\n"} -{"Time":"2024-04-23T18:05:43.958481999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.725823Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:43.958491609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.725850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:05:43.958501299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.725915Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:05:43.958510259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.725941Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:05:43.958519789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"2024/04/23 18:05:43 ============== 18c9d60d66a9be6bde2706ca2326be6ae9afa8a9370a090d4d2840829d7848ba : END LOGS ==============\n"} -{"Time":"2024-04-23T18:05:43.958525579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:43.958530429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.176250832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"2024/04/23 18:05:44 ============================================\n"} -{"Time":"2024-04-23T18:05:44.176273401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.176279631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.176285191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"2024/04/23 18:05:44 b8906cc32bf2a58ac81516eacf186df323bf0e4a1ef77abd120b544c7c115f46 : Server logs:\n"} -{"Time":"2024-04-23T18:05:44.17642328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:05:44.17643209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:05:44.17643862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:05:44.17644847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:05:44.1764561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:05:44.17646268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"+ echo 'IP.1 = 172.28.0.3'\n"} -{"Time":"2024-04-23T18:05:44.17647087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:05:44.176479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:05:44.17649007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:05:44.176497469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:05:44.176505969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.567877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:05:44.176514719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.568006Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:05:44.176523409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.568390Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:05:44.176531759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.568396Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:05:44.176538159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.568402Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:05:44.176544239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.568412Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:05:44.176552579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.569259Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:05:44.176564859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.176571239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:05:44.176579429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.569348Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:05:44.176588949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.572268Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:05:44.176601659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.573864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:05:44.176626688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.574477Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:05:44.176635338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:42.575537Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:05:44.176643208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.038343Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 464.474728ms\n"} -{"Time":"2024-04-23T18:05:44.176651058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.040907Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:05:44.176663198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041042Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:44.176671598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041061Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:44.176685218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041071Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:05:44.176697998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041080Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:05:44.176706018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041088Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:05:44.176725187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041095Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:05:44.176738237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041105Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:05:44.176749607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041112Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:05:44.176758037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041119Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:05:44.176776767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041126Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:05:44.176792177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041134Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:05:44.176800117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041141Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:05:44.176809057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041149Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:05:44.176817107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041167Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:05:44.176825237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041177Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:05:44.176837416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041185Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:05:44.176861036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041195Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:05:44.176869696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041204Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:05:44.176877676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.041213Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:05:44.176885426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.042901Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:05:44.176893216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.045568Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:05:44.176900916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.062153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:05:44.176909136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.062164Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:05:44.176917486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.062785Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:05:44.176930426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.062919Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:05:44.176964355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.090745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.176976905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.091521Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1163\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:44.176987025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.091659Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:05:44.176995835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.091997Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:44.177005205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.231128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.177018745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.231742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1163\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:44.177034955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.231778Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:05:44.177048345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.273863Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:05:44.177058505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.275615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:44.177070124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.275827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:44.177084944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.275962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:44.177095944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.278677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:44.177114474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.278695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:44.177127644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.278717Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:44.177139154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.280162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:44.177166434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.280189Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:44.177178223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.280198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:44.177189623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.280223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:44.177204733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.280287Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs2\", \"@user-2:hs2\"}\n"} -{"Time":"2024-04-23T18:05:44.177215383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.280299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:05:44.177227303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.280325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:44.177247483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.280333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:44.177261133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.281806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:44.177274383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:44.177290132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.281832Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:44.177308332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:44.177328122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.281840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:44.177341382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:44.177360562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.283130Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-2:hs2 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:05:44.177369632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.283208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m52 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:44.177379902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.283908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:44.177391522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.283974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:44.177411951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.283978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.177422531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.283992Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:44.177433561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.284436Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%219oHzKLMiaxFXIi3RKS:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1163\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:44.177446531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.284468Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%219oHzKLMiaxFXIi3RKS:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:44.177455551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.285105Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !9oHzKLMiaxFXIi3RKS:hs1 over federation.\n"} -{"Time":"2024-04-23T18:05:44.177463931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.285235Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:44.177472451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.285785Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.177490171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.286075Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:05:44.177504961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.286091Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:05:44.17752331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.286167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:05:44.17753402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.286194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:44.17754495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.286215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:44.17755987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.286248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:44.17756949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.286285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 42828:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:44.1775821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.17758875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:05:44.17759512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.17761221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.286705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:44.1776229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.286787Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:44.177633019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.287119Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:05:44.177643959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.287137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 42828\n"} -{"Time":"2024-04-23T18:05:44.177654579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.287158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 42828:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:44.177670279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.177676689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:05:44.177683029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:44.177689919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"hs1. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:05:44.177696379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:44.177702629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:44.177709019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.177716829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.287176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 42828:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:44.177725819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.177743179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:05:44.177749668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:44.177761098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"hs1. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:05:44.177767628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:44.177783118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:44.177799508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.177807748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.287415Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:05:44.177818178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.287435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:05:44.177839038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.287558Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:44.177854958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.287584Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:44.177868827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.287598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:44.177886707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.287622Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:44.177896717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.287653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:44.177948147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.287674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:05:44.177962037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.287685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:44.177973246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.287698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:44.177989006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.287708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:44.177998486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.287735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 22958:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:44.178005726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.178012256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:44.178018966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.178026506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.287772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:44.178036346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.287808Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:44.178055896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.289151Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:44.178066226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.289163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 22958\n"} -{"Time":"2024-04-23T18:05:44.178083585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.289181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 22958:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:44.178092835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.178099175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:44.178105835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:44.178112665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:44.178119505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":". 86025 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:44.178126375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:44.178135785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.178145105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.289196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:44.178156205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.289213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:44.178166735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.289301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:44.178176695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.289317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:44.178191684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.289351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m61235\n"} -{"Time":"2024-04-23T18:05:44.178211084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.289358Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 61235:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:44.178219254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.178225834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:44.178232064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.178239094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.289369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:44.178246724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.291674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:44.178254634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.291688Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:44.178262064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.291697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:44.178269614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.291708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:44.178286494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.291715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:44.178294543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.291723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:44.178301923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.291732Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:44.178309443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.291745Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:44.178317963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.291789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 61235:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:44.178327153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.178333623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:44.178339903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:44.178346643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:44.178356123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":". 86025 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:44.178362923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:44.178369213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.178376763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.291844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:05:44.178387333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.291864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:44.178397943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.291884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:44.178408522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.291902Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:44.178418262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.291961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 37834:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:44.178425362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.178435402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:44.178441802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.178450092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.292020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:44.178460212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.292062Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:44.178477722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.293150Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:44.178492082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.293176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 37834\n"} -{"Time":"2024-04-23T18:05:44.178502012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.293212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 37834:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:44.178520401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.178527531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:44.178534011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:44.178540361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:44.178547161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":". 86025 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:44.178561551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:44.178568301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.178576441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.293243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:44.178587651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.293268Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:44.178605261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.293290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:44.1786194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.293334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:44.1786272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.293353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m46308\n"} -{"Time":"2024-04-23T18:05:44.17863583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.293368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 46308:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:44.17864296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.17864937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:44.17866246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.17866929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.293388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:44.17868211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.336269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:44.17868959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.336284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:44.1786973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.336292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:44.17870478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.336303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:44.17871231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.336310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:44.17872002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.336316Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:44.178727429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.336323Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:44.178734679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.336334Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:44.178742999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.336370Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 46308:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:44.178751589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.178758109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:44.178764549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:44.178776229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:44.178783039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":". 86025 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:44.178789789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:44.178795959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.178803589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.336417Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:44.178814549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.336448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:44.178824699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.336478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:05:44.178844648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.336497Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:44.178860858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.336518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:44.178871848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.336536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:44.178881228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.336583Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 54676:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:44.178888768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.178895408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:44.178902078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.178909528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.336635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:44.178919328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.336688Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:44.178946747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.337741Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:44.178957517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.337764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 54676\n"} -{"Time":"2024-04-23T18:05:44.178967637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.337800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 54676:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:44.178985517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.178992207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:44.179004967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:44.179011647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:44.179018327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":". 86025 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:44.179025547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:44.179031897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.179040017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.337828Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:44.179050907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.337849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:44.179061576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.337866Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:44.179071406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.337909Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:44.179079256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.337928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m12787\n"} -{"Time":"2024-04-23T18:05:44.179087036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.337961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 12787:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:44.179100736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.179107346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:44.179113766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.179120666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.337980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:44.179128136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.380852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:44.179141186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.380865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:44.179148726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.380872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:44.179156056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.380885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:44.179163676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.380893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:44.179171175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.380899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:44.179179265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.380906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:44.179186485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.380916Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:44.179194655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.380978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 12787:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:44.179203625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.179210145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:44.179217085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:44.179223825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:44.179230555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":". 86025 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:44.179237085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:44.179243515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.179251095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.381029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:05:44.179261015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.381051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:44.179277915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.381075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:44.179288764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.381092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:44.179298484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.381142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 11423:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:44.179305764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.179312204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:44.179318684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.179326124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.381212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:44.179335904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.381271Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:44.179346174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.382315Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:44.179366424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.382327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 11423\n"} -{"Time":"2024-04-23T18:05:44.179376554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.382344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 11423:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:44.179390044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.179396764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:44.179403413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:44.179410023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:44.179416783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":". 86025 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:44.179423363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:44.179434933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.179442803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.382358Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:44.179453783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.382369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:44.179469053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.382381Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:44.179478503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.382404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:44.179486143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.382416Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m7055\n"} -{"Time":"2024-04-23T18:05:44.179493993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.382424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 7055:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:44.179501183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.179507493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:44.179523382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.179530762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.382436Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:44.179538142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.424953Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:44.179545712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.424967Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:44.179553162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.424975Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:44.179565102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.424987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:44.179572502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.424995Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:44.179579892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.425002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:44.179587402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.425009Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:44.179594732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.425020Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:44.179603572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.425059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 7055:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:44.179612172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:44.179618822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:44.179630171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:44.179636741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:44.179643491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":". 86025 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:44.179650181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:44.179656311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.179669941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.425109Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:44.179680341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.425161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:44.179695871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.425240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:44.179712491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.425553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.179724741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.425625Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.179734751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.425671Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:44.17974472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.425697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:05:44.17975402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.425887Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:05:44.1797644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.428228Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:44.1797872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.428318Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.17979698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.571419Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.17980604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.571805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:44.17981503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.573204Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.1798245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.573231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.17983578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.573262Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.17985216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.573296Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.179866469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.573326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.179876619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.573394Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:44.179885349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.573413Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:44.179894279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.573433Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:05:44.179903659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.573504Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.179913099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.573542Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:05:44.179927519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.573561Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:05:44.179962349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.573619Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:05:44.179973408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.573645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:05:44.179983748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.573830Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:44.179995718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.573871Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:44.180008508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.573896Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:44.180020068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.573941Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:44.180029778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.573972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:44.180045478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.574029Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:44.180056538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.574061Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:44.180066998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.574092Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:44.180077458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.574130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:44.180087097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.574196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:44.180098317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.574393Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.180109717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.574453Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.180119507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.574476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.180137357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.575669Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.180151917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.575693Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.180163997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.575716Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.180175247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.575731Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.180184917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.575756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.180200166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.575807Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:44.180207936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.575823Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:44.180216866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.575916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m292 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:44.180225966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.576886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.180235206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.577036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21CBM1JguJcikAzZtw6C:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1163\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:44.180245706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.577067Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21CBM1JguJcikAzZtw6C:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:44.180254536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.577337Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !CBM1JguJcikAzZtw6C:hs1 over federation.\n"} -{"Time":"2024-04-23T18:05:44.180262936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.577366Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:44.180277246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.577417Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.180286826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.577454Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:05:44.180295636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.577472Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:05:44.180305296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.577541Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:05:44.180315455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.577569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:05:44.180325525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.577757Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:44.180337215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.577800Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:44.180352875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.577825Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:44.180369125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.577860Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:44.180383925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.577890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:44.180394315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.577949Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:44.180409015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.577978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:44.180419805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.578006Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:44.180430054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.578038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:44.180440254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.578098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:44.180451034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.578296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!CBM1JguJcikAzZtw6C:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.180462364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.578337Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.180471374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.578356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.180480014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.579970Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.180490104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.579994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.180500694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.580017Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!CBM1JguJcikAzZtw6C:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!CBM1JguJcikAzZtw6C:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.180511694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.580034Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.180527664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.580055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_join/!CBM1JguJcikAzZtw6C:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.180540113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.580105Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w\",\"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\",\"$BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk\"],\"content\":{\"membership\":\"join\"},\"depth\":8,\"hashes\":{\"sha256\":\"cio6qNRYe3g5QwMqNgiDIjqCkh8JzfOANFcXsTwbwG4\"},\"origin\":\"hs1\",\"origin_server_ts\":1713909943579,\"prev_events\":[\"$OUR4LscpIMOtb7ECUVIfpYVqyfTnkWkztQoCBfD14H4\"],\"room_id\":\"!CBM1JguJcikAzZtw6C:hs1\",\"sender\":\"@user-2:hs2\",\"signatures\":{\"hs1\":{\"ed25519:47tEZhMl\":\"GWwnfT8A2+cF7ci4uAFzOxIzSN3TUPjSPKC+F+RhhNFM2YFdA7tWwXC8vgp/xeLZlPvgaI9c6twsryMO82jHCg\"}},\"state_key\":\"@user-2:hs2\",\"type\":\"m.room.member\"}) })\n"} -{"Time":"2024-04-23T18:05:44.180552313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.580116Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:05:44.180570273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.580226Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for send_join in room !CBM1JguJcikAzZtw6C:hs1\n"} -{"Time":"2024-04-23T18:05:44.180595173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.580327Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.180606073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.580481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!CBM1JguJcikAzZtw6C:hs1/$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.180623543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.580504Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.180638393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.580512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.180648352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.592652Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.180657892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.592665Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.180668342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.592760Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_join/!CBM1JguJcikAzZtw6C:hs1/$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA with https://hs1:8448/_matrix/federation/v2/send_join/!CBM1JguJcikAzZtw6C:hs1/$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\n"} -{"Time":"2024-04-23T18:05:44.180678572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.592769Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.180687992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.592783Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v2/send_join/!CBM1JguJcikAzZtw6C:hs1/$5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA\n"} -{"Time":"2024-04-23T18:05:44.180703012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.592829Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:05:44.180711192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.592984Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:05:44.180719892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.593067Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:05:44.180728102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.593262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs1\n"} -{"Time":"2024-04-23T18:05:44.180736902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.593293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Signing key not loaded for hs1\n"} -{"Time":"2024-04-23T18:05:44.180745662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.593593Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted key servers first for homeserver signing keys.\n"} -{"Time":"2024-04-23T18:05:44.180754682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.593622Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Remaining servers left that the notary/trusted servers did not provide: {\"hs1\": {}}\n"} -{"Time":"2024-04-23T18:05:44.180763341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.593641Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking individual servers for signing keys: {\"hs1\": {}}\n"} -{"Time":"2024-04-23T18:05:44.180772281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.593739Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.180783191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.593898Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.180800291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.593964Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.180810001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.593983Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.180824731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.594738Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.180834131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.594766Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.180848891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.594791Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:44.180858361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.594806Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.180867681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.594842Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:44.1808767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.594911Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Received new Future result\n"} -{"Time":"2024-04-23T18:05:44.18088533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.594925Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Result is from hs1\n"} -{"Time":"2024-04-23T18:05:44.18089859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.595108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Done handling Future result\n"} -{"Time":"2024-04-23T18:05:44.18090706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.595132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Search for signing keys done\n"} -{"Time":"2024-04-23T18:05:44.18091583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.595147Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:05:44.18092435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.596305Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.18095096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.596770Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:44.1809625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.597077Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/U5ZxdpWh2mWgRyRaqLT18_oTqMkauwwwY75o5iAr0lw {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"902\"}\n"} -{"Time":"2024-04-23T18:05:44.18097679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.597100Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/U5ZxdpWh2mWgRyRaqLT18_oTqMkauwwwY75o5iAr0lw Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909943593, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$_eH7CmecOCAGCVFlUmxIcUvpB5manpRUFrnCw5xU03w\"), String(\"$Kk9mFRxQ1SS6ejyEdHZjncPiLNMrKX90kEBXAjjQUjU\"), String(\"$BUpc-7bmeVkHqfmsIS-SoghTWd-F75ywS1CaE_-4Fkk\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"b5EH1I7TNQ4N5/5SQbURshC+kM17GZmFZCMQEek//nc\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909943580, \"prev_events\": Array([String(\"$OUR4LscpIMOtb7ECUVIfpYVqyfTnkWkztQoCBfD14H4\")]),"} -{"Time":"2024-04-23T18:05:44.180990869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":" \"room_id\": String(\"!CBM1JguJcikAzZtw6C:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"4mLU3FmNHq73suIQWqW14kZl/5BNbmIxRtRnBfr4XbWzW+N7l1j/8/ak16TQrc6rHvLh9B4FPu4UqUZKbWSkCQ\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"aC5OCpMGOEy2ZxJ9wHZFrgd2X8klv7b+DlRJI6BpB9FjSgWzSZqQr8y/q+pfrKxsIIPiIjBkJoT8UnomtTj2CQ\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({})})])}))\n"} -{"Time":"2024-04-23T18:05:44.181001249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.597318Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Could not parse PDU: Server is not in room !CBM1JguJcikAzZtw6C:hs1\n"} -{"Time":"2024-04-23T18:05:44.181010499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.597343Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m144.229µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"U5ZxdpWh2mWgRyRaqLT18_oTqMkauwwwY75o5iAr0lw\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:05:44.181020979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.597526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m325.407µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"U5ZxdpWh2mWgRyRaqLT18_oTqMkauwwwY75o5iAr0lw\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:05:44.181035579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.597615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:44.181049909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.598010Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:05:44.181058109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.598908Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:05:44.181064569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.598956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $5h_x7BnIbl9XhDX-RerWP00jdhjOCAz0sPmZ6ArHorA (m.room.member)\n"} -{"Time":"2024-04-23T18:05:44.181078059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.599106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:44.181086939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.599373Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:44.181095589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.599398Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:05:44.181104038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.602237Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:05:44.181112548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.602975Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:05:44.181120998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.604053Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:05:44.181129518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.604266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m27 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:44.181138998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.605307Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.181148638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.605588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21CBM1JguJcikAzZtw6C:hs1/state/m.room.member/@user-2:hs2 {\"host\": \"127.0.0.1:1163\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"43\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:44.181159418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.605614Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21CBM1JguJcikAzZtw6C:hs1/state/m.room.member/@user-2:hs2 Some(Object({\"displayname\": String(\"Bobby\"), \"membership\": String(\"join\")}))\n"} -{"Time":"2024-04-23T18:05:44.181169938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.606425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:44.181182058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.606464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:44.181195398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.606532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:44.181206198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.608575Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:44.181215058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.609022Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.181224427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.609180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.181233757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.609332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/send/Kn9vZs7_i6QlAQQkKuUrxLkW1ZWHjnZoSLw0yF6PiiQ\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.181318407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.609379Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.181343516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.609412Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:44.181353736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.609438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:05:44.181369746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.609532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1163\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:44.181379696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.609566Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:44.181389346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.609646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:05:44.181404326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.611238Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:44.181413326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.611328Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.181421586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.612620Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-2:hs2 timeout:300s\n"} -{"Time":"2024-04-23T18:05:44.181437666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.612769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:44.181450755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.181459825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613517Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%219oHzKLMiaxFXIi3RKS:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1163\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:44.181470005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613542Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%219oHzKLMiaxFXIi3RKS:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:44.181488815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613791Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !9oHzKLMiaxFXIi3RKS:hs1 over federation.\n"} -{"Time":"2024-04-23T18:05:44.181497815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613820Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:44.181507575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.613871Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.181523055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.614087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.181539095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.614136Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.181548685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.614157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.181558324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.619053Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.181566984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.619074Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.181576464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.619187Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/send/Kn9vZs7_i6QlAQQkKuUrxLkW1ZWHjnZoSLw0yF6PiiQ with https://hs1:8448/_matrix/federation/v1/send/Kn9vZs7_i6QlAQQkKuUrxLkW1ZWHjnZoSLw0yF6PiiQ\n"} -{"Time":"2024-04-23T18:05:44.181585844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.619204Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.181600444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.619223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v1/send/Kn9vZs7_i6QlAQQkKuUrxLkW1ZWHjnZoSLw0yF6PiiQ\n"} -{"Time":"2024-04-23T18:05:44.181609674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.620464Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.181624734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.620503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.181635834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.620534Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.181647024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.620557Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.181656844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.620583Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.181666794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.620640Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:44.181675243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.620656Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_FORBIDDEN\"\n"} -{"Time":"2024-04-23T18:05:44.181683793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.620672Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:05:44.181692443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.620726Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.181702963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.621032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.181713913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.621093Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.181723383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.621122Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.181742823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.622313Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.181752593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.622327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.181763313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.622338Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.181774173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.622346Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.181788552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.622358Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.181802992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.622388Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:44.181811642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.622399Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_FORBIDDEN\"\n"} -{"Time":"2024-04-23T18:05:44.181820242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.622460Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:05:44.181828922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.623256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.181838302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.623411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%219oHzKLMiaxFXIi3RKS:hs1/state/m.room.member/@user-2:hs2 {\"host\": \"127.0.0.1:1163\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"87\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:44.181867762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.623440Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%219oHzKLMiaxFXIi3RKS:hs1/state/m.room.member/@user-2:hs2 Some(Object({\"displayname\": String(\"Bobby\"), \"join_authorised_via_users_server\": String(\"unused\"), \"membership\": String(\"join\")}))\n"} -{"Time":"2024-04-23T18:05:44.181882932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.623653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: non-create event for room of unknown version in !9oHzKLMiaxFXIi3RKS:hs1\n"} -{"Time":"2024-04-23T18:05:44.181892272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.623727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:05:44.181911341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.623744Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:05:44.181920931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.624334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.181949301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.624609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%219oHzKLMiaxFXIi3RKS:hs1/leave {\"host\": \"127.0.0.1:1163\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:44.181959921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.624634Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%219oHzKLMiaxFXIi3RKS:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:44.181973741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.624845Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Failed to leave room @user-2:hs2 remotely: M_BAD_STATE: User is not invited.\n"} -{"Time":"2024-04-23T18:05:44.181982831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.625767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:44.181991931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.626586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.182000761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.626719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21CBM1JguJcikAzZtw6C:hs1/leave {\"host\": \"127.0.0.1:1163\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:44.182010701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.626741Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21CBM1JguJcikAzZtw6C:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:44.18202033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.627503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:44.18204114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.627544Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:44.18205579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.627594Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:44.18206668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.629743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:44.18207598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.630295Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.18208578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.630496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/send/M965fnZaWxRXfSwZbjCLP_phfoYXJSs-HrK4aaq_nL8\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.18209609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.630527Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:05:44.18210513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.630538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.182130899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.645128Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.182140729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.645144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.182150009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.645160Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/send/M965fnZaWxRXfSwZbjCLP_phfoYXJSs-HrK4aaq_nL8 with https://hs1:8448/_matrix/federation/v1/send/M965fnZaWxRXfSwZbjCLP_phfoYXJSs-HrK4aaq_nL8\n"} -{"Time":"2024-04-23T18:05:44.182159879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.645168Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.182169089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.645182Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v1/send/M965fnZaWxRXfSwZbjCLP_phfoYXJSs-HrK4aaq_nL8\n"} -{"Time":"2024-04-23T18:05:44.182183259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.649149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.182194479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.649240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%219oHzKLMiaxFXIi3RKS:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1163\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:44.182205299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.649257Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%219oHzKLMiaxFXIi3RKS:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:44.182214269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.649433Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !9oHzKLMiaxFXIi3RKS:hs1 over federation.\n"} -{"Time":"2024-04-23T18:05:44.182224159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.649450Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:44.182233039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.649477Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.182243748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.649583Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.182256258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.649607Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.182266988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.649617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.182281168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.650883Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.182291668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.650904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.182302578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.650922Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.182314268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.650942Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.182324408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.650959Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.182334828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.651003Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:44.182343898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.651014Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:44.182352638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.651023Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:05:44.182361447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.651063Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.182415677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.651180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.182428767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.651205Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.182440597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.651214Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.182458137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.652361Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.182468086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.652374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.182479086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.652386Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.182496066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.652394Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.182506196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.652406Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.182516146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.652433Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:44.182525016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.652442Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:44.182534736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.652507Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:44.182543996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.656525Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.182553286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.656802Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:44.182563286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.657045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!9oHzKLMiaxFXIi3RKS:hs1/$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1469\"}\n"} -{"Time":"2024-04-23T18:05:44.182584015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.657077Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!9oHzKLMiaxFXIi3RKS:hs1/$2dGyO_NstLlFr06zPDBWL4nwRzJ8bIqffnoIKbKSsEU Some(Object({\"event\": Object({\"auth_events\": Array([String(\"$cq1AmyzRSiX-Zp7N0Hijj4HRQoVMFGWATsysbt1nw34\"), String(\"$-wbHj1KHriXELuGgqUQ97jVBXu0SKuQAFWmxqA_Y9wM\"), String(\"$t2DSLl8mlPmnjG0NT0xRTUY6GE97zLEX6VgUDYhdMxw\"), String(\"$V9dOz0Y02d8MrD3vmQK3ue-bfpGkN-UiBfuoECwhOug\")]), \"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"hiWVOjo+R2gxk4gfwSgAjmHAbl9xHTFi6CtOpBQjXu4\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909943654, \"prev_events\": Array([String(\"$IXV4aRat4UP8MO1JRJBtULnXxZoKbWjhEKlqFssIshI\")]), \"room_id\": String(\"!9oHzKLMiaxFXIi3RKS:hs1\"), \"sender\": String(\"@user-1:hs1\"), \"signatures\": Object({\"hs1\": Object("} -{"Time":"2024-04-23T18:05:44.182599065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"{\"ed25519:47tEZhMl\": String(\"cVCV87vI565IC4qGmzQz0HGw5kP/QV9ZOEI+c6xOQb7jiZxrkT8DTYsOuYb3bVP10+jyMe9DIaTNDlngVZUcBA\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")}), \"invite_room_state\": Array([Object({\"content\": Object({\"creator\": String(\"@user-1:hs1\"), \"room_version\": String(\"10\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.create\")}), Object({\"content\": Object({\"allow\": Array([Object({\"room_id\": String(\"!CBM1JguJcikAzZtw6C:hs1\"), \"type\": String(\"m.room_membership\"), \"via\": Array([String(\"hs1\")])})]), \"join_rule\": String(\"knock_restricted\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")}), Object({\"content\": Object({\"name\": String(\"Room\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.name\")}), Object({\"content\": Object({\"displayname\": String(\"user-1 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"is_direct\": Bool(false), \"membership\": String(\"join\")}), \"sender\": Str"} -{"Time":"2024-04-23T18:05:44.182614185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"ing(\"@user-1:hs1\"), \"state_key\": String(\"@user-1:hs1\"), \"type\": String(\"m.room.member\")}), Object({\"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")})]), \"org.matrix.msc4125.via\": Array([String(\"hs1\"), String(\"hs1\")]), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:05:44.182624415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.657266Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:44.182634155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.658679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:44.182643205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.673281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.182652705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.673368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%219oHzKLMiaxFXIi3RKS:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1163\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:44.182663015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.673381Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%219oHzKLMiaxFXIi3RKS:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:44.182672335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.673530Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !9oHzKLMiaxFXIi3RKS:hs1 over federation.\n"} -{"Time":"2024-04-23T18:05:44.182681065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.673546Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:44.182689855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.673571Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.182700594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.673672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.182712524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.673696Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.182722044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.673705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.182732414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.674998Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.182743014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.675034Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.182754164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.675062Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.182771344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.675078Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.182786334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.675107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.182795964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.675174Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:44.182804674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.675191Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:44.182813563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.675209Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:05:44.182828523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.675275Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.182839503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.675475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.182849383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.675518Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.182863953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.675536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.182873993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.676722Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.182883863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.676749Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.182895123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.676773Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.182923522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.676789Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.182944312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.676812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.182955132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.676865Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:44.182964062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.676881Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:44.182973072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.676897Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (2)\n"} -{"Time":"2024-04-23T18:05:44.182981882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.676979Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.182992782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.677146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.183010142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.677187Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.183020212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.677204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.183030252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.678374Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.183040011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.678402Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.183055231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.678425Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.183066021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.678441Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.183081241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.678464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.183091281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.678517Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:44.183099811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.678533Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:44.183108931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.678549Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (3)\n"} -{"Time":"2024-04-23T18:05:44.183117021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.678602Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.183127641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.678767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.18314895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.678807Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.18315893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.678824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.1831694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.679999Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.18317908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.680026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.18318937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.680049Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.18320041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.680064Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.18321047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.680088Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.18322026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.680140Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:44.18323365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.680156Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:44.18324154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.680172Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (4)\n"} -{"Time":"2024-04-23T18:05:44.18324862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.680222Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.18325913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.680385Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.183271309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.680425Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.183281389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.680443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.183296309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.681618Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.183311719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.681646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.183321049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.681669Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.183337019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.681684Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.183347179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.681708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.183363089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.681761Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:44.183371839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.681777Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:44.183389798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.681793Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (5)\n"} -{"Time":"2024-04-23T18:05:44.183399198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.681843Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.183411438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.682024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.183423098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.682064Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.183432848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.682082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.183442768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.683249Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.183452818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.683277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.183463438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.683300Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.183480088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.683315Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.183499157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.683339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.183509457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.683392Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:44.183517397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.683407Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:44.183532227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.683423Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (6)\n"} -{"Time":"2024-04-23T18:05:44.183541257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.683477Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.183551817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.683640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.183563317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.683679Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.183576827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.683697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.183592147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.684860Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.183602757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.684887Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.183613806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.684910Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.183625166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.684926Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.183635906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.684969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.183646176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.685030Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:44.183654976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.685046Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:44.183663936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.685063Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (7)\n"} -{"Time":"2024-04-23T18:05:44.183688416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.685114Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.183700036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.685277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.183717825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.685316Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.183728395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.685334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.183738435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.686504Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.183748265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.686532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.183767925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.686555Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.183780285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.686570Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.183790365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.686594Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.183800195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.686646Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:44.183809655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.686662Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:44.183818575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.686763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:44.183827515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.687620Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.183836614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.687801Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%219oHzKLMiaxFXIi3RKS:hs1/leave {\"host\": \"127.0.0.1:1163\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:44.183847844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.687836Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%219oHzKLMiaxFXIi3RKS:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:44.183861514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.688115Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m servers in remote_leave_room: {\"hs1\"}\n"} -{"Time":"2024-04-23T18:05:44.183871644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.688309Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.183886754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.688546Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_leave/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.183904394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.688605Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.183914324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.688631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.183924194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.690899Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.183943174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.690928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.183959593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.690974Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_leave/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2 with https://hs1:8448/_matrix/federation/v1/make_leave/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\n"} -{"Time":"2024-04-23T18:05:44.183974263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.690991Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.183982783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.691016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_leave/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\n"} -{"Time":"2024-04-23T18:05:44.183993313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.691444Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.184004083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.691724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_leave/!9oHzKLMiaxFXIi3RKS:hs1/$U-zeJr09Gkjz7ZXwepUFLeG6wSU18wD20SRTuRl3vok\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.184015143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.691768Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.184030443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.691786Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.184039943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.693891Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.184049773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.693919Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.184066912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.693959Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_leave/!9oHzKLMiaxFXIi3RKS:hs1/$U-zeJr09Gkjz7ZXwepUFLeG6wSU18wD20SRTuRl3vok with https://hs1:8448/_matrix/federation/v2/send_leave/!9oHzKLMiaxFXIi3RKS:hs1/$U-zeJr09Gkjz7ZXwepUFLeG6wSU18wD20SRTuRl3vok\n"} -{"Time":"2024-04-23T18:05:44.184077562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.693976Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.184087172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.694000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for PUT https://hs1:8448/_matrix/federation/v2/send_leave/!9oHzKLMiaxFXIi3RKS:hs1/$U-zeJr09Gkjz7ZXwepUFLeG6wSU18wD20SRTuRl3vok\n"} -{"Time":"2024-04-23T18:05:44.184096902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.694064Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Failed to leave room @user-2:hs2 remotely: hs1\n"} -{"Time":"2024-04-23T18:05:44.184105632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.695020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:44.184114572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.695775Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.184124002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.695862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21CBM1JguJcikAzZtw6C:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1163\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:44.184135522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.695876Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21CBM1JguJcikAzZtw6C:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:44.184144422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.696027Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:05:44.184154612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.696542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:44.184168332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.696564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:44.184180531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.696603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CBM1JguJcikAzZtw6C:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:44.184197821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.697869Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:44.184212131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.698707Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.184221931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.699024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/send/iSYcRgYfi1bs4uTNhP1PSqvgsKz-87PznvRgWRNNndY\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.184231951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.699053Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:05:44.184241071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.699062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.184250311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.707042Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.184259111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.707071Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.184266431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.707095Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/send/iSYcRgYfi1bs4uTNhP1PSqvgsKz-87PznvRgWRNNndY with https://hs1:8448/_matrix/federation/v1/send/iSYcRgYfi1bs4uTNhP1PSqvgsKz-87PznvRgWRNNndY\n"} -{"Time":"2024-04-23T18:05:44.184273451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.707108Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.184280821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.707129Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v1/send/iSYcRgYfi1bs4uTNhP1PSqvgsKz-87PznvRgWRNNndY\n"} -{"Time":"2024-04-23T18:05:44.18428761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.711684Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.18429488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.711814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%219oHzKLMiaxFXIi3RKS:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1163\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:44.1843024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.711830Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%219oHzKLMiaxFXIi3RKS:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:44.18430901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.711995Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !9oHzKLMiaxFXIi3RKS:hs1 over federation.\n"} -{"Time":"2024-04-23T18:05:44.18432326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.712012Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:44.1843307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.712045Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.1843389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.712170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.18435079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.712197Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.18436572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.712207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.18437335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.713545Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.18438139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.713573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.184403199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.713605Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.184417919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.713622Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.184425629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.713649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 500 for GET https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.184450169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.713710Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:44.184458259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.713727Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNKNOWN\"\n"} -{"Time":"2024-04-23T18:05:44.184467429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.713744Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:05:44.184474339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.713803Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.184491959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.714008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.184501819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.714055Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.184509279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.714074Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.184516728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.715319Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.184531698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.715344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.184543568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.715374Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.184557978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.715393Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.184568098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.715425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 500 for GET https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.184582388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.715489Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:44.184591478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.715508Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNKNOWN\"\n"} -{"Time":"2024-04-23T18:05:44.184599998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.715594Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:05:44.184610908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.715613Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms\n"} -{"Time":"2024-04-23T18:05:44.184620628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.723095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:44.184633907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.723237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%219oHzKLMiaxFXIi3RKS:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1163\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:44.184642537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.723261Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%219oHzKLMiaxFXIi3RKS:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:44.184654977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.723475Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !9oHzKLMiaxFXIi3RKS:hs1 over federation.\n"} -{"Time":"2024-04-23T18:05:44.184663917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.723500Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:44.184672397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.723543Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.184680557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.723709Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.184691887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.723750Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.184702017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.723768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.184710177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724703Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.184717647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724722Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.184727137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724740Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.184737287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724752Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.184744816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 500 for GET https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.184752096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724807Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:44.184758676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724820Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNKNOWN\"\n"} -{"Time":"2024-04-23T18:05:44.184766316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724831Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:05:44.184775226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724868Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:44.184790996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.724992Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:44.184803876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.725016Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:44.184815726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.725025Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.184826246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.726124Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.184836006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.726142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:44.184847036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.726156Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.184855885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.726166Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:44.184864155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.726182Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 500 for GET https://hs1:8448/_matrix/federation/v1/make_join/!9oHzKLMiaxFXIi3RKS:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:44.184874705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.726220Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:44.184883675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.726229Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNKNOWN\"\n"} -{"Time":"2024-04-23T18:05:44.184898235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.726273Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:05:44.184905495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.726282Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms\n"} -{"Time":"2024-04-23T18:05:44.184913695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.760311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:05:44.184921905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:43.760381Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:05:44.184929745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"2024/04/23 18:05:44 ============== b8906cc32bf2a58ac81516eacf186df323bf0e4a1ef77abd120b544c7c115f46 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:05:44.184946125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.184952385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:44.203194513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Output":"--- FAIL: TestRestrictedRoomsRemoteJoinInMSC3787Room (2.20s)\n"} -{"Time":"2024-04-23T18:05:44.203205623-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinInMSC3787Room","Elapsed":2.2} -{"Time":"2024-04-23T18:05:44.203216943-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room"} -{"Time":"2024-04-23T18:05:44.203222693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"=== RUN TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room\n"} -{"Time":"2024-04-23T18:05:44.203231133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" restricted_rooms_test.go:215: WARNING: TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room called runtime.SkipIf([dendrite]) but Complement doesn't know which HS is running as it was run without a *_blacklist tag: executing test.\n"} -{"Time":"2024-04-23T18:05:45.295175666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" restricted_rooms_test.go:217: Deploy times: 11.478898ms blueprints, 1.080401006s containers\n"} -{"Time":"2024-04-23T18:05:45.349703123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (54.440778ms)\n"} -{"Time":"2024-04-23T18:05:45.365313655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/createRoom =\u003e 200 OK (15.500092ms)\n"} -{"Time":"2024-04-23T18:05:45.382516243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/createRoom =\u003e 200 OK (17.109669ms)\n"} -{"Time":"2024-04-23T18:05:45.436972931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (54.371759ms)\n"} -{"Time":"2024-04-23T18:05:45.744639047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/rooms/!Nxe8C72UJfbyLAeWcy:hs2/invite =\u003e 200 OK (307.567987ms)\n"} -{"Time":"2024-04-23T18:05:45.759260777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!Nxe8C72UJfbyLAeWcy:hs2 =\u003e 400 Bad Request (14.551341ms)\n"} -{"Time":"2024-04-23T18:05:45.828438635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (69.082299ms)\n"} -{"Time":"2024-04-23T18:05:45.829324327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!Nxe8C72UJfbyLAeWcy:hs2/invite =\u003e 403 Forbidden (817.702µs)\n"} -{"Time":"2024-04-23T18:05:45.831685886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!Nxe8C72UJfbyLAeWcy:hs2 =\u003e 400 Bad Request (2.27826ms)\n"} -{"Time":"2024-04-23T18:05:45.862309775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!diMCi2BywWr8JJjv47:hs2 =\u003e 200 OK (30.51726ms)\n"} -{"Time":"2024-04-23T18:05:45.867018813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!Nxe8C72UJfbyLAeWcy:hs2 =\u003e 403 Forbidden (4.636859ms)\n"} -{"Time":"2024-04-23T18:05:45.875677707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (8.564135ms)\n"} -{"Time":"2024-04-23T18:05:46.878498678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002526043s)\n"} -{"Time":"2024-04-23T18:05:47.881468427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00287534s)\n"} -{"Time":"2024-04-23T18:05:48.884711272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003117986s)\n"} -{"Time":"2024-04-23T18:05:49.887872838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003081487s)\n"} -{"Time":"2024-04-23T18:05:50.890729366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002754038s)\n"} -{"Time":"2024-04-23T18:05:50.890811895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" restricted_rooms_test.go:275: \u001b[31m@user-1:hs2 MustSyncUntil: timed out after 5.023743072s. Seen 6 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:05:50.890825865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" [t=8.881661ms] Response #1: SyncTimelineHas(!Nxe8C72UJfbyLAeWcy:hs2): check function did not pass while iterating over 9 elements: [{\"content\":{\"creator\":\"@user-1:hs2\",\"room_version\":\"10\"},\"event_id\":\"$MZhXTvNRXhKt6y-16U80PvVXdDfFhg9bAhClLnjQrGs\",\"origin_server_ts\":1713909945366,\"sender\":\"@user-1:hs2\",\"state_key\":\"\",\"type\":\"m.room.create\",\"unsigned\":{\"age\":1}},{\"content\":{\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"},\"event_id\":\"$TKJhQ1hiaVROaypP-ub_D1MDmb4x3WnJRlgkcb-ZaMs\",\"origin_server_ts\":1713909945368,\"sender\":\"@user-1:hs2\",\"state_key\":\"@user-1:hs2\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}},{\"content\":{\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}},\"event_id\":\"$J9OKqyr_HJtckJNucb_XYW6jx7Kw4wdzaP7CK4Oel_M\",\"origin_server_ts\":1713909945370,\"sender\":\"@user-1:hs2\",\"state_key\":\"\",\"type\":\"m.room.power_levels\",\"unsigned\":{\"age\":1}},{\"content\":{\"joi"} -{"Time":"2024-04-23T18:05:50.890843805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"n_rule\":\"public\"},\"event_id\":\"$xLDrIOlIV1ek-HkDRdAd5eY9jZfwny_f2Cv6TA5pluY\",\"origin_server_ts\":1713909945372,\"sender\":\"@user-1:hs2\",\"state_key\":\"\",\"type\":\"m.room.join_rules\",\"unsigned\":{\"age\":1}},{\"content\":{\"history_visibility\":\"shared\"},\"event_id\":\"$eiKikz4I0UlLXcdlyKTEl4h-nzIrBdB27WRAD4CCRE0\",\"origin_server_ts\":1713909945374,\"sender\":\"@user-1:hs2\",\"state_key\":\"\",\"type\":\"m.room.history_visibility\",\"unsigned\":{\"age\":1}},{\"content\":{\"guest_access\":\"forbidden\"},\"event_id\":\"$HMF1hT2ekTopOgVzXHIPmEW4wclviKobWN2BShe-uhY\",\"origin_server_ts\":1713909945376,\"sender\":\"@user-1:hs2\",\"state_key\":\"\",\"type\":\"m.room.guest_access\",\"unsigned\":{\"age\":1}},{\"content\":{\"allow\":[{\"room_id\":\"!diMCi2BywWr8JJjv47:hs2\",\"type\":\"m.room_membership\",\"via\":[\"hs2\"]}],\"join_rule\":\"knock_restricted\"},\"event_id\":\"$of92K44pz2f61fvw5yADsEwNfaCGOIzpnfkhoKEVjl4\",\"origin_server_ts\":1713909945378,\"sender\":\"@user-1:hs2\",\"state_key\":\"\",\"type\":\"m.room.join_rules\",\"unsigned\":{\"age\":1,\"prev_content\":{\"join_rule\":\"public\"},\"prev_sender\":\"@user-1:hs2\"}},{\""} -{"Time":"2024-04-23T18:05:50.890884004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"content\":{\"name\":\"Room\"},\"event_id\":\"$55e1L4rxeF8TkPje5ZYDa8qMXbS8bWZtx5IrUsui9Kc\",\"origin_server_ts\":1713909945380,\"sender\":\"@user-1:hs2\",\"state_key\":\"\",\"type\":\"m.room.name\",\"unsigned\":{\"age\":1}},{\"content\":{\"is_direct\":false,\"membership\":\"invite\"},\"event_id\":\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\",\"origin_server_ts\":1713909945438,\"sender\":\"@user-1:hs2\",\"state_key\":\"@user-2:hs1\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}}]\n"} -{"Time":"2024-04-23T18:05:50.890892354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" [t=1.011508114s] Response #2: SyncTimelineHas(!Nxe8C72UJfbyLAeWcy:hs2): Key rooms.join.!Nxe8C72UJfbyLAeWcy:hs2.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:05:50.890900174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" [t=2.014470953s] Response #3: SyncTimelineHas(!Nxe8C72UJfbyLAeWcy:hs2): Key rooms.join.!Nxe8C72UJfbyLAeWcy:hs2.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:05:50.890907684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" [t=3.017693989s] Response #4: SyncTimelineHas(!Nxe8C72UJfbyLAeWcy:hs2): Key rooms.join.!Nxe8C72UJfbyLAeWcy:hs2.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:05:50.890915314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" [t=4.020880954s] Response #5: SyncTimelineHas(!Nxe8C72UJfbyLAeWcy:hs2): Key rooms.join.!Nxe8C72UJfbyLAeWcy:hs2.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:05:50.890927824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" [t=5.023740112s] Response #6: SyncTimelineHas(!Nxe8C72UJfbyLAeWcy:hs2): Key rooms.join.!Nxe8C72UJfbyLAeWcy:hs2.timeline.events does not exist, \n"} -{"Time":"2024-04-23T18:05:50.890954924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:05:51.094506861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"2024/04/23 18:05:51 ============================================\n"} -{"Time":"2024-04-23T18:05:51.094534831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.09455917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.09456561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"2024/04/23 18:05:51 873540c7130643383b38fa5f5056a9cd8c450fee463630ab3ca0dfc1aa3b9753 : Server logs:\n"} -{"Time":"2024-04-23T18:05:51.094704149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:05:51.094712989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:05:51.094717499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:05:51.094722879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:05:51.094726809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:05:51.094730549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"+ echo 'IP.1 = 172.28.0.2'\n"} -{"Time":"2024-04-23T18:05:51.094762689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:05:51.094777458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:05:51.094794258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:05:51.094802568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:05:51.094814568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.706293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:05:51.094841288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.706394Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:05:51.094849978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.706714Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:05:51.094858608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.706721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:05:51.094866318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.706727Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:05:51.094874388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.706737Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:05:51.094882687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.707451Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:05:51.094890757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.094897717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:05:51.094918967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.707513Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:05:51.094928047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.710058Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:05:51.094960537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.711634Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:05:51.094968777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.712236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:05:51.094976587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.713284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:05:51.094984317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.162533Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 450.894988ms\n"} -{"Time":"2024-04-23T18:05:51.094992146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164582Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:05:51.094999886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164647Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:51.095007616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164657Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:51.095015236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164664Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:05:51.095023846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164671Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:05:51.095044626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164678Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:05:51.095054006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164685Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:05:51.095061896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164695Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:05:51.095070756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164702Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:05:51.095079116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164709Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:05:51.095086456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164717Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:05:51.095094016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164724Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:05:51.095108355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164732Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:05:51.095116095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164740Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:05:51.095123515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164757Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:05:51.095135155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164768Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:05:51.095142675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164777Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:05:51.095149875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164787Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:05:51.095157055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164795Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:05:51.095164375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.164804Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:05:51.095171615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.166618Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:05:51.095179145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.169581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:05:51.095186575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.186257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:05:51.095193975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.186268Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:05:51.095201655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.186939Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:05:51.095209925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.187094Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:05:51.095217884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.227929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.095226094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.228749Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1165\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.095235414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.228888Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:05:51.095243524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.229166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.095252484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.295602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.095260784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.296198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1165\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.095271474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.296232Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:05:51.095285194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.339407Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:05:51.095294064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.341370Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:51.095305364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.341597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:51.095315814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.341733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:51.095326274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.344660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:51.095354683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.344679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:51.095367533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.344702Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:51.095379003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.346205Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:51.095390453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.346233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:51.095405583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.346243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:51.095416433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.346268Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:51.095427093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.346336Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs2\", \"@user-1:hs2\"}\n"} -{"Time":"2024-04-23T18:05:51.095439433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.346348Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:05:51.095456032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.346376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:51.095467312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.346383Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.095482272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.347961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:51.095497732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:51.095517032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.347989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:51.095534392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:51.095552882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.347997Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:51.095569031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.095588411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.349332Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs2 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:05:51.095597271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.349413Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m53 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.095609831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.350210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.095620401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.350330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:51.095632251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.350405Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:51.095647591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.350422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.095658501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.350696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1165\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.095678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.350729Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"name\": String(\"Space\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:05:51.09568849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.351438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs2\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:05:51.09570041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.351470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs2\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:05:51.09571656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.351500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs2\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:05:51.09572857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.353252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:51.09574478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.353288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:51.09575676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.353354Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:51.09577023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.355617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:51.09578382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.355665Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:51.095797699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.355682Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:51.095810889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.355709Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:51.095833539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.355725Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:51.095847589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.355737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.095860869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.357569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:51.095877389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.357626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:51.095889129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.357643Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.095900598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.359518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:05:51.095912088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.359574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:05:51.095927558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.359590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.095952048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.361501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:05:51.095963908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.361556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:51.095985098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.361573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.096002098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.363465Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:05:51.096013717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.363519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:51.096024927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.363536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.096036077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.364928Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs2 created a room\n"} -{"Time":"2024-04-23T18:05:51.096044577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.365041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m14 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.096053567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.365627Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.096066737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.365886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1165\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"252\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.096077997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.365919Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"initial_state\": Array([Object({\"content\": Object({\"allow\": Array([Object({\"room_id\": String(\"!diMCi2BywWr8JJjv47:hs2\"), \"type\": String(\"m.room_membership\"), \"via\": Array([String(\"hs2\")])})]), \"join_rule\": String(\"knock_restricted\")}), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")})]), \"name\": String(\"Room\"), \"preset\": String(\"public_chat\"), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:05:51.096095707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.366500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs2\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:05:51.096107697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.366531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs2\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:05:51.096119927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.366558Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs2\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:05:51.096140726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.368299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:51.096156846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.368333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:51.096173626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.368401Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:51.096187856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.370612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:51.096200826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.370659Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:51.096213526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.370680Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:51.096225956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.370707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:51.096244795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.370722Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:51.096258835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.370735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.096278685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.372569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:51.096290345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.372628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:51.096301395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.372649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.096318135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.374508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:05:51.096329675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.374566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:05:51.096341075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.374586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.096352525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.376566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:05:51.096369854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.376623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:51.096382224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.376643Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.096393874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.378577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!diMCi2BywWr8JJjv47:hs2\",\"type\":\"m.room_membership\",\"via\":[\"hs2\"]}],\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:51.096410474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.378633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!diMCi2BywWr8JJjv47:hs2\",\"type\":\"m.room_membership\",\"via\":[\"hs2\"]}],\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:51.096423144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.378654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!diMCi2BywWr8JJjv47:hs2\",\"type\":\"m.room_membership\",\"via\":[\"hs2\"]}],\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.096434894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.380682Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:05:51.096448494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.380739Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:51.096463784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.380759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.096473813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.382195Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs2 created a room\n"} -{"Time":"2024-04-23T18:05:51.096482733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.382297Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m16 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.096491593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.437366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.096500863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.437791Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21Nxe8C72UJfbyLAeWcy:hs2/invite {\"host\": \"127.0.0.1:1165\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.096519363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.437820Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21Nxe8C72UJfbyLAeWcy:hs2/invite Some(Object({\"user_id\": String(\"@user-2:hs1\")}))\n"} -{"Time":"2024-04-23T18:05:51.096528483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.438836Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:51.096543323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.438872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:51.096556403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.439002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:51.096565133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.441064Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:51.096575163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.441373Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:05:51.096585142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.441401Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:05:51.096595162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.441541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:05:51.096605372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.441588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.096617472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.441629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:51.096628622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.441680Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.096638332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.441765Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 32240:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:51.096645362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.096652172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:05:51.096658572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.096666182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.441977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:51.096682872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.442074Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:51.096697621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.442348Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:05:51.096707751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.442368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 32240\n"} -{"Time":"2024-04-23T18:05:51.096726571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.442389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 32240:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:51.096739521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.096745961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:05:51.096757541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:51.096764101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"hs1. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:05:51.096770631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:51.096776961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.096783031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.096797281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.442409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 32240:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:51.096806661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.09681305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:05:51.09681938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:51.09682576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"hs1. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:05:51.09683226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:51.09683882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.09684518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.09685314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.442670Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:05:51.09686344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.442691Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:443\n"} -{"Time":"2024-04-23T18:05:51.09687397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.442811Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:51.09688625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.442838Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:51.09689957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.442852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:51.09691134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.442878Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:51.09692212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.442907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:51.096941259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.442929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:05:51.096957949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.442949Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.096968729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.442963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:51.096984139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.442973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.096994549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.443001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 22356:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:51.097001999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.097008319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.097014719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.097022409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.443047Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:51.097032379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.443090Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:51.097046418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.444529Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:51.097056388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.444547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 22356\n"} -{"Time":"2024-04-23T18:05:51.097066118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.444572Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 22356:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:51.097074678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.097081058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.097091998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:51.097098758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:51.097105428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":". 86023 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:51.097112208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.097118538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.097126668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.444595Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:51.097137718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.444614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:51.097148238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.444740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:51.097158217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.444764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.097168927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.444813Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m26702\n"} -{"Time":"2024-04-23T18:05:51.097176797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.444824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 26702:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:51.097184197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.097190647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.097197067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.097203887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.444840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:51.097220367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.447059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:51.097228287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.447073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:51.097235767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.447081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:51.097243427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.447094Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:51.097250857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.447104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:51.097263487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.447112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:51.097270726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.447119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:51.097278186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.447130Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:51.097286276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.447164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 26702:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:51.097299676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.097306036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.097312496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:51.097318886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:51.097325516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":". 86023 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:51.097338546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.097344996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.097352446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.447219Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:05:51.097362556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.447239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.097373156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.447263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:51.097384985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.447282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.097394385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.447328Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 60776:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:51.097410755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.097421195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.097427635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.097435065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.447392Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:51.097448795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.447444Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:51.097460355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.448520Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:51.097475595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.448540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 60776\n"} -{"Time":"2024-04-23T18:05:51.097485585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.448564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 60776:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:51.097494414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.097506404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.097512954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:51.097519334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:51.097526304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":". 86023 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:51.097533074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.097539224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.097547544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.448587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:51.097562354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.448604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:51.097572994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.448617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.097582224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.448651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:51.097589864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.448666Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m24400\n"} -{"Time":"2024-04-23T18:05:51.097597824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.448674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 24400:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:51.097604814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.097611143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.097624053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.097630793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.448689Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:51.097638313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.491144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:51.097645933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.491156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:51.097653293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.491163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:51.097660723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.491173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:51.097668103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.491180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:51.097675453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.491186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:51.097688153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.491192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:51.097695523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.491201Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:51.097703643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.491235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 24400:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:51.097717453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.097724102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.097730552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:51.097736842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:51.097743492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":". 86023 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:51.097750122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.097756172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.097764022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.491277Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:51.097775302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.491306Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:51.097785212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.491335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:05:51.097795492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.491354Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.097812002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.491374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:51.097824752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.491391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.097834651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.491436Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 39736:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:51.097842131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.097848841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.097855711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.097863771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.491475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:51.097874691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.491522Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:51.097894411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.492592Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:51.097905571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.492613Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 39736\n"} -{"Time":"2024-04-23T18:05:51.097924021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.492643Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 39736:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:51.09796229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.09796997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.09797717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:51.09798389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:51.09799095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":". 86023 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:51.09799836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.09800511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.0980137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.492668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:51.09802575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.492688Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:51.09803739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.492704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.0980509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.492744Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:51.098061469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.492760Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m34273\n"} -{"Time":"2024-04-23T18:05:51.098070549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.492770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 34273:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:51.098079699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.098086719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.098093679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.098101379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.492788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:51.098109799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.535211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:51.098117839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.535225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:51.098126009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.535233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:51.098140119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.535244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:51.098148559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.535251Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:51.098156969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.535257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:51.098174838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.535264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:51.098183138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.535274Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:51.098191968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.535310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 34273:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:51.098201328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.098206518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.098211488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:51.098216608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:51.098222438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":". 86023 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:51.098227818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.098234428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.098247388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.535358Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:05:51.098272778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.535378Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.098281488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.535402Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:51.098294697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.535420Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.098305457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.535467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 52506:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:51.098332657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.098344107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.098355967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.098362777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.535516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:51.098370447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.535569Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:51.098378157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.536689Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:51.098389247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.536710Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 52506\n"} -{"Time":"2024-04-23T18:05:51.098404086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.536743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 52506:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:51.098411786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.098418446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.098425426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:51.098431966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:51.098438166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":". 86023 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:51.098443386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.098448496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.098455716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.536769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:51.098464926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.536789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:51.098476246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.536806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.098485706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.536846Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:51.098492656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.536864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m23988\n"} -{"Time":"2024-04-23T18:05:51.098499846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.536874Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 23988:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:51.098507286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.098514066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.098520785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.098528705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.536893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:51.098536405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.579304Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:51.098542945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.579317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:51.098548725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.579324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:51.098554595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.579335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:51.098560385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.579342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:51.098566355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.579349Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:51.098574645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.579356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:51.098582715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.579369Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:51.098591015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.579403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 23988:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:51.098602035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.098607165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.098612175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:51.098617155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:51.098631794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":". 86023 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:51.098638894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.098645464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.098652944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.579456Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:51.098663524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.579513Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:51.098671284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.579599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:51.098679864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.580147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/invite/!Nxe8C72UJfbyLAeWcy:hs2/$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:51.098694184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.580213Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:51.098703374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.580245Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:51.098716044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.580271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:05:51.098726054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.580459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:05:51.098736744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.582781Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:51.098745773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.582863Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:51.098754073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.725479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.098763043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.725782Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.098771833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.728892Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:51.098779313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.728922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:51.098787323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.729103Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/invite/!Nxe8C72UJfbyLAeWcy:hs2/$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY with https://hs1:8448/_matrix/federation/v2/invite/!Nxe8C72UJfbyLAeWcy:hs2/$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\n"} -{"Time":"2024-04-23T18:05:51.098796353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.729128Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:51.098803963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.729157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v2/invite/!Nxe8C72UJfbyLAeWcy:hs2/$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\n"} -{"Time":"2024-04-23T18:05:51.098811393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.729450Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2, hs1\n"} -{"Time":"2024-04-23T18:05:51.098818513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.729767Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:51.098825833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.729848Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs1 keys\n"} -{"Time":"2024-04-23T18:05:51.098840243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.729871Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:05:51.098851983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.729999Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:51.098868632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.730112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:51.098878612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.730137Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:51.098886532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.730148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:51.098903852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.730593Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:51.098914692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.730623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:51.098926492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.730745Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:51.098949452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.730764Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:51.098960692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.730852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:51.098980711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.731315Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:51.098996241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.731839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:05:51.099011091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.731921Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $of92K44pz2f61fvw5yADsEwNfaCGOIzpnfkhoKEVjl4 in db\n"} -{"Time":"2024-04-23T18:05:51.099024951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.731976Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MZhXTvNRXhKt6y-16U80PvVXdDfFhg9bAhClLnjQrGs in db\n"} -{"Time":"2024-04-23T18:05:51.099037301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.732015Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $J9OKqyr_HJtckJNucb_XYW6jx7Kw4wdzaP7CK4Oel_M in db\n"} -{"Time":"2024-04-23T18:05:51.099049091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.732054Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $TKJhQ1hiaVROaypP-ub_D1MDmb4x3WnJRlgkcb-ZaMs in db\n"} -{"Time":"2024-04-23T18:05:51.099073241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.732086Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:51.09908464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.732102Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $of92K44pz2f61fvw5yADsEwNfaCGOIzpnfkhoKEVjl4 in db\n"} -{"Time":"2024-04-23T18:05:51.09909554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.732117Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MZhXTvNRXhKt6y-16U80PvVXdDfFhg9bAhClLnjQrGs in db\n"} -{"Time":"2024-04-23T18:05:51.0991078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.732130Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $J9OKqyr_HJtckJNucb_XYW6jx7Kw4wdzaP7CK4Oel_M in db\n"} -{"Time":"2024-04-23T18:05:51.09912475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.732143Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $TKJhQ1hiaVROaypP-ub_D1MDmb4x3WnJRlgkcb-ZaMs in db\n"} -{"Time":"2024-04-23T18:05:51.09913599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.732164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:05:51.09914705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.732372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY (m.room.member)\n"} -{"Time":"2024-04-23T18:05:51.09915836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.732411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:51.09919125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.732490Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:51.099218919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.732590Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:05:51.099242259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.732743Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:05:51.099253659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.732928Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $55e1L4rxeF8TkPje5ZYDa8qMXbS8bWZtx5IrUsui9Kc in db\n"} -{"Time":"2024-04-23T18:05:51.099265199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.732967Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:51.099282779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.732983Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $55e1L4rxeF8TkPje5ZYDa8qMXbS8bWZtx5IrUsui9Kc in db\n"} -{"Time":"2024-04-23T18:05:51.099294099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.733142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:51.099305689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.733193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$55e1L4rxeF8TkPje5ZYDa8qMXbS8bWZtx5IrUsui9Kc\"]\n"} -{"Time":"2024-04-23T18:05:51.099316798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.733353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:05:51.099327978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.733380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:05:51.099340198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.733497Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:05:51.099356048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.733578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:05:51.099366958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.733646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY (m.room.member)\n"} -{"Time":"2024-04-23T18:05:51.099377838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.733761Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:51.099393958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.733986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:51.099401928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.734012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:05:51.099409398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.734277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:05:51.099418458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.734299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY (m.room.member)\n"} -{"Time":"2024-04-23T18:05:51.099428667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.734326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:51.099436257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.734479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:51.099444047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.734506Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:05:51.099455457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.734522Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:05:51.099463857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.734586Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:05:51.099473607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.734605Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:05:51.099481807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.734658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:05:51.099495687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.734888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:05:51.099504587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.735086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m74.899µs\n"} -{"Time":"2024-04-23T18:05:51.099513257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.735357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$J9OKqyr_HJtckJNucb_XYW6jx7Kw4wdzaP7CK4Oel_M\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m345.997µs\n"} -{"Time":"2024-04-23T18:05:51.099521967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.735475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m464.706µs\n"} -{"Time":"2024-04-23T18:05:51.099539056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.735752Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eiKikz4I0UlLXcdlyKTEl4h-nzIrBdB27WRAD4CCRE0\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m740.834µs\n"} -{"Time":"2024-04-23T18:05:51.099548876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.735866Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m855.963µs\n"} -{"Time":"2024-04-23T18:05:51.099562006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.736158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$HMF1hT2ekTopOgVzXHIPmEW4wclviKobWN2BShe-uhY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.14645ms\n"} -{"Time":"2024-04-23T18:05:51.099573676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.736271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.260699ms\n"} -{"Time":"2024-04-23T18:05:51.099586676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.736545Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$of92K44pz2f61fvw5yADsEwNfaCGOIzpnfkhoKEVjl4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.533517ms\n"} -{"Time":"2024-04-23T18:05:51.099597706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.736659Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.648616ms\n"} -{"Time":"2024-04-23T18:05:51.099606086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.736942Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$55e1L4rxeF8TkPje5ZYDa8qMXbS8bWZtx5IrUsui9Kc\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.920393ms\n"} -{"Time":"2024-04-23T18:05:51.099616656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.737059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.048572ms\n"} -{"Time":"2024-04-23T18:05:51.099632666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.737239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MZhXTvNRXhKt6y-16U80PvVXdDfFhg9bAhClLnjQrGs\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.22798ms\n"} -{"Time":"2024-04-23T18:05:51.099646026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.737344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.33329ms\n"} -{"Time":"2024-04-23T18:05:51.099657005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.737554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$TKJhQ1hiaVROaypP-ub_D1MDmb4x3WnJRlgkcb-ZaMs\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.542728ms\n"} -{"Time":"2024-04-23T18:05:51.099665715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.737663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.652687ms\n"} -{"Time":"2024-04-23T18:05:51.099683355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.737688Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.678426ms\n"} -{"Time":"2024-04-23T18:05:51.099692275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.737766Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m31.12µs\n"} -{"Time":"2024-04-23T18:05:51.099704745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.738136Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m400.786µs\n"} -{"Time":"2024-04-23T18:05:51.099713975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.738253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m518.805µs\n"} -{"Time":"2024-04-23T18:05:51.099723225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.738287Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m553.395µs\n"} -{"Time":"2024-04-23T18:05:51.099734775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.738335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:05:51.099742305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.738539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:05:51.099760135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.738665Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:05:51.099772684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.738732Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:05:51.099781584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.738747Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs2\"): \"$TKJhQ1hiaVROaypP-ub_D1MDmb4x3WnJRlgkcb-ZaMs\", (\"m.room.history_visibility\", \"\"): \"$eiKikz4I0UlLXcdlyKTEl4h-nzIrBdB27WRAD4CCRE0\", (\"m.room.guest_access\", \"\"): \"$HMF1hT2ekTopOgVzXHIPmEW4wclviKobWN2BShe-uhY\", (\"m.room.power_levels\", \"\"): \"$J9OKqyr_HJtckJNucb_XYW6jx7Kw4wdzaP7CK4Oel_M\", (\"m.room.create\", \"\"): \"$MZhXTvNRXhKt6y-16U80PvVXdDfFhg9bAhClLnjQrGs\", (\"m.room.join_rules\", \"\"): \"$of92K44pz2f61fvw5yADsEwNfaCGOIzpnfkhoKEVjl4\", (\"m.room.name\", \"\"): \"$55e1L4rxeF8TkPje5ZYDa8qMXbS8bWZtx5IrUsui9Kc\"}\n"} -{"Time":"2024-04-23T18:05:51.099795734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.738780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:05:51.099806674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.738792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs1\"): [\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\"]}\n"} -{"Time":"2024-04-23T18:05:51.099821684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.738921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:05:51.099833024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.738955Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$of92K44pz2f61fvw5yADsEwNfaCGOIzpnfkhoKEVjl4\", \"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\"}\n"} -{"Time":"2024-04-23T18:05:51.099843524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739058Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:05:51.099853184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739117Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($of92K44pz2f61fvw5yADsEwNfaCGOIzpnfkhoKEVjl4) senders power level\n"} -{"Time":"2024-04-23T18:05:51.099861254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs2 at power_level 100\n"} -{"Time":"2024-04-23T18:05:51.099872534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739205Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $of92K44pz2f61fvw5yADsEwNfaCGOIzpnfkhoKEVjl4 power level 100\n"} -{"Time":"2024-04-23T18:05:51.099880893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:51.099888393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739280Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:05:51.099895643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739296Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$of92K44pz2f61fvw5yADsEwNfaCGOIzpnfkhoKEVjl4\"]\n"} -{"Time":"2024-04-23T18:05:51.099903063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:51.099910673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739328Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$of92K44pz2f61fvw5yADsEwNfaCGOIzpnfkhoKEVjl4\"]\n"} -{"Time":"2024-04-23T18:05:51.099924073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$of92K44pz2f61fvw5yADsEwNfaCGOIzpnfkhoKEVjl4\"\n"} -{"Time":"2024-04-23T18:05:51.099944283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $of92K44pz2f61fvw5yADsEwNfaCGOIzpnfkhoKEVjl4 (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:51.099955063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739568Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $of92K44pz2f61fvw5yADsEwNfaCGOIzpnfkhoKEVjl4 ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:51.099964983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.099975123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:05:51.099991033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739625Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.history_visibility\", \"\"): \"$eiKikz4I0UlLXcdlyKTEl4h-nzIrBdB27WRAD4CCRE0\", (\"m.room.guest_access\", \"\"): \"$HMF1hT2ekTopOgVzXHIPmEW4wclviKobWN2BShe-uhY\", (\"m.room.create\", \"\"): \"$MZhXTvNRXhKt6y-16U80PvVXdDfFhg9bAhClLnjQrGs\", (\"m.room.name\", \"\"): \"$55e1L4rxeF8TkPje5ZYDa8qMXbS8bWZtx5IrUsui9Kc\", (\"m.room.power_levels\", \"\"): \"$J9OKqyr_HJtckJNucb_XYW6jx7Kw4wdzaP7CK4Oel_M\", (\"m.room.join_rules\", \"\"): \"$of92K44pz2f61fvw5yADsEwNfaCGOIzpnfkhoKEVjl4\", (\"m.room.member\", \"@user-1:hs2\"): \"$TKJhQ1hiaVROaypP-ub_D1MDmb4x3WnJRlgkcb-ZaMs\"}\n"} -{"Time":"2024-04-23T18:05:51.100000672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739661Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:05:51.100009042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739675Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\"]\n"} -{"Time":"2024-04-23T18:05:51.100023082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$J9OKqyr_HJtckJNucb_XYW6jx7Kw4wdzaP7CK4Oel_M\")\n"} -{"Time":"2024-04-23T18:05:51.100032172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:05:51.100042512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739830Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\n"} -{"Time":"2024-04-23T18:05:51.100052992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $J9OKqyr_HJtckJNucb_XYW6jx7Kw4wdzaP7CK4Oel_M\n"} -{"Time":"2024-04-23T18:05:51.100063942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.739986Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\"]\n"} -{"Time":"2024-04-23T18:05:51.100074932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.740005Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:51.100087572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.740017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\"]\n"} -{"Time":"2024-04-23T18:05:51.100105821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.740235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\"\n"} -{"Time":"2024-04-23T18:05:51.100117681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.740257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY (m.room.member)\n"} -{"Time":"2024-04-23T18:05:51.100128761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.740279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:51.100139691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.740376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:51.100165611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.740413Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:05:51.100177631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.740521Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:05:51.100194271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.741787Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:05:51.100210811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.744060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Nxe8C72UJfbyLAeWcy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m10.688526ms\n"} -{"Time":"2024-04-23T18:05:51.100231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.744325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m307 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.10025452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.746248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.10026472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.746631Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:51.10027565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.746787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:05:51.10028768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.746805Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:51.10029777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.747091Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:51.10030786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.747346Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:51.10031747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.747430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:51.10032692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.748347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.100336669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.748508Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:51.100347469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.748648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:05:51.100359239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.748666Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:51.100369399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.748811Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:51.100391249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.749035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:51.100401519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.749108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:51.100408329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.749977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.100419749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.750137Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:51.100430659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.750277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:05:51.100442029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.750294Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:51.100449828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.750438Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:51.100458738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.750644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:51.100472128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.750717Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:51.100479018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.751547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.100485638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.751706Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:51.100492968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.751845Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:05:51.100501188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.751862Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:51.100508938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.752026Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:51.100518018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.752232Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:51.100526688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.752304Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:51.100533418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.753138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.100540058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.753296Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:51.100548628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.753436Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:05:51.100560847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.753454Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:51.100567757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.753595Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:51.100577277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.753799Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:51.100585137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.753870Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:51.100592967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.754700Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.100602217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.754856Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:51.100615167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.755007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:05:51.100623387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.755025Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:51.100630267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.755169Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:51.100641967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.755372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:51.100655087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.755443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:51.100664007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.756271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.100672927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.756428Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:51.100682056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.756567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:05:51.100689706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.756585Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:51.100697146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.756727Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:51.100703806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.756930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:51.100713746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.757014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:51.100721906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.757829Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.100739886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.758001Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:51.100749826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.758141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:05:51.100761166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.758158Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:51.100772326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.758300Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:51.100779106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.758503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:51.100785916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.758574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:51.100794055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.830156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.100802925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.830338Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:51.100812265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.830489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:05:51.100823585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.830513Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:51.100833515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.830698Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:51.100843055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.830919Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:05:51.100856325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.831013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:51.100863095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.833237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.100874185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.833398Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:51.100883495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.833539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!diMCi2BywWr8JJjv47:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:05:51.100893105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.833556Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!diMCi2BywWr8JJjv47:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:51.100899965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.833701Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:51.100906504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.834437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:51.100913974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.834471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:51.100923094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.834527Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:51.100946884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.835048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.100956874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.836251Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.100965604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.836469Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:51.100977074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.836712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!diMCi2BywWr8JJjv47:hs2/$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4 {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"772\"}\n"} -{"Time":"2024-04-23T18:05:51.100991124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.836733Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!diMCi2BywWr8JJjv47:hs2/$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4 Some(Object({\"auth_events\": Array([String(\"$lVNjR6D_3MUvbwLB-p87vhd5AKy6owAYLYu-8LTku6E\"), String(\"$cl7WVkc-fN7HGDBAo0qmi04PdUMTPG5YhFC2r7LRJAU\"), String(\"$ufcC7UmbQmGjFSksVUJh-tb5NNbeLQwz0-jmV0ZkTr0\")]), \"content\": Object({\"displayname\": String(\"user-3 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"pz3KLnweU3RrVXzZRZh6ROfvlPLGN+KALGkT4X8ykrE\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909945835, \"prev_events\": Array([String(\"$lCUnz5Jr6kYnqqoScjzqFEk2QkkUmx2UYG5PTImluhQ\")]), \"room_id\": String(\"!diMCi2BywWr8JJjv47:hs2\"), \"sender\": String(\"@user-3:hs1\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"I"} -{"Time":"2024-04-23T18:05:51.101004894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"bVg7NuN1n7UqlVuW/vUvbPK8L6nQNz429EGXQgaYd7e9yJjWpmzEulOlLbpQ23lU0sn2/Ch5aQ8P357FPtrAw\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"GFXagI3BR1M1uagznbx8pxhwSbtkrEzapc9npiFbn0muOiTsBF2PXk38g4nhsQ1/bALA4UjygvSM5v0/fMG9Cg\")})}), \"state_key\": String(\"@user-3:hs1\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:05:51.101014014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.836914Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:51.101023323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.837231Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2, hs1\n"} -{"Time":"2024-04-23T18:05:51.101038673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.837345Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:51.101059433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.837427Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:51.101069343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.837607Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:51.101084563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:05:51.101095703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838131Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lVNjR6D_3MUvbwLB-p87vhd5AKy6owAYLYu-8LTku6E in db\n"} -{"Time":"2024-04-23T18:05:51.101107033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838173Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $cl7WVkc-fN7HGDBAo0qmi04PdUMTPG5YhFC2r7LRJAU in db\n"} -{"Time":"2024-04-23T18:05:51.101117383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838209Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $ufcC7UmbQmGjFSksVUJh-tb5NNbeLQwz0-jmV0ZkTr0 in db\n"} -{"Time":"2024-04-23T18:05:51.101127363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838227Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:51.101139562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838241Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lVNjR6D_3MUvbwLB-p87vhd5AKy6owAYLYu-8LTku6E in db\n"} -{"Time":"2024-04-23T18:05:51.101149952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838256Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $cl7WVkc-fN7HGDBAo0qmi04PdUMTPG5YhFC2r7LRJAU in db\n"} -{"Time":"2024-04-23T18:05:51.101160262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838269Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $ufcC7UmbQmGjFSksVUJh-tb5NNbeLQwz0-jmV0ZkTr0 in db\n"} -{"Time":"2024-04-23T18:05:51.101181012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:05:51.101191702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4 (m.room.member)\n"} -{"Time":"2024-04-23T18:05:51.101201912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:51.101213282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:51.101223902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838471Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:05:51.101234102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838620Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:05:51.101244051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838797Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lCUnz5Jr6kYnqqoScjzqFEk2QkkUmx2UYG5PTImluhQ in db\n"} -{"Time":"2024-04-23T18:05:51.101254571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838821Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:51.101265201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838836Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lCUnz5Jr6kYnqqoScjzqFEk2QkkUmx2UYG5PTImluhQ in db\n"} -{"Time":"2024-04-23T18:05:51.101276561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:51.101286921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.838912Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$lCUnz5Jr6kYnqqoScjzqFEk2QkkUmx2UYG5PTImluhQ\"]\n"} -{"Time":"2024-04-23T18:05:51.101297391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.839024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:05:51.101308481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.839050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:05:51.101320371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.839149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:05:51.101330761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.839226Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:05:51.101340881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.839243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4 (m.room.member)\n"} -{"Time":"2024-04-23T18:05:51.101351241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.839334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:51.10136066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.839429Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:51.10136888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.839450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:05:51.10137649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.839674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:05:51.10138407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.839695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4 (m.room.member)\n"} -{"Time":"2024-04-23T18:05:51.10140118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.839719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:51.10141676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.839764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:51.1014246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.839785Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:05:51.10143378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.839800Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:05:51.10144289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.839854Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:05:51.10145402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.839871Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:05:51.10146254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.839922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:05:51.101471479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.840157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:05:51.101481689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.840303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m41.19µs\n"} -{"Time":"2024-04-23T18:05:51.101491159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.840496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ufcC7UmbQmGjFSksVUJh-tb5NNbeLQwz0-jmV0ZkTr0\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m234.378µs\n"} -{"Time":"2024-04-23T18:05:51.101499989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.840603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m341.817µs\n"} -{"Time":"2024-04-23T18:05:51.101512089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.840815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0AyUA-w4SViAIs3gxhJdVSnGBTnt_nIEvnQmzOhLUOA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m553.285µs\n"} -{"Time":"2024-04-23T18:05:51.101523949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.840921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m659.774µs\n"} -{"Time":"2024-04-23T18:05:51.101543009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.841178Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$cl7WVkc-fN7HGDBAo0qmi04PdUMTPG5YhFC2r7LRJAU\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m916.082µs\n"} -{"Time":"2024-04-23T18:05:51.101556839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.841284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.022751ms\n"} -{"Time":"2024-04-23T18:05:51.101565559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.841552Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lVNjR6D_3MUvbwLB-p87vhd5AKy6owAYLYu-8LTku6E\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.290069ms\n"} -{"Time":"2024-04-23T18:05:51.101574899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.841658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.396438ms\n"} -{"Time":"2024-04-23T18:05:51.101590148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.841961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$zJkE4bskS2vCBCbsAuU5vza_TuaULelRys_YGIsmGKI\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.698155ms\n"} -{"Time":"2024-04-23T18:05:51.101598828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.842074Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.812804ms\n"} -{"Time":"2024-04-23T18:05:51.101608528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.842345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$9Nffj4BKuvEpZh0fJYrxKcDbbZNTisfnSMqbOKhYHI4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.082832ms\n"} -{"Time":"2024-04-23T18:05:51.101631928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.842452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.190441ms\n"} -{"Time":"2024-04-23T18:05:51.101641188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.842725Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lCUnz5Jr6kYnqqoScjzqFEk2QkkUmx2UYG5PTImluhQ\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.462499ms\n"} -{"Time":"2024-04-23T18:05:51.101649988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.842831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.569778ms\n"} -{"Time":"2024-04-23T18:05:51.101661518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.842856Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.594627ms\n"} -{"Time":"2024-04-23T18:05:51.101674388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.843147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m243.588µs\n"} -{"Time":"2024-04-23T18:05:51.101688918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.843477Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m575.055µs\n"} -{"Time":"2024-04-23T18:05:51.101700447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.843586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m684.384µs\n"} -{"Time":"2024-04-23T18:05:51.101709967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.843631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m730.634µs\n"} -{"Time":"2024-04-23T18:05:51.101719477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.843677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:05:51.101729517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.843790Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:05:51.101737127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.843806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:05:51.101749877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.843874Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:05:51.101765437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.843888Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$cl7WVkc-fN7HGDBAo0qmi04PdUMTPG5YhFC2r7LRJAU\", (\"m.room.create\", \"\"): \"$ufcC7UmbQmGjFSksVUJh-tb5NNbeLQwz0-jmV0ZkTr0\", (\"m.room.name\", \"\"): \"$lCUnz5Jr6kYnqqoScjzqFEk2QkkUmx2UYG5PTImluhQ\", (\"m.room.member\", \"@user-1:hs2\"): \"$0AyUA-w4SViAIs3gxhJdVSnGBTnt_nIEvnQmzOhLUOA\", (\"m.room.history_visibility\", \"\"): \"$zJkE4bskS2vCBCbsAuU5vza_TuaULelRys_YGIsmGKI\", (\"m.room.join_rules\", \"\"): \"$lVNjR6D_3MUvbwLB-p87vhd5AKy6owAYLYu-8LTku6E\", (\"m.room.guest_access\", \"\"): \"$9Nffj4BKuvEpZh0fJYrxKcDbbZNTisfnSMqbOKhYHI4\"}\n"} -{"Time":"2024-04-23T18:05:51.101779327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.843915Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:05:51.101787317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.843928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-3:hs1\"): [\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\"]}\n"} -{"Time":"2024-04-23T18:05:51.101794937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844069Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:05:51.101805147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844088Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$lVNjR6D_3MUvbwLB-p87vhd5AKy6owAYLYu-8LTku6E\", \"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\"}\n"} -{"Time":"2024-04-23T18:05:51.101818166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:05:51.101828306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($lVNjR6D_3MUvbwLB-p87vhd5AKy6owAYLYu-8LTku6E) senders power level\n"} -{"Time":"2024-04-23T18:05:51.101837306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs2 at power_level 100\n"} -{"Time":"2024-04-23T18:05:51.101845256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $lVNjR6D_3MUvbwLB-p87vhd5AKy6owAYLYu-8LTku6E power level 100\n"} -{"Time":"2024-04-23T18:05:51.101854296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844373Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:51.101864206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:05:51.101876776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844446Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$lVNjR6D_3MUvbwLB-p87vhd5AKy6owAYLYu-8LTku6E\"]\n"} -{"Time":"2024-04-23T18:05:51.101891536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844465Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:51.101902886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$lVNjR6D_3MUvbwLB-p87vhd5AKy6owAYLYu-8LTku6E\"]\n"} -{"Time":"2024-04-23T18:05:51.101910576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$lVNjR6D_3MUvbwLB-p87vhd5AKy6owAYLYu-8LTku6E\"\n"} -{"Time":"2024-04-23T18:05:51.101918406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844694Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $lVNjR6D_3MUvbwLB-p87vhd5AKy6owAYLYu-8LTku6E (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:51.101926025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844738Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $lVNjR6D_3MUvbwLB-p87vhd5AKy6owAYLYu-8LTku6E ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:51.101955895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.101965745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:05:51.101976235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844794Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.guest_access\", \"\"): \"$9Nffj4BKuvEpZh0fJYrxKcDbbZNTisfnSMqbOKhYHI4\", (\"m.room.history_visibility\", \"\"): \"$zJkE4bskS2vCBCbsAuU5vza_TuaULelRys_YGIsmGKI\", (\"m.room.create\", \"\"): \"$ufcC7UmbQmGjFSksVUJh-tb5NNbeLQwz0-jmV0ZkTr0\", (\"m.room.name\", \"\"): \"$lCUnz5Jr6kYnqqoScjzqFEk2QkkUmx2UYG5PTImluhQ\", (\"m.room.member\", \"@user-1:hs2\"): \"$0AyUA-w4SViAIs3gxhJdVSnGBTnt_nIEvnQmzOhLUOA\", (\"m.room.join_rules\", \"\"): \"$lVNjR6D_3MUvbwLB-p87vhd5AKy6owAYLYu-8LTku6E\", (\"m.room.power_levels\", \"\"): \"$cl7WVkc-fN7HGDBAo0qmi04PdUMTPG5YhFC2r7LRJAU\"}\n"} -{"Time":"2024-04-23T18:05:51.102005525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:05:51.102017265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844844Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\"]\n"} -{"Time":"2024-04-23T18:05:51.102025405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$cl7WVkc-fN7HGDBAo0qmi04PdUMTPG5YhFC2r7LRJAU\")\n"} -{"Time":"2024-04-23T18:05:51.102034334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.844875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:05:51.102042374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.845014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\n"} -{"Time":"2024-04-23T18:05:51.102059124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.845080Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $cl7WVkc-fN7HGDBAo0qmi04PdUMTPG5YhFC2r7LRJAU\n"} -{"Time":"2024-04-23T18:05:51.102075284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.845139Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\"]\n"} -{"Time":"2024-04-23T18:05:51.102085174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.845156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:51.102093134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.845168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\"]\n"} -{"Time":"2024-04-23T18:05:51.102102074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.845348Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\"\n"} -{"Time":"2024-04-23T18:05:51.102110214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.845369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4 (m.room.member)\n"} -{"Time":"2024-04-23T18:05:51.102121754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.845391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:51.102133444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.845438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:51.102144123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.845470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:05:51.102152903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.845566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:05:51.102161713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.847039Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:05:51.102174203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.849200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!diMCi2BywWr8JJjv47:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m10.15739ms\n"} -{"Time":"2024-04-23T18:05:51.102186693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.849361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m31.73µs\n"} -{"Time":"2024-04-23T18:05:51.102194363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.849412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m83.739µs\n"} -{"Time":"2024-04-23T18:05:51.102208723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.851698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m15 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.102215983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.852801Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:51.102223753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.853203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/send/IEjBz-jtbPqxPs51pPa3P4IlzJchGAFExtsJs_6bCaE\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:51.102232823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.853258Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:51.102240123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.853301Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:51.102250942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.853329Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:05:51.102257852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.853510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:05:51.102264952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.864087Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:51.102272002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.864172Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:51.102278772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.864266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.102287172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.864451Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:51.102298662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.864546Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:05:51.102309802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.864557Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:51.102319752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.864690Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:51.102331242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.865170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:51.102345572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.865192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:51.102352682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.865246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:05:51.102364521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.865299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:05:51.102371711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.866567Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:51.102380391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.866610Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:51.102394581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.866645Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/send/IEjBz-jtbPqxPs51pPa3P4IlzJchGAFExtsJs_6bCaE with https://hs1:8448/_matrix/federation/v1/send/IEjBz-jtbPqxPs51pPa3P4IlzJchGAFExtsJs_6bCaE\n"} -{"Time":"2024-04-23T18:05:51.102402211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.866668Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:51.102409201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.866705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v1/send/IEjBz-jtbPqxPs51pPa3P4IlzJchGAFExtsJs_6bCaE\n"} -{"Time":"2024-04-23T18:05:51.102416151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.867625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.102424281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.867989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1165\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.102436191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.868021Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:51.102442691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.875035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs2 timeout:300s\n"} -{"Time":"2024-04-23T18:05:51.102449131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.875345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.102455871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.876125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.102463731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.876265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 {\"host\": \"127.0.0.1:1165\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.10248163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.876288Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:51.10249196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.876336Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs2\n"} -{"Time":"2024-04-23T18:05:51.10249957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:46.878223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.10250636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:46.878759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.10252089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:46.878879Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 {\"host\": \"127.0.0.1:1165\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.10253138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:46.878901Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:51.10254103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:47.881226Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.10254803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:47.881681Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.10256098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:47.881794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 {\"host\": \"127.0.0.1:1165\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.10256961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:47.881817Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:51.102578489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:48.884284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.102587539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:48.885011Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.102596729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:48.885171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 {\"host\": \"127.0.0.1:1165\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.102608899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:48.885194Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:51.102615699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:49.887573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.102622539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:49.888163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.102631279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:49.888293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 {\"host\": \"127.0.0.1:1165\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.102640799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:49.888316Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:51.102656879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:50.890359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.102670239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"2024/04/23 18:05:51 ============== 873540c7130643383b38fa5f5056a9cd8c450fee463630ab3ca0dfc1aa3b9753 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:05:51.102677159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.102683438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.311688507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"2024/04/23 18:05:51 ============================================\n"} -{"Time":"2024-04-23T18:05:51.311711287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.311717257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.311722697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"2024/04/23 18:05:51 0880155454ab8a1500afd8714eeda093a6d620b3301f7f13f1b941ed231a89e2 : Server logs:\n"} -{"Time":"2024-04-23T18:05:51.311817276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:05:51.311835206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:05:51.311838866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:05:51.311841936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:05:51.311847066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:05:51.311850156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"+ echo 'IP.1 = 172.28.0.3'\n"} -{"Time":"2024-04-23T18:05:51.311853326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:05:51.311856916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:05:51.311859986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:05:51.311863016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:05:51.311866166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.747171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:05:51.311869706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.747276Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:05:51.311883016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.747598Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:05:51.311886326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.747605Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:05:51.311896976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.747611Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:05:51.311902145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.747618Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:05:51.311905415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.748393Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:05:51.311908495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.311911265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:05:51.311914045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.748474Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:05:51.311918735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.750962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:05:51.311921935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.752591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:05:51.311924975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.753294Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:05:51.311929015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:44.754434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:05:51.311943085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.235413Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 482.816726ms\n"} -{"Time":"2024-04-23T18:05:51.311948445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237426Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:05:51.311959065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237492Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:51.311963175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237503Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:51.311970755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237511Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:05:51.312003085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237518Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:05:51.312006355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237525Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:05:51.312019444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237533Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:05:51.312022674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237540Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:05:51.312038244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237547Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:05:51.312041464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237554Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:05:51.312045524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237562Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:05:51.312062744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237570Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:05:51.312065844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237578Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:05:51.312070024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237584Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:05:51.312084024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237605Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:05:51.312087254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237616Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:05:51.312105074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237625Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:05:51.312108254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237635Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:05:51.312112374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237644Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:05:51.312123124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.237653Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:05:51.312127334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.239286Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:05:51.312132443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.241888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:05:51.312135383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.258481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:05:51.312149083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.258493Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:05:51.312152323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.259111Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:05:51.312157153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.259255Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:05:51.312173313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.293648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.312176833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.294338Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1167\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.312181763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.294465Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:05:51.312197873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.294797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.312202083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.383120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.312206783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.383770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1167\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.312214993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.383806Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:05:51.312219843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.426732Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:05:51.312237273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.428630Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:51.312245232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.428852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:51.312250762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.428984Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:51.312256082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.431909Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:51.312264272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.431927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:51.312272302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.431959Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:51.312277812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.433475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:51.312294402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.433503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:51.312299682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.433511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:51.312309042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.433534Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:51.312315252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.433602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-2:hs1\"}\n"} -{"Time":"2024-04-23T18:05:51.312321512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.433615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:05:51.312338092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.433640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:51.312345262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.433648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.312354222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.435232Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:51.312367051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:51.31247932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.435259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:51.31248759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:51.31249336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.435268Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:51.31249822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.31250658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.436630Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-2:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:05:51.31251004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.436707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m53 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.31251362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.437443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:51.31251971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.437503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:51.31252459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.437523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.31252866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.583266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.31253326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.584072Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs2 keys\n"} -{"Time":"2024-04-23T18:05:51.31253684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.584106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:05:51.31254018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.584675Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:51.31255105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.585016Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:05:51.31256051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.585044Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:05:51.312621359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.585133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:05:51.312628359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.585162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.312633969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.585183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:51.312648309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.585216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.312653779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.585254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 32218:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:51.312656809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.312660569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:05:51.312668189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.312673489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.585611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:51.312680199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.585680Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:51.312688529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.585930Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:05:51.312694329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.585952Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 32218\n"} -{"Time":"2024-04-23T18:05:51.312698678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.585971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 32218:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:51.312702898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.312706748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:05:51.312709358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:51.312711968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"hs2. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:05:51.312726328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:51.312729058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.312732798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.312745138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.585987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 32218:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:51.312748768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.312752628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:05:51.312764178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:51.312769028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"hs2. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:05:51.312775898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:51.312779768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.312783468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.312787898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.586250Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:05:51.312795358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.586270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:05:51.312808598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.586373Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:51.312818037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.586401Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:51.312829807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.586417Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:51.312835737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.586442Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:51.312841767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.586472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:05:51.312847947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.586491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:05:51.312937456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.586502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.312942496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.586515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:51.312950036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.586527Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.312970866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.586553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 9618:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:51.313044925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.313050915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.313056895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.313066145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.586577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:51.313074335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.586606Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:51.313084685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.587767Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:51.313097695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.587779Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 9618\n"} -{"Time":"2024-04-23T18:05:51.313106335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.587796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 9618:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:51.313115965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.313121165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.313126275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:51.313131345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:51.313137005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":". 86023 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:51.313142624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.313150144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.313156834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.587812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:51.313165844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.587824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:51.313174164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.587928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:51.313182264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.587969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.313189664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.588035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m17168\n"} -{"Time":"2024-04-23T18:05:51.313199804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.588049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 17168:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:51.313205674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.313210714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.313216444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.313221824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.588070Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:51.313227704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.590334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:51.313235874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.590342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:51.313241864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.590348Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:51.313247764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.590353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:51.313253483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.590357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:51.313259213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.590361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:51.313264893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.590364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:51.313272963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.590369Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:51.313279723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.590387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 17168:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:51.313291843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.313297373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.313302383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:51.313307393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:51.313315153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":". 86023 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:51.313324253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.313329293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.313335443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.590412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:05:51.313343763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.590426Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.313356113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.590437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:51.313375642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.590446Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.313385982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.590471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 41822:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:51.313391662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.313396722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.313402052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.313408232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.590514Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:51.313416322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.590561Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:51.313426942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.591789Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:51.313436042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.591801Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 41822\n"} -{"Time":"2024-04-23T18:05:51.313448512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.591818Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 41822:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:51.313460282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.313465691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.313470831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:51.313475811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:51.313483551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":". 86023 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:51.313489071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.313494091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.313500581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.591832Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:51.313509311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.591845Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:51.313522301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.591854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.313530671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.591878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:51.313539091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.591888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m17468\n"} -{"Time":"2024-04-23T18:05:51.313545341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.591893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 17468:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:51.313555941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.313561071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.313566141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.313571591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.591903Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:51.31357987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.633929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:51.31359091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.633951Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:51.3135991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.633958Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:51.31360675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.633969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:51.31361281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.633976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:51.31361883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.633982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:51.31362463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.633991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:51.31363721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.634002Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:51.3136444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.634037Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 17468:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:51.31365125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.31365628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.31366128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:51.31367425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:51.31367965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":". 86023 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:51.313684889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.313689789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.313698609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.634083Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:51.313707149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.634114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:05:51.313716579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.634148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:05:51.313728849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.634169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.313737679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.634191Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:51.313749689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.634210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.313757189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.634259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 44334:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:51.313762709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.313769039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.313777049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.313788029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.634309Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:51.313799048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.634352Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:51.313806988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.635388Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:51.313814798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.635416Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 44334\n"} -{"Time":"2024-04-23T18:05:51.313822748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.635450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 44334:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:51.313834778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.313839908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.313844918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:51.313849878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:51.313855148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":". 86023 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:51.313863218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.313868368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.313874798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.635480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:51.313883718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.635503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:51.313892088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.635524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.313903767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.635571Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:51.313909857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.635589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m54861\n"} -{"Time":"2024-04-23T18:05:51.313916067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.635601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 54861:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:51.313921677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.313927617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.313945577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.313951117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.635618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:51.313956957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.678004Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:51.313962717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.678015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:51.313971547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.678020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:51.313981237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.678027Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:51.313987207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.678032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:51.313993067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.678037Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:51.313998967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.678041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:51.314004787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.678047Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:51.314011516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.678066Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 54861:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:51.314018446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.314023556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.314028556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:51.314041386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:51.314047016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":". 86023 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:51.314052296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.314063016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.314069866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.678095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:05:51.314078486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.678108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.314087296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.678121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:51.314095846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.678131Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.314107326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.678160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 9687:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:51.314113776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.314118846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.314123805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.314129925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.678200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:51.314148265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.678242Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:51.314159795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.679460Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:51.314167745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.679472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 9687\n"} -{"Time":"2024-04-23T18:05:51.314176315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.679488Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 9687:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:51.314183945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.314191915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.314197205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:51.314202195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:51.314207455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":". 86023 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:51.314212615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.314217555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.314224285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.679501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:51.314236854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.679512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:51.314245394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.679520Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:51.314252764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.679543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:51.314258604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.679552Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m23552\n"} -{"Time":"2024-04-23T18:05:51.314264674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.679557Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 23552:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:51.314271184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.314276234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.314281274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.314286574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.679566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:51.314296814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.722108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:51.314302714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.722118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:51.314308744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.722126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:51.314314584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.722136Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:51.314320394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.722143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:51.314328964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.722150Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:51.314334884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.722156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:51.314340604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.722166Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:51.314347274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.722194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 23552:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:51.314354033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:51.314365953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:51.314371063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:51.314376143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:51.314382293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":". 86023 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:51.314387583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:51.314392903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.314399373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.722233Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:51.314407493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.722277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:51.314419853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.722344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:51.314428653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.722567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:51.314441293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.722619Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.314454713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.722657Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:51.314465662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.722681Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:05:51.314477062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.722847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:05:51.314484832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.725096Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:51.314492582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.725175Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.314500302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.725999Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.314508902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.726025Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.314521382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.726184Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/key/v2/server with https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:51.314529232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.726204Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:51.314537532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.726292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:51.314545892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.726865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!Nxe8C72UJfbyLAeWcy:hs2/$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"1469\"}\n"} -{"Time":"2024-04-23T18:05:51.314558372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.726892Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!Nxe8C72UJfbyLAeWcy:hs2/$SP6L-JTlrhb5EFW4QIe6WkYk-rPtOD0xcBzYbLwgZLY Some(Object({\"event\": Object({\"auth_events\": Array([String(\"$of92K44pz2f61fvw5yADsEwNfaCGOIzpnfkhoKEVjl4\"), String(\"$MZhXTvNRXhKt6y-16U80PvVXdDfFhg9bAhClLnjQrGs\"), String(\"$J9OKqyr_HJtckJNucb_XYW6jx7Kw4wdzaP7CK4Oel_M\"), String(\"$TKJhQ1hiaVROaypP-ub_D1MDmb4x3WnJRlgkcb-ZaMs\")]), \"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"jN6LKHRHairq1V7tVPR0Gm3goKdtTVLe5ZqEJzQqOoM\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909945438, \"prev_events\": Array([String(\"$55e1L4rxeF8TkPje5ZYDa8qMXbS8bWZtx5IrUsui9Kc\")]), \"room_id\": String(\"!Nxe8C72UJfbyLAeWcy:hs2\"), \"sender\": String(\"@user-1:hs2\"), \"signatures\": Object({\"hs2\": Object("} -{"Time":"2024-04-23T18:05:51.314572772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"{\"ed25519:9XALTvIZ\": String(\"NJa5F6lP4JSRQ8ZYZa0BpgZHP+ur5WgIkS6I8sPJFbIFWjBmtAUmA0ZGnSBczJGmA/5fXa96Bh4LnBPRQvlvCg\")})}), \"state_key\": String(\"@user-2:hs1\"), \"type\": String(\"m.room.member\")}), \"invite_room_state\": Array([Object({\"content\": Object({\"creator\": String(\"@user-1:hs2\"), \"room_version\": String(\"10\")}), \"sender\": String(\"@user-1:hs2\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.create\")}), Object({\"content\": Object({\"allow\": Array([Object({\"room_id\": String(\"!diMCi2BywWr8JJjv47:hs2\"), \"type\": String(\"m.room_membership\"), \"via\": Array([String(\"hs2\")])})]), \"join_rule\": String(\"knock_restricted\")}), \"sender\": String(\"@user-1:hs2\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")}), Object({\"content\": Object({\"name\": String(\"Room\")}), \"sender\": String(\"@user-1:hs2\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.name\")}), Object({\"content\": Object({\"displayname\": String(\"user-1 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"is_direct\": Bool(false), \"membership\": String(\"join\")}), \"sender\": Str"} -{"Time":"2024-04-23T18:05:51.314585031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"ing(\"@user-1:hs2\"), \"state_key\": String(\"@user-1:hs2\"), \"type\": String(\"m.room.member\")}), Object({\"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"sender\": String(\"@user-1:hs2\"), \"state_key\": String(\"@user-2:hs1\"), \"type\": String(\"m.room.member\")})]), \"org.matrix.msc4125.via\": Array([String(\"hs2\"), String(\"hs2\")]), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:05:51.314592731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.727151Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:51.314599801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.728646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m145 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.314615911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.730283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.314626881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.730417Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.314633891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.744832Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.314641091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.745035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21Nxe8C72UJfbyLAeWcy:hs2?server_name=hs2 {\"host\": \"127.0.0.1:1167\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.314649001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.745061Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21Nxe8C72UJfbyLAeWcy:hs2?server_name=hs2 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:51.314655851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.745443Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !Nxe8C72UJfbyLAeWcy:hs2 over federation.\n"} -{"Time":"2024-04-23T18:05:51.314667111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.745573Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:51.314674001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.745715Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:51.314683141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.745920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:51.31469239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.745975Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:51.31470391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.745994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.31471139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.747639Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.31471944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.747667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.3147277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.747693Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.31473619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.747709Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:51.31474469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.747743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.31475584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.747806Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:05:51.31476261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.747824Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:51.31476936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.747840Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (1)\n"} -{"Time":"2024-04-23T18:05:51.3147818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.747892Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:51.31479413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.748076Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:51.31480296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.748117Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:51.314815229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.748135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.314829899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.749314Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.314837409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.749337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.314846549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.749359Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.314859579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.749379Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:51.314867289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.749402Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.314874719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.749454Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:05:51.314882039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.749469Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:51.314888829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.749485Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (2)\n"} -{"Time":"2024-04-23T18:05:51.314902659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.749535Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:51.314911029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.749696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:51.314919608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.749735Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:51.314927878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.749753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.314943848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.750898Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.314954958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.750920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.314963238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.750950Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.314971688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.750970Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:51.314980128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.750993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.314987688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.751044Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:05:51.314994398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.751060Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:51.315008558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.751076Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (3)\n"} -{"Time":"2024-04-23T18:05:51.315021948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.751124Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:51.315030398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.751284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:51.315043397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.751323Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:51.315050937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.751340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315058297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.752482Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315068417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.752505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315080967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.752526Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.315089727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.752546Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:51.315097357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.752569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.315104787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.752619Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:05:51.315112847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.752635Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:51.315119707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.752651Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (4)\n"} -{"Time":"2024-04-23T18:05:51.315126477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.752699Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:51.315145796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.752859Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:51.315154626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.752898Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:51.315161966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.752915Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315169396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.754062Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315176706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.754085Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315185946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.754106Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.315194186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.754120Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:51.315202406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.754148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.315209836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.754198Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:05:51.315223456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.754214Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:51.315232456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.754230Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (5)\n"} -{"Time":"2024-04-23T18:05:51.315239446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.754278Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:51.315252556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.754437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:51.315265905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.754477Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:51.315277815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.754494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315285225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.755624Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315292445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.755646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315300565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.755668Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.315309075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.755682Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:51.315316635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.755706Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.315328615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.755757Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:05:51.315335425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.755773Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:51.315342655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.755788Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (6)\n"} -{"Time":"2024-04-23T18:05:51.315350465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.755836Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:51.315358715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.756008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:51.315367215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.756047Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:51.315374534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.756064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315386554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.757193Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315393974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.757215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315406854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.757237Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.315419014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.757251Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:51.315430284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.757279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.315438614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.757329Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:05:51.315445334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.757345Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:51.315458874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.757361Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (7)\n"} -{"Time":"2024-04-23T18:05:51.315465954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.757410Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:51.315474194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.757567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:51.315482884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.757607Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:51.315490253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.757624Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315498283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.758752Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315510643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.758773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315526403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.758795Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.315535033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.758809Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:51.315543283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.758833Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.315550793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.758883Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:05:51.315557463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.758899Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:51.315569133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.759005Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m14 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:51.315576223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.759947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.315583233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.760071Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1167\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.315592053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.760094Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-3\")}))\n"} -{"Time":"2024-04-23T18:05:51.315599503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.827978Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-3:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:05:51.315610482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.828151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m68 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.315618172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.828608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:51.315627212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.828651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:51.315639352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.828660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:51.315647022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.828682Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.315654152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.828964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21Nxe8C72UJfbyLAeWcy:hs2/invite {\"host\": \"127.0.0.1:1167\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.315662412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.828980Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21Nxe8C72UJfbyLAeWcy:hs2/invite Some(Object({\"user_id\": String(\"@user-3:hs1\")}))\n"} -{"Time":"2024-04-23T18:05:51.315670442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.829143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: You don't have permission to view this room.\n"} -{"Time":"2024-04-23T18:05:51.315677292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.829186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:05:51.315687772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.829499Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.315699342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.829574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21Nxe8C72UJfbyLAeWcy:hs2?server_name=hs1 {\"host\": \"127.0.0.1:1167\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.315707422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.829588Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21Nxe8C72UJfbyLAeWcy:hs2?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:51.315714211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.829723Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !Nxe8C72UJfbyLAeWcy:hs2 over federation.\n"} -{"Time":"2024-04-23T18:05:51.315720781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.829738Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:51.315727511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.829770Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:51.315735671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.829880Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-3:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:51.315749841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.829910Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:51.315757481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.829922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315769291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.831226Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315776761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.831250Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315784861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.831273Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.315797791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.831287Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:51.315809891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.831314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.315817431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.831366Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:05:51.315824181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.831382Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:05:51.31583094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.831452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:05:51.3158387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.832311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.31584657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.832468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21diMCi2BywWr8JJjv47:hs2?server_name=hs2 {\"host\": \"127.0.0.1:1167\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.31585427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.832492Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21diMCi2BywWr8JJjv47:hs2?server_name=hs2 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:51.31586095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.832710Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !diMCi2BywWr8JJjv47:hs2 over federation.\n"} -{"Time":"2024-04-23T18:05:51.31587219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.832735Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:51.31588334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.832778Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:51.31589168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.832959Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!diMCi2BywWr8JJjv47:hs2/@user-3:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:51.31590025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.833001Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:51.31590753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.833019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.31592578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.835245Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315941319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.835269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.315949809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.835289Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!diMCi2BywWr8JJjv47:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!diMCi2BywWr8JJjv47:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.315958119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.835303Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:51.315966039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.835324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/federation/v1/make_join/!diMCi2BywWr8JJjv47:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.315975769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.835372Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$lVNjR6D_3MUvbwLB-p87vhd5AKy6owAYLYu-8LTku6E\",\"$cl7WVkc-fN7HGDBAo0qmi04PdUMTPG5YhFC2r7LRJAU\",\"$ufcC7UmbQmGjFSksVUJh-tb5NNbeLQwz0-jmV0ZkTr0\"],\"content\":{\"membership\":\"join\"},\"depth\":8,\"hashes\":{\"sha256\":\"oQqtX7sM4MO6nuzDkdKPmb0xzCv6OwgAK/CZ7/GLhXg\"},\"origin\":\"hs2\",\"origin_server_ts\":1713909945834,\"prev_events\":[\"$lCUnz5Jr6kYnqqoScjzqFEk2QkkUmx2UYG5PTImluhQ\"],\"room_id\":\"!diMCi2BywWr8JJjv47:hs2\",\"sender\":\"@user-3:hs1\",\"signatures\":{\"hs2\":{\"ed25519:9XALTvIZ\":\"GFXagI3BR1M1uagznbx8pxhwSbtkrEzapc9npiFbn0muOiTsBF2PXk38g4nhsQ1/bALA4UjygvSM5v0/fMG9Cg\"}},\"state_key\":\"@user-3:hs1\",\"type\":\"m.room.member\"}) })\n"} -{"Time":"2024-04-23T18:05:51.315985889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.835388Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:05:51.315992659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.835561Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for send_join in room !diMCi2BywWr8JJjv47:hs2\n"} -{"Time":"2024-04-23T18:05:51.316002739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.835727Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:51.316012109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.835969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!diMCi2BywWr8JJjv47:hs2/$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:51.316027259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.836006Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:51.316034939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.836022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.316042229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.851975Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.316055228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.851998Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.316064468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.852018Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v2/send_join/!diMCi2BywWr8JJjv47:hs2/$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4 with https://hs2:8448/_matrix/federation/v2/send_join/!diMCi2BywWr8JJjv47:hs2/$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\n"} -{"Time":"2024-04-23T18:05:51.316078158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.852031Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:51.316090338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.852055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v2/send_join/!diMCi2BywWr8JJjv47:hs2/$x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4\n"} -{"Time":"2024-04-23T18:05:51.316098218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.852140Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:05:51.316107698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.852342Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:05:51.316114848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.852417Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:05:51.316121498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.852609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs2\n"} -{"Time":"2024-04-23T18:05:51.316128598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.852983Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We had all keys cached locally, not fetching any keys from remote servers\n"} -{"Time":"2024-04-23T18:05:51.316135408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.853011Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:05:51.316146788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.855612Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:05:51.316153498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.856458Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:05:51.316160178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.856502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4 (m.room.member)\n"} -{"Time":"2024-04-23T18:05:51.316167968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.856817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:51.316174457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.857086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:51.316180957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.857111Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:05:51.316187457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.860023Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:05:51.316197877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.860741Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:05:51.316207447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.861784Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:05:51.316214317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.861986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m29 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.316221227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.862901Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.316228417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.863056Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21Nxe8C72UJfbyLAeWcy:hs2?server_name=hs1 {\"host\": \"127.0.0.1:1167\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:51.316235927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.863082Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21Nxe8C72UJfbyLAeWcy:hs2?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:51.316247487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.863311Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !Nxe8C72UJfbyLAeWcy:hs2 over federation.\n"} -{"Time":"2024-04-23T18:05:51.316254257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.863338Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:51.316261107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.863383Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:51.316273897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.863560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-3:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:51.316282596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.863604Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:51.316290076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.863623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.316300866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.864542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:51.316314346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.864818Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:51.316322406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.865104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/IEjBz-jtbPqxPs51pPa3P4IlzJchGAFExtsJs_6bCaE {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"902\"}\n"} -{"Time":"2024-04-23T18:05:51.316337866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.865127Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/IEjBz-jtbPqxPs51pPa3P4IlzJchGAFExtsJs_6bCaE Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909945852, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$lVNjR6D_3MUvbwLB-p87vhd5AKy6owAYLYu-8LTku6E\"), String(\"$cl7WVkc-fN7HGDBAo0qmi04PdUMTPG5YhFC2r7LRJAU\"), String(\"$ufcC7UmbQmGjFSksVUJh-tb5NNbeLQwz0-jmV0ZkTr0\")]), \"content\": Object({\"displayname\": String(\"user-3 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"pz3KLnweU3RrVXzZRZh6ROfvlPLGN+KALGkT4X8ykrE\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909945835, \"prev_events\": Array([String(\"$lCUnz5Jr6kYnqqoScjzqFEk2QkkUmx2UYG5PTImluhQ\")]),"} -{"Time":"2024-04-23T18:05:51.316348346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":" \"room_id\": String(\"!diMCi2BywWr8JJjv47:hs2\"), \"sender\": String(\"@user-3:hs1\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"IbVg7NuN1n7UqlVuW/vUvbPK8L6nQNz429EGXQgaYd7e9yJjWpmzEulOlLbpQ23lU0sn2/Ch5aQ8P357FPtrAw\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"4y4EB8CjolBTSjurowHqJKcGr98hRc1KA0XY/q9NC5Z0+nebhSxX2+9s1/tDfNeF9vDIlkzHMeqB/ONqeTZ6DQ\")})}), \"state_key\": String(\"@user-3:hs1\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({})})])}))\n"} -{"Time":"2024-04-23T18:05:51.316356476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.865534Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m315.367µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"IEjBz-jtbPqxPs51pPa3P4IlzJchGAFExtsJs_6bCaE\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:05:51.316365456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.865581Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2, hs1\n"} -{"Time":"2024-04-23T18:05:51.316377066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.865698Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:51.316389296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.865787Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:51.316396375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.865837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m620.275µs\n"} -{"Time":"2024-04-23T18:05:51.316408075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.865910Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $x-zY7r0TMfKlTbGddnSHv-s5nnYzfYFQF4gkC4WcjU4 \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m57.919µs \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m693.184µs\n"} -{"Time":"2024-04-23T18:05:51.316418635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.866022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m805.383µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"IEjBz-jtbPqxPs51pPa3P4IlzJchGAFExtsJs_6bCaE\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:05:51.316426535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.866160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:51.316433755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.866390Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.316445045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.866421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:51.316453425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.866456Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.316465425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.866476Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:51.316477605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.866510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs2:8448/_matrix/federation/v1/make_join/!Nxe8C72UJfbyLAeWcy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:51.316485225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.866579Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:05:51.316491775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.866602Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_FORBIDDEN\"\n"} -{"Time":"2024-04-23T18:05:51.316498605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:45.866694Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:05:51.316506215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:50.928325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:05:51.316514654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"2024/04/23 18:05:51 ============== 0880155454ab8a1500afd8714eeda093a6d620b3301f7f13f1b941ed231a89e2 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:05:51.316520354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.316525234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:51.331810599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Output":"--- FAIL: TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room (7.13s)\n"} -{"Time":"2024-04-23T18:05:51.331821439-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUserInMSC3787Room","Elapsed":7.13} -{"Time":"2024-04-23T18:05:51.331833649-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room"} -{"Time":"2024-04-23T18:05:51.331839819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"=== RUN TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room\n"} -{"Time":"2024-04-23T18:05:51.331856579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" restricted_rooms_test.go:334: WARNING: TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room called runtime.SkipIf([dendrite]) but Complement doesn't know which HS is running as it was run without a *_blacklist tag: executing test.\n"} -{"Time":"2024-04-23T18:05:52.73712498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" restricted_rooms_test.go:336: Deploy times: 11.125311ms blueprints, 1.394089381s containers\n"} -{"Time":"2024-04-23T18:05:52.791274961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (54.060361ms)\n"} -{"Time":"2024-04-23T18:05:52.807582396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (16.205777ms)\n"} -{"Time":"2024-04-23T18:05:52.825763555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (18.04871ms)\n"} -{"Time":"2024-04-23T18:05:52.825784835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" restricted_rooms_test.go:341: @user-1:hs1 created authorizing room !NqGm4oip62XkdAeQ1B:hs1.\n"} -{"Time":"2024-04-23T18:05:52.825793855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" restricted_rooms_test.go:342: @user-1:hs1 created restricted room !KzwUrx89H3HwRkm0T7:hs1.\n"} -{"Time":"2024-04-23T18:05:52.825804805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" restricted_rooms_test.go:345: @user-1:hs1 restricts invites to themself only.\n"} -{"Time":"2024-04-23T18:05:52.828956287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!KzwUrx89H3HwRkm0T7:hs1/state/m.room.power_levels/ =\u003e 200 OK (3.050613ms)\n"} -{"Time":"2024-04-23T18:05:52.828975837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" restricted_rooms_test.go:347: SendEventSynced waiting for event ID $4XuGsj7mRbsb6Jr3RVyoNy0S7zZKq2eK9R5rXaYvJJo\n"} -{"Time":"2024-04-23T18:05:52.833793934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (4.744488ms)\n"} -{"Time":"2024-04-23T18:05:52.88725866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (53.191759ms)\n"} -{"Time":"2024-04-23T18:05:52.88731145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" restricted_rooms_test.go:362: @user-2:hs2 joins the authorizing room via hs1.\n"} -{"Time":"2024-04-23T18:05:52.88731921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" restricted_rooms_test.go:363: @user-2:hs2 joins the restricted room via hs1.\n"} -{"Time":"2024-04-23T18:05:53.201451357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!NqGm4oip62XkdAeQ1B:hs1 =\u003e 200 OK (314.006198ms)\n"} -{"Time":"2024-04-23T18:05:53.208333706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!KzwUrx89H3HwRkm0T7:hs1 =\u003e 403 Forbidden (6.80272ms)\n"} -{"Time":"2024-04-23T18:05:53.263093641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs3/_matrix/client/v3/register =\u003e 200 OK (54.674135ms)\n"} -{"Time":"2024-04-23T18:05:53.263111051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" restricted_rooms_test.go:369: @user-3:hs3 joins the authorizing room via hs1.\n"} -{"Time":"2024-04-23T18:05:53.842438308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs3/_matrix/client/v3/join/!NqGm4oip62XkdAeQ1B:hs1 =\u003e 200 OK (579.233138ms)\n"} -{"Time":"2024-04-23T18:05:53.842467548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" restricted_rooms_test.go:373: @user-3:hs3 joins the restricted room via hs2, which is expected to fail.\n"} -{"Time":"2024-04-23T18:05:53.848478825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs3/_matrix/client/v3/join/!KzwUrx89H3HwRkm0T7:hs1 =\u003e 403 Forbidden (5.964008ms)\n"} -{"Time":"2024-04-23T18:05:53.848500145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" restricted_rooms_test.go:378: @user-3:hs3 joins the restricted room via {hs2,hs1}.\n"} -{"Time":"2024-04-23T18:05:53.855344964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" client.go:631: [CSAPI] POST hs3/_matrix/client/v3/join/!KzwUrx89H3HwRkm0T7:hs1 =\u003e 403 Forbidden (6.735341ms)\n"} -{"Time":"2024-04-23T18:05:53.859911603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (4.49139ms)\n"} -{"Time":"2024-04-23T18:05:54.862844957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002636607s)\n"} -{"Time":"2024-04-23T18:05:55.864666841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.001731504s)\n"} -{"Time":"2024-04-23T18:05:56.867371795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002609476s)\n"} -{"Time":"2024-04-23T18:05:57.870021619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002585535s)\n"} -{"Time":"2024-04-23T18:05:58.872585304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002448786s)\n"} -{"Time":"2024-04-23T18:05:58.872627884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" restricted_rooms_test.go:382: \u001b[31m@user-2:hs2 MustSyncUntil: timed out after 5.0172346s. Seen 6 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:05:58.872636373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" [t=4.776788ms] Response #1: SyncTimelineHas(!KzwUrx89H3HwRkm0T7:hs1): Key rooms.join.!KzwUrx89H3HwRkm0T7:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:05:58.872650023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" [t=1.007511814s] Response #2: SyncTimelineHas(!KzwUrx89H3HwRkm0T7:hs1): Key rooms.join.!KzwUrx89H3HwRkm0T7:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:05:58.872657283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" [t=2.009342757s] Response #3: SyncTimelineHas(!KzwUrx89H3HwRkm0T7:hs1): Key rooms.join.!KzwUrx89H3HwRkm0T7:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:05:58.872664693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" [t=3.012028481s] Response #4: SyncTimelineHas(!KzwUrx89H3HwRkm0T7:hs1): Key rooms.join.!KzwUrx89H3HwRkm0T7:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:05:58.872672073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" [t=4.014683556s] Response #5: SyncTimelineHas(!KzwUrx89H3HwRkm0T7:hs1): Key rooms.join.!KzwUrx89H3HwRkm0T7:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:05:58.872679363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" [t=5.01723206s] Response #6: SyncTimelineHas(!KzwUrx89H3HwRkm0T7:hs1): Key rooms.join.!KzwUrx89H3HwRkm0T7:hs1.timeline.events does not exist, \n"} -{"Time":"2024-04-23T18:05:58.872686463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:05:59.053973826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"2024/04/23 18:05:59 ============================================\n"} -{"Time":"2024-04-23T18:05:59.053998396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.054004326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.054009896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"2024/04/23 18:05:59 ddf780f907790f9529e442fb02ad822ee79f65d6b5cc1798e267540acb3cdea1 : Server logs:\n"} -{"Time":"2024-04-23T18:05:59.054086865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:05:59.054093685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs3' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:05:59.054098435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:05:59.054102605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ echo 'DNS.1 = hs3'\n"} -{"Time":"2024-04-23T18:05:59.054109835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:05:59.054114125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ echo 'IP.1 = 172.29.0.3'\n"} -{"Time":"2024-04-23T18:05:59.054118395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:05:59.054123045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:05:59.054127265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs3\n"} -{"Time":"2024-04-23T18:05:59.054131565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs3 CONDUIT_WELL_KNOWN_SERVER=hs3:8448 CONDUIT_WELL_KNOWN_SERVER=hs3:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:05:59.054136515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:51.949210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:05:59.054143295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:51.949332Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:05:59.054160745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:51.949667Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:05:59.054167525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:51.949674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:05:59.054172225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:51.949681Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:05:59.054178265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:51.949695Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:05:59.054184385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:51.950449Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:05:59.054190474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.054196924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:05:59.054201394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:51.950520Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs3\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:05:59.054206514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:51.952997Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:05:59.054210924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:51.954599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:05:59.054215454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:51.955267Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:05:59.054223584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:51.956327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:05:59.054227964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.495486Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 540.881449ms\n"} -{"Time":"2024-04-23T18:05:59.054236404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498072Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:05:59.054241874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498145Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:59.054251404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498156Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:59.054257514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498163Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:05:59.054263344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498172Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:05:59.054268394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498180Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:05:59.054272804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498189Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:05:59.054277194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498197Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:05:59.054281634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498206Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:05:59.054286154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498218Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:05:59.054294824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498228Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:05:59.054300843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498237Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:05:59.054311983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498246Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:05:59.054317743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498254Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:05:59.054322233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498276Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:05:59.054326623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498290Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:05:59.054331723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498298Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:05:59.054337643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498308Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:05:59.054343703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498320Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:05:59.054351263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.498329Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:05:59.054357193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.499822Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:05:59.054361763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.502544Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:05:59.054369383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.518635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:05:59.054378093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.518646Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:05:59.054384213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.519342Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:05:59.054390983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.519520Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:05:59.054396563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.554624Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.054403163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.555470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1171\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.054409563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.555650Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:05:59.054421542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.556012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.054427812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.208999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.054433332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.209645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1171\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.054439672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.209682Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-3\")}))\n"} -{"Time":"2024-04-23T18:05:59.054447162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.252980Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-3:hs3\" registered on this server.\n"} -{"Time":"2024-04-23T18:05:59.054454722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.254838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-3:hs3\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.054463202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.255063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-3:hs3\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.054471512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.255194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-3:hs3\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.054480662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.258081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3:hs3\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.054496102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.258100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3:hs3\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.054504092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.258123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3:hs3\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.054518232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.259612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs3\":100,\"@user-3:hs3\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:59.054527501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.259640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs3\":100,\"@user-3:hs3\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:59.054541751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.259649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs3\":100,\"@user-3:hs3\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:59.054551021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.259671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs3\":100,\"@user-3:hs3\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:59.054558281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.259738Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs3\":100,\"@user-3:hs3\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs3\", \"@user-3:hs3\"}\n"} -{"Time":"2024-04-23T18:05:59.054565791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.259750Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs3\":100,\"@user-3:hs3\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:05:59.054575341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.259775Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs3\":100,\"@user-3:hs3\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:59.054582511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.259783Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs3\":100,\"@user-3:hs3\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.054594391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.261339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs3: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:59.054608221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs3: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:59.054620911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.261367Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs3: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:59.054632401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs3: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:59.05464271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.261375Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs3: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:59.05465097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs3: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.05466218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.262713Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-3:hs3 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:05:59.05467226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.262794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m53 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.05467908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.263457Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.05469045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.263670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs3\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:59.05470308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.263745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs3\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:59.05470973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.263761Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs3\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.05471662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.263798Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21NqGm4oip62XkdAeQ1B:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1171\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.0547245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.263818Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21NqGm4oip62XkdAeQ1B:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:59.05474213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.264329Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !NqGm4oip62XkdAeQ1B:hs1 over federation.\n"} -{"Time":"2024-04-23T18:05:59.05474931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.264471Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:59.054756129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.265093Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.054764569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.265412Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:05:59.054770499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.265439Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:05:59.054776889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.265594Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:05:59.054788479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.265643Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.054797829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.265685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.054806279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.265742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.054818589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.265810Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 2931:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.054824569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.054830299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:05:59.054835209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.054841309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.266128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.054849049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.266181Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.054855159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.266472Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:05:59.054860999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.266492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 2931\n"} -{"Time":"2024-04-23T18:05:59.054869938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.266514Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 2931:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:59.054875768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.054882408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:05:59.054886408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:59.054894678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"hs1. 600 IN A 172.29.0.4\n"} -{"Time":"2024-04-23T18:05:59.054898668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:59.054902508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.054906928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.054912948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.266533Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 2931:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:59.054919758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.054924928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:05:59.054929958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:59.054956348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"hs1. 600 IN A 172.29.0.4\n"} -{"Time":"2024-04-23T18:05:59.054961618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:59.054965658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.054969468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.054975728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.266785Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:05:59.054983277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.266806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.4:443\n"} -{"Time":"2024-04-23T18:05:59.054992237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.266943Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.29.0.4:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:59.055010547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.266971Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:59.055024267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.266989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:59.055031237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.267011Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:59.055040617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.267046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:59.055050027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.267067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:05:59.055056787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.267079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.055065717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.267093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.055073227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.267102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.055078737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.267130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 48143:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.055083007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.055086877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.055091617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.055097546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.267509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.055108566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.267583Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.055119376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.268802Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.055127546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.268814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 48143\n"} -{"Time":"2024-04-23T18:05:59.055135286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.268831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 48143:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.055144206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.055149386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.055154526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.055161546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.055169926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.055174096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.055177976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.055184806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.268847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.055194046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.268858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.055204946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.269001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.055211095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.269053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.055220045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.269152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m23523\n"} -{"Time":"2024-04-23T18:05:59.055230225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.269173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 23523:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.055236565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.055242415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.055248345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.055252475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.269204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.055261915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.271322Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.055267365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.271330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:59.055273305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.271335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.055323744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.271342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.055340344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.271347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.055353664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.271351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.055360724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.271355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.055374914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.271362Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.055384984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.271382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 23523:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.055395734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.055402124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.055408224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.055414354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.055422244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.055430714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.055442553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.055450853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.271409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:05:59.055459763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.271421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.055471943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.271434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.055494273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.271444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.055508643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.271472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 3485:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.055515363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.055522833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.055541803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.055556842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.271518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.055574312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.271565Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.055586652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.272809Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.055599112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.272821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 3485\n"} -{"Time":"2024-04-23T18:05:59.055611712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.272837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 3485:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.055622742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.055642642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.055650992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.055661762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.055669921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.055678381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.055686241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.055702241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.272850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.055715881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.272861Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.055728551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.272869Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.055746211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.272892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.055756921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.272903Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m57608\n"} -{"Time":"2024-04-23T18:05:59.055766231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.272908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 57608:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.055774991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.05578297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.0557909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.0558081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.272916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.05581763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.315928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.05582674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.315961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:59.05583616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.315969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.05584553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.315980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.05585484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.315987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.0558644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.315993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.05587377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.316000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.05588283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.316010Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.055893309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.316048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 57608:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.055904679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.055912949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.055921289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.055929749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.055953539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.055962129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.055970279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.055980169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.316103Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.055993479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.316135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:59.056006098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.316171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:05:59.056025718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.316190Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.056038768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.316216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.056053578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.316234Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.056065888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.316281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 39844:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.056075208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.056082888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.056128177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.056138717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.316343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.056151627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.316397Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.056164347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.317427Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.056176517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.317451Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 39844\n"} -{"Time":"2024-04-23T18:05:59.056206837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.317484Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 39844:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.056218577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.056227077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.056235466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.056254446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.056263186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.056272066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.056280166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.056289986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.317512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.056311776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.317533Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.056330256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.317549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.056338766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.317595Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.056350755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.317613Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m61641\n"} -{"Time":"2024-04-23T18:05:59.056363365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.317623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 61641:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.056370195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.056375975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.056381785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.056388555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.317641Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.056395305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.360026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.056401875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.360043Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:59.056408545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.360051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.056418185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.360063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.056427595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.360070Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.056437395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.360076Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.056445865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.360083Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.056452605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.360094Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.056468114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.360135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 61641:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.056483484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.056491034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.056498654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.056506054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.056514684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.056522884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.056530194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.056538594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.360188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:05:59.056551424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.360209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.056563364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.360230Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.056573133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.360248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.056583893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.360295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 20956:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.056593623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.056601223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.056608883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.056618343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.360347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.056630653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.360396Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.056660833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.361495Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.056680863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.361517Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 20956\n"} -{"Time":"2024-04-23T18:05:59.056693322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.361547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 20956:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.056703952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.056711872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.056719502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.056727472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.056735602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.056759242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.056769272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.056791542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.361574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.056806231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.361594Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.056818751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.361612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.056834731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.361652Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.056844281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.361670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m21355\n"} -{"Time":"2024-04-23T18:05:59.056854151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.361684Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 21355:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.056863391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.056871721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.056879871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.056888471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.361703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.056898231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.404110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.056907621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.404124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:59.05691694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.404132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.05692643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.404143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.05696052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.404149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.05697103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.404156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.05698065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.404162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.05698986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.404172Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.05700044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.404207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 21355:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.0570115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.05701957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.057027779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.057035549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.057044029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.057052289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.057060069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.057070089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.404251Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.057085569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.404301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:59.057107099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.404383Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:59.057121639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.404689Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!NqGm4oip62XkdAeQ1B:hs1/@user-3:hs3\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.057150188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.404754Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.057162718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.404793Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:59.057175148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.404821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.4:8448\n"} -{"Time":"2024-04-23T18:05:59.057187508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.405024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.29.0.4:8448\n"} -{"Time":"2024-04-23T18:05:59.057210758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.407208Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:59.057223618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.407284Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.057235228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.590248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.057245957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.590556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.057258387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.593145Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.057278297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.593174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.057291937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.593209Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!NqGm4oip62XkdAeQ1B:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!NqGm4oip62XkdAeQ1B:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:59.057306487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.593235Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.057318887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.593264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_join/!NqGm4oip62XkdAeQ1B:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:59.057335037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.593357Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II\",\"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\",\"$1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\"],\"content\":{\"membership\":\"join\"},\"depth\":9,\"hashes\":{\"sha256\":\"kXZfsIlcvLUNVMo/mfE8qJOSuJvyyiP+HZRcv8zvkx0\"},\"origin\":\"hs1\",\"origin_server_ts\":1713909953592,\"prev_events\":[\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\"],\"room_id\":\"!NqGm4oip62XkdAeQ1B:hs1\",\"sender\":\"@user-3:hs3\",\"signatures\":{\"hs1\":{\"ed25519:oeh1gCtM\":\"0k6H6RYcfCKDKvcLMKU278UtY8tVtlqkps+O85serjiq129y4IBvBd2/q8f54waS1H5b83BzPRkc2Kj09fZoAg\"}},\"state_key\":\"@user-3:hs3\",\"type\":\"m.room.member\"}) })\n"} -{"Time":"2024-04-23T18:05:59.057352386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.593378Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:05:59.057363726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.593622Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for send_join in room !NqGm4oip62XkdAeQ1B:hs1\n"} -{"Time":"2024-04-23T18:05:59.057375186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.593873Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.057389866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.594203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!NqGm4oip62XkdAeQ1B:hs1/$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.057404346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.594253Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:59.057416746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.594273Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.057429766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.607754Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_join/!NqGm4oip62XkdAeQ1B:hs1/$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA with https://hs1:8448/_matrix/federation/v2/send_join/!NqGm4oip62XkdAeQ1B:hs1/$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\n"} -{"Time":"2024-04-23T18:05:59.057442596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.607780Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.057453516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.607902Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.057460885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.607916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.057468905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.607991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v2/send_join/!NqGm4oip62XkdAeQ1B:hs1/$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\n"} -{"Time":"2024-04-23T18:05:59.057484665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.608138Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:05:59.057492405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.608418Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:05:59.057507365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.608543Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:05:59.057515045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.608760Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs1\n"} -{"Time":"2024-04-23T18:05:59.057523345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.608796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Signing key not loaded for hs1\n"} -{"Time":"2024-04-23T18:05:59.057531085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.609008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs2\n"} -{"Time":"2024-04-23T18:05:59.057547165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.609032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Signing key not loaded for hs2\n"} -{"Time":"2024-04-23T18:05:59.057555505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.609239Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted key servers first for homeserver signing keys.\n"} -{"Time":"2024-04-23T18:05:59.057563864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.609274Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Remaining servers left that the notary/trusted servers did not provide: {\"hs1\": {}, \"hs2\": {}}\n"} -{"Time":"2024-04-23T18:05:59.057571944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.609298Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking individual servers for signing keys: {\"hs1\": {}, \"hs2\": {}}\n"} -{"Time":"2024-04-23T18:05:59.057580274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.609415Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.057589204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.609688Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.057618934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.609752Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:59.057627884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.609778Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.057640454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.609864Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.057648874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.609912Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:05:59.057657234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.609949Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:05:59.057665744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.610053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:05:59.057677113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.610106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.057691043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.610154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.057704083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.610185Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.057718793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.610274Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 54440:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.057726683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.057734113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:05:59.057741613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.057750563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.610378Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.057768093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.610457Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.057778073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.610928Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:05:59.057789852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.610971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 54440\n"} -{"Time":"2024-04-23T18:05:59.057800282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.610999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 54440:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:59.057810492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.057824342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:05:59.057831852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:59.057839372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"hs2. 600 IN A 172.29.0.2\n"} -{"Time":"2024-04-23T18:05:59.057846972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:59.057854532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.057861862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.057869062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 54440:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:59.057884142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.057891491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:05:59.057899011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:59.057906531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"hs2. 600 IN A 172.29.0.2\n"} -{"Time":"2024-04-23T18:05:59.057914851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:59.057923181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.057930501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.057963651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611139Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:05:59.057980311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.2:443\n"} -{"Time":"2024-04-23T18:05:59.057989381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611328Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.05800157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.05801242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611363Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:59.05802372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611378Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.05803787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611397Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:59.05805874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611445Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Received new Future result\n"} -{"Time":"2024-04-23T18:05:59.05806895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Result is from hs1\n"} -{"Time":"2024-04-23T18:05:59.05808389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Done handling Future result\n"} -{"Time":"2024-04-23T18:05:59.05809454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611685Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.29.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:59.05810521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611710Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:59.058121139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:59.058136199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611748Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:59.058146099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:05:59.058159239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611808Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:05:59.058171639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.058181189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.058192179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611846Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.058203119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611881Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 18167:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.058210129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.058215949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.058221809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.058230318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.058241318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.058251538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612055Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.058269548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612475Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:59.058280628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/cxk4M8d3SeOy_1mMnjvKRAB1oA2agv4DhAe7Q_MXGTQ {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs3:8448\", \"content-length\": \"1007\"}\n"} -{"Time":"2024-04-23T18:05:59.058297418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612809Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/cxk4M8d3SeOy_1mMnjvKRAB1oA2agv4DhAe7Q_MXGTQ Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([Object({\"currently_active\": Bool(true), \"last_active_ago\": 0, \"presence\": String(\"online\"), \"status_msg\": String(\"\"), \"user_id\": String(\"@user-1:hs1\")})])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909953608, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II\"), String(\"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\"), String(\"$1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\")]), \"content\": Object({\"displayname\": String(\"user-3 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"TQSgylTDSw2GOgZq7QzDo13Qp8+67llWJsGv"} -{"Time":"2024-04-23T18:05:59.058312498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"86DOkn8\")}), \"origin\": String(\"hs3\"), \"origin_server_ts\": 1713909953593, \"prev_events\": Array([String(\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\")]), \"room_id\": String(\"!NqGm4oip62XkdAeQ1B:hs1\"), \"sender\": String(\"@user-3:hs3\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:oeh1gCtM\": String(\"6L8ewwIJsUXGuFPM00SVso3Eb2gyLF4zvqHf3zQWtW7CyZ4SMB6r+r6O1cG4SOOwlUPUt+zQu+9rzkDYq0BrCw\")}), \"hs3\": Object({\"ed25519:9rAj6lYS\": String(\"kcasZ2WHGp1fD5MhRrp63YTZMfGK2t66YvVq4DSWbRCN2uFQqE3r9xNfpcxp9faJZHir8KlXlEHkpqPstfhDDA\")})}), \"state_key\": String(\"@user-3:hs3\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({})})])}))\n"} -{"Time":"2024-04-23T18:05:59.058325948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612992Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.058338068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.613019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 18167\n"} -{"Time":"2024-04-23T18:05:59.058350817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.613055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 18167:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.058363917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.058370007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.058375817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.058381757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.058387767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.058393757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.058399557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.058407687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.613069Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Could not parse PDU: Server is not in room !NqGm4oip62XkdAeQ1B:hs1\n"} -{"Time":"2024-04-23T18:05:59.058420977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.613087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.058439937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.613094Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m135.389µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"cxk4M8d3SeOy_1mMnjvKRAB1oA2agv4DhAe7Q_MXGTQ\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:05:59.058454346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.613111Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.058468506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.613129Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.058481246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.613180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.058491176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.613203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m49747\n"} -{"Time":"2024-04-23T18:05:59.058500086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.613215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 49747:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.058508686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.058517066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.058525236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.058533396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.613236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.058544256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.613602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m641.035µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"cxk4M8d3SeOy_1mMnjvKRAB1oA2agv4DhAe7Q_MXGTQ\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:05:59.058557306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.613696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.058568395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.613755Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:05:59.058578465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.656156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.058587775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.656172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:59.058596655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.656180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.058606725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.656191Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.058615025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.656198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.058623415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.656204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.058641115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.656211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.058650165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.656222Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.058660205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.656272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 49747:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.058670585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.058678065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.058685674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.058693164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.058701724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.058710694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.058723224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.058732884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.656327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:05:59.058772574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.656347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.058783934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.656369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.058794663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.656387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.058806493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.656437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 21530:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.058820313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.058827733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.058833733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.058842523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.656500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.058854593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.656554Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.058870623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657634Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.058883573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657664Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 21530\n"} -{"Time":"2024-04-23T18:05:59.058895933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 21530:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.058907203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.058914172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.058921002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.058928322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.058948122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.058956532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.058964332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.058976272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.058989882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657749Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.059011042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.059019902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657813Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.059033751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m14402\n"} -{"Time":"2024-04-23T18:05:59.059041811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 14402:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.059047701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.059052781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.059057841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.059078451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657873Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.059085561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.700228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.059091421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.700244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:59.059097121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.700252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.059102951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.700263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.059109131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.700270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.059114771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.700276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.059120351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.700283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.059131121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.700293Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.05913973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.700338Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 14402:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.05914894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.0591565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.05916337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.05916882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.05917413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.05918477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.05918981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.05919591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.700399Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.05920859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.700435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:05:59.0592165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.700466Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:05:59.05922446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.700491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.05923282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.700513Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.05924072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.700530Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.059251539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.700584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 63097:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.059257269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.059262379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.059271089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.059277109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.700649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.059284749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.700703Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.059299699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701716Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.059309519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 63097\n"} -{"Time":"2024-04-23T18:05:59.059317969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 63097:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.059324549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.059329659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.059335649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.059342939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.059349939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.059356719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.059361709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.059368078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.059390798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.059399048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.059405988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701919Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.059411888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701968Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m34604\n"} -{"Time":"2024-04-23T18:05:59.059419908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 34604:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.059427518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.059439488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.059445528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.059452428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.702004Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.059459808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.745317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.059465618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.745331Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:59.059471408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.745339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.059477167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.745349Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.059486827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.745356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.059492707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.745363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.059498467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.745369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.059504167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.745379Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.059510667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.745421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 34604:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.059517447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.059522377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.059527377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.059532457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.059538197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.059543537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.059553067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.059559157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.745467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:05:59.059567047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.745486Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.059582607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.745509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.059590736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.745526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.059597976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.745578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 55101:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.059603496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.059608486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.059613406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.059619266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.745640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.059626836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.745693Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.059634406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746806Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.059645526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 55101\n"} -{"Time":"2024-04-23T18:05:59.059653266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 55101:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.059664086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.059669126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.059674096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.059678966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.059684206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.059689286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.059694246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.059700966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.059709665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.059722575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.059729785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.747033Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.059735615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.747053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m15740\n"} -{"Time":"2024-04-23T18:05:59.059741705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.747066Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 15740:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.059747235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.059752235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.059757435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.059762735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.747088Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.059768575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.789924Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.059774345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.789953Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:59.059780095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.789961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.059785935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.789972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.059791645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.789979Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.059809025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.789985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.059817534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.789991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.059824594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790001Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.059833174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790043Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 15740:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.059843214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.059849984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.059856824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.059863554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.059869514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.059874904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.059879924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.059886104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790087Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.059898484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790136Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:59.059906274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:59.059914814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.059923344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790487Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.059930923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790522Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:59.059949193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.2:8448\n"} -{"Time":"2024-04-23T18:05:59.059956593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790752Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.29.0.2:8448\n"} -{"Time":"2024-04-23T18:05:59.059964043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.793786Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:59.059971613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.793883Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.059983453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.794173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.059996153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.794364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.060008633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.835056Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.060016193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.835077Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.060024003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.835096Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/key/v2/server with https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:59.060031463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.835107Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.060038683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.835126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:59.060045802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.835169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Received new Future result\n"} -{"Time":"2024-04-23T18:05:59.060052492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.835178Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Result is from hs2\n"} -{"Time":"2024-04-23T18:05:59.060059062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.835342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Done handling Future result\n"} -{"Time":"2024-04-23T18:05:59.060072722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.835357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Search for signing keys done\n"} -{"Time":"2024-04-23T18:05:59.060084412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.835370Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:05:59.060091282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.838220Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:05:59.060097912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.838783Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:05:59.060104542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.838803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.060111242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.838879Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.060117922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.839059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.060124462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.839072Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:05:59.060134762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.841060Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:05:59.060141442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.841441Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:05:59.060148102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.842013Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:05:59.060170801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.842127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m578 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.060178711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.843122Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.060185871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.843330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21KzwUrx89H3HwRkm0T7:hs1?server_name=hs2 {\"host\": \"127.0.0.1:1171\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.060193771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.843357Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21KzwUrx89H3HwRkm0T7:hs1?server_name=hs2 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:59.060200531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.843632Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !KzwUrx89H3HwRkm0T7:hs1 over federation.\n"} -{"Time":"2024-04-23T18:05:59.060207121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.843662Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:59.060214041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.843714Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.060226001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.843923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.060235421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.843988Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:59.060246501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.844009Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.060253921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.845368Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.060261991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.845385Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.060270251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.845399Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:59.0602787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.845408Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.06028643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.845422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 404 for GET https://hs2:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:59.06029401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.845458Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:05:59.0603087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.845468Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_NOT_FOUND\"\n"} -{"Time":"2024-04-23T18:05:59.06031549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.845477Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:05:59.06032226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.845508Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.06033036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.845639Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.06033905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.845664Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:59.06034705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.845673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.0603589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.847906Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.06036633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.847943Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.06037442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.847972Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:59.060387049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.847989Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.060394709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.848014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs1:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:59.060402139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.848078Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:59.060408759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.848095Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_FORBIDDEN\"\n"} -{"Time":"2024-04-23T18:05:59.060415569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.848190Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:05:59.060422789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.849062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.060429909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.849171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21KzwUrx89H3HwRkm0T7:hs1?server_name=hs2\u0026server_name=hs1 {\"host\": \"127.0.0.1:1171\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.060442769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.849185Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21KzwUrx89H3HwRkm0T7:hs1?server_name=hs2\u0026server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:59.060449869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.849328Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !KzwUrx89H3HwRkm0T7:hs1 over federation.\n"} -{"Time":"2024-04-23T18:05:59.060456529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.849342Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:59.060466949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.849363Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.060475239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.849448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.060483889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.849476Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:59.060491409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.849486Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.060498738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.850547Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.060509678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.850575Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.060517888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.850600Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:59.060526758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.850616Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.060534388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.850640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 404 for GET https://hs2:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:59.060541748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.850695Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:05:59.060548298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.850711Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_NOT_FOUND\"\n"} -{"Time":"2024-04-23T18:05:59.060555188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.850726Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:05:59.060562058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.850785Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.060574588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.850991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.060586738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.851034Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:59.060594148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.851053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.060601428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.853006Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.060608808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.853018Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.060621807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.853031Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:59.060630237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.853039Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.060644957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.853052Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs1:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:59.060653407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.853083Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:59.060660027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.853092Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_FORBIDDEN\"\n"} -{"Time":"2024-04-23T18:05:59.060673907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.853101Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (2)\n"} -{"Time":"2024-04-23T18:05:59.060680967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.853126Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.060689117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.853209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.060697647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.853229Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:59.060705017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.853237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.060712947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.854969Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.060720337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.854981Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.060728766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.854992Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:59.060737006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.854999Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.060744556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.855011Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs1:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:59.060751906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.855035Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:59.060764756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.855043Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_FORBIDDEN\"\n"} -{"Time":"2024-04-23T18:05:59.060774916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.855090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m6 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:05:59.060783636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"2024/04/23 18:05:59 ============== ddf780f907790f9529e442fb02ad822ee79f65d6b5cc1798e267540acb3cdea1 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:05:59.060794906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.060800116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.25891552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"2024/04/23 18:05:59 ============================================\n"} -{"Time":"2024-04-23T18:05:59.258949239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.258955449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.258960839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"2024/04/23 18:05:59 1e0cafe3e12c48ae2d3364b1655269ba7978660b046dc5dcebb9a82e43d01192 : Server logs:\n"} -{"Time":"2024-04-23T18:05:59.259041979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:05:59.259049609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:05:59.259055499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:05:59.259060788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:05:59.259071008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:05:59.259077788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ echo 'IP.1 = 172.29.0.2'\n"} -{"Time":"2024-04-23T18:05:59.259085188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:05:59.259092748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:05:59.259098228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:05:59.259106958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:05:59.259112918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.028578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:05:59.259118978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.028690Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:05:59.259126398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.029030Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:05:59.259134378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.029038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:05:59.259144988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.029045Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:05:59.259152688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.029052Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:05:59.259172797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.029779Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:05:59.259181997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.259187457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:05:59.259193377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.029851Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:05:59.259199877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.032347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:05:59.259215477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.034130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:05:59.259223797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.034772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:05:59.259236777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.035848Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:05:59.259244017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.605096Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 570.962172ms\n"} -{"Time":"2024-04-23T18:05:59.259249817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607254Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:05:59.259258277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607328Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:59.259265177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607341Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:59.259272967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607349Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:05:59.259280087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607358Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:05:59.259286046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607366Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:05:59.259291736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607375Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:05:59.259302576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607384Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:05:59.259308596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607392Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:05:59.259314206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607401Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:05:59.259325566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607410Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:05:59.259333286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607420Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:05:59.259341026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607429Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:05:59.259347966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607438Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:05:59.259358576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607458Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:05:59.259365906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607471Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:05:59.259371966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607482Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:05:59.259377746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607495Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:05:59.259383606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607507Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:05:59.259389266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.607517Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:05:59.259396936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.609128Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:05:59.259409005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.611874Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:05:59.259417735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.628154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:05:59.259423865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.628167Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:05:59.259430165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.628757Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:05:59.259442755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.628906Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:05:59.259450475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.640649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.259459575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.641235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1169\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.259471495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.641338Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:05:59.259478935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.641629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.259494195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.834541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.259501815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.834982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1169\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.259512714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.835004Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:05:59.259526974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.877505Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:05:59.259536874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.879346Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.259546314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.879571Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.259555174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.879703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.259571544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.882467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.259583414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.882485Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.259595434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.882508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.259614304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.883973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:59.259630693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.884003Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:59.259641823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.884014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:59.259650813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.884042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:59.259659483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.884097Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs2\", \"@user-2:hs2\"}\n"} -{"Time":"2024-04-23T18:05:59.259671783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.884110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:05:59.259680413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.884136Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:59.259689413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.884144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.259701953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.885608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:59.259715863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:59.259732193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.885635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:59.259743062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:59.259759502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.885644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:59.259769162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.259782152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.886897Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-2:hs2 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:05:59.259805052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.886983Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m52 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.259818352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.887353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:59.259832342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.887382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:59.259843792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.887391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.259860991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.887686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.259868481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.888087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21NqGm4oip62XkdAeQ1B:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1169\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.259882311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.888119Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21NqGm4oip62XkdAeQ1B:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:59.259890941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.888656Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !NqGm4oip62XkdAeQ1B:hs1 over federation.\n"} -{"Time":"2024-04-23T18:05:59.259903331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.888773Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:59.259910291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.889325Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.259920151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.889600Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:05:59.259929831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.889627Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:05:59.259950271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.889758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:05:59.259958311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.889804Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.25996745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.889840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.25998503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.889897Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.26000035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.889975Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 58886:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.26000645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.26001147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:05:59.26001651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.26002394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.890197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.26003361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.890244Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.2600445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.890576Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:05:59.26005398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.890594Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 58886\n"} -{"Time":"2024-04-23T18:05:59.26007249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.890615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 58886:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:59.260085619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.260093099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:05:59.260099709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:59.260105529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"hs1. 600 IN A 172.29.0.4\n"} -{"Time":"2024-04-23T18:05:59.260111439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:59.260117179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.260122869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.260130049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.890631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 58886:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:59.260138709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.260146089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:05:59.260158899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:59.260166569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"hs1. 600 IN A 172.29.0.4\n"} -{"Time":"2024-04-23T18:05:59.260173959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:59.260179859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.260185479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.260201458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.890836Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:05:59.260212938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.890855Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.4:443\n"} -{"Time":"2024-04-23T18:05:59.260225268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.890991Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.29.0.4:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:59.260238618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.891019Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:59.260256628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.891033Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:59.260276428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.891058Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:59.260288258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.891089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:59.260305848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.891106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:05:59.260315947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.891117Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.260325477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.891130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.260334707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.891139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.260344617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.891164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 30216:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.260351347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.260357217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.260364047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.260372887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.891186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.260389447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.891213Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.260398347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.892560Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.260406987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.892573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 30216\n"} -{"Time":"2024-04-23T18:05:59.260416877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.892590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 30216:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.260424526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.260430326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.260436076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.260441746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.260449386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86016 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.260470996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.260477276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.260485656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.892606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.260495456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.892619Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.260511166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.892716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.260523366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.892737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.260547365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.892776Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m15838\n"} -{"Time":"2024-04-23T18:05:59.260554715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.892783Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 15838:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.260561095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.260566815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.260572555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.260578815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.892795Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.260585625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.895552Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.260592235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.895560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:59.260598905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.895565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.260605505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.895573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.260614985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.895578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.260623945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.895582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.260630765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.895587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.260637295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.895594Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.260655974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.895614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 15838:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.260672344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.260678284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.260684034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.260691094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.260699134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86016 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.260707224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.260713924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.260725574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.895641Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:05:59.260734664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.895654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.260744154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.895668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.260753304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.895679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.260766153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.895707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 6415:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.260773583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.260781263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.260799333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.260806773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.895738Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.260815683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.895763Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.260824263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.897005Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.260837803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.897018Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 6415\n"} -{"Time":"2024-04-23T18:05:59.260847183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.897035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 6415:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.260856363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.260864033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.260871783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.260879322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.260885462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86016 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.260891332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.260897132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.260904412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.897049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.260914022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.897060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.260923082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.897069Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.260955052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.897091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.260964722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.897100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m17501\n"} -{"Time":"2024-04-23T18:05:59.260972912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.897105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 17501:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.260983952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.260989751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.261001101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.261007211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.897114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.261013861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.940152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.261022741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.940161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:59.261031511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.940166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.261040641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.940173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.261054001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.940176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.261060891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.940180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.261067551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.940183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.261074011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.940189Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.261085781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.940212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 17501:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.261093411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.26110962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.26111751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.26112502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.26113298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86016 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.26113912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.26114492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.26115195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.940240Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.2611611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.940260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:05:59.26116986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.940279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:05:59.26118348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.940292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.26119674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.940306Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.2612156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.940319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.261227789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.940347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 61180:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.261236509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.261242899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.261249519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.261256379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.940369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.261280769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.940392Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.261294019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.941601Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.261305799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.941616Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 61180\n"} -{"Time":"2024-04-23T18:05:59.261325219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.941635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 61180:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.261335818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.261341988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.261347848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.261354498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.261362268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86016 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.261370238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.261377728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.261388048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.941654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.261413658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.941670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.261423398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.941682Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.261431708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.941707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.261438418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.941717Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m57243\n"} -{"Time":"2024-04-23T18:05:59.261447747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.941722Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 57243:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.261456637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.261462647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.261470657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.261478777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.941732Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.261492627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.984244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.261502107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.984255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:59.261510737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.984263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.261518127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.984273Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.261527037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.984281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.261535777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.984288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.261544527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.984295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.261553077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.984305Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.261562916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.984335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 57243:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.261576686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.261584366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.261592076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.261600096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.261608076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86016 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.261616366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.261623586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.261633146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.984378Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:05:59.261645096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.984397Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.261654956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.984418Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.261665346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.984435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.261677535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.984480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 24575:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.261686495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.261694395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.261702325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.261711745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.984524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.261724045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.984563Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.261745505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.985735Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.261757535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.985763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 24575\n"} -{"Time":"2024-04-23T18:05:59.261768915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.985800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 24575:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.261791004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.261799244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.261807324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.261814934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.261823274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86016 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.261836744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.261844204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.261854364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.985833Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.261867534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.985860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.261879264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.985879Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.261894984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.985927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.261902183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.985963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m18889\n"} -{"Time":"2024-04-23T18:05:59.261909533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.985976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 18889:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.261918813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.261941673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.261949023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.261955213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.985997Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.261961923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.028857Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.261971373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.028867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:59.261980713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.028874Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.261996773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.028885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.262004353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.028892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.262011102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.028898Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.262017922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.028905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.262027222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.028914Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.262037152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.028957Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 18889:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.262047642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.262053752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.262059472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.262065472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.262071582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.262077472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.262083192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.262103112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.028996Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.262114942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.029040Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:59.262126671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.029108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:59.262137391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.029369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!NqGm4oip62XkdAeQ1B:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.262147891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.029424Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.262175681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.029457Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:59.262189381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.029480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.4:8448\n"} -{"Time":"2024-04-23T18:05:59.262201171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.029643Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.29.0.4:8448\n"} -{"Time":"2024-04-23T18:05:59.262212021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.031860Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:59.262220661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.031946Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.26222875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.174403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.26223654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.174701Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.2622448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.177560Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.26225317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.177590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.26226243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.177618Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!NqGm4oip62XkdAeQ1B:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!NqGm4oip62XkdAeQ1B:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:59.26227225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.177635Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.26228578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.177678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_join/!NqGm4oip62XkdAeQ1B:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:59.26229846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.177769Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II\",\"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\",\"$1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\"],\"content\":{\"membership\":\"join\"},\"depth\":8,\"hashes\":{\"sha256\":\"qLeS8+dWG0iv3K4wtirUgwXDk377B6hbKj8ki9xDHRw\"},\"origin\":\"hs1\",\"origin_server_ts\":1713909953176,\"prev_events\":[\"$DqEEIIv-G_pz2p7T8ZgTs7e2rSifX4lO1LTcFFFp5ZM\"],\"room_id\":\"!NqGm4oip62XkdAeQ1B:hs1\",\"sender\":\"@user-2:hs2\",\"signatures\":{\"hs1\":{\"ed25519:oeh1gCtM\":\"Q94DKsGAf3pIDwixz3LRLLDRJ6jMANdh5eXIjAcDRSM6fMljuDBeOZhvSiP94cIXNozAvoxfrvgmzqBvbmTkAw\"}},\"state_key\":\"@user-2:hs2\",\"type\":\"m.room.member\"}) })\n"} -{"Time":"2024-04-23T18:05:59.26230998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.177791Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:05:59.26231957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.178059Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for send_join in room !NqGm4oip62XkdAeQ1B:hs1\n"} -{"Time":"2024-04-23T18:05:59.26232776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.178281Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.262336979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.178600Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!NqGm4oip62XkdAeQ1B:hs1/$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.262353449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.178648Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:59.262376519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.178667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.262385959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.191855Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.262395569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.191883Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.262404809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.192045Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_join/!NqGm4oip62XkdAeQ1B:hs1/$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE with https://hs1:8448/_matrix/federation/v2/send_join/!NqGm4oip62XkdAeQ1B:hs1/$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\n"} -{"Time":"2024-04-23T18:05:59.262417999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.192063Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.262432429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.192090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v2/send_join/!NqGm4oip62XkdAeQ1B:hs1/$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\n"} -{"Time":"2024-04-23T18:05:59.262449568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.192180Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:05:59.262459078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.192416Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:05:59.262469118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.192525Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:05:59.262480318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.192743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs1\n"} -{"Time":"2024-04-23T18:05:59.262499388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.192777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Signing key not loaded for hs1\n"} -{"Time":"2024-04-23T18:05:59.262508598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.193133Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted key servers first for homeserver signing keys.\n"} -{"Time":"2024-04-23T18:05:59.262519058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.193166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Remaining servers left that the notary/trusted servers did not provide: {\"hs1\": {}}\n"} -{"Time":"2024-04-23T18:05:59.262536778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.193184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking individual servers for signing keys: {\"hs1\": {}}\n"} -{"Time":"2024-04-23T18:05:59.262549777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.193289Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.262561567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.193471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.262572447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.193524Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:59.262580957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.193542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.262597167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.194104Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.262607157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.194134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.262618667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.194160Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:59.262628677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.194175Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.262637017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.194201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:59.262645167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.194274Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Received new Future result\n"} -{"Time":"2024-04-23T18:05:59.262654547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.194288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Result is from hs1\n"} -{"Time":"2024-04-23T18:05:59.262664516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.194454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Done handling Future result\n"} -{"Time":"2024-04-23T18:05:59.262673186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.194476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Search for signing keys done\n"} -{"Time":"2024-04-23T18:05:59.262681746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.194491Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:05:59.262697296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.195871Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.262705956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.196309Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:59.262714646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.196590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/qf6gn_HKMbmGWmGkj1TpKKUAtX2k6A_6b9CnAZaIOaw {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1007\"}\n"} -{"Time":"2024-04-23T18:05:59.262731366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.196613Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/qf6gn_HKMbmGWmGkj1TpKKUAtX2k6A_6b9CnAZaIOaw Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([Object({\"currently_active\": Bool(true), \"last_active_ago\": 0, \"presence\": String(\"online\"), \"status_msg\": String(\"\"), \"user_id\": String(\"@user-1:hs1\")})])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909953192, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II\"), String(\"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\"), String(\"$1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"zMdUOGDb740oTxXjK7Uf0NcGS6MH/62nkF2K"} -{"Time":"2024-04-23T18:05:59.262744756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"RBJxw5A\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909953177, \"prev_events\": Array([String(\"$DqEEIIv-G_pz2p7T8ZgTs7e2rSifX4lO1LTcFFFp5ZM\")]), \"room_id\": String(\"!NqGm4oip62XkdAeQ1B:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:oeh1gCtM\": String(\"xKkiZm9lBW2ex3C/B1uPPdn027Grrq6zEPsbz6ztPVwUCj4ir/Xy3eexI1XriS6zdjQ8p0JjRwEPlUyb+4mFAg\")}), \"hs2\": Object({\"ed25519:WwSlC3wS\": String(\"pBuZ1Z3wJihyFU3CFPDDo8YltWIHLcgtqRpRwPHrVKrJnFrqXQ7ef0JJ4iUHLa/OUbJLCpe7u2NVFMGucR/8BQ\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({})})])}))\n"} -{"Time":"2024-04-23T18:05:59.262758006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.196820Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Could not parse PDU: Server is not in room !NqGm4oip62XkdAeQ1B:hs1\n"} -{"Time":"2024-04-23T18:05:59.262769275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.196845Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m140.729µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"qf6gn_HKMbmGWmGkj1TpKKUAtX2k6A_6b9CnAZaIOaw\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:05:59.262786065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.197290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m584.005µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"qf6gn_HKMbmGWmGkj1TpKKUAtX2k6A_6b9CnAZaIOaw\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:05:59.262795405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.197389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.262805925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.197416Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:05:59.262815685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.197450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:05:59.262825195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.198167Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:05:59.262833965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.198191Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.262842125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.198265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.262851265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.198416Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.262867945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.198429Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:05:59.262890504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.200085Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:05:59.262899844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.200478Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:05:59.262909774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.201056Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:05:59.262919604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.201156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m313 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.262927884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.201961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.262950304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.202187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21KzwUrx89H3HwRkm0T7:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1169\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.262963654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.202217Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21KzwUrx89H3HwRkm0T7:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:05:59.262974174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.202598Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !KzwUrx89H3HwRkm0T7:hs1 over federation.\n"} -{"Time":"2024-04-23T18:05:59.262981904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.202640Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:05:59.262994823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.202759Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.263007373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.203025Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.263020563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.203076Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:59.263039933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.203095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.263050083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.205458Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.263058773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.205481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.263068043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.205503Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:59.263077833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.205516Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.263094973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.205538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs1:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:59.263105002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.205586Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:59.263115412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.205601Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_FORBIDDEN\"\n"} -{"Time":"2024-04-23T18:05:59.263126602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.205614Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:05:59.263134612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.205656Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.263146562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.205806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.263159532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.205839Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:05:59.263168252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.205853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.263181432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.207864Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.263191302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.207882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:05:59.263205462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.207900Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:59.263221121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.207912Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.263230031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.207940Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs1:8448/_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:05:59.263242191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.207984Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:05:59.263271801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.207996Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_FORBIDDEN\"\n"} -{"Time":"2024-04-23T18:05:59.263282791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.208067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m6 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:05:59.263293581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.609614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.263305271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.610029Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:59.263315021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.610374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/YECGIZpjbYLKVbNmOVexOWBK14eQu0Mzqhn7dzDbbVc {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"902\"}\n"} -{"Time":"2024-04-23T18:05:59.26332881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.610403Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/YECGIZpjbYLKVbNmOVexOWBK14eQu0Mzqhn7dzDbbVc Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909953607, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II\"), String(\"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\"), String(\"$1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\")]), \"content\": Object({\"displayname\": String(\"user-3 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"TQSgylTDSw2GOgZq7QzDo13Qp8+67llWJsGv86DOkn8\")}), \"origin\": String(\"hs3\"), \"origin_server_ts\": 1713909953593, \"prev_events\": Array([String(\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\")]),"} -{"Time":"2024-04-23T18:05:59.26335051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" \"room_id\": String(\"!NqGm4oip62XkdAeQ1B:hs1\"), \"sender\": String(\"@user-3:hs3\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:oeh1gCtM\": String(\"6L8ewwIJsUXGuFPM00SVso3Eb2gyLF4zvqHf3zQWtW7CyZ4SMB6r+r6O1cG4SOOwlUPUt+zQu+9rzkDYq0BrCw\")}), \"hs3\": Object({\"ed25519:9rAj6lYS\": String(\"kcasZ2WHGp1fD5MhRrp63YTZMfGK2t66YvVq4DSWbRCN2uFQqE3r9xNfpcxp9faJZHir8KlXlEHkpqPstfhDDA\")})}), \"state_key\": String(\"@user-3:hs3\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({})})])}))\n"} -{"Time":"2024-04-23T18:05:59.26336361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.610823Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m333.077µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"YECGIZpjbYLKVbNmOVexOWBK14eQu0Mzqhn7dzDbbVc\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:05:59.26338017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.610873Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs3, hs1\n"} -{"Time":"2024-04-23T18:05:59.26339418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.610990Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs3 keys\n"} -{"Time":"2024-04-23T18:05:59.26340827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs3 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:05:59.2634165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611061Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.26342523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611102Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs3\n"} -{"Time":"2024-04-23T18:05:59.26343552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611122Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs3\n"} -{"Time":"2024-04-23T18:05:59.263448199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs3 A\n"} -{"Time":"2024-04-23T18:05:59.263458929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs3\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.263469089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.263478779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs3\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.263490029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611392Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:59.263503079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 30019:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.263509529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.263516179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; hs3. IN A\n"} -{"Time":"2024-04-23T18:05:59.263523739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.263532949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611652Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.263546619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611718Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.263560858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611900Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:05:59.263570218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 30019\n"} -{"Time":"2024-04-23T18:05:59.263579468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 30019:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:59.263587188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.263592898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; hs3. IN A\n"} -{"Time":"2024-04-23T18:05:59.263600078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:59.263607888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"hs3. 600 IN A 172.29.0.3\n"} -{"Time":"2024-04-23T18:05:59.263615538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:59.263621608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.263627238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.263634268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 30019:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:59.263642028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.263647668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; hs3. IN A\n"} -{"Time":"2024-04-23T18:05:59.263653348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:59.263659038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"hs3. 600 IN A 172.29.0.3\n"} -{"Time":"2024-04-23T18:05:59.263664698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:59.263670307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.263675927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.263686137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612111Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs3\"), port=None\n"} -{"Time":"2024-04-23T18:05:59.263699127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.3:443\n"} -{"Time":"2024-04-23T18:05:59.263708817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612345Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.29.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:59.263724297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612397Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs3\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:59.263736107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612423Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs3\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:59.263754427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612462Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:59.263766097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs3.\"\n"} -{"Time":"2024-04-23T18:05:59.263783116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs3 SRV\n"} -{"Time":"2024-04-23T18:05:59.263793466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.263803286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.263812826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.263822646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 19436:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.263831386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.263837106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.263844806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.263853916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.263864256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.612752Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.263873216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.613989Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.263886496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.614019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 19436\n"} -{"Time":"2024-04-23T18:05:59.263895915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.614053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 19436:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.263903455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.263909145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.263914835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.263921365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.263946775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.263953205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.263967495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.263984295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.614084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.263999365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.614109Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.264012554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.614127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.264023734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.614179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.264030874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.614206Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m42578\n"} -{"Time":"2024-04-23T18:05:59.264037874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.614222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 42578:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.264049354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.264055184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.264061064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.264067134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.614248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.264074244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.264080954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:59.264089564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.264098434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657155Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.264106154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.264112744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.264119324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.264125983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657184Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.264138783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 42578:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.264146523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.264152233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.264157913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.264163513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.264172223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.264180213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.264191253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.264199123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs3. SRV\n"} -{"Time":"2024-04-23T18:05:59.264208523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.264218373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.264231963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657329Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.264240322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 31295:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.264247522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.264255232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.264262862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.264270782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657440Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.264285132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.657493Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.264294132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.658606Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.264302982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.658628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 31295\n"} -{"Time":"2024-04-23T18:05:59.264312812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.658658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 31295:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.264324612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.264331882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.264339532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.264346892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.264353111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.264359141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.264364741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.264381191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.658685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.264391121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.658706Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.264400891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.658723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.264415741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.658767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.264428941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.658784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m719\n"} -{"Time":"2024-04-23T18:05:59.264436341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.658794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 719:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.264442731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.264448411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.264458191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.26446451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.658812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.26447132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.26447891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:59.26448754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701234Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.26449719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.26450601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701251Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.2645135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.26452013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.26452661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701274Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.26453518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 719:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.26454298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.26454871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.26455447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.26456012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.26456603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.26457281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.264580039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.264589629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701363Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.264599239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs3.\"\n"} -{"Time":"2024-04-23T18:05:59.264608339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs3 SRV\n"} -{"Time":"2024-04-23T18:05:59.264643319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701445Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.264657469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701466Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.264670629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701484Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.264688209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701537Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 51248:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.264696628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.264704028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.264711988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.264721058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.264732928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.701662Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.264752088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.702690Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.264763868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.702719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 51248\n"} -{"Time":"2024-04-23T18:05:59.264776068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.702751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 51248:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.264786528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.264793968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.264801888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.264814887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.264823097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.264831177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.264838677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.264849307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.702780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.264862987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.702803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.264876167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.702820Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.264887637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.702868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.264896687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.702889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m33372\n"} -{"Time":"2024-04-23T18:05:59.264925096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.702903Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 33372:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.264945656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.264953836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.264961626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.264969936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.702925Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.264979096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746309Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.264988086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746323Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:59.264996806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.265005416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746341Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.265013966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.265030055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746354Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.265044905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746360Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.265053835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746370Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.265062725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 33372:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.265078475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.265086335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.265094545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.265102215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.265110125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.265118395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.265126085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.265136715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746458Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs3. SRV\n"} -{"Time":"2024-04-23T18:05:59.265149544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.265169474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.265182814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746517Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.265194024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746568Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 33849:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.265202594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.265210084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.265217844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.265226874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.265239394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.746679Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.265251424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.747780Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.265263373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.747806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 33849\n"} -{"Time":"2024-04-23T18:05:59.265282233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.747838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 33849:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.265293113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.265299703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.265305683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.265311323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.265318473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.265326283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.265332633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.265339943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.747866Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.265351993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.747888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.265369103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.747906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.265378942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.747973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.265387692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.747992Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m48397\n"} -{"Time":"2024-04-23T18:05:59.265395512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.748002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 48397:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.265410262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.265418592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.265426032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.265432482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.748021Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.265442142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790880Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.265450772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:59.265460132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790902Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.265469822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.265478802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.265487791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.265496881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790945Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.265511771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790956Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.265523611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.790998Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 48397:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.265534811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.265542721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.265550511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.265556881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.265562921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.265568761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.265574561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.265581681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.791041Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.265590961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.791088Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:59.26561111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.791161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs3\", \":8448\") hostname: Named(\"hs3\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:59.26562533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.791332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs3\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.26563517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.791376Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:05:59.26564431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.791405Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs3\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:59.26565316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.791430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.3:8448\n"} -{"Time":"2024-04-23T18:05:59.26566441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.791634Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.29.0.3:8448\n"} -{"Time":"2024-04-23T18:05:59.26567591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.793784Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:59.26569025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.793881Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:05:59.26570004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.794262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.26571016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.794531Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:05:59.265719139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.794555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:05:59.265727509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.794551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.265741859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.794581Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs3:8448 for https://hs3:8448/_matrix/key/v2/server with https://hs3:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:59.265755229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.794598Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.265767569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.794627Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs3:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:59.265780199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.794906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m184.416966ms\n"} -{"Time":"2024-04-23T18:05:59.265791689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.795127Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:59.265801249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.795646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:05:59.265817139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.795734Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II in db\n"} -{"Time":"2024-04-23T18:05:59.265829648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.795785Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk in db\n"} -{"Time":"2024-04-23T18:05:59.265841808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.795830Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0 in db\n"} -{"Time":"2024-04-23T18:05:59.265858718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.795863Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:59.265868048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.795879Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II in db\n"} -{"Time":"2024-04-23T18:05:59.265880298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.795893Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk in db\n"} -{"Time":"2024-04-23T18:05:59.265893198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.795906Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0 in db\n"} -{"Time":"2024-04-23T18:05:59.265909678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.795928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:05:59.265919018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.796060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.265952507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.796101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.265963897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.796164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.265972847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.796182Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:05:59.265983097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.796315Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:05:59.266005847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.796506Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE in db\n"} -{"Time":"2024-04-23T18:05:59.266017217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.796531Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:59.266030497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.796546Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE in db\n"} -{"Time":"2024-04-23T18:05:59.266046297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.796693Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:59.266057536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.796745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\"]\n"} -{"Time":"2024-04-23T18:05:59.266070096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.796905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:05:59.266080506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.796945Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:05:59.266100826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.797068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:05:59.266132786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.797151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:05:59.266150316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.797257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.266162316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.797372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.266173955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.797472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.266183275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.797495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:05:59.266192185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.797743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:05:59.266204685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.797765Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.266217045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.797796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.266229295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.797905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.266249635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.797930Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:05:59.266262385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.797956Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:05:59.266279195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.798026Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:05:59.266295434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.798046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:05:59.266307674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.798101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:05:59.266316804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.798340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:05:59.266325894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.798528Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m77.819µs\n"} -{"Time":"2024-04-23T18:05:59.266342914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.798788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N4NLZebfy4zvwJ9O4LJyl-zpbd8P9EeK3PxavoUkmtk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m337.767µs\n"} -{"Time":"2024-04-23T18:05:59.266357024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.798908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m458.516µs\n"} -{"Time":"2024-04-23T18:05:59.266377494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.799229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DqEEIIv-G_pz2p7T8ZgTs7e2rSifX4lO1LTcFFFp5ZM\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m778.283µs\n"} -{"Time":"2024-04-23T18:05:59.266390514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.799348Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m898.552µs\n"} -{"Time":"2024-04-23T18:05:59.266400693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.799616Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.16496ms\n"} -{"Time":"2024-04-23T18:05:59.266410693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.799734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.283818ms\n"} -{"Time":"2024-04-23T18:05:59.266424843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.800054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hLR2rUuWbJqQYKdlfzc6LqPeT8-Ie8D9slNyR-ByKCw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.602866ms\n"} -{"Time":"2024-04-23T18:05:59.266434883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.800159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.709575ms\n"} -{"Time":"2024-04-23T18:05:59.266445493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.800340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.889843ms\n"} -{"Time":"2024-04-23T18:05:59.266456253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.800437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.986902ms\n"} -{"Time":"2024-04-23T18:05:59.266475693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.800719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.26812ms\n"} -{"Time":"2024-04-23T18:05:59.266488753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.800823Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.372839ms\n"} -{"Time":"2024-04-23T18:05:59.266498873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.801130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7gsbLYl_YaRhkYvjaAnifLxKjgjt4SQJ4b7VDvcRkxo\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.679506ms\n"} -{"Time":"2024-04-23T18:05:59.266513002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.801235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.785375ms\n"} -{"Time":"2024-04-23T18:05:59.266529692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.801554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m3.102952ms\n"} -{"Time":"2024-04-23T18:05:59.266539722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.801660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m3.209882ms\n"} -{"Time":"2024-04-23T18:05:59.266551542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.801689Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m3.239771ms\n"} -{"Time":"2024-04-23T18:05:59.266561352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.801955Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m9 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m212.418µs\n"} -{"Time":"2024-04-23T18:05:59.266572942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.802307Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m565.715µs\n"} -{"Time":"2024-04-23T18:05:59.266594352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.802414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m673.294µs\n"} -{"Time":"2024-04-23T18:05:59.266606932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.802461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m720.344µs\n"} -{"Time":"2024-04-23T18:05:59.266617592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.802509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:05:59.266627841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.802762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:05:59.266639321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.802870Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:05:59.266653091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.802958Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 8\n"} -{"Time":"2024-04-23T18:05:59.266664221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.802975Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\", (\"m.room.create\", \"\"): \"$5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II\", (\"m.room.history_visibility\", \"\"): \"$7gsbLYl_YaRhkYvjaAnifLxKjgjt4SQJ4b7VDvcRkxo\", (\"m.room.member\", \"@user-1:hs1\"): \"$N4NLZebfy4zvwJ9O4LJyl-zpbd8P9EeK3PxavoUkmtk\", (\"m.room.join_rules\", \"\"): \"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\", (\"m.room.guest_access\", \"\"): \"$hLR2rUuWbJqQYKdlfzc6LqPeT8-Ie8D9slNyR-ByKCw\", (\"m.room.name\", \"\"): \"$DqEEIIv-G_pz2p7T8ZgTs7e2rSifX4lO1LTcFFFp5ZM\", (\"m.room.member\", \"@user-2:hs2\"): \"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\"}\n"} -{"Time":"2024-04-23T18:05:59.266677021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803010Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:05:59.266685851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-3:hs3\"): [\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\"]}\n"} -{"Time":"2024-04-23T18:05:59.266694911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 1\n"} -{"Time":"2024-04-23T18:05:59.266705071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\"}\n"} -{"Time":"2024-04-23T18:05:59.266716991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:05:59.266729801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:59.26674868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:05:59.26675904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803273Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:05:59.26676822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:59.26678047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803304Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:05:59.26679317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 8\n"} -{"Time":"2024-04-23T18:05:59.26681077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803330Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\", (\"m.room.create\", \"\"): \"$5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II\", (\"m.room.history_visibility\", \"\"): \"$7gsbLYl_YaRhkYvjaAnifLxKjgjt4SQJ4b7VDvcRkxo\", (\"m.room.member\", \"@user-1:hs1\"): \"$N4NLZebfy4zvwJ9O4LJyl-zpbd8P9EeK3PxavoUkmtk\", (\"m.room.join_rules\", \"\"): \"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\", (\"m.room.guest_access\", \"\"): \"$hLR2rUuWbJqQYKdlfzc6LqPeT8-Ie8D9slNyR-ByKCw\", (\"m.room.name\", \"\"): \"$DqEEIIv-G_pz2p7T8ZgTs7e2rSifX4lO1LTcFFFp5ZM\", (\"m.room.member\", \"@user-2:hs2\"): \"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\"}\n"} -{"Time":"2024-04-23T18:05:59.26682327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:05:59.26683342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803377Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\"]\n"} -{"Time":"2024-04-23T18:05:59.26684226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803394Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\")\n"} -{"Time":"2024-04-23T18:05:59.266859689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803408Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:05:59.266868639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\n"} -{"Time":"2024-04-23T18:05:59.266877799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\n"} -{"Time":"2024-04-23T18:05:59.266887779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803693Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\"]\n"} -{"Time":"2024-04-23T18:05:59.266896589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:59.266905439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\"]\n"} -{"Time":"2024-04-23T18:05:59.266924699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803924Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\"\n"} -{"Time":"2024-04-23T18:05:59.266948669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.266961159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.803985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.266972948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.804032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.266990688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.804067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:05:59.266999868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.804185Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:05:59.267012478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.805630Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:05:59.267025438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.807794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m10.870673ms\n"} -{"Time":"2024-04-23T18:05:59.267043118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.807850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m12.923346ms \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m197.362512ms\n"} -{"Time":"2024-04-23T18:05:59.267051958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.807889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m197.400541ms \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"YECGIZpjbYLKVbNmOVexOWBK14eQu0Mzqhn7dzDbbVc\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:05:59.267068558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.808026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m198 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.267095047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.844291Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.267103737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.844654Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs3, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:59.267112317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.844826Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:05:59.267123417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.844849Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:59.267134507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.845056Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_NOT_FOUND: Room is unknown to this server.\n"} -{"Time":"2024-04-23T18:05:59.267142677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.845164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:05:59.267150527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.849707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.267158397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.849924Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs3, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:59.267167117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.850105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:05:59.267178287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.850128Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:59.267194906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.850242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_NOT_FOUND: Room is unknown to this server.\n"} -{"Time":"2024-04-23T18:05:59.267204106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.850326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:05:59.267212436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.856023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.267226586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.856367Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1169\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.267238326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.856395Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:59.267248316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.859518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 1: @user-2:hs2 timeout:300s\n"} -{"Time":"2024-04-23T18:05:59.267256356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.859659Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.267264006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.860342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.267281976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.860459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 {\"host\": \"127.0.0.1:1169\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.267293806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.860482Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:59.267308325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.860531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-2:hs2\n"} -{"Time":"2024-04-23T18:05:59.267317625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:54.862582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.267327565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:54.863045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.267336925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:54.863152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 {\"host\": \"127.0.0.1:1169\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.267345195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:54.863174Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:59.267352925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:55.864331Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.267368065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:55.864906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.267378335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:55.865068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 {\"host\": \"127.0.0.1:1169\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.267386885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:55.865088Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:59.267394655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:56.867105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.267403665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:56.867563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.267414005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:56.867670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 {\"host\": \"127.0.0.1:1169\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.267423944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:56.867692Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:59.267431584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:57.869745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.267440224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:57.870210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.267448154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:57.870316Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 {\"host\": \"127.0.0.1:1169\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.267465064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:57.870337Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:59.267472894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:58.872252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.267480264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:58.905770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:05:59.267486994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"2024/04/23 18:05:59 ============== 1e0cafe3e12c48ae2d3364b1655269ba7978660b046dc5dcebb9a82e43d01192 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:05:59.267493034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.267498884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.510368911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"2024/04/23 18:05:59 ============================================\n"} -{"Time":"2024-04-23T18:05:59.510396371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.51040449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.51041084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"2024/04/23 18:05:59 7e767b29c164c73ac71efc40e7677533b4bcb5e9d741d2bab6180d8ac05229f3 : Server logs:\n"} -{"Time":"2024-04-23T18:05:59.51042115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:05:59.5104307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:05:59.51044321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:05:59.51045143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:05:59.51046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:05:59.51046848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ echo 'IP.1 = 172.29.0.4'\n"} -{"Time":"2024-04-23T18:05:59.51047674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:05:59.5104856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:05:59.51051187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:05:59.510536099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:05:59.510547149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.074678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:05:59.510570829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.074780Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:05:59.510586149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.075100Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:05:59.510613719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.075108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:05:59.510623999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.075116Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:05:59.510634038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.075124Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:05:59.510644078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.075823Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:05:59.510653528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.510661408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:05:59.510670778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.075942Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:05:59.510704088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.078220Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:05:59.510713658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.079813Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:05:59.510726748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.080421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:05:59.510735978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.081543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:05:59.510756317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.664900Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 585.082427ms\n"} -{"Time":"2024-04-23T18:05:59.510765497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667232Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:05:59.510774667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667300Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:59.510783577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667314Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:05:59.510808047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667322Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:05:59.510822677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667331Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:05:59.510831727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667337Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:05:59.510846157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667346Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:05:59.510855376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667352Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:05:59.510864396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667359Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:05:59.510901186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667366Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:05:59.510911046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667374Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:05:59.510925186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667381Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:05:59.510963736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667388Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:05:59.510985605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667394Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:05:59.510995375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667411Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:05:59.511004415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667423Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:05:59.511013525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667431Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:05:59.511027295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667441Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:05:59.511036285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667450Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:05:59.511050965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.667458Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:05:59.511060205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.669076Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:05:59.511080735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.671743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:05:59.511090264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.687494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:05:59.511099614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.687504Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:05:59.511109294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.688099Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:05:59.511119414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.688238Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:05:59.511129354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.735606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.511144944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.736267Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1173\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.511157354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.736386Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:05:59.511167954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.736715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.511182274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.737701Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.511193144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.738058Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1173\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.511205323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.738077Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:05:59.511216723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.781010Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:05:59.511240313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.782918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.511254913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.783165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.511278453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.783301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.511292303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.786241Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.511308313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.786259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.511329182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.786282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.511351902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.787770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:59.511366692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.787797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:59.511386232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.787808Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:59.511422971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.787833Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:59.511448601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.787914Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:05:59.511462621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.787927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:05:59.511476511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.787960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:59.511513891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.787968Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.51155454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.789528Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:59.51158413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:59.51160661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.789554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:59.51162768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:59.511656229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.789563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:05:59.511677949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.511697919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.790914Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:05:59.511719969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.791000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m53 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.511736469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.791669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.511758589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.791774Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:05:59.511778828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.791839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:05:59.511793988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.791857Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.511806848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.792199Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1173\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"46\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.511819378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.792243Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"name\": String(\"Allowed Room\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:05:59.511831368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.793026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:05:59.511845268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.793065Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:05:59.511858958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.793102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:05:59.511873238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.795320Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.511889777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.795354Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.511914087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.795427Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.511930907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.797710Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:59.511958617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.797756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:59.511973787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.797772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:59.512003456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.797796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:59.512019556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.797822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:59.512034906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.797835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.512066726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.799699Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:59.512080686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.799753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:59.512093856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.799770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.512115125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.801635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:05:59.512134775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.801695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:05:59.512148375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.801711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.512162665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.803714Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:05:59.512181665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.803768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:59.512195385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.803784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.512209465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.805585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Allowed Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:05:59.512223304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.805639Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Allowed Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:59.512247504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.805655Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Allowed Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.512259984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.807182Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:05:59.512270294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.807280Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m15 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.512280954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.807876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.512291694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.808138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1173\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"252\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.512310034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.808173Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"initial_state\": Array([Object({\"content\": Object({\"allow\": Array([Object({\"room_id\": String(\"!NqGm4oip62XkdAeQ1B:hs1\"), \"type\": String(\"m.room_membership\"), \"via\": Array([String(\"hs1\")])})]), \"join_rule\": String(\"knock_restricted\")}), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")})]), \"name\": String(\"Room\"), \"preset\": String(\"public_chat\"), \"room_version\": String(\"10\")}))\n"} -{"Time":"2024-04-23T18:05:59.512325194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.808790Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:05:59.512339433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.808821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:05:59.512360353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.808848Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:05:59.512379543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.810790Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.512395463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.810829Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.512409793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.810895Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.512425193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.813387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:59.512452002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.813439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:59.512491992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.813457Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:59.512516202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.813483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:59.512536992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.813500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:59.512552032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.813514Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.512572111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.815549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:59.512592121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.815610Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:59.512606821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.815629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.512633731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.817715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:05:59.512647711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.817777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:05:59.512666771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.817795Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.51268055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.819811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:05:59.51269793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.819865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:59.51271162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.819881Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.5127381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.821815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!NqGm4oip62XkdAeQ1B:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:59.51275369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.821869Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!NqGm4oip62XkdAeQ1B:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:59.51276864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.821885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!NqGm4oip62XkdAeQ1B:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"knock_restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.51278272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.823911Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:05:59.512796309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.823976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:59.512809889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.823994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.512821729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.825401Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:05:59.512831819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.825486Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m17 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.512842659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.826044Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.512854319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.826194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21KzwUrx89H3HwRkm0T7:hs1/state/m.room.power_levels/ {\"host\": \"127.0.0.1:1173\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"42\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.512867069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.826217Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21KzwUrx89H3HwRkm0T7:hs1/state/m.room.power_levels/ Some(Object({\"invite\": 100, \"users\": Object({\"@user-1:hs1\": 100})}))\n"} -{"Time":"2024-04-23T18:05:59.512879489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.826774Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"invite\":100,\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:05:59.512900628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.826826Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"invite\":100,\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:05:59.512915068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.826842Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"invite\":100,\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:05:59.512928678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.826859Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"invite\":100,\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:05:59.512955518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.826882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"invite\":100,\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:05:59.512978458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.826908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"invite\":100,\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {\"m.room.encryption\", \"m.room.history_visibility\", \"m.room.power_levels\", \"m.room.server_acl\", \"m.room.tombstone\"}\n"} -{"Time":"2024-04-23T18:05:59.512999218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.826962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"invite\":100,\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:05:59.513013138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.826977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"invite\":100,\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!KzwUrx89H3HwRkm0T7:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.513025897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.828671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.513036407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.829158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.513052277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.829488Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1173\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:05:59.513063597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.829513Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:05:59.513073187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.833380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:05:59.513082417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:52.833543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.513092827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.032273Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.513103647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.032797Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs2 keys\n"} -{"Time":"2024-04-23T18:05:59.513120257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.032832Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:05:59.513139026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.033362Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.513151426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.033696Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:05:59.513163696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.033726Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:05:59.513182346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.033866Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:05:59.513195576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.033912Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.513209336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.033977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.513222946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.034019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.513249315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.034063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 15830:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.513260035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.513267825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:05:59.513281745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.513292415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.034260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.513315285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.034327Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.513329415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.034495Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:05:59.513342145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.034510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 15830\n"} -{"Time":"2024-04-23T18:05:59.513354704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.034531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 15830:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:59.513365724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.513373274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:05:59.513380844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:59.513388564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"hs2. 600 IN A 172.29.0.2\n"} -{"Time":"2024-04-23T18:05:59.513396604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:59.513404364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.513412014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.513421414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.034547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 15830:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:59.513439254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.513447054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:05:59.513454704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:59.513462654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"hs2. 600 IN A 172.29.0.2\n"} -{"Time":"2024-04-23T18:05:59.513470213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:59.513477913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.513485553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.513494953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.034821Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:05:59.513507903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.034843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.2:443\n"} -{"Time":"2024-04-23T18:05:59.513532503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.034949Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.29.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:59.513547443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.034978Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:59.513563763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.034998Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:59.513578563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.035032Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:59.513590942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.035070Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:05:59.513603372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.035090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:05:59.513616002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.035104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.513630132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.035120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.513649612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.035132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.513661452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.035162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 59800:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.513675722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.513683292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.513691142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.513700501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.035309Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.513736101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.035366Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.513757551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.036278Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.513769931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.036291Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 59800\n"} -{"Time":"2024-04-23T18:05:59.513782341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.036311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 59800:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.513792951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.513800831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.513808541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.51381596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.51382405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.51383211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.51383962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.51384932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.036329Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.5138647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.036345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.51387784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.036460Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.51389557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.036496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.51391346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.036570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m15508\n"} -{"Time":"2024-04-23T18:05:59.513923919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.036585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 15508:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.513943899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.513952359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.513960449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.513973959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.036607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.513982999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.038858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.513992269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.038866Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:59.514001389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.038872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.514010199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.038878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.514019059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.038883Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.514028279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.038887Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.514036808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.038891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.514045558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.038897Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.514056478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.038916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 15508:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.514067298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.514074878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.514082918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.514090318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.514104158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.514119828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.514127688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.514136888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.038949Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:05:59.514149648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.038962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.514165277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.038976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.514178637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.038988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.514190297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.039018Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 3008:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.514205407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.514213847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.514227447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.514236707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.039072Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.514249007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.039121Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.514261117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.040334Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.514279756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.040347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 3008\n"} -{"Time":"2024-04-23T18:05:59.514292296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.040366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 3008:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.514302926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.514310586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.514318076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.514325486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.514333676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.514341746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.514349416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.514359326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.040382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.514377895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.040397Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.514390985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.040408Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.514414205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.040436Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.514425725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.040447Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m20702\n"} -{"Time":"2024-04-23T18:05:59.514435405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.040453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 20702:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.514443985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.514451955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.514459495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.514467595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.040466Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.514476355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.082952Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.514502714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.082965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:59.514518344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.082973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.514527614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.082983Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.514536724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.082990Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.514545724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.082996Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.514554554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.083002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.514563364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.083012Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.514573474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.083053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 20702:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.514584074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.514591764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.514599464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.514606873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.514615023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.514630393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.514638033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.514647753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.083099Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.514660753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.083130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:05:59.514678303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.083162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:05:59.514690893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.083181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.514710793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.083202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.514725232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.083220Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.514738122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.083268Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 9777:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.514747082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.514754892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.514762332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.514771562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.083323Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.514783542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.083376Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.514796252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.084440Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.514808332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.084471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 9777\n"} -{"Time":"2024-04-23T18:05:59.514827622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.084502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 9777:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.514838041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.514845511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.514853271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.514861161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.514869001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.514876851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.514884911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.514894551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.084529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.514908491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.084551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.514929521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.084568Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.51495342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.084612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.51496269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.084633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m43703\n"} -{"Time":"2024-04-23T18:05:59.51497203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.084647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 43703:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.51498069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.51498854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.51499614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.5150043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.084670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.51501319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.127041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.51502207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.127056Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:59.51503079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.127063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.51503958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.127074Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.5150485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.127080Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.51505773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.127086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.515066309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.127093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.515074979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.127103Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.515085319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.127138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 43703:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.515096179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.515103819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.515111389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.515118909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.515134869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.515142829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.515150369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.515159419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.127187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:05:59.515173398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.127207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.515197208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.127228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.515212558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.127246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.515232678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.127294Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 56643:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.515241388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.515249228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.515256888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.515266048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.127351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.515283128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.127407Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.515295637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.128491Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.515307437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.128513Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 56643\n"} -{"Time":"2024-04-23T18:05:59.515319907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.128544Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 56643:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.515330837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.515338547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.515346087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.515353617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.515361587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.515369387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.515376587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.515386597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.128570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.515400007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.128590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.515412916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.128607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.515424286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.128650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.515446576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.128671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m47027\n"} -{"Time":"2024-04-23T18:05:59.515455956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.128688Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 47027:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.515464416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.515471966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.515479786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.515503836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.128711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.515514835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.171141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.515523755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.171156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:59.515532235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.171164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.515541315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.171174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.515550325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.171181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.515564845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.171187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.515573825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.171193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.515583815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.171203Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.515598675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.171239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 47027:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.515614995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.515622925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.515630764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.515638514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.515646404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.515654404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.515661974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.515672294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.171281Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.515689974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.171327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:59.515729664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.171395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:59.515743753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.171626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.515754013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.171678Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.515766603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.171706Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:59.515784323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.171730Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.2:8448\n"} -{"Time":"2024-04-23T18:05:59.515796113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.171895Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.29.0.2:8448\n"} -{"Time":"2024-04-23T18:05:59.515808083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.174008Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:59.515820133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.174089Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.515831873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.174917Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.515851283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.174955Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.515863402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.175137Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/key/v2/server with https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:59.515875602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.175156Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.515895652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.175241Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:59.515907952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.175644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!NqGm4oip62XkdAeQ1B:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:59.515925682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.175668Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!NqGm4oip62XkdAeQ1B:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:59.515947742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.175966Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:59.515958912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.176669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.515969281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.176705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.515979441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.176760Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.515995391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.177293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m145 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.516006131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.178921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.516017541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.179203Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:59.516029241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.179448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!NqGm4oip62XkdAeQ1B:hs1/$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"772\"}\n"} -{"Time":"2024-04-23T18:05:59.516044361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.179473Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!NqGm4oip62XkdAeQ1B:hs1/$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE Some(Object({\"auth_events\": Array([String(\"$5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II\"), String(\"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\"), String(\"$1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"zMdUOGDb740oTxXjK7Uf0NcGS6MH/62nkF2KRBJxw5A\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909953177, \"prev_events\": Array([String(\"$DqEEIIv-G_pz2p7T8ZgTs7e2rSifX4lO1LTcFFFp5ZM\")]), \"room_id\": String(\"!NqGm4oip62XkdAeQ1B:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:oeh1gCtM\": String(\"Q"} -{"Time":"2024-04-23T18:05:59.516059451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"94DKsGAf3pIDwixz3LRLLDRJ6jMANdh5eXIjAcDRSM6fMljuDBeOZhvSiP94cIXNozAvoxfrvgmzqBvbmTkAw\")}), \"hs2\": Object({\"ed25519:WwSlC3wS\": String(\"pBuZ1Z3wJihyFU3CFPDDo8YltWIHLcgtqRpRwPHrVKrJnFrqXQ7ef0JJ4iUHLa/OUbJLCpe7u2NVFMGucR/8BQ\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:05:59.516070041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.179675Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:59.5160805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.180119Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:05:59.51609084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.180314Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:59.5161024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.180429Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:59.51611394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.180625Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:59.51612721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.181154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:05:59.51614004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.181240Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II in db\n"} -{"Time":"2024-04-23T18:05:59.51615616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.181297Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk in db\n"} -{"Time":"2024-04-23T18:05:59.51617647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.181349Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0 in db\n"} -{"Time":"2024-04-23T18:05:59.516188649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.181387Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:59.516202319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.181407Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II in db\n"} -{"Time":"2024-04-23T18:05:59.516214789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.181424Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk in db\n"} -{"Time":"2024-04-23T18:05:59.516232609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.181441Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0 in db\n"} -{"Time":"2024-04-23T18:05:59.516249429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.181465Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:05:59.516266799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.181668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.516278719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.181712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.516290429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.181773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.516309198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.181888Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:05:59.516321088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.182057Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:05:59.516337248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.182256Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $DqEEIIv-G_pz2p7T8ZgTs7e2rSifX4lO1LTcFFFp5ZM in db\n"} -{"Time":"2024-04-23T18:05:59.516349948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.182284Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:59.516368218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.182302Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $DqEEIIv-G_pz2p7T8ZgTs7e2rSifX4lO1LTcFFFp5ZM in db\n"} -{"Time":"2024-04-23T18:05:59.516380288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.182442Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:59.516408627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.182502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$DqEEIIv-G_pz2p7T8ZgTs7e2rSifX4lO1LTcFFFp5ZM\"]\n"} -{"Time":"2024-04-23T18:05:59.516423057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.182673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:05:59.516435117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.182704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:05:59.516457717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.182831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:05:59.516469857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.182926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:05:59.516482087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.183033Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.516494337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.183154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.516520936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.183374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.516533116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.183402Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:05:59.516546286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.183644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:05:59.516558586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.183667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.516570416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.183695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.516588606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.183839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.516605906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.183867Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:05:59.516617835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.183885Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:05:59.516634135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.183966Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:05:59.516651115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.183989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:05:59.516670475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.184047Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:05:59.516683935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.184302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:05:59.516696505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.184496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m74.789µs\n"} -{"Time":"2024-04-23T18:05:59.516710145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.184724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m302.607µs\n"} -{"Time":"2024-04-23T18:05:59.516729384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.184857Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m436.666µs\n"} -{"Time":"2024-04-23T18:05:59.516743054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.185079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N4NLZebfy4zvwJ9O4LJyl-zpbd8P9EeK3PxavoUkmtk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m659.614µs\n"} -{"Time":"2024-04-23T18:05:59.516756744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.185164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m744.303µs\n"} -{"Time":"2024-04-23T18:05:59.516777624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.185316Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m896.452µs\n"} -{"Time":"2024-04-23T18:05:59.516792564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.185401Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m981.041µs\n"} -{"Time":"2024-04-23T18:05:59.516806584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.185569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.14868ms\n"} -{"Time":"2024-04-23T18:05:59.516829954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.185654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.234129ms\n"} -{"Time":"2024-04-23T18:05:59.516844303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.185819Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$7gsbLYl_YaRhkYvjaAnifLxKjgjt4SQJ4b7VDvcRkxo\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.399438ms\n"} -{"Time":"2024-04-23T18:05:59.516886123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.185903Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.483007ms\n"} -{"Time":"2024-04-23T18:05:59.516901493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.186082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hLR2rUuWbJqQYKdlfzc6LqPeT8-Ie8D9slNyR-ByKCw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.662245ms\n"} -{"Time":"2024-04-23T18:05:59.516922993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.186168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.748525ms\n"} -{"Time":"2024-04-23T18:05:59.516945002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.186334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DqEEIIv-G_pz2p7T8ZgTs7e2rSifX4lO1LTcFFFp5ZM\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.914413ms\n"} -{"Time":"2024-04-23T18:05:59.516969272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.186420Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.000572ms\n"} -{"Time":"2024-04-23T18:05:59.516987742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.186437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.017372ms\n"} -{"Time":"2024-04-23T18:05:59.517004072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.186635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m169.828µs\n"} -{"Time":"2024-04-23T18:05:59.517024852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.186827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m362.287µs\n"} -{"Time":"2024-04-23T18:05:59.517036802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.186860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m395.786µs\n"} -{"Time":"2024-04-23T18:05:59.517048422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.186889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m424.006µs\n"} -{"Time":"2024-04-23T18:05:59.517060151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.186918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:05:59.517070501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:05:59.517085471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:05:59.517095991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:05:59.517108541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187148Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II\", (\"m.room.power_levels\", \"\"): \"$1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\", (\"m.room.guest_access\", \"\"): \"$hLR2rUuWbJqQYKdlfzc6LqPeT8-Ie8D9slNyR-ByKCw\", (\"m.room.member\", \"@user-1:hs1\"): \"$N4NLZebfy4zvwJ9O4LJyl-zpbd8P9EeK3PxavoUkmtk\", (\"m.room.history_visibility\", \"\"): \"$7gsbLYl_YaRhkYvjaAnifLxKjgjt4SQJ4b7VDvcRkxo\", (\"m.room.name\", \"\"): \"$DqEEIIv-G_pz2p7T8ZgTs7e2rSifX4lO1LTcFFFp5ZM\", (\"m.room.join_rules\", \"\"): \"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\"}\n"} -{"Time":"2024-04-23T18:05:59.517123541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:05:59.517134481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\"]}\n"} -{"Time":"2024-04-23T18:05:59.517145651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:05:59.517162111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\", \"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\"}\n"} -{"Time":"2024-04-23T18:05:59.51717315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:05:59.51718384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk) senders power level\n"} -{"Time":"2024-04-23T18:05:59.51719924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:05:59.51721067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk power level 100\n"} -{"Time":"2024-04-23T18:05:59.5172214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:59.51723192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:05:59.5172431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187482Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\"]\n"} -{"Time":"2024-04-23T18:05:59.51725333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:59.51727325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\"]\n"} -{"Time":"2024-04-23T18:05:59.517283949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187595Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\"\n"} -{"Time":"2024-04-23T18:05:59.517294749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:05:59.517315759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:05:59.517326489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:05:59.517336939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:05:59.517350859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\", (\"m.room.guest_access\", \"\"): \"$hLR2rUuWbJqQYKdlfzc6LqPeT8-Ie8D9slNyR-ByKCw\", (\"m.room.member\", \"@user-1:hs1\"): \"$N4NLZebfy4zvwJ9O4LJyl-zpbd8P9EeK3PxavoUkmtk\", (\"m.room.history_visibility\", \"\"): \"$7gsbLYl_YaRhkYvjaAnifLxKjgjt4SQJ4b7VDvcRkxo\", (\"m.room.create\", \"\"): \"$5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II\", (\"m.room.join_rules\", \"\"): \"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\", (\"m.room.name\", \"\"): \"$DqEEIIv-G_pz2p7T8ZgTs7e2rSifX4lO1LTcFFFp5ZM\"}\n"} -{"Time":"2024-04-23T18:05:59.517370489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187706Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:05:59.517381059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187715Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\"]\n"} -{"Time":"2024-04-23T18:05:59.517391589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187725Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\")\n"} -{"Time":"2024-04-23T18:05:59.517406718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:05:59.517417548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\n"} -{"Time":"2024-04-23T18:05:59.517428198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\n"} -{"Time":"2024-04-23T18:05:59.517438678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187894Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\"]\n"} -{"Time":"2024-04-23T18:05:59.517450048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:59.517460598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.187912Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\"]\n"} -{"Time":"2024-04-23T18:05:59.517471518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.188020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\"\n"} -{"Time":"2024-04-23T18:05:59.517488078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.188033Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.517507608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.188047Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.517519467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.188082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.517527867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.188105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:05:59.517544017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.188166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:05:59.517554587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.189160Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:05:59.517566617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.190357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m7.665222ms\n"} -{"Time":"2024-04-23T18:05:59.517577047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.190447Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m15.239µs\n"} -{"Time":"2024-04-23T18:05:59.517586907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.190477Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m46.009µs\n"} -{"Time":"2024-04-23T18:05:59.517596817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.191631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.517606187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.192519Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.517616617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.192867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/qf6gn_HKMbmGWmGkj1TpKKUAtX2k6A_6b9CnAZaIOaw\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.517627346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.192915Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.517637096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.192958Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:59.517646666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.192983Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.2:8448\n"} -{"Time":"2024-04-23T18:05:59.517661716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.193168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.29.0.2:8448\n"} -{"Time":"2024-04-23T18:05:59.517671636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.193740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.517681016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.193912Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.517695796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.195380Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:59.517706006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.195485Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.517715196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.197631Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.517724446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.197659Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.517734126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.197812Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/qf6gn_HKMbmGWmGkj1TpKKUAtX2k6A_6b9CnAZaIOaw with https://hs2:8448/_matrix/federation/v1/send/qf6gn_HKMbmGWmGkj1TpKKUAtX2k6A_6b9CnAZaIOaw\n"} -{"Time":"2024-04-23T18:05:59.517749355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.197830Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.517763985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.197857Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/qf6gn_HKMbmGWmGkj1TpKKUAtX2k6A_6b9CnAZaIOaw\n"} -{"Time":"2024-04-23T18:05:59.517773425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.203386Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.517782915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.203649Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:59.517799755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.203808Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:59.517816815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.203828Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:59.517827475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.204033Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:59.517836905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.205020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.517845935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.205059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.517855494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.205155Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:05:59.517865114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.205245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:05:59.517880894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.206074Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.517890254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.206260Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:59.517909504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.206421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:59.517920634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.206442Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:59.517930114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.206605Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:59.517954414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.207474Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.517986083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.207510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.517996363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.207586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:05:59.518003533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.207663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:05:59.518013023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.407621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.518022323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.407857Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs3 keys\n"} -{"Time":"2024-04-23T18:05:59.518032203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.407886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs3 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:05:59.518041883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.407929Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.518051983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.407982Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs3\n"} -{"Time":"2024-04-23T18:05:59.518062693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.408001Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs3\n"} -{"Time":"2024-04-23T18:05:59.518073403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.408093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs3 A\n"} -{"Time":"2024-04-23T18:05:59.518090722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.408126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs3\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.518103772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.408171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.518122152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.408195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs3\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.518132072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.408260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 2161:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.518145272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.518152442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; hs3. IN A\n"} -{"Time":"2024-04-23T18:05:59.518159002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.518167442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.408321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.518178412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.408377Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.518194791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.408496Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:05:59.518215011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.408526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 2161\n"} -{"Time":"2024-04-23T18:05:59.518226691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.408567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 2161:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:59.518237991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.518244661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; hs3. IN A\n"} -{"Time":"2024-04-23T18:05:59.518251361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:59.518258471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"hs3. 600 IN A 172.29.0.3\n"} -{"Time":"2024-04-23T18:05:59.518265351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:59.518272081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.518278821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.518287261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.408596Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 2161:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:05:59.518296661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.51830844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; hs3. IN A\n"} -{"Time":"2024-04-23T18:05:59.51831542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:05:59.51832225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"hs3. 600 IN A 172.29.0.3\n"} -{"Time":"2024-04-23T18:05:59.518329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:05:59.51833568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.51834224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.51835036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.408710Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs3\"), port=None\n"} -{"Time":"2024-04-23T18:05:59.51836865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.408745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.3:443\n"} -{"Time":"2024-04-23T18:05:59.51837962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.408927Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.29.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:05:59.51839283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.408994Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs3\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:05:59.51841291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.409022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs3\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:05:59.518426409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.409060Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:05:59.518437149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.409101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs3.\"\n"} -{"Time":"2024-04-23T18:05:59.518454449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.409134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs3 SRV\n"} -{"Time":"2024-04-23T18:05:59.518465619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.409154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.518477599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.409181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.518489279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.409202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.518504799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.409255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 19047:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.518512609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.518519489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.518526169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.518534288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.409306Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.518545058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.409361Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.518555718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.410594Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.518571638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.410617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 19047\n"} -{"Time":"2024-04-23T18:05:59.518583118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.410648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 19047:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.518592848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.518599628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.518606438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.518612908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.518619828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.518627748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.518634518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.518643158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.410678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.518655277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.410703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.518666687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.410721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.518676797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.410768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.518684787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.410789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m47076\n"} -{"Time":"2024-04-23T18:05:59.518694047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.410802Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 47076:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.518701357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.518708007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.518714617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.518721847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.410820Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.518729657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.453208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.518737737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.453222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:59.518745407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.453230Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.518753367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.453243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.518762256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.453251Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.518787266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.453258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.518793516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.453265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.518815616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.453275Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.518826226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.453310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 47076:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.518836986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.518844086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.518851156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.518858166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.518865436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.518872955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.518880245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.518889055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.453365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs3. SRV\n"} -{"Time":"2024-04-23T18:05:59.518901835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.453386Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.518922185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.453410Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.518945095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.453429Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.518956875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.453482Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 5661:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.518965165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.518972325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.518984745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.519000034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.453535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.519017314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.453590Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.519028294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.454697Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.519039584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.454719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 5661\n"} -{"Time":"2024-04-23T18:05:59.519050704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.454754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 5661:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.519065334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.519072724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.519080164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.519087424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.519095074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.519102743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.519109813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.519119133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.454782Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.519134673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.454803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.519153023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.454824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.519164433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.454872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.519173083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.454890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m35752\n"} -{"Time":"2024-04-23T18:05:59.519182243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.454900Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 35752:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.519190303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.519205613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.519212953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.519220922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.454921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.519238612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.498290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.519247312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.498304Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:05:59.519256052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.498314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.519264652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.498326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:05:59.519273292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.498334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.519281702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.498342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.519290582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.498350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.519298582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.498362Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.519307942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.498400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 35752:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.519328691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.519336411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.519343831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.519351141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.519358801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.519366581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.519373711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.519382971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.498453Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.519395381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.498489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs3.\"\n"} -{"Time":"2024-04-23T18:05:59.519406971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.498527Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs3 SRV\n"} -{"Time":"2024-04-23T18:05:59.519421201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.498551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.519433641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.498582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.51945465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.498606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.5194661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.498663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 26108:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.51947451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.51948181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.51948934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.51949864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.498709Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.51951033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.498760Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.51952898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.499775Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.519560059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.499803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 26108\n"} -{"Time":"2024-04-23T18:05:59.519569599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.499836Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 26108:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.519576709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.519583779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.519590839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.519597649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.519604929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.519611969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.519618519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.519627079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.499865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.519638829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.499888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.519650109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.499905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.519671618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.499963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.519679678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.499982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m10613\n"} -{"Time":"2024-04-23T18:05:59.519687678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.499992Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 10613:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.519694978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.519701418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.519713358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.519720558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.500009Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.519729018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.542866Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.519737108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.542878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:59.519745288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.542885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.519759978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.542898Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.519771798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.542907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.519779788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.542913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.519788247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.542919Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.519796487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.542929Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.519812887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.542989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 10613:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.519827557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.519834247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.519840997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.519851277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.519858317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.519865507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.519872707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.519881017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.543033Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs3. SRV\n"} -{"Time":"2024-04-23T18:05:59.519896446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.543055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.519908376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.543079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.519919746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.543096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.519929816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.543146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 19375:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.519957236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.519964936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.519975886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.519984196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.543193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:05:59.519995166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.543246Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:05:59.520023095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.544371Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.520035165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.544395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 19375\n"} -{"Time":"2024-04-23T18:05:59.520054875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.544425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 19375:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.520065005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.520072085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.520078815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.520085715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.520092715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.520099825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.520111695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.520120225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.544452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.520138544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.544474Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:05:59.520150684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.544491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:05:59.520161384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.544533Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:05:59.520169794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.544550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m64474\n"} -{"Time":"2024-04-23T18:05:59.520177974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.544560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 64474:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:05:59.520185464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.520192224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.520198984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.520206204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.544576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:05:59.520214034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.586907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.520221864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.586921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:05:59.520229924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.586930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.520238833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.586953Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:05:59.520246823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.586961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:05:59.520254713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.586968Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:05:59.520272353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.586976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:05:59.520280443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.586988Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:05:59.520289723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.587024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 64474:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:05:59.520300163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; query\n"} -{"Time":"2024-04-23T18:05:59.520306993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:05:59.520313993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:05:59.520320763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:05:59.520327893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":". 86015 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:05:59.520339773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:05:59.520346403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.520354712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.587070Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:05:59.520368592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.587124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:05:59.520379862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.587199Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs3\", \":8448\") hostname: Named(\"hs3\", \":8448\")\n"} -{"Time":"2024-04-23T18:05:59.520397142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.587375Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs3\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.520410012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.587420Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:05:59.520420842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.587453Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs3\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:59.520432352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.587483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.3:8448\n"} -{"Time":"2024-04-23T18:05:59.520442902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.587657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.29.0.3:8448\n"} -{"Time":"2024-04-23T18:05:59.520453462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.589811Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:59.520471321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.589901Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:05:59.520482051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.590782Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:05:59.520492851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.590809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:05:59.520503681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.590839Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs3:8448 for https://hs3:8448/_matrix/key/v2/server with https://hs3:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:59.520519821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.590860Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.520530481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.590893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs3:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:05:59.520542611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.591300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!NqGm4oip62XkdAeQ1B:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:59.520554691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.591327Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!NqGm4oip62XkdAeQ1B:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:59.520574931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.591539Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:59.52058456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.592278Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.5205937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.592317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.5206135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.592379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.52063006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.592884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m185 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.52063971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.594530Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.52064904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.594752Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs3, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:59.52065953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.594985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!NqGm4oip62XkdAeQ1B:hs1/$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"772\"}\n"} -{"Time":"2024-04-23T18:05:59.52067582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.595006Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!NqGm4oip62XkdAeQ1B:hs1/$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA Some(Object({\"auth_events\": Array([String(\"$5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II\"), String(\"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\"), String(\"$1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\")]), \"content\": Object({\"displayname\": String(\"user-3 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"TQSgylTDSw2GOgZq7QzDo13Qp8+67llWJsGv86DOkn8\")}), \"origin\": String(\"hs3\"), \"origin_server_ts\": 1713909953593, \"prev_events\": Array([String(\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\")]), \"room_id\": String(\"!NqGm4oip62XkdAeQ1B:hs1\"), \"sender\": String(\"@user-3:hs3\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:oeh1gCtM\": String(\"0"} -{"Time":"2024-04-23T18:05:59.52069085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"k6H6RYcfCKDKvcLMKU278UtY8tVtlqkps+O85serjiq129y4IBvBd2/q8f54waS1H5b83BzPRkc2Kj09fZoAg\")}), \"hs3\": Object({\"ed25519:9rAj6lYS\": String(\"kcasZ2WHGp1fD5MhRrp63YTZMfGK2t66YvVq4DSWbRCN2uFQqE3r9xNfpcxp9faJZHir8KlXlEHkpqPstfhDDA\")})}), \"state_key\": String(\"@user-3:hs3\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:05:59.520701249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.595193Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:59.520710989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.595491Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs3, hs1\n"} -{"Time":"2024-04-23T18:05:59.520720479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.595604Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs3, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:59.520730429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.595672Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:59.520740819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.595842Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:59.520751709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.596292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:05:59.520769389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.596358Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II in db\n"} -{"Time":"2024-04-23T18:05:59.520782509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.596401Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk in db\n"} -{"Time":"2024-04-23T18:05:59.520793449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.596439Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0 in db\n"} -{"Time":"2024-04-23T18:05:59.520803919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.596457Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:59.520820258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.596471Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II in db\n"} -{"Time":"2024-04-23T18:05:59.520831098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.596486Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk in db\n"} -{"Time":"2024-04-23T18:05:59.520841668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.596497Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0 in db\n"} -{"Time":"2024-04-23T18:05:59.520852358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.596519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:05:59.520863508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.596603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.520880648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.596631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.520892408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.596680Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.520902658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.596696Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:05:59.520913098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.596832Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:05:59.520929097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.597031Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE in db\n"} -{"Time":"2024-04-23T18:05:59.520951767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.597056Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:05:59.520982487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.597070Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE in db\n"} -{"Time":"2024-04-23T18:05:59.520992857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.597103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:59.521001157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.597147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\"]\n"} -{"Time":"2024-04-23T18:05:59.521019667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.597247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:05:59.521030967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.597272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:05:59.521041756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.597375Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:05:59.521053206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.597452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:05:59.521068656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.597470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.521080226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.597560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.521091986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.597654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.521103026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.597675Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:05:59.521113606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.597896Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:05:59.521130146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.597916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.521139316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.597951Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.521149815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.597997Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.521160385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.598018Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:05:59.521176275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.598031Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:05:59.521187155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.598086Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:05:59.521198245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.598104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:05:59.521218585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.598158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:05:59.521230485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.598387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:05:59.521246655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.598543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m44.439µs\n"} -{"Time":"2024-04-23T18:05:59.521258405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.598603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m105.329µs\n"} -{"Time":"2024-04-23T18:05:59.521279834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.598882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m9 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m230.098µs\n"} -{"Time":"2024-04-23T18:05:59.521291864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.599239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m588.035µs\n"} -{"Time":"2024-04-23T18:05:59.521305954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.599358Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m707.284µs\n"} -{"Time":"2024-04-23T18:05:59.521317844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.599421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m770.753µs\n"} -{"Time":"2024-04-23T18:05:59.521330074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.599468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:05:59.521341824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.599583Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:05:59.521357884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.599599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:05:59.521368594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.599669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 8\n"} -{"Time":"2024-04-23T18:05:59.521386253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.599683Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$N4NLZebfy4zvwJ9O4LJyl-zpbd8P9EeK3PxavoUkmtk\", (\"m.room.name\", \"\"): \"$DqEEIIv-G_pz2p7T8ZgTs7e2rSifX4lO1LTcFFFp5ZM\", (\"m.room.history_visibility\", \"\"): \"$7gsbLYl_YaRhkYvjaAnifLxKjgjt4SQJ4b7VDvcRkxo\", (\"m.room.member\", \"@user-2:hs2\"): \"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\", (\"m.room.create\", \"\"): \"$5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II\", (\"m.room.power_levels\", \"\"): \"$1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\", (\"m.room.guest_access\", \"\"): \"$hLR2rUuWbJqQYKdlfzc6LqPeT8-Ie8D9slNyR-ByKCw\", (\"m.room.join_rules\", \"\"): \"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\"}\n"} -{"Time":"2024-04-23T18:05:59.521401033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.599712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:05:59.521411983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.599723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-3:hs3\"): [\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\"]}\n"} -{"Time":"2024-04-23T18:05:59.521427993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.599824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 1\n"} -{"Time":"2024-04-23T18:05:59.521440053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.599841Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\"}\n"} -{"Time":"2024-04-23T18:05:59.521452473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.599904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:05:59.521463403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.599921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:05:59.521473973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.599948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:05:59.521484263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.599961Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:05:59.521494682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.599978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:59.521512422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.599991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:05:59.521531992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.600003Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 8\n"} -{"Time":"2024-04-23T18:05:59.521545692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.600015Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$N4NLZebfy4zvwJ9O4LJyl-zpbd8P9EeK3PxavoUkmtk\", (\"m.room.name\", \"\"): \"$DqEEIIv-G_pz2p7T8ZgTs7e2rSifX4lO1LTcFFFp5ZM\", (\"m.room.history_visibility\", \"\"): \"$7gsbLYl_YaRhkYvjaAnifLxKjgjt4SQJ4b7VDvcRkxo\", (\"m.room.member\", \"@user-2:hs2\"): \"$rXM2gcXsDn-KGO4lmfWRutj-hWJq0eBkGy_1i8KR9DE\", (\"m.room.create\", \"\"): \"$5F_V6QbrcjvzzS7oUvTFCG4eVQxPmpykp61t3yy99II\", (\"m.room.power_levels\", \"\"): \"$1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\", (\"m.room.guest_access\", \"\"): \"$hLR2rUuWbJqQYKdlfzc6LqPeT8-Ie8D9slNyR-ByKCw\", (\"m.room.join_rules\", \"\"): \"$pQtkQ2Uj-K7H70QU20zzRqIEfxA82EhihXRZBuv8Lgk\"}\n"} -{"Time":"2024-04-23T18:05:59.521565572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.600048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:05:59.521576362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.600060Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\"]\n"} -{"Time":"2024-04-23T18:05:59.521587152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.600076Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\")\n"} -{"Time":"2024-04-23T18:05:59.521604531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.600090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:05:59.521615321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.600210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\n"} -{"Time":"2024-04-23T18:05:59.521626081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.600292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $1Ukk6bzltj6HYHS6zB3yU4bubouyjSpE2rcXj_N-8j0\n"} -{"Time":"2024-04-23T18:05:59.521637311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.600351Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\"]\n"} -{"Time":"2024-04-23T18:05:59.521648291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.600369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:05:59.521663221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.600380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\"]\n"} -{"Time":"2024-04-23T18:05:59.521679561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.600555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\"\n"} -{"Time":"2024-04-23T18:05:59.521690711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.600578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.521701451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.600600Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.521712751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.600647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:05:59.52172399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.600681Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:05:59.52174633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.600779Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:05:59.52175724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.602323Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:05:59.5217679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.604411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SX46CoRSOG2mc6jLuto73p-xUpEg0Y3Q8PKFxdUU2dA\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!NqGm4oip62XkdAeQ1B:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m7.146437ms\n"} -{"Time":"2024-04-23T18:05:59.5217791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.604577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m32.95µs\n"} -{"Time":"2024-04-23T18:05:59.52179005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.604628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m85.519µs\n"} -{"Time":"2024-04-23T18:05:59.52180016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.607302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.52180969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.607921Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.52182029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.608199Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/YECGIZpjbYLKVbNmOVexOWBK14eQu0Mzqhn7dzDbbVc\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.521837159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.608249Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:05:59.521851599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.608269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.521860969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.608613Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:05:59.521870759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.608923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs3\")), port: Some(8448), path: \"/_matrix/federation/v1/send/cxk4M8d3SeOy_1mMnjvKRAB1oA2agv4DhAe7Q_MXGTQ\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:05:59.521881479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.608983Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:05:59.521890929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.609016Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs3\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:05:59.521900789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.609040Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.3:8448\n"} -{"Time":"2024-04-23T18:05:59.521919849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.609251Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.29.0.3:8448\n"} -{"Time":"2024-04-23T18:05:59.521929609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.610486Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.521950128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.610758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:05:59.521964378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611640Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:05:59.521974988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.611718Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:05:59.521992938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.613920Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:05:59.522002918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.613960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:05:59.522012928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.613986Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs3:8448 for https://hs3:8448/_matrix/federation/v1/send/cxk4M8d3SeOy_1mMnjvKRAB1oA2agv4DhAe7Q_MXGTQ with https://hs3:8448/_matrix/federation/v1/send/cxk4M8d3SeOy_1mMnjvKRAB1oA2agv4DhAe7Q_MXGTQ\n"} -{"Time":"2024-04-23T18:05:59.522023688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.614002Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.522050358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.614029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs3:8448/_matrix/federation/v1/send/cxk4M8d3SeOy_1mMnjvKRAB1oA2agv4DhAe7Q_MXGTQ\n"} -{"Time":"2024-04-23T18:05:59.522067567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.808327Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.522076247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.808370Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:05:59.522086607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.808402Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/YECGIZpjbYLKVbNmOVexOWBK14eQu0Mzqhn7dzDbbVc with https://hs2:8448/_matrix/federation/v1/send/YECGIZpjbYLKVbNmOVexOWBK14eQu0Mzqhn7dzDbbVc\n"} -{"Time":"2024-04-23T18:05:59.522096427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.808418Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:05:59.522105677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.808447Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/YECGIZpjbYLKVbNmOVexOWBK14eQu0Mzqhn7dzDbbVc\n"} -{"Time":"2024-04-23T18:05:59.522120127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.845985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.522132097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.846242Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs3, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:59.522142507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.846404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:59.522154407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.846424Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:59.522177826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.846620Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:59.522187516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.847469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.522196616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.847505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.522211616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.847591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:05:59.522221406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.847676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:05:59.522230786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.851307Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.522240086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.851513Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs3, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:59.522251126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.851663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:59.522261956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.851682Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:59.522271636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.851847Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:59.522280746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.852640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.522289815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.852673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.522298885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.852753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:05:59.522308025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.852831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:05:59.522317555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.853407Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:05:59.522332645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.853568Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs3, not fetching any remotely\n"} -{"Time":"2024-04-23T18:05:59.522343925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.853705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:05:59.522354705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.853723Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!KzwUrx89H3HwRkm0T7:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:05:59.522364195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.853893Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:05:59.522374135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.854645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:05:59.522383845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.854677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:05:59.522393295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.854743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:05:59.522405944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:53.854811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:05:59.522415234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:58.905876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:05:59.522423614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:58.906001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:05:59.522431954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:59.103171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:05:59.522451824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\u001b[2m2024-04-23T22:05:59.103289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:05:59.522459794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"2024/04/23 18:05:59 ============== 7e767b29c164c73ac71efc40e7677533b4bcb5e9d741d2bab6180d8ac05229f3 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:05:59.522467234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.522473844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"\n"} -{"Time":"2024-04-23T18:05:59.536834587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Output":"--- FAIL: TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room (8.20s)\n"} -{"Time":"2024-04-23T18:05:59.536848766-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOverInMSC3787Room","Elapsed":8.2} -{"Time":"2024-04-23T18:05:59.536860436-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking"} -{"Time":"2024-04-23T18:05:59.536867236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"=== RUN TestKnocking\n"} -{"Time":"2024-04-23T18:06:00.600192931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" knocking_test.go:42: Deploy times: 7.017908ms blueprints, 1.056260267s containers\n"} -{"Time":"2024-04-23T18:06:00.654290211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (54.022541ms)\n"} -{"Time":"2024-04-23T18:06:00.724432629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (70.043009ms)\n"} -{"Time":"2024-04-23T18:06:00.779051145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (54.536786ms)\n"} -{"Time":"2024-04-23T18:06:01.429614408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (12.840106ms)\n"} -{"Time":"2024-04-23T18:06:01.459407744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!SxK0XhOch8MXwHTDux:hs1/invite =\u003e 200 OK (29.743326ms)\n"} -{"Time":"2024-04-23T18:06:01.481450598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" knocking_test.go:75: Server.MustJoinRoom joined room ID !SxK0XhOch8MXwHTDux:hs1\n"} -{"Time":"2024-04-23T18:06:01.481475318-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail"} -{"Time":"2024-04-23T18:06:01.481481228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail","Output":"=== RUN TestKnocking/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail\n"} -{"Time":"2024-04-23T18:06:01.490947704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/knock/!SxK0XhOch8MXwHTDux:hs1 =\u003e 404 Not Found (9.419997ms)\n"} -{"Time":"2024-04-23T18:06:01.490988404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 403 - http://127.0.0.1:1177/_matrix/client/v3/knock/%!S(MISSING)xK0XhOch8MXwHTDux:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:01.491000704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail","Output":"--- FAIL: TestKnocking/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail (0.01s)\n"} -{"Time":"2024-04-23T18:06:01.491036794-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail","Elapsed":0.01} -{"Time":"2024-04-23T18:06:01.491046883-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'"} -{"Time":"2024-04-23T18:06:01.491053303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'","Output":"=== RUN TestKnocking/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'\n"} -{"Time":"2024-04-23T18:06:01.494475933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!SxK0XhOch8MXwHTDux:hs1/state/m.room.join_rules/ =\u003e 200 OK (3.3738ms)\n"} -{"Time":"2024-04-23T18:06:01.494522042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'","Output":" knocking_test.go:101: SendEventSynced waiting for event ID $TfSQ7aGzXfh_32B17hUZF6hDXcnBZDhLprtgNRd-zWw\n"} -{"Time":"2024-04-23T18:06:01.501056105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (6.464673ms)\n"} -{"Time":"2024-04-23T18:06:01.501232493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'","Output":"--- PASS: TestKnocking/Change_the_join_rule_of_a_room_from_'invite'_to_'knock' (0.01s)\n"} -{"Time":"2024-04-23T18:06:01.501240013-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'","Elapsed":0.01} -{"Time":"2024-04-23T18:06:01.501252323-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail"} -{"Time":"2024-04-23T18:06:01.501259383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail","Output":"=== RUN TestKnocking/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail\n"} -{"Time":"2024-04-23T18:06:01.503332584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!SxK0XhOch8MXwHTDux:hs1 =\u003e 403 Forbidden (1.993112ms)\n"} -{"Time":"2024-04-23T18:06:01.503352994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail","Output":"--- PASS: TestKnocking/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail (0.00s)\n"} -{"Time":"2024-04-23T18:06:01.503366364-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail","Elapsed":0} -{"Time":"2024-04-23T18:06:01.503378864-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_join_rule_'knock'_should_succeed"} -{"Time":"2024-04-23T18:06:01.503386684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_join_rule_'knock'_should_succeed","Output":"=== RUN TestKnocking/Knocking_on_a_room_with_join_rule_'knock'_should_succeed\n"} -{"Time":"2024-04-23T18:06:01.503993969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/knock/!SxK0XhOch8MXwHTDux:hs1 =\u003e 404 Not Found (518.385µs)\n"} -{"Time":"2024-04-23T18:06:01.504024618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_join_rule_'knock'_should_succeed","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 200 - http://127.0.0.1:1177/_matrix/client/v3/knock/%!S(MISSING)xK0XhOch8MXwHTDux:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:01.504040758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_join_rule_'knock'_should_succeed","Output":"--- FAIL: TestKnocking/Knocking_on_a_room_with_join_rule_'knock'_should_succeed (0.00s)\n"} -{"Time":"2024-04-23T18:06:01.504049338-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_join_rule_'knock'_should_succeed","Elapsed":0} -{"Time":"2024-04-23T18:06:01.504060678-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room"} -{"Time":"2024-04-23T18:06:01.504066318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room","Output":"=== RUN TestKnocking/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room\n"} -{"Time":"2024-04-23T18:06:01.504649973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/knock/!SxK0XhOch8MXwHTDux:hs1 =\u003e 404 Not Found (501.135µs)\n"} -{"Time":"2024-04-23T18:06:01.504679322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 200 - http://127.0.0.1:1177/_matrix/client/v3/knock/%!S(MISSING)xK0XhOch8MXwHTDux:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:01.504693802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room","Output":"--- FAIL: TestKnocking/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room (0.00s)\n"} -{"Time":"2024-04-23T18:06:01.504704952-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room","Elapsed":0} -{"Time":"2024-04-23T18:06:01.504717752-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock"} -{"Time":"2024-04-23T18:06:01.504726482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":"=== RUN TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock\n"} -{"Time":"2024-04-23T18:06:06.513588028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":" knocking_test.go:138: Did not get membership state for knocking user\n"} -{"Time":"2024-04-23T18:06:06.514774008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.10526ms)\n"} -{"Time":"2024-04-23T18:06:07.51791049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002876915s)\n"} -{"Time":"2024-04-23T18:06:08.520624566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002632817s)\n"} -{"Time":"2024-04-23T18:06:09.52359306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002875444s)\n"} -{"Time":"2024-04-23T18:06:10.526869809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.003177351s)\n"} -{"Time":"2024-04-23T18:06:11.530145098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.00319077s)\n"} -{"Time":"2024-04-23T18:06:11.530184168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":" knocking_test.go:148: \u001b[31m@user-1:hs1 MustSyncUntil: timed out after 5.01657144s. Seen 6 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:06:11.530200717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":" [t=1.368038ms] Response #1: SyncTimelineHas(!SxK0XhOch8MXwHTDux:hs1): check function did not pass while iterating over 9 elements: [{\"content\":{\"creator\":\"@user-1:hs1\",\"room_version\":\"7\"},\"event_id\":\"$QyABrtcIkQygXLIVRadNVulBE-2ghQ0Xr0As-nousAA\",\"origin_server_ts\":1713909961418,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.create\",\"unsigned\":{\"age\":1}},{\"content\":{\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"},\"event_id\":\"$24OqFGpy3G4mAb5nQKaffYpzSo56D00eFwqwW217Mgo\",\"origin_server_ts\":1713909961419,\"sender\":\"@user-1:hs1\",\"state_key\":\"@user-1:hs1\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}},{\"content\":{\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}},\"event_id\":\"$4DfFqPM2N5V5BDm6Kh66YEiPpudgM5eQbpte72zSGS4\",\"origin_server_ts\":1713909961421,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.power_levels\",\"unsigned\":{\"age\":1}},{\"content\":{\"join"} -{"Time":"2024-04-23T18:06:11.530222997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":"_rule\":\"invite\"},\"event_id\":\"$F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw\",\"origin_server_ts\":1713909961423,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.join_rules\",\"unsigned\":{\"age\":1}},{\"content\":{\"history_visibility\":\"shared\"},\"event_id\":\"$JFL_a_sw_dV7n5-5W3mTw1jzhio7_S5zAqJ1OoJi-UU\",\"origin_server_ts\":1713909961425,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.history_visibility\",\"unsigned\":{\"age\":1}},{\"content\":{\"guest_access\":\"can_join\"},\"event_id\":\"$WmQeAkGDLB10__w3j9H2yJ_fi20uVsIyluPzHIqmohU\",\"origin_server_ts\":1713909961427,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.guest_access\",\"unsigned\":{\"age\":1}},{\"content\":{\"is_direct\":false,\"membership\":\"invite\"},\"event_id\":\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\",\"origin_server_ts\":1713909961431,\"sender\":\"@user-1:hs1\",\"state_key\":\"@david:host.docker.internal:4019\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}},{\"content\":{\"membership\":\"join\"},\"event_id\":\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\",\"origin_server_ts\":171390996146"} -{"Time":"2024-04-23T18:06:11.530240807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":"4,\"sender\":\"@david:host.docker.internal:4019\",\"state_key\":\"@david:host.docker.internal:4019\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1,\"prev_content\":{\"is_direct\":false,\"membership\":\"invite\"}}},{\"content\":{\"join_rule\":\"knock\"},\"event_id\":\"$TfSQ7aGzXfh_32B17hUZF6hDXcnBZDhLprtgNRd-zWw\",\"origin_server_ts\":1713909961492,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.join_rules\",\"unsigned\":{\"age\":1,\"prev_content\":{\"join_rule\":\"invite\"},\"prev_sender\":\"@user-1:hs1\"}}]\n"} -{"Time":"2024-04-23T18:06:11.530253847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":" [t=1.004352712s] Response #2: SyncTimelineHas(!SxK0XhOch8MXwHTDux:hs1): Key rooms.join.!SxK0XhOch8MXwHTDux:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:06:11.530263327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":" [t=2.007069498s] Response #3: SyncTimelineHas(!SxK0XhOch8MXwHTDux:hs1): Key rooms.join.!SxK0XhOch8MXwHTDux:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:06:11.530272367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":" [t=3.010026042s] Response #4: SyncTimelineHas(!SxK0XhOch8MXwHTDux:hs1): Key rooms.join.!SxK0XhOch8MXwHTDux:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:06:11.530281077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":" [t=4.013298511s] Response #5: SyncTimelineHas(!SxK0XhOch8MXwHTDux:hs1): Key rooms.join.!SxK0XhOch8MXwHTDux:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:06:11.530289657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":" [t=5.01657015s] Response #6: SyncTimelineHas(!SxK0XhOch8MXwHTDux:hs1): Key rooms.join.!SxK0XhOch8MXwHTDux:hs1.timeline.events does not exist, \n"} -{"Time":"2024-04-23T18:06:11.530298727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:06:11.530312276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Output":"--- FAIL: TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock (10.03s)\n"} -{"Time":"2024-04-23T18:06:11.530322436-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock","Elapsed":10.03} -{"Time":"2024-04-23T18:06:11.530335336-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again"} -{"Time":"2024-04-23T18:06:11.530342806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Output":"=== RUN TestKnocking/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again\n"} -{"Time":"2024-04-23T18:06:11.531968821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.673695ms)\n"} -{"Time":"2024-04-23T18:06:11.534136412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!SxK0XhOch8MXwHTDux:hs1/leave =\u003e 200 OK (2.048072ms)\n"} -{"Time":"2024-04-23T18:06:12.536536828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002334667s)\n"} -{"Time":"2024-04-23T18:06:13.538304989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.001692252s)\n"} -{"Time":"2024-04-23T18:06:14.540157198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.0017694s)\n"} -{"Time":"2024-04-23T18:06:15.541972127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.00173021s)\n"} -{"Time":"2024-04-23T18:06:16.543320309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.001283823s)\n"} -{"Time":"2024-04-23T18:06:16.543350589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Output":" knocking_test.go:170: \u001b[31m@user-2:hs1 MustSyncUntil: timed out after 5.009182117s. Seen 5 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:06:16.543357059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Output":" [t=1.002410385s] Response #1: no leave section for room !SxK0XhOch8MXwHTDux:hs1\n"} -{"Time":"2024-04-23T18:06:16.543385009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Output":" [t=2.004179996s] Response #2: no leave section for room !SxK0XhOch8MXwHTDux:hs1\n"} -{"Time":"2024-04-23T18:06:16.543391009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Output":" [t=3.006027085s] Response #3: no leave section for room !SxK0XhOch8MXwHTDux:hs1\n"} -{"Time":"2024-04-23T18:06:16.543396439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Output":" [t=4.007838014s] Response #4: no leave section for room !SxK0XhOch8MXwHTDux:hs1\n"} -{"Time":"2024-04-23T18:06:16.543404079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Output":" [t=5.009180557s] Response #5: no leave section for room !SxK0XhOch8MXwHTDux:hs1, \n"} -{"Time":"2024-04-23T18:06:16.543411179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:06:16.543423458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Output":"--- FAIL: TestKnocking/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again (5.01s)\n"} -{"Time":"2024-04-23T18:06:16.543429658-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_knocked_on_a_local_room_can_rescind_their_knock_and_then_knock_again","Elapsed":5.01} -{"Time":"2024-04-23T18:06:16.543438268-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_in_the_room_can_reject_a_knock"} -{"Time":"2024-04-23T18:06:16.543443468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_in_the_room_can_reject_a_knock","Output":"=== RUN TestKnocking/A_user_in_the_room_can_reject_a_knock\n"} -{"Time":"2024-04-23T18:06:16.544028133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!SxK0XhOch8MXwHTDux:hs1/kick =\u003e 400 Bad Request (612.325µs)\n"} -{"Time":"2024-04-23T18:06:16.544068493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_in_the_room_can_reject_a_knock","Output":" knocking_test.go:196: \u001b[31mCSAPI.MustDo POST http://127.0.0.1:1177/_matrix/client/v3/rooms/%21SxK0XhOch8MXwHTDux:hs1/kick returned non-2xx code: 400 Bad Request - body: {\"errcode\":\"M_BAD_STATE\",\"error\":\"M_BAD_STATE: Cannot kick member that's not in the room.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:16.544081443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_in_the_room_can_reject_a_knock","Output":"--- FAIL: TestKnocking/A_user_in_the_room_can_reject_a_knock (0.00s)\n"} -{"Time":"2024-04-23T18:06:16.544088123-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_in_the_room_can_reject_a_knock","Elapsed":0} -{"Time":"2024-04-23T18:06:16.544098912-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_can_knock_on_a_room_without_a_reason"} -{"Time":"2024-04-23T18:06:16.544105502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_can_knock_on_a_room_without_a_reason","Output":"=== RUN TestKnocking/A_user_can_knock_on_a_room_without_a_reason\n"} -{"Time":"2024-04-23T18:06:16.544886856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!SxK0XhOch8MXwHTDux:hs1/kick =\u003e 400 Bad Request (711.834µs)\n"} -{"Time":"2024-04-23T18:06:16.544927055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_can_knock_on_a_room_without_a_reason","Output":" knocking_test.go:219: \u001b[31mCSAPI.MustDo POST http://127.0.0.1:1177/_matrix/client/v3/rooms/%21SxK0XhOch8MXwHTDux:hs1/kick returned non-2xx code: 400 Bad Request - body: {\"errcode\":\"M_BAD_STATE\",\"error\":\"M_BAD_STATE: Cannot kick member that's not in the room.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:16.544968335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_can_knock_on_a_room_without_a_reason","Output":"--- FAIL: TestKnocking/A_user_can_knock_on_a_room_without_a_reason (0.00s)\n"} -{"Time":"2024-04-23T18:06:16.544975455-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_can_knock_on_a_room_without_a_reason","Elapsed":0} -{"Time":"2024-04-23T18:06:16.544996145-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_in_the_room_can_accept_a_knock"} -{"Time":"2024-04-23T18:06:16.545015724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_in_the_room_can_accept_a_knock","Output":"=== RUN TestKnocking/A_user_in_the_room_can_accept_a_knock\n"} -{"Time":"2024-04-23T18:06:16.549312736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!SxK0XhOch8MXwHTDux:hs1/invite =\u003e 200 OK (4.253183ms)\n"} -{"Time":"2024-04-23T18:06:16.555916088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (6.550772ms)\n"} -{"Time":"2024-04-23T18:06:16.556100586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_in_the_room_can_accept_a_knock","Output":"--- PASS: TestKnocking/A_user_in_the_room_can_accept_a_knock (0.01s)\n"} -{"Time":"2024-04-23T18:06:16.556112106-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_in_the_room_can_accept_a_knock","Elapsed":0.01} -{"Time":"2024-04-23T18:06:16.556123096-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_invited_to"} -{"Time":"2024-04-23T18:06:16.556138586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_invited_to","Output":"=== RUN TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_invited_to\n"} -{"Time":"2024-04-23T18:06:16.556536992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/knock/!SxK0XhOch8MXwHTDux:hs1 =\u003e 404 Not Found (339.837µs)\n"} -{"Time":"2024-04-23T18:06:16.556560492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_invited_to","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 403 - http://127.0.0.1:1177/_matrix/client/v3/knock/%!S(MISSING)xK0XhOch8MXwHTDux:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:16.556576252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_invited_to","Output":"--- FAIL: TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_invited_to (0.00s)\n"} -{"Time":"2024-04-23T18:06:16.556587772-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_invited_to","Elapsed":0} -{"Time":"2024-04-23T18:06:16.556596482-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_in"} -{"Time":"2024-04-23T18:06:16.556603332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_in","Output":"=== RUN TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_in\n"} -{"Time":"2024-04-23T18:06:16.559246038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!SxK0XhOch8MXwHTDux:hs1 =\u003e 200 OK (2.552467ms)\n"} -{"Time":"2024-04-23T18:06:16.560272179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/knock/!SxK0XhOch8MXwHTDux:hs1 =\u003e 404 Not Found (971.331µs)\n"} -{"Time":"2024-04-23T18:06:16.560320768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_in","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 403 - http://127.0.0.1:1177/_matrix/client/v3/knock/%!S(MISSING)xK0XhOch8MXwHTDux:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:16.560333158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_in","Output":"--- FAIL: TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_in (0.00s)\n"} -{"Time":"2024-04-23T18:06:16.560339278-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_in","Elapsed":0} -{"Time":"2024-04-23T18:06:16.560347958-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_is_banned_from_a_room_cannot_knock_on_it"} -{"Time":"2024-04-23T18:06:16.560354058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_is_banned_from_a_room_cannot_knock_on_it","Output":"=== RUN TestKnocking/A_user_that_is_banned_from_a_room_cannot_knock_on_it\n"} -{"Time":"2024-04-23T18:06:16.562814246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!SxK0XhOch8MXwHTDux:hs1/ban =\u003e 200 OK (2.377909ms)\n"} -{"Time":"2024-04-23T18:06:16.563986866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.132951ms)\n"} -{"Time":"2024-04-23T18:06:16.56466618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/knock/!SxK0XhOch8MXwHTDux:hs1 =\u003e 404 Not Found (546.455µs)\n"} -{"Time":"2024-04-23T18:06:16.5646988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_is_banned_from_a_room_cannot_knock_on_it","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 403 - http://127.0.0.1:1177/_matrix/client/v3/knock/%!S(MISSING)xK0XhOch8MXwHTDux:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:16.564718409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_is_banned_from_a_room_cannot_knock_on_it","Output":"--- FAIL: TestKnocking/A_user_that_is_banned_from_a_room_cannot_knock_on_it (0.00s)\n"} -{"Time":"2024-04-23T18:06:16.564726709-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_is_banned_from_a_room_cannot_knock_on_it","Elapsed":0} -{"Time":"2024-04-23T18:06:16.578041431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (13.251643ms)\n"} -{"Time":"2024-04-23T18:06:16.596844684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!0n8gAg3VSUNLR0qlfE:hs1/invite =\u003e 200 OK (18.718964ms)\n"} -{"Time":"2024-04-23T18:06:16.618190295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" knocking_test.go:88: Server.MustJoinRoom joined room ID !0n8gAg3VSUNLR0qlfE:hs1\n"} -{"Time":"2024-04-23T18:06:16.618204765-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail#01"} -{"Time":"2024-04-23T18:06:16.618210275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail#01","Output":"=== RUN TestKnocking/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail#01\n"} -{"Time":"2024-04-23T18:06:16.619409574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/knock/!0n8gAg3VSUNLR0qlfE:hs1 =\u003e 404 Not Found (1.146079ms)\n"} -{"Time":"2024-04-23T18:06:16.619456114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail#01","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 403 - http://127.0.0.1:1175/_matrix/client/v3/knock/%!n(MISSING)8gAg3VSUNLR0qlfE:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:16.619473883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail#01","Output":"--- FAIL: TestKnocking/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail#01 (0.00s)\n"} -{"Time":"2024-04-23T18:06:16.619482263-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_a_join_rule_other_than_'knock'_should_fail#01","Elapsed":0} -{"Time":"2024-04-23T18:06:16.619504823-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'#01"} -{"Time":"2024-04-23T18:06:16.619512163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'#01","Output":"=== RUN TestKnocking/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'#01\n"} -{"Time":"2024-04-23T18:06:16.623583747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!0n8gAg3VSUNLR0qlfE:hs1/state/m.room.join_rules/ =\u003e 200 OK (3.994114ms)\n"} -{"Time":"2024-04-23T18:06:16.623603427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'#01","Output":" knocking_test.go:101: SendEventSynced waiting for event ID $wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\n"} -{"Time":"2024-04-23T18:06:16.624517129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (837.722µs)\n"} -{"Time":"2024-04-23T18:06:16.630091889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (4.930656ms)\n"} -{"Time":"2024-04-23T18:06:16.630288657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'#01","Output":"--- PASS: TestKnocking/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'#01 (0.01s)\n"} -{"Time":"2024-04-23T18:06:16.630303887-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Change_the_join_rule_of_a_room_from_'invite'_to_'knock'#01","Elapsed":0.01} -{"Time":"2024-04-23T18:06:16.630312417-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail#01"} -{"Time":"2024-04-23T18:06:16.630318897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail#01","Output":"=== RUN TestKnocking/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail#01\n"} -{"Time":"2024-04-23T18:06:16.9296698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!0n8gAg3VSUNLR0qlfE:hs1 =\u003e 403 Forbidden (299.239354ms)\n"} -{"Time":"2024-04-23T18:06:16.92970398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail#01","Output":"--- PASS: TestKnocking/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail#01 (0.30s)\n"} -{"Time":"2024-04-23T18:06:16.92971083-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Attempting_to_join_a_room_with_join_rule_'knock'_without_an_invite_should_fail#01","Elapsed":0.3} -{"Time":"2024-04-23T18:06:16.92972056-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_join_rule_'knock'_should_succeed#01"} -{"Time":"2024-04-23T18:06:16.929727379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_join_rule_'knock'_should_succeed#01","Output":"=== RUN TestKnocking/Knocking_on_a_room_with_join_rule_'knock'_should_succeed#01\n"} -{"Time":"2024-04-23T18:06:16.930333054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/knock/!0n8gAg3VSUNLR0qlfE:hs1 =\u003e 404 Not Found (522.536µs)\n"} -{"Time":"2024-04-23T18:06:16.930353884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_join_rule_'knock'_should_succeed#01","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 200 - http://127.0.0.1:1175/_matrix/client/v3/knock/%!n(MISSING)8gAg3VSUNLR0qlfE:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:16.930366034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_join_rule_'knock'_should_succeed#01","Output":"--- FAIL: TestKnocking/Knocking_on_a_room_with_join_rule_'knock'_should_succeed#01 (0.00s)\n"} -{"Time":"2024-04-23T18:06:16.930373924-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Knocking_on_a_room_with_join_rule_'knock'_should_succeed#01","Elapsed":0} -{"Time":"2024-04-23T18:06:16.930382674-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room#01"} -{"Time":"2024-04-23T18:06:16.930389724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room#01","Output":"=== RUN TestKnocking/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room#01\n"} -{"Time":"2024-04-23T18:06:16.93076172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/knock/!0n8gAg3VSUNLR0qlfE:hs1 =\u003e 404 Not Found (326.877µs)\n"} -{"Time":"2024-04-23T18:06:16.9308137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room#01","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 200 - http://127.0.0.1:1175/_matrix/client/v3/knock/%!n(MISSING)8gAg3VSUNLR0qlfE:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:16.93082605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room#01","Output":"--- FAIL: TestKnocking/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room#01 (0.00s)\n"} -{"Time":"2024-04-23T18:06:16.9308321-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_has_already_knocked_is_allowed_to_knock_again_on_the_same_room#01","Elapsed":0} -{"Time":"2024-04-23T18:06:16.93084218-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01"} -{"Time":"2024-04-23T18:06:16.93084885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":"=== RUN TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01\n"} -{"Time":"2024-04-23T18:06:21.939665911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":" knocking_test.go:138: Did not get membership state for knocking user\n"} -{"Time":"2024-04-23T18:06:21.9476279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (7.898399ms)\n"} -{"Time":"2024-04-23T18:06:22.950793881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002905684s)\n"} -{"Time":"2024-04-23T18:06:23.953436757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002560806s)\n"} -{"Time":"2024-04-23T18:06:24.955823194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002307827s)\n"} -{"Time":"2024-04-23T18:06:25.958688736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002792913s)\n"} -{"Time":"2024-04-23T18:06:26.961530898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.002761173s)\n"} -{"Time":"2024-04-23T18:06:26.961588507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":" knocking_test.go:148: \u001b[31m@user-1:hs1 MustSyncUntil: timed out after 5.021893557s. Seen 6 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:06:26.961598407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":" [t=8.172857ms] Response #1: SyncTimelineHas(!0n8gAg3VSUNLR0qlfE:hs1): check function did not pass while iterating over 9 elements: [{\"content\":{\"creator\":\"@user-1:hs1\",\"room_version\":\"7\"},\"event_id\":\"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\",\"origin_server_ts\":1713909976565,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.create\",\"unsigned\":{\"age\":1}},{\"content\":{\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"},\"event_id\":\"$4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w\",\"origin_server_ts\":1713909976567,\"sender\":\"@user-1:hs1\",\"state_key\":\"@user-1:hs1\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}},{\"content\":{\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}},\"event_id\":\"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\",\"origin_server_ts\":1713909976570,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.power_levels\",\"unsigned\":{\"age\":1}},{\"content\":{\"join"} -{"Time":"2024-04-23T18:06:26.961643397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":"_rule\":\"invite\"},\"event_id\":\"$YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk\",\"origin_server_ts\":1713909976572,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.join_rules\",\"unsigned\":{\"age\":1}},{\"content\":{\"history_visibility\":\"shared\"},\"event_id\":\"$O41DzMd_SowMjQel0ZHQnmsiCYeQ1H1rOVTZrt8QZUA\",\"origin_server_ts\":1713909976574,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.history_visibility\",\"unsigned\":{\"age\":1}},{\"content\":{\"guest_access\":\"can_join\"},\"event_id\":\"$oqECna9mvQ3vHhSXvxiAJC8x0URASo-G4wqkcEsvn7s\",\"origin_server_ts\":1713909976576,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.guest_access\",\"unsigned\":{\"age\":1}},{\"content\":{\"is_direct\":false,\"membership\":\"invite\"},\"event_id\":\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\",\"origin_server_ts\":1713909976579,\"sender\":\"@user-1:hs1\",\"state_key\":\"@david:host.docker.internal:4019\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}},{\"content\":{\"membership\":\"join\"},\"event_id\":\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\",\"origin_server_ts\":171390997660"} -{"Time":"2024-04-23T18:06:26.961663487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":"1,\"sender\":\"@david:host.docker.internal:4019\",\"state_key\":\"@david:host.docker.internal:4019\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1,\"prev_content\":{\"is_direct\":false,\"membership\":\"invite\"}}},{\"content\":{\"join_rule\":\"knock\"},\"event_id\":\"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\",\"origin_server_ts\":1713909976621,\"sender\":\"@user-1:hs1\",\"state_key\":\"\",\"type\":\"m.room.join_rules\",\"unsigned\":{\"age\":1,\"prev_content\":{\"join_rule\":\"invite\"},\"prev_sender\":\"@user-1:hs1\"}}]\n"} -{"Time":"2024-04-23T18:06:26.961671847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":" [t=1.01116492s] Response #2: SyncTimelineHas(!0n8gAg3VSUNLR0qlfE:hs1): Key rooms.join.!0n8gAg3VSUNLR0qlfE:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:06:26.961677607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":" [t=2.013806986s] Response #3: SyncTimelineHas(!0n8gAg3VSUNLR0qlfE:hs1): Key rooms.join.!0n8gAg3VSUNLR0qlfE:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:06:26.961689497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":" [t=3.016190663s] Response #4: SyncTimelineHas(!0n8gAg3VSUNLR0qlfE:hs1): Key rooms.join.!0n8gAg3VSUNLR0qlfE:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:06:26.961695617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":" [t=4.019052515s] Response #5: SyncTimelineHas(!0n8gAg3VSUNLR0qlfE:hs1): Key rooms.join.!0n8gAg3VSUNLR0qlfE:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:06:26.961701216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":" [t=5.021891697s] Response #6: SyncTimelineHas(!0n8gAg3VSUNLR0qlfE:hs1): Key rooms.join.!0n8gAg3VSUNLR0qlfE:hs1.timeline.events does not exist, \n"} -{"Time":"2024-04-23T18:06:26.961706486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:06:26.961718286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Output":"--- FAIL: TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01 (10.03s)\n"} -{"Time":"2024-04-23T18:06:26.961724766-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/Users_in_the_room_see_a_user's_membership_update_when_they_knock#01","Elapsed":10.03} -{"Time":"2024-04-23T18:06:26.961736056-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_in_the_room_can_reject_a_knock#01"} -{"Time":"2024-04-23T18:06:26.961742796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_in_the_room_can_reject_a_knock#01","Output":"=== RUN TestKnocking/A_user_in_the_room_can_reject_a_knock#01\n"} -{"Time":"2024-04-23T18:06:26.962508599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!0n8gAg3VSUNLR0qlfE:hs1/kick =\u003e 400 Bad Request (802.093µs)\n"} -{"Time":"2024-04-23T18:06:26.962537529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_in_the_room_can_reject_a_knock#01","Output":" knocking_test.go:196: \u001b[31mCSAPI.MustDo POST http://127.0.0.1:1177/_matrix/client/v3/rooms/%210n8gAg3VSUNLR0qlfE:hs1/kick returned non-2xx code: 400 Bad Request - body: {\"errcode\":\"M_BAD_STATE\",\"error\":\"M_BAD_STATE: Cannot kick member that's not in the room.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:26.962553099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_in_the_room_can_reject_a_knock#01","Output":"--- FAIL: TestKnocking/A_user_in_the_room_can_reject_a_knock#01 (0.00s)\n"} -{"Time":"2024-04-23T18:06:26.962565259-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_in_the_room_can_reject_a_knock#01","Elapsed":0} -{"Time":"2024-04-23T18:06:26.962576799-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_can_knock_on_a_room_without_a_reason#01"} -{"Time":"2024-04-23T18:06:26.962583789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_can_knock_on_a_room_without_a_reason#01","Output":"=== RUN TestKnocking/A_user_can_knock_on_a_room_without_a_reason#01\n"} -{"Time":"2024-04-23T18:06:26.963387911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!0n8gAg3VSUNLR0qlfE:hs1/kick =\u003e 400 Bad Request (731.433µs)\n"} -{"Time":"2024-04-23T18:06:26.963408171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_can_knock_on_a_room_without_a_reason#01","Output":" knocking_test.go:219: \u001b[31mCSAPI.MustDo POST http://127.0.0.1:1177/_matrix/client/v3/rooms/%210n8gAg3VSUNLR0qlfE:hs1/kick returned non-2xx code: 400 Bad Request - body: {\"errcode\":\"M_BAD_STATE\",\"error\":\"M_BAD_STATE: Cannot kick member that's not in the room.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:26.963423071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_can_knock_on_a_room_without_a_reason#01","Output":"--- FAIL: TestKnocking/A_user_can_knock_on_a_room_without_a_reason#01 (0.00s)\n"} -{"Time":"2024-04-23T18:06:26.963434061-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_can_knock_on_a_room_without_a_reason#01","Elapsed":0} -{"Time":"2024-04-23T18:06:26.963445431-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_in_the_room_can_accept_a_knock#01"} -{"Time":"2024-04-23T18:06:26.963452221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_in_the_room_can_accept_a_knock#01","Output":"=== RUN TestKnocking/A_user_in_the_room_can_accept_a_knock#01\n"} -{"Time":"2024-04-23T18:06:26.98154913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!0n8gAg3VSUNLR0qlfE:hs1/invite =\u003e 200 OK (18.02235ms)\n"} -{"Time":"2024-04-23T18:06:26.990419251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (8.798092ms)\n"} -{"Time":"2024-04-23T18:06:26.9906138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_in_the_room_can_accept_a_knock#01","Output":"--- PASS: TestKnocking/A_user_in_the_room_can_accept_a_knock#01 (0.03s)\n"} -{"Time":"2024-04-23T18:06:26.990634169-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_in_the_room_can_accept_a_knock#01","Elapsed":0.03} -{"Time":"2024-04-23T18:06:26.990644059-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_invited_to#01"} -{"Time":"2024-04-23T18:06:26.990649459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_invited_to#01","Output":"=== RUN TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_invited_to#01\n"} -{"Time":"2024-04-23T18:06:26.991453862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/knock/!0n8gAg3VSUNLR0qlfE:hs1 =\u003e 404 Not Found (738.863µs)\n"} -{"Time":"2024-04-23T18:06:26.991501352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_invited_to#01","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 403 - http://127.0.0.1:1175/_matrix/client/v3/knock/%!n(MISSING)8gAg3VSUNLR0qlfE:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:26.991522781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_invited_to#01","Output":"--- FAIL: TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_invited_to#01 (0.00s)\n"} -{"Time":"2024-04-23T18:06:26.991530781-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_invited_to#01","Elapsed":0} -{"Time":"2024-04-23T18:06:26.991556511-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_in#01"} -{"Time":"2024-04-23T18:06:26.991563511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_in#01","Output":"=== RUN TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_in#01\n"} -{"Time":"2024-04-23T18:06:27.038676292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!0n8gAg3VSUNLR0qlfE:hs1 =\u003e 200 OK (47.045282ms)\n"} -{"Time":"2024-04-23T18:06:27.039817302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/knock/!0n8gAg3VSUNLR0qlfE:hs1 =\u003e 404 Not Found (1.083811ms)\n"} -{"Time":"2024-04-23T18:06:27.039869732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_in#01","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 403 - http://127.0.0.1:1175/_matrix/client/v3/knock/%!n(MISSING)8gAg3VSUNLR0qlfE:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:27.039885992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_in#01","Output":"--- FAIL: TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_in#01 (0.05s)\n"} -{"Time":"2024-04-23T18:06:27.039893742-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_cannot_knock_on_a_room_they_are_already_in#01","Elapsed":0.05} -{"Time":"2024-04-23T18:06:27.039905552-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_is_banned_from_a_room_cannot_knock_on_it#01"} -{"Time":"2024-04-23T18:06:27.039912152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_is_banned_from_a_room_cannot_knock_on_it#01","Output":"=== RUN TestKnocking/A_user_that_is_banned_from_a_room_cannot_knock_on_it#01\n"} -{"Time":"2024-04-23T18:06:27.044399432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!0n8gAg3VSUNLR0qlfE:hs1/ban =\u003e 200 OK (4.410561ms)\n"} -{"Time":"2024-04-23T18:06:27.045883889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.427637ms)\n"} -{"Time":"2024-04-23T18:06:27.046766581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/knock/!0n8gAg3VSUNLR0qlfE:hs1 =\u003e 404 Not Found (645.504µs)\n"} -{"Time":"2024-04-23T18:06:27.04682399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_is_banned_from_a_room_cannot_knock_on_it#01","Output":" knocking_test.go:332: \u001b[31mMatchResponse got status 404 want 403 - http://127.0.0.1:1175/_matrix/client/v3/knock/%!n(MISSING)8gAg3VSUNLR0qlfE:hs1?server_name=hs1 =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:27.04683716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_is_banned_from_a_room_cannot_knock_on_it#01","Output":"--- FAIL: TestKnocking/A_user_that_is_banned_from_a_room_cannot_knock_on_it#01 (0.01s)\n"} -{"Time":"2024-04-23T18:06:27.04686591-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking/A_user_that_is_banned_from_a_room_cannot_knock_on_it#01","Elapsed":0.01} -{"Time":"2024-04-23T18:06:27.047116578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"time=\"2024-04-23T18:06:27-04:00\" level=error msg=\"Failed to fetch key for server\" context=missing error=\"Post \\\"https://127.0.0.1:1176/_matrix/key/v2/query\\\": context canceled\" fetcher=DirectKeyFetcher\n"} -{"Time":"2024-04-23T18:06:27.047128038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"2024/04/23 18:06:27 complement: Transaction '1hTmY8SEbTFolrdUJDif1DNjgu_yUNCOj5L_sfrTiqI': HTTP Code 401. Invalid http request: {Invalid request signature}\n"} -{"Time":"2024-04-23T18:06:27.236193438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"2024/04/23 18:06:27 ============================================\n"} -{"Time":"2024-04-23T18:06:27.236220268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.236227598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.236234308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"2024/04/23 18:06:27 a27c7a6120e33bf4f2b723de7d36ff25be79c95219515577d1d2af2bef06887d : Server logs:\n"} -{"Time":"2024-04-23T18:06:27.236346037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:06:27.236361597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:06:27.236381486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:06:27.236388336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:06:27.236395426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:06:27.236401306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"+ echo 'IP.1 = 172.28.0.2'\n"} -{"Time":"2024-04-23T18:06:27.236412136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:06:27.236419496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:06:27.236426376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:06:27.236433586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:06:27.236440786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.070522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:06:27.236446896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.070644Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:06:27.236453256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.071038Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:06:27.236462216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.071047Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:06:27.236467746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.071053Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:06:27.236475396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.071064Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:06:27.236483795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.071847Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:06:27.236491745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.236496815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:06:27.236502195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.071926Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:06:27.236516715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.074388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:06:27.236525765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.075895Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:06:27.236531545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.076516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:06:27.236536895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.077543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:06:27.236542205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.553117Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 477.21783ms\n"} -{"Time":"2024-04-23T18:06:27.236547515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.554952Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:06:27.236552855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555024Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:27.236568455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555035Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:27.236576745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555042Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:06:27.236587405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555050Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:06:27.236594314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555056Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:06:27.236606174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555064Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:06:27.236613574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555071Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:06:27.236624044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555079Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:06:27.236629694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555085Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:06:27.236635224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555094Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:06:27.236641514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555101Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:06:27.236646814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555108Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:06:27.236652094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555115Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:06:27.236657364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555132Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:06:27.236677854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555143Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:06:27.236685334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555152Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:06:27.236690814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555162Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:06:27.236700724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555172Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:06:27.236706194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.555180Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:06:27.236711693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.557033Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:06:27.236718323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.559771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:06:27.236730813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.576326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:06:27.236742343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.576336Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:06:27.236750473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.576909Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:06:27.236758313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.577064Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:06:27.236764393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.598770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.236770963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.599445Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1175\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.236777873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.599576Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:06:27.236784273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.599875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.236791903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.725055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.236804383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.725754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1175\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.236823982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.725809Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-3\")}))\n"} -{"Time":"2024-04-23T18:06:27.236833802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.769003Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-3:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:27.236843212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.770853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.236852522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.771078Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.236869942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.771219Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.236882432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.774070Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.236908382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.774088Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.236921562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.774114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.236954251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.775589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:27.236964791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.775617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:27.236985871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.775626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:27.236996551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.775651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:27.237008531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.775728Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs2\", \"@user-3:hs2\"}\n"} -{"Time":"2024-04-23T18:06:27.237022151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.775742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:06:27.237034801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.775768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:27.23704428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.775778Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.23705546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.777318Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:27.23706956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:27.23709489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.777346Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:27.23710509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:27.23711887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.777358Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:27.23713237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.2371469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.778691Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-3:hs2 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:06:27.237158319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.778782Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m53 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.237168419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.779459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:27.237185569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.779516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:27.237196349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.779531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.237203809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.618653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.237210189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.618991Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:06:27.237216669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.619040Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:06:27.237226169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.619155Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:27.237232689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.630931Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.237245609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.631338Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%210n8gAg3VSUNLR0qlfE:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1175\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.237260698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.631358Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%210n8gAg3VSUNLR0qlfE:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:27.237267308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.631718Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !0n8gAg3VSUNLR0qlfE:hs1 over federation.\n"} -{"Time":"2024-04-23T18:06:27.237273608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.631807Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:06:27.237281748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.632248Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.237292158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.632479Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:06:27.237299928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.632501Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:06:27.237307228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.632591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:06:27.237320188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.632624Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.237335688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.632649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:27.237343888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.632691Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.237351908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.632737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 4733:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:27.237358998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.237365218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:06:27.237371287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.237378817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.633195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:27.237394117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.633287Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:27.237404487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.633998Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:06:27.237412117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.634043Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 4733\n"} -{"Time":"2024-04-23T18:06:27.237424837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.634082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 4733:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:06:27.237431627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.237436447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:06:27.237442637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:06:27.237452427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"hs1. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:06:27.237458937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:06:27.237465327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.237471627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.237477706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.634114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 4733:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:06:27.237484836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.237491016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:06:27.237500406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:06:27.237507586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"hs1. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:06:27.237513666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:06:27.237518496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.237523166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.237528946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.634520Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:06:27.237540646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.634557Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:443\n"} -{"Time":"2024-04-23T18:06:27.237548646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.634779Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:06:27.237574866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.634828Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:06:27.237588545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.634862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:06:27.237600915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.634901Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:06:27.237614485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.634984Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:06:27.237622105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.635022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:06:27.237633355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.635044Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.237685475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.635079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:27.237694264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.635098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.237701254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.635149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 51630:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:27.237709604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.237714964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.237721474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.237729244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.635276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:27.237742974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.635311Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:27.237752274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.636616Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:27.237766604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.636638Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 51630\n"} -{"Time":"2024-04-23T18:06:27.237774374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.636665Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 51630:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:27.237789654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.237796384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.237803633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:27.237809943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:27.237816553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":". 85992 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:27.237822953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.237830443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.237837943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.636691Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:27.237848933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.636710Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:27.237865033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.636858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:27.237873083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.636888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.237882523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.636984Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m22450\n"} -{"Time":"2024-04-23T18:06:27.237890713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.637000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 22450:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:27.237897763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.237904163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.237910562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.237917262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.637022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:27.237927712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.638986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:27.237950592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.638997Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:06:27.237958702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.639006Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:27.237966162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.639016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:27.237973322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.639024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:27.237983782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.639031Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:27.237991412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.639038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:27.238008932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.639048Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:27.238017442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.639079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 22450:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:27.238026081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.238037851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.238045381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:27.238052441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:27.238060551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":". 85992 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:27.238067261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.238073311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.238084141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.639125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:06:27.238094781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.639145Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.238105781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.639166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:27.238116451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.639183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.238131431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.639228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 27696:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:27.2381489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.23815541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.23816187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.23816926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.639267Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:27.23817902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.639309Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:27.23819342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.647022Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:27.23820322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.647041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 27696\n"} -{"Time":"2024-04-23T18:06:27.23821297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.647060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 27696:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:27.23822552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.23823202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.23823834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:27.238250769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:27.238257519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":". 85992 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:27.238264049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.238270079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.238278289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.647083Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:27.238289049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.647101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:27.238299429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.647114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.238312639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.647145Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:27.238320139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.647162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m55087\n"} -{"Time":"2024-04-23T18:06:27.238327779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.647169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 55087:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:27.238334819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.238341209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.238347889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.238354519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.647182Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:27.238362468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.690130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:27.238379588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.690141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:06:27.238387378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.690149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:27.238394208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.690159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:27.238402898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.690165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:27.238408578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.690172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:27.238413928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.690179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:27.238419378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.690189Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:27.238425448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.690220Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 55087:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:27.238431648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.238438028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.238444478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:27.238450688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:27.238459198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":". 85992 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:27.238464318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.238468938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.238474767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.690271Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:27.238485427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.690308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:06:27.238503477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.690344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:06:27.238511007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.690364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.238541607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.690385Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:27.238549927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.690403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.238558307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.690449Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 59200:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:27.238565487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.238571617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.238576377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.238582137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.690511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:27.238591776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.690565Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:27.238601616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.691629Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:27.238614986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.691650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 59200\n"} -{"Time":"2024-04-23T18:06:27.238626536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.691681Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 59200:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:27.238633646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.238639916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.238646406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:27.238652806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:27.238659376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":". 85992 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:27.238665946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.238671056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.238677926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.691707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:27.238691906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.691728Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:27.238703905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.691745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.238710785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.691786Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:27.238717335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.691803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m63575\n"} -{"Time":"2024-04-23T18:06:27.238724975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.691814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 63575:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:27.238732115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.238739215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.238745515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.238751705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.691832Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:27.238760285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.734224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:27.238765885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.734232Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:06:27.238772305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.734237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:27.238779585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.734242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:27.238786955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.734246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:27.238802855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.734249Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:27.238819084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.734252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:27.238826474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.734257Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:27.238837354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.734274Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 63575:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:27.238844714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.238850974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.238861974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:27.238866844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:27.238872384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":". 85992 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:27.238877384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.238884114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.238891064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.734302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:06:27.238903064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.734316Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.238913134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.734329Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:27.238921024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.734340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.238929123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.734368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 47210:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:27.238946843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.238951903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.238956863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.238963363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.734417Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:27.238976743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.734464Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:27.238991433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.735769Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:27.238998743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.735799Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 47210\n"} -{"Time":"2024-04-23T18:06:27.239006073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.735832Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 47210:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:27.239015103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.239021433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.239026343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:27.239035713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:27.239041463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":". 85992 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:27.239046362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.239052942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.239061542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.735864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:27.239077992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.735893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:27.239088662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.735915Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.239100662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.736013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:27.239108142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.736035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m12221\n"} -{"Time":"2024-04-23T18:06:27.239116122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.736050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 12221:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:27.239123072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.239129182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.239133962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.239138992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.736073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:27.239144522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.778835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:27.239152522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.778847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:06:27.239158241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.778854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:27.239163781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.778864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:27.239170581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.778872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:27.239177461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.778878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:27.239184261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.778884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:27.239191241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.778894Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:27.239197631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.778924Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 12221:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:27.239209111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.239215581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.239228671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:27.239234051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:27.239239021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":". 85992 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:27.239243961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.239248801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.239258961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.778979Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:27.239269411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.779028Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:06:27.23928238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.779110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:06:27.23929369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.779413Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!0n8gAg3VSUNLR0qlfE:hs1/@user-3:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.23930752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.779475Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:27.23931925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.779513Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:06:27.23932909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.779540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:06:27.23934371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.779714Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:06:27.2393511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.781862Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:27.2393611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.781951Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:27.23937813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.923314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.239384959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.923617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.239396979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.925777Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:27.239406519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.925803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:27.239419779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.925839Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!0n8gAg3VSUNLR0qlfE:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!0n8gAg3VSUNLR0qlfE:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:27.239428179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.925864Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.239440479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.925896Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs1:8448/_matrix/federation/v1/make_join/!0n8gAg3VSUNLR0qlfE:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:27.239452199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.925969Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:27.239458639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.925988Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_FORBIDDEN\"\n"} -{"Time":"2024-04-23T18:06:27.239465239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926004Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:06:27.239477819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926071Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.239487579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926108Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:06:27.239496749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926128Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:06:27.239504138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926188Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:06:27.239511828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:443\n"} -{"Time":"2024-04-23T18:06:27.239522648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926400Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:06:27.239538238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926443Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:06:27.239558218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:06:27.239570118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926509Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:06:27.239579538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:06:27.239599138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926585Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:27.239608198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:06:27.239621457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926645Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:27.239631817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926680Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:06:27.239647927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926741Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:06:27.239657147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926912Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!0n8gAg3VSUNLR0qlfE:hs1/@user-3:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.239671637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926968Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:27.239680777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.926988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:27.239696967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.929096Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:27.239705197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.929120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:27.239716187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.929143Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!0n8gAg3VSUNLR0qlfE:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!0n8gAg3VSUNLR0qlfE:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:27.239725606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.929162Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.239734836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.929186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs1:8448/_matrix/federation/v1/make_join/!0n8gAg3VSUNLR0qlfE:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:27.239746616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.929237Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:27.239755626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.929253Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_FORBIDDEN\"\n"} -{"Time":"2024-04-23T18:06:27.239768416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.929347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m298 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:06:27.239780816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.930060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.239789916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.930127Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:06:27.239797216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.930141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:06:27.239806336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.930174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:27.239817896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.930496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.239824366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.930531Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:06:27.239832066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.930542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:06:27.239843905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.930572Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:27.239852095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:24.779732Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:27.239857805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:24.779769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m zero bytes read, stream closed?\n"} -{"Time":"2024-04-23T18:06:27.239863525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:24.779778Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m \u001b[3merror\u001b[0m\u001b[2m=\u001b[0mstream closed \u001b[3mstream\u001b[0m\u001b[2m=\u001b[0mTCP(127.0.0.11:53)\n"} -{"Time":"2024-04-23T18:06:27.239873115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:24.779791Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_exchange\u001b[0m\u001b[2m:\u001b[0m io_stream is done, shutting down\n"} -{"Time":"2024-04-23T18:06:27.239881205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.966757Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.239898675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.967349Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs1 keys\n"} -{"Time":"2024-04-23T18:06:27.239910195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.967380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:06:27.239917435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.967443Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.239924685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.967482Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:06:27.239941075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.967502Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:06:27.239951764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.967600Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:06:27.239965114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.967631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:443\n"} -{"Time":"2024-04-23T18:06:27.239981154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.967854Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:06:27.239996154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.967901Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:06:27.240037424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.967928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:06:27.240053964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.967988Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:06:27.240061774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.968020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:06:27.240069793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.968070Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:27.240077513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.968100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:06:27.240110643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.968128Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:27.240128453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.968161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:06:27.240142943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.968223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:06:27.240153223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.968412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.240165123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.968451Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:27.240177313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.968471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:27.240190952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.969327Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:27.240203072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.969351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:27.240210722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.969502Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:27.240219242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.969520Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.240261272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.969547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:27.240277652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.970116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!0n8gAg3VSUNLR0qlfE:hs1/$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1309\"}\n"} -{"Time":"2024-04-23T18:06:27.240301691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.970142Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!0n8gAg3VSUNLR0qlfE:hs1/$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw Some(Object({\"event\": Object({\"auth_events\": Array([String(\"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\"), String(\"$4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w\"), String(\"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\"), String(\"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\")]), \"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"depth\": 10, \"hashes\": Object({\"sha256\": String(\"EeeNxTuvkWhjsBJ8fOOpQvasvExjuqJWBOdssrjCRyk\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909986964, \"prev_events\": Array([String(\"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\")]), \"room_id\": String(\"!0n8gAg3VSUNLR0qlfE:hs1\"), \"sender\": String(\"@user-1:hs1\"), \"signatures\": Object({\"hs1\": Object"} -{"Time":"2024-04-23T18:06:27.240315691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"({\"ed25519:47tEZhMl\": String(\"1RsDXukar2/r+s4Eoldu1wpJCM+KNyzdH+6ClOnAUvOnapPYbrlprfv4m9knRoT05WOfqrgl6KeH24R5zJVOCg\")})}), \"state_key\": String(\"@user-3:hs2\"), \"type\": String(\"m.room.member\")}), \"invite_room_state\": Array([Object({\"content\": Object({\"creator\": String(\"@user-1:hs1\"), \"room_version\": String(\"7\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.create\")}), Object({\"content\": Object({\"join_rule\": String(\"knock\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")}), Object({\"content\": Object({\"displayname\": String(\"user-1 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"is_direct\": Bool(false), \"membership\": String(\"join\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"@user-1:hs1\"), \"type\": String(\"m.room.member\")}), Object({\"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"@user-3:hs2\"), \"type\": String(\"m.room.member\")})]), \"org.matrix.m"} -{"Time":"2024-04-23T18:06:27.240326701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"sc4125.via\": Array([String(\"hs1\"), String(\"hs1\"), String(\"host.docker.internal:4019\")]), \"room_version\": String(\"7\")}))\n"} -{"Time":"2024-04-23T18:06:27.240334701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.970416Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:27.240343171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.971843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.240349741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.991002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.240356431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.991101Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:06:27.240363691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.991130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:06:27.240382591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.991210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:27.240389831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.991787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.240398291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.991955Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%210n8gAg3VSUNLR0qlfE:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1175\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.24040811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.991980Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%210n8gAg3VSUNLR0qlfE:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:27.24041729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.992280Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !0n8gAg3VSUNLR0qlfE:hs1 over federation.\n"} -{"Time":"2024-04-23T18:06:27.24042371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.992307Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:06:27.24043454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.992361Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.2404496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.992558Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!0n8gAg3VSUNLR0qlfE:hs1/@user-3:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.24046657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.992611Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:27.24047611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.992629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:27.24048595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.995196Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:27.24049306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.995210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:27.240525569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.995224Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!0n8gAg3VSUNLR0qlfE:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!0n8gAg3VSUNLR0qlfE:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:27.240536409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.995232Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.240545099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.995245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_join/!0n8gAg3VSUNLR0qlfE:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:27.240558069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.995277Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V7), event: RawValue({\"auth_events\":[\"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\",\"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\",\"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\",\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\"],\"content\":{\"membership\":\"join\"},\"depth\":11,\"hashes\":{\"sha256\":\"ZHguakntH47ceIiSnwKEqnxRMlDdMIhlXeOkTJVHfMM\"},\"origin\":\"hs1\",\"origin_server_ts\":1713909986994,\"prev_events\":[\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\"],\"room_id\":\"!0n8gAg3VSUNLR0qlfE:hs1\",\"sender\":\"@user-3:hs2\",\"signatures\":{\"hs1\":{\"ed25519:47tEZhMl\":\"xeMz8WDt6g91wpHMvQvfugNmbA2FOc4qf4J2kGrfPKBpIrl18tgP18nwCsNAVoese3kASxbW+mjDkHvb8N/mCw\"}},\"state_key\":\"@user-3:hs2\",\"type\":\"m.room.member\",\"unsigned\":{\"prev_content\":{\"is_direct\":false,\"membership\":\"invite\"},\"prev"} -{"Time":"2024-04-23T18:06:27.240571349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"_sender\":\"@user-1:hs1\"}}) })\n"} -{"Time":"2024-04-23T18:06:27.240586529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.995289Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:06:27.240596289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.995404Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for send_join in room !0n8gAg3VSUNLR0qlfE:hs1\n"} -{"Time":"2024-04-23T18:06:27.240602979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.995511Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.240617709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.995640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!0n8gAg3VSUNLR0qlfE:hs1/$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.240626049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.995662Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:27.240635648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.995671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:27.240645818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.010342Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_join/!0n8gAg3VSUNLR0qlfE:hs1/$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo with https://hs1:8448/_matrix/federation/v2/send_join/!0n8gAg3VSUNLR0qlfE:hs1/$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\n"} -{"Time":"2024-04-23T18:06:27.240653568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.010371Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.240666218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.010474Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:27.240673778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.010487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:27.240680388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.010519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v2/send_join/!0n8gAg3VSUNLR0qlfE:hs1/$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\n"} -{"Time":"2024-04-23T18:06:27.240687208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.010638Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:06:27.240698618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.010904Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:06:27.240707128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.011041Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:06:27.240715168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.011298Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs1\n"} -{"Time":"2024-04-23T18:06:27.240725648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.011481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs2\n"} -{"Time":"2024-04-23T18:06:27.240732338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.011653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for host.docker.internal:4019\n"} -{"Time":"2024-04-23T18:06:27.240764217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.011685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Signing key not loaded for host.docker.internal:4019\n"} -{"Time":"2024-04-23T18:06:27.240771667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.012015Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted key servers first for homeserver signing keys.\n"} -{"Time":"2024-04-23T18:06:27.240778447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.012051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Remaining servers left that the notary/trusted servers did not provide: {\"host.docker.internal:4019\": {}}\n"} -{"Time":"2024-04-23T18:06:27.240789637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.012078Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking individual servers for signing keys: {\"host.docker.internal:4019\": {}}\n"} -{"Time":"2024-04-23T18:06:27.240799247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.012179Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.240806547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.012227Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal:4019\n"} -{"Time":"2024-04-23T18:06:27.240814167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.012252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 2: Hostname with included port\n"} -{"Time":"2024-04-23T18:06:27.240821637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.012354Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":4019\") hostname: Named(\"host.docker.internal\", \":4019\")\n"} -{"Time":"2024-04-23T18:06:27.240893756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.012528Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4019), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.240908506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.012588Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.240922526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.012637Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(4019))\n"} -{"Time":"2024-04-23T18:06:27.240946606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.012668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:4019\n"} -{"Time":"2024-04-23T18:06:27.240958526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.012891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:4019\n"} -{"Time":"2024-04-23T18:06:27.240965586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.015399Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.240979005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.015691Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.240988575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.016022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/7XhzAE5nQKVZLOKicfNZhFs-YA4kdkCLuJ8vUa08XI8 {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1111\"}\n"} -{"Time":"2024-04-23T18:06:27.240999495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.016047Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/7XhzAE5nQKVZLOKicfNZhFs-YA4kdkCLuJ8vUa08XI8 Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([Object({\"currently_active\": Bool(true), \"last_active_ago\": 0, \"presence\": String(\"online\"), \"status_msg\": String(\"\"), \"user_id\": String(\"@user-1:hs1\")})])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909987011, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\"), String(\"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\"), String(\"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\"), String(\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\")]), \"content\": Object({\"displayname\": String(\"user-3 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 11, \"hashes\": Objec"} -{"Time":"2024-04-23T18:06:27.241015745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"t({\"sha256\": String(\"XVtb1wZPMjLTPjH7VQln+FuAGfXyBUnL6yXIguzjd1I\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909986995, \"prev_events\": Array([String(\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\")]), \"room_id\": String(\"!0n8gAg3VSUNLR0qlfE:hs1\"), \"sender\": String(\"@user-3:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"tQIYlpp7HM94XrqbV/xfwSOklCFXXN6IqWrTDyU/HykoNyiTXBjC7JOAHdb288XcH01G8iOJrhLrKl9a5yZPCg\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"J6BDf5d5v0Bydk9eY1obdO7QYYNPU23A3cgFq2QHchY8Qr3Ke4tv+MCEETiHMm+0+iahP+xuClcu+KRNSlxUDg\")})}), \"state_key\": String(\"@user-3:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")})})})])}))\n"} -{"Time":"2024-04-23T18:06:27.241024735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.016264Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Could not parse PDU: Server is not in room !0n8gAg3VSUNLR0qlfE:hs1\n"} -{"Time":"2024-04-23T18:06:27.241034395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.016290Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m143.059µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"7XhzAE5nQKVZLOKicfNZhFs-YA4kdkCLuJ8vUa08XI8\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:06:27.241043915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.016673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m523.875µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"7XhzAE5nQKVZLOKicfNZhFs-YA4kdkCLuJ8vUa08XI8\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:06:27.241053535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.016772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.241062025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.016836Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:06:27.241070395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.025521Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:27.241083895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.025641Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.241094314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.026065Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.241107244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.026092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.241115124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.026123Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:4019 for https://host.docker.internal:4019/_matrix/key/v2/server with https://host.docker.internal:4019/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:27.241123324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.026144Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.241131814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.026174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:4019/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:27.241144584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.026253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Received new Future result\n"} -{"Time":"2024-04-23T18:06:27.241153804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.026269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Result is from host.docker.internal:4019\n"} -{"Time":"2024-04-23T18:06:27.241164014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.026445Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Done handling Future result\n"} -{"Time":"2024-04-23T18:06:27.241173024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.026470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Search for signing keys done\n"} -{"Time":"2024-04-23T18:06:27.241189264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.026489Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:06:27.241197794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.029743Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:06:27.241206903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.031461Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:06:27.241213533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.031503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.241225773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.031673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.241234013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.031962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.241242543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.031993Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:06:27.241249303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.036291Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:06:27.241260193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.037048Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:06:27.241268413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.038216Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:06:27.241278773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.038412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m46 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.241285833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.039344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.241292273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.039431Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:06:27.241300513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.039460Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:06:27.241308773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.039561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:27.241315423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.046327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.241326602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.046414Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:06:27.241335522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.046444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:06:27.241344542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.046524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%210n8gAg3VSUNLR0qlfE:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:27.241352192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.047034Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.241358772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.047374Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.241398282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.047686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/1hTmY8SEbTFolrdUJDif1DNjgu_yUNCOj5L_sfrTiqI {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"957\"}\n"} -{"Time":"2024-04-23T18:06:27.241413532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.047713Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/1hTmY8SEbTFolrdUJDif1DNjgu_yUNCOj5L_sfrTiqI Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909987045, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\"), String(\"$4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w\"), String(\"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\"), String(\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\")]), \"content\": Object({\"membership\": String(\"ban\"), \"reason\": String(\"Turns out Bob wasn't that trustworthy after all!\")}), \"depth\": 12, \"hashes\": Object({\"sha256\": String(\"9gsVqf2hPYiRc4agXkk3jhOx09AlbbJJPVPIw9iMPaE\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713909987041, \"prev_events\": Arr"} -{"Time":"2024-04-23T18:06:27.241423282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"ay([String(\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\")]), \"room_id\": String(\"!0n8gAg3VSUNLR0qlfE:hs1\"), \"sender\": String(\"@user-1:hs1\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"p8yaaadFqesETc/adgmQiglXMewTgC+GIDGOLdmGwrlKOiUlMDkQZrOWpCSb+p0rtIXJR/RHRD6le/1LJkfmCg\")})}), \"state_key\": String(\"@user-3:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"displayname\": String(\"user-3 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"prev_sender\": String(\"@user-3:hs2\")})})])}))\n"} -{"Time":"2024-04-23T18:06:27.241431661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.048167Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m350.746µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"1hTmY8SEbTFolrdUJDif1DNjgu_yUNCOj5L_sfrTiqI\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:06:27.241438841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.048228Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1\n"} -{"Time":"2024-04-23T18:06:27.241448351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.048358Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.241455191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.048410Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m596.384µs\n"} -{"Time":"2024-04-23T18:06:27.241462211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.048587Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:27.241469831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.049128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:06:27.241477341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.049233Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo in db\n"} -{"Time":"2024-04-23T18:06:27.241503681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.049298Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w in db\n"} -{"Time":"2024-04-23T18:06:27.241516121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.049356Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A in db\n"} -{"Time":"2024-04-23T18:06:27.241523761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.049427Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo in db\n"} -{"Time":"2024-04-23T18:06:27.241533741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.049466Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:27.241541401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.049486Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo in db\n"} -{"Time":"2024-04-23T18:06:27.24154953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.049504Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w in db\n"} -{"Time":"2024-04-23T18:06:27.24156309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.049521Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A in db\n"} -{"Time":"2024-04-23T18:06:27.24157074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.049536Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo in db\n"} -{"Time":"2024-04-23T18:06:27.24158138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.049562Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:06:27.24159263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.049723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.24161024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.049771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.24161769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.049833Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.24163198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.049854Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:06:27.2416412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.050046Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:06:27.2416503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.050292Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo in db\n"} -{"Time":"2024-04-23T18:06:27.241658089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.050323Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:27.241665859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.050342Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo in db\n"} -{"Time":"2024-04-23T18:06:27.241676029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.050492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:27.241694779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.050555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\"]\n"} -{"Time":"2024-04-23T18:06:27.241702679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.050735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:06:27.241710049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.050768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:06:27.241721169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.050913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:06:27.241736749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.051025Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:06:27.241744399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.051155Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.241754219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.051306Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.241761619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.051452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.241771578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.051481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:06:27.241783858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.051764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:06:27.241864688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.051800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.241875518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.051829Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.241887617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.051882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.241895087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.051908Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:06:27.241902477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.051926Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:06:27.241909617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.052030Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:06:27.241927147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.052056Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:06:27.241954787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.052118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:06:27.241962897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.052151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:06:27.241970347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.052355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m80.819µs\n"} -{"Time":"2024-04-23T18:06:27.241978577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.053166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m892.652µs\n"} -{"Time":"2024-04-23T18:06:27.241989977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.053308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.034661ms\n"} -{"Time":"2024-04-23T18:06:27.241998676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.053526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.252189ms\n"} -{"Time":"2024-04-23T18:06:27.242062806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.053648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.375128ms\n"} -{"Time":"2024-04-23T18:06:27.242077226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.053977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.703295ms\n"} -{"Time":"2024-04-23T18:06:27.242089686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.054112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.838413ms\n"} -{"Time":"2024-04-23T18:06:27.242102436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.054442Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$oqECna9mvQ3vHhSXvxiAJC8x0URASo-G4wqkcEsvn7s\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.16803ms\n"} -{"Time":"2024-04-23T18:06:27.242121735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.054567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.293379ms\n"} -{"Time":"2024-04-23T18:06:27.242138205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.054910Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$O41DzMd_SowMjQel0ZHQnmsiCYeQ1H1rOVTZrt8QZUA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.636196ms\n"} -{"Time":"2024-04-23T18:06:27.242159725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.055049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.775825ms\n"} -{"Time":"2024-04-23T18:06:27.242172005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.055311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m3.037253ms\n"} -{"Time":"2024-04-23T18:06:27.242195755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.055437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m3.164002ms\n"} -{"Time":"2024-04-23T18:06:27.242207555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.055718Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m3.445009ms\n"} -{"Time":"2024-04-23T18:06:27.242219375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.055846Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m3.573188ms\n"} -{"Time":"2024-04-23T18:06:27.242230534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.056261Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m3.987824ms\n"} -{"Time":"2024-04-23T18:06:27.242252324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.056396Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m4.123253ms\n"} -{"Time":"2024-04-23T18:06:27.242263764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.056454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m4.181493ms\n"} -{"Time":"2024-04-23T18:06:27.242278634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.056773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m247.828µs\n"} -{"Time":"2024-04-23T18:06:27.242297664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.057246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m722.424µs\n"} -{"Time":"2024-04-23T18:06:27.242310074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.057396Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m871.862µs\n"} -{"Time":"2024-04-23T18:06:27.242338433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.057433Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m909.702µs\n"} -{"Time":"2024-04-23T18:06:27.242350193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.057509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:06:27.242360363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.057770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:06:27.242377553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.057908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:06:27.242387833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.058000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:06:27.242402923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.058019Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@david:host.docker.internal:4019\"): \"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\", (\"m.room.create\", \"\"): \"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\", (\"m.room.join_rules\", \"\"): \"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\", (\"m.room.member\", \"@user-1:hs1\"): \"$4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w\", (\"m.room.history_visibility\", \"\"): \"$O41DzMd_SowMjQel0ZHQnmsiCYeQ1H1rOVTZrt8QZUA\", (\"m.room.guest_access\", \"\"): \"$oqECna9mvQ3vHhSXvxiAJC8x0URASo-G4wqkcEsvn7s\", (\"m.room.power_levels\", \"\"): \"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\"}\n"} -{"Time":"2024-04-23T18:06:27.242417223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.058057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:06:27.242427813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.058072Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-3:hs2\"): [\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\", \"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\"]}\n"} -{"Time":"2024-04-23T18:06:27.242438603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.058257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:06:27.242449093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.058281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\", \"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\"}\n"} -{"Time":"2024-04-23T18:06:27.242463322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.058415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:06:27.242473732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.058532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo) senders power level\n"} -{"Time":"2024-04-23T18:06:27.242489872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.058660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo power level 0\n"} -{"Time":"2024-04-23T18:06:27.242500112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.058686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY) senders power level\n"} -{"Time":"2024-04-23T18:06:27.242510392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.058780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:06:27.242535302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.058805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY power level 100\n"} -{"Time":"2024-04-23T18:06:27.242545832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.058825Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:27.242565881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.058953Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 2\n"} -{"Time":"2024-04-23T18:06:27.242575941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.058977Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\", \"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\"]\n"} -{"Time":"2024-04-23T18:06:27.242585751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.059004Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:27.242595031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.059022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\", \"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\"]\n"} -{"Time":"2024-04-23T18:06:27.242611451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.059294Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\"\n"} -{"Time":"2024-04-23T18:06:27.242620721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.059322Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.242629971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.059351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.242639401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.059414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.242651011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.059744Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\"\n"} -{"Time":"2024-04-23T18:06:27.242660761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.059772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.24268393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.059800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.24269242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.059853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.24270191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.059888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 8\n"} -{"Time":"2024-04-23T18:06:27.24271083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.059908Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\", (\"m.room.member\", \"@user-3:hs2\"): \"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\", (\"m.room.guest_access\", \"\"): \"$oqECna9mvQ3vHhSXvxiAJC8x0URASo-G4wqkcEsvn7s\", (\"m.room.member\", \"@david:host.docker.internal:4019\"): \"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\", (\"m.room.join_rules\", \"\"): \"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\", (\"m.room.member\", \"@user-1:hs1\"): \"$4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w\", (\"m.room.history_visibility\", \"\"): \"$O41DzMd_SowMjQel0ZHQnmsiCYeQ1H1rOVTZrt8QZUA\", (\"m.room.power_levels\", \"\"): \"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\"}\n"} -{"Time":"2024-04-23T18:06:27.24273892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.059974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 0\n"} -{"Time":"2024-04-23T18:06:27.24275152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.059995Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:06:27.2427584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.060015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\")\n"} -{"Time":"2024-04-23T18:06:27.24276785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.060036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:06:27.24277459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.060053Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: []\n"} -{"Time":"2024-04-23T18:06:27.24278387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.060078Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:27.24279058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.060095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:06:27.242800969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.060128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:06:27.242827009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.060247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:06:27.242836149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.061470Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:06:27.242845849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.063797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m13.039455ms\n"} -{"Time":"2024-04-23T18:06:27.242854189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.063871Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $8jeab9jYZ27gMNSaG-zmv_j8YGI1FzubtX9CjBGfnoY \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m15.441803ms \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m16.057007ms\n"} -{"Time":"2024-04-23T18:06:27.242863729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.063917Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m16.102807ms \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"1hTmY8SEbTFolrdUJDif1DNjgu_yUNCOj5L_sfrTiqI\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:06:27.242870879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.064066Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m17 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.242876979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.064388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:06:27.242930778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"2024/04/23 18:06:27 ============== a27c7a6120e33bf4f2b723de7d36ff25be79c95219515577d1d2af2bef06887d : END LOGS ==============\n"} -{"Time":"2024-04-23T18:06:27.242954588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.242961408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.451537835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"2024/04/23 18:06:27 ============================================\n"} -{"Time":"2024-04-23T18:06:27.451558205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.451561445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.451564215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"2024/04/23 18:06:27 4bdd5558f77d8a646905bf02bb2c9904873b25e37fa6d5ad5ab00c012e1898c1 : Server logs:\n"} -{"Time":"2024-04-23T18:06:27.451694374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:06:27.451698693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:06:27.451703403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:06:27.451706163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:06:27.451727383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:06:27.451730343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"+ echo 'IP.1 = 172.28.0.3'\n"} -{"Time":"2024-04-23T18:06:27.451736153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:06:27.451751033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:06:27.451755803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:06:27.451758723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:06:27.451763613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.031974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:06:27.451768583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.032094Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:06:27.451775023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.032482Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:06:27.451779863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.032489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:06:27.451782753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.032495Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:06:27.451787023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.032501Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:06:27.451791603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.033344Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:06:27.451798633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.451803543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:06:27.451809213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.033430Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:06:27.451818092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.036232Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:06:27.451824712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.037809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:06:27.451829162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.038415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:06:27.451833422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.039456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:06:27.451853582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.513674Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 475.863791ms\n"} -{"Time":"2024-04-23T18:06:27.451857092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.515833Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:06:27.451861612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.515898Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:27.451867302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.515912Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:27.451873892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.515920Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:06:27.451878942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.515928Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:06:27.451889412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.515944Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:06:27.451892552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.515953Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:06:27.451902562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.515961Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:06:27.451905642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.515970Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:06:27.451913762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.515978Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:06:27.451919172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.515988Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:06:27.451925541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.515997Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:06:27.451929971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.516006Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:06:27.451962361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.516013Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:06:27.451965971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.516035Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:06:27.451970321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.516050Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:06:27.451974681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.516058Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:06:27.451978951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.516068Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:06:27.451993761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.516079Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:06:27.452001531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.516089Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:06:27.452006031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.517586Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:06:27.452009041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.520405Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:06:27.452019231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.536797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:06:27.452025241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.536806Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:06:27.45205731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.537481Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:06:27.45206619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.537646Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:06:27.45207873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.543926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.45209483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.544799Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.45210544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.544954Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:06:27.45211773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.545240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.4521269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.600869Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.45213466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.601430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.45214264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.601466Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:06:27.452153579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.644237Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:27.452161249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.646139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.452170399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.646362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.452179139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.646503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.452197689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.649362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.452209859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.649380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.452219739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.649403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.452228879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.650868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:27.452242989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.650901Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:27.452254689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.650910Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:27.452263379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.650942Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:27.452275558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.651012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:06:27.452290088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.651024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:06:27.452298858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.651049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:27.452307128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.651057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.452370928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.652603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:27.452391597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:27.452405797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.652630Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:27.452415577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:27.452456767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.652639Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:27.452467057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.452476067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.653950Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:06:27.452482787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.654033Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m53 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.452493166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.654560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:27.452510116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.654607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:27.452520156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.654616Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.452527646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.654729Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.452534296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.655033Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.452549716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.655060Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:06:27.452557326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.724007Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:27.452563806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.724183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m69 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.452571086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.724483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:27.452580296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.724515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:27.452595036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:00.724523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.452612975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.417059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.452620315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.417427Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"44\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.452628025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.417457Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"private_chat\"), \"room_version\": String(\"7\")}))\n"} -{"Time":"2024-04-23T18:06:27.452635785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.418048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"7\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:06:27.452648945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.418063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"7\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:06:27.452657475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.418083Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"7\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:06:27.452678055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.419370Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.452690225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.419407Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.452702925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.419469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.452714635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.421711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:27.452728064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.421759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:27.452741474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.421781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:27.452754664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.421809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:27.452764504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.421825Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:27.452849673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.421838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.452869213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.423698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:27.452878283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.423755Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:27.452886743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.423776Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.452899133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.425678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:06:27.452915693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.425734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:06:27.452924203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.425752Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.452940853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.427719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:06:27.452953352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.427777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:27.452970142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.427798Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.452977772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.429188Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:06:27.452991382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.429305Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.453001532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.429837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.453008662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.430172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21SxK0XhOch8MXwHTDux:hs1/invite {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"46\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.453021722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.430200Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21SxK0XhOch8MXwHTDux:hs1/invite Some(Object({\"user_id\": String(\"@david:host.docker.internal:4019\")}))\n"} -{"Time":"2024-04-23T18:06:27.453034372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.431070Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.453099781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.431102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.453108771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.431159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.453120821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.432957Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.453128301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.433262Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal:4019\n"} -{"Time":"2024-04-23T18:06:27.453139701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.433289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 2: Hostname with included port\n"} -{"Time":"2024-04-23T18:06:27.453150121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.433395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":4019\") hostname: Named(\"host.docker.internal\", \":4019\")\n"} -{"Time":"2024-04-23T18:06:27.453160471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.433906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4019), path: \"/_matrix/federation/v2/invite/!SxK0XhOch8MXwHTDux:hs1/$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.45316912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.434110Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.45318001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.434191Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(4019))\n"} -{"Time":"2024-04-23T18:06:27.45318751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.434209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:4019\n"} -{"Time":"2024-04-23T18:06:27.45319454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.434356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:4019\n"} -{"Time":"2024-04-23T18:06:27.45320568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.447095Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:27.45321643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.447147Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.45322586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.449564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.45324129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.449715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.45325117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.450391Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.45325883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.450405Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.45326929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.450510Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:4019 for https://host.docker.internal:4019/_matrix/federation/v2/invite/!SxK0XhOch8MXwHTDux:hs1/$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4 with https://host.docker.internal:4019/_matrix/federation/v2/invite/!SxK0XhOch8MXwHTDux:hs1/$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\n"} -{"Time":"2024-04-23T18:06:27.453276989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.450522Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.453286939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.450541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:4019/_matrix/federation/v2/invite/!SxK0XhOch8MXwHTDux:hs1/$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\n"} -{"Time":"2024-04-23T18:06:27.453303299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.450701Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, host.docker.internal:4019\n"} -{"Time":"2024-04-23T18:06:27.453324489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.450899Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.453335629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.450954Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for host.docker.internal:4019 keys\n"} -{"Time":"2024-04-23T18:06:27.453345549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.450968Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:4019 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:06:27.453352579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.451057Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.453360469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.451163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4019), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.453372679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.451188Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:4019): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:27.453383068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.451199Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.453392928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.451505Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.453403088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.451518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.453414868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.451596Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:4019 for https://host.docker.internal:4019/_matrix/key/v2/server with https://host.docker.internal:4019/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:27.453464408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.451606Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.453479718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.451659Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:4019/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:27.453487527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.451887Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:27.453498327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:06:27.453506107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452216Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $24OqFGpy3G4mAb5nQKaffYpzSo56D00eFwqwW217Mgo in db\n"} -{"Time":"2024-04-23T18:06:27.453514847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452241Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4DfFqPM2N5V5BDm6Kh66YEiPpudgM5eQbpte72zSGS4 in db\n"} -{"Time":"2024-04-23T18:06:27.453525327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452261Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw in db\n"} -{"Time":"2024-04-23T18:06:27.453540487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452281Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $QyABrtcIkQygXLIVRadNVulBE-2ghQ0Xr0As-nousAA in db\n"} -{"Time":"2024-04-23T18:06:27.453548107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452301Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:27.453555787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452309Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $24OqFGpy3G4mAb5nQKaffYpzSo56D00eFwqwW217Mgo in db\n"} -{"Time":"2024-04-23T18:06:27.453563137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452318Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4DfFqPM2N5V5BDm6Kh66YEiPpudgM5eQbpte72zSGS4 in db\n"} -{"Time":"2024-04-23T18:06:27.453573077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452324Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw in db\n"} -{"Time":"2024-04-23T18:06:27.453585027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452330Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $QyABrtcIkQygXLIVRadNVulBE-2ghQ0Xr0As-nousAA in db\n"} -{"Time":"2024-04-23T18:06:27.453593327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:06:27.453655546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452466Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4 (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.453665116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452484Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.453672636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.453680046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452591Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:06:27.453694966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452683Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:06:27.453705385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452788Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $WmQeAkGDLB10__w3j9H2yJ_fi20uVsIyluPzHIqmohU in db\n"} -{"Time":"2024-04-23T18:06:27.453715465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452804Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:27.453728405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452812Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $WmQeAkGDLB10__w3j9H2yJ_fi20uVsIyluPzHIqmohU in db\n"} -{"Time":"2024-04-23T18:06:27.453739005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452914Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:27.453747045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.452951Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$WmQeAkGDLB10__w3j9H2yJ_fi20uVsIyluPzHIqmohU\"]\n"} -{"Time":"2024-04-23T18:06:27.453754735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.453042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:06:27.453761945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.453058Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:06:27.453769305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.453121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:06:27.453786395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.453169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:06:27.453832774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.453215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4 (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.453844864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.453281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.453852414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.453409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.453862344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.453424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:06:27.453869884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.453567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:06:27.453881424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.453579Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4 (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.453896104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.453591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.453905214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.453685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.453915664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.453700Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:06:27.453923093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.453709Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:06:27.453930363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.453742Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:06:27.453961463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.453753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:06:27.453969793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.453780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:06:27.453977313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.453950Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:06:27.453987993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.454055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m45.139µs\n"} -{"Time":"2024-04-23T18:06:27.454074252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.454197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$QyABrtcIkQygXLIVRadNVulBE-2ghQ0Xr0As-nousAA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m187.438µs\n"} -{"Time":"2024-04-23T18:06:27.454084612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.454275Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m265.687µs\n"} -{"Time":"2024-04-23T18:06:27.454098462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.454414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$24OqFGpy3G4mAb5nQKaffYpzSo56D00eFwqwW217Mgo\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m404.046µs\n"} -{"Time":"2024-04-23T18:06:27.454106972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.454489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m479.645µs\n"} -{"Time":"2024-04-23T18:06:27.454121142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.454639Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4DfFqPM2N5V5BDm6Kh66YEiPpudgM5eQbpte72zSGS4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m629.484µs\n"} -{"Time":"2024-04-23T18:06:27.454132172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.454715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m706.133µs\n"} -{"Time":"2024-04-23T18:06:27.454154161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.454881Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m871.552µs\n"} -{"Time":"2024-04-23T18:06:27.454162681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.454969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m959.511µs\n"} -{"Time":"2024-04-23T18:06:27.454170961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.455147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$JFL_a_sw_dV7n5-5W3mTw1jzhio7_S5zAqJ1OoJi-UU\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.13774ms\n"} -{"Time":"2024-04-23T18:06:27.454179231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.455224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.214969ms\n"} -{"Time":"2024-04-23T18:06:27.454196051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.455390Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WmQeAkGDLB10__w3j9H2yJ_fi20uVsIyluPzHIqmohU\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.379957ms\n"} -{"Time":"2024-04-23T18:06:27.454214751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.455466Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.456877ms\n"} -{"Time":"2024-04-23T18:06:27.454223251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.455481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.472657ms\n"} -{"Time":"2024-04-23T18:06:27.45426873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.455524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m16.5µs\n"} -{"Time":"2024-04-23T18:06:27.4542789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.455724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m215.409µs\n"} -{"Time":"2024-04-23T18:06:27.45429132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.455802Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m293.868µs\n"} -{"Time":"2024-04-23T18:06:27.4543023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.455815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m307.638µs\n"} -{"Time":"2024-04-23T18:06:27.45431029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.455839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:06:27.45431754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.455975Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:06:27.45433228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:06:27.45434344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:06:27.45435671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456127Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$QyABrtcIkQygXLIVRadNVulBE-2ghQ0Xr0As-nousAA\", (\"m.room.member\", \"@user-1:hs1\"): \"$24OqFGpy3G4mAb5nQKaffYpzSo56D00eFwqwW217Mgo\", (\"m.room.power_levels\", \"\"): \"$4DfFqPM2N5V5BDm6Kh66YEiPpudgM5eQbpte72zSGS4\", (\"m.room.guest_access\", \"\"): \"$WmQeAkGDLB10__w3j9H2yJ_fi20uVsIyluPzHIqmohU\", (\"m.room.history_visibility\", \"\"): \"$JFL_a_sw_dV7n5-5W3mTw1jzhio7_S5zAqJ1OoJi-UU\", (\"m.room.join_rules\", \"\"): \"$F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw\"}\n"} -{"Time":"2024-04-23T18:06:27.45436649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:06:27.454374169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@david:host.docker.internal:4019\"): [\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\"]}\n"} -{"Time":"2024-04-23T18:06:27.454384539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456217Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:06:27.454396259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw\", \"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\"}\n"} -{"Time":"2024-04-23T18:06:27.454406649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:06:27.454416299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw) senders power level\n"} -{"Time":"2024-04-23T18:06:27.454423949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:06:27.454434019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw power level 100\n"} -{"Time":"2024-04-23T18:06:27.454441499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456381Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:27.454456619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:06:27.454464069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456422Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw\"]\n"} -{"Time":"2024-04-23T18:06:27.454471219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:27.454479349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw\"]\n"} -{"Time":"2024-04-23T18:06:27.454492978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw\"\n"} -{"Time":"2024-04-23T18:06:27.454501798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456544Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:27.454513868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456568Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:27.454551018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456579Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.454560368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:06:27.454568998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456598Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$QyABrtcIkQygXLIVRadNVulBE-2ghQ0Xr0As-nousAA\", (\"m.room.member\", \"@user-1:hs1\"): \"$24OqFGpy3G4mAb5nQKaffYpzSo56D00eFwqwW217Mgo\", (\"m.room.power_levels\", \"\"): \"$4DfFqPM2N5V5BDm6Kh66YEiPpudgM5eQbpte72zSGS4\", (\"m.room.guest_access\", \"\"): \"$WmQeAkGDLB10__w3j9H2yJ_fi20uVsIyluPzHIqmohU\", (\"m.room.history_visibility\", \"\"): \"$JFL_a_sw_dV7n5-5W3mTw1jzhio7_S5zAqJ1OoJi-UU\", (\"m.room.join_rules\", \"\"): \"$F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw\"}\n"} -{"Time":"2024-04-23T18:06:27.454582928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:06:27.454593028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456625Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\"]\n"} -{"Time":"2024-04-23T18:06:27.454601687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$4DfFqPM2N5V5BDm6Kh66YEiPpudgM5eQbpte72zSGS4\")\n"} -{"Time":"2024-04-23T18:06:27.454616727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456641Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:06:27.454624787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456709Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\n"} -{"Time":"2024-04-23T18:06:27.454632287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456750Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $4DfFqPM2N5V5BDm6Kh66YEiPpudgM5eQbpte72zSGS4\n"} -{"Time":"2024-04-23T18:06:27.454639597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456785Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\"]\n"} -{"Time":"2024-04-23T18:06:27.454650287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456795Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:27.454657677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456801Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\"]\n"} -{"Time":"2024-04-23T18:06:27.454715866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\"\n"} -{"Time":"2024-04-23T18:06:27.454725236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456937Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4 (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.454732826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456951Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.454742676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.456999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.454750216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.457023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:06:27.454760196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.457081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:06:27.454776736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.457893Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:06:27.454784876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.459086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m6.033016ms\n"} -{"Time":"2024-04-23T18:06:27.454792136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.459231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m29 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.454801426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.461622Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.454813036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.462094Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4019, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.454820716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.462259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21SxK0XhOch8MXwHTDux:hs1/@david:host.docker.internal:4019?ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6\u0026ver=org.matrix.msc3787\u0026ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.454829215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.462281Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21SxK0XhOch8MXwHTDux:hs1/@david:host.docker.internal:4019?ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6\u0026ver=org.matrix.msc3787\u0026ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014 None\n"} -{"Time":"2024-04-23T18:06:27.454836355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.462548Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:27.454852365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.463351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.454863595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.463386Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.454870095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.463443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.454876485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.463961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.454883115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.467165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.454889795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.467417Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4019, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.454897075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.467658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21SxK0XhOch8MXwHTDux:hs1/$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"1046\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.454956674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.467680Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21SxK0XhOch8MXwHTDux:hs1/$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8 Some(Object({\"auth_events\": Array([String(\"$F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw\"), String(\"$4DfFqPM2N5V5BDm6Kh66YEiPpudgM5eQbpte72zSGS4\"), String(\"$QyABrtcIkQygXLIVRadNVulBE-2ghQ0Xr0As-nousAA\"), String(\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"Ucztv/n5W7O1VpTfl+OBaotn/CCiWdMQQCRoD9O9tdw\")}), \"origin\": String(\"host.docker.internal:4019\"), \"origin_server_ts\": 1713909961464, \"prev_events\": Array([String(\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\")]), \"prev_state\": Array([]), \"room_id\": String(\"!SxK0XhOch8MXwHTDux:hs1\"), \"sender\": String(\"@david:host.docker.internal:4019\"), \"sign"} -{"Time":"2024-04-23T18:06:27.454973844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"atures\": Object({\"host.docker.internal:4019\": Object({\"ed25519:complement_de0267ffc704eba2aa892def8cd64de3b944d52e76aa3acd7b2046f78b46d75c\": String(\"NARITcBKjSBNBwaNR3e2eQ/cjxVw/F7faj418hKcqGV0+IzEqUBZzkGkPzF819kCidY4QL5V2NXE/pMz3W8EAg\")}), \"hs1\": Object({\"ed25519:47tEZhMl\": String(\"R3wwWOh/4fB99n+uplyYep8HB15l23eAmofxpLRikSL7dNhnGJi7bBsok6CwIDHo7r8HJOE3hY/iDLGfAlCDBA\")})}), \"state_key\": String(\"@david:host.docker.internal:4019\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"prev_sender\": String(\"@user-1:hs1\")})}))\n"} -{"Time":"2024-04-23T18:06:27.454986584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.467858Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:27.454995594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.468185Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:4019, hs1\n"} -{"Time":"2024-04-23T18:06:27.455013054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.468323Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4019, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.455023784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.468398Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.455031144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.468570Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:27.455038594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469031Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:06:27.455046034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469121Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw in db\n"} -{"Time":"2024-04-23T18:06:27.455053474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469164Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4DfFqPM2N5V5BDm6Kh66YEiPpudgM5eQbpte72zSGS4 in db\n"} -{"Time":"2024-04-23T18:06:27.455060963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469199Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $QyABrtcIkQygXLIVRadNVulBE-2ghQ0Xr0As-nousAA in db\n"} -{"Time":"2024-04-23T18:06:27.455069693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469238Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4 in db\n"} -{"Time":"2024-04-23T18:06:27.455087523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469260Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:27.455098393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469276Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw in db\n"} -{"Time":"2024-04-23T18:06:27.455131323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469290Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4DfFqPM2N5V5BDm6Kh66YEiPpudgM5eQbpte72zSGS4 in db\n"} -{"Time":"2024-04-23T18:06:27.455139373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469303Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $QyABrtcIkQygXLIVRadNVulBE-2ghQ0Xr0As-nousAA in db\n"} -{"Time":"2024-04-23T18:06:27.455154233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469316Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4 in db\n"} -{"Time":"2024-04-23T18:06:27.455164533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:06:27.455177792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469445Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8 (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.455187862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469473Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.455199492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.455206822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469564Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:06:27.455214202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469715Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:06:27.455224392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469895Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4 in db\n"} -{"Time":"2024-04-23T18:06:27.455232182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469919Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:27.455281812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469945Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4 in db\n"} -{"Time":"2024-04-23T18:06:27.455296391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.469979Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:27.455304241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.470026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\"]\n"} -{"Time":"2024-04-23T18:06:27.455314791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.470122Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:06:27.455326641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.470146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:06:27.455337111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.470245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:06:27.455347041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.470320Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:06:27.455357491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.470347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8 (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.455368901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.470464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.455376201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.470590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.455383411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.470613Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:06:27.455394471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.470853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:06:27.45540191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.470874Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8 (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.45542054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.470896Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.45542936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.470956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.45544729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.470978Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:06:27.45545511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.470992Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:06:27.45546678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.471051Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:06:27.4554742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.471069Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:06:27.45548162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.471119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:06:27.45549029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.471148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:06:27.45550052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.471289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m38.849µs\n"} -{"Time":"2024-04-23T18:06:27.455510769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.471346Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m96.869µs\n"} -{"Time":"2024-04-23T18:06:27.455522399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.471657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m262.638µs\n"} -{"Time":"2024-04-23T18:06:27.455530709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m662.554µs\n"} -{"Time":"2024-04-23T18:06:27.455543589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m787.553µs\n"} -{"Time":"2024-04-23T18:06:27.455551899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m835.003µs\n"} -{"Time":"2024-04-23T18:06:27.455559659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:06:27.455571889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:06:27.455623739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472396Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:06:27.455634358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:06:27.455644478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472469Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$QyABrtcIkQygXLIVRadNVulBE-2ghQ0Xr0As-nousAA\", (\"m.room.power_levels\", \"\"): \"$4DfFqPM2N5V5BDm6Kh66YEiPpudgM5eQbpte72zSGS4\", (\"m.room.member\", \"@user-1:hs1\"): \"$24OqFGpy3G4mAb5nQKaffYpzSo56D00eFwqwW217Mgo\", (\"m.room.history_visibility\", \"\"): \"$JFL_a_sw_dV7n5-5W3mTw1jzhio7_S5zAqJ1OoJi-UU\", (\"m.room.guest_access\", \"\"): \"$WmQeAkGDLB10__w3j9H2yJ_fi20uVsIyluPzHIqmohU\", (\"m.room.join_rules\", \"\"): \"$F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw\"}\n"} -{"Time":"2024-04-23T18:06:27.455658938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:06:27.455668278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472507Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@david:host.docker.internal:4019\"): [\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\", \"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\"]}\n"} -{"Time":"2024-04-23T18:06:27.455679208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472655Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:06:27.455697218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\", \"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\"}\n"} -{"Time":"2024-04-23T18:06:27.455709298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:06:27.455716818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:27.455724118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:06:27.455731178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472806Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:06:27.455738577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:27.455748407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472836Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:06:27.455765707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:06:27.455830607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472862Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$QyABrtcIkQygXLIVRadNVulBE-2ghQ0Xr0As-nousAA\", (\"m.room.power_levels\", \"\"): \"$4DfFqPM2N5V5BDm6Kh66YEiPpudgM5eQbpte72zSGS4\", (\"m.room.member\", \"@user-1:hs1\"): \"$24OqFGpy3G4mAb5nQKaffYpzSo56D00eFwqwW217Mgo\", (\"m.room.history_visibility\", \"\"): \"$JFL_a_sw_dV7n5-5W3mTw1jzhio7_S5zAqJ1OoJi-UU\", (\"m.room.guest_access\", \"\"): \"$WmQeAkGDLB10__w3j9H2yJ_fi20uVsIyluPzHIqmohU\", (\"m.room.join_rules\", \"\"): \"$F-ed-Cuxz4jyRTPmkATYjkvu5RKk6wF0026AQVoyFqw\"}\n"} -{"Time":"2024-04-23T18:06:27.455841577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 2\n"} -{"Time":"2024-04-23T18:06:27.455849257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472905Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\", \"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\"]\n"} -{"Time":"2024-04-23T18:06:27.455859726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$4DfFqPM2N5V5BDm6Kh66YEiPpudgM5eQbpte72zSGS4\")\n"} -{"Time":"2024-04-23T18:06:27.455867396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.472949Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:06:27.455875616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.473069Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\n"} -{"Time":"2024-04-23T18:06:27.455891716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.473134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $4DfFqPM2N5V5BDm6Kh66YEiPpudgM5eQbpte72zSGS4\n"} -{"Time":"2024-04-23T18:06:27.455902346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.473207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\n"} -{"Time":"2024-04-23T18:06:27.455909996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.473268Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $4DfFqPM2N5V5BDm6Kh66YEiPpudgM5eQbpte72zSGS4\n"} -{"Time":"2024-04-23T18:06:27.455917636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.473320Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\", \"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\"]\n"} -{"Time":"2024-04-23T18:06:27.455925196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.473338Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:27.455946186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.473350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\", \"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\"]\n"} -{"Time":"2024-04-23T18:06:27.455961436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.473560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4\"\n"} -{"Time":"2024-04-23T18:06:27.456007505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.473590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $5_su7bErdGSaSFnh2hI_Jz2cIz4SrTae0s5SKfRIdc4 (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.456020945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.473622Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.456028505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.473685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.456038585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.473920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\"\n"} -{"Time":"2024-04-23T18:06:27.456046425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.473952Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8 (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.456053925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.473973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.456067585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.474015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.456081744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.474052Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:06:27.456089524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.474139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:06:27.456099864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.475555Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:06:27.456107384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.477668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZsG0xBbAiagVCrycZUAabLkeZCxqzEGxEMV9D3xYgb8\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m7.528903ms\n"} -{"Time":"2024-04-23T18:06:27.456114604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.477830Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m31.709µs\n"} -{"Time":"2024-04-23T18:06:27.456121574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.477881Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m83.399µs\n"} -{"Time":"2024-04-23T18:06:27.456128604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.480366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.456168474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.481287Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.456176824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.481533Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4019), path: \"/_matrix/federation/v1/send/s04jJFKvlhW4k5xnins1WGz-gFOGg9akz5Ka6GOCQpE\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.456187684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.481570Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.456194863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.481602Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(4019))\n"} -{"Time":"2024-04-23T18:06:27.456201693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.481621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:4019\n"} -{"Time":"2024-04-23T18:06:27.456210743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.481754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:4019\n"} -{"Time":"2024-04-23T18:06:27.456218733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.482161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.456227373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.482255Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:06:27.456238163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.482283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:06:27.456245093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.482363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:27.456257543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.491461Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:27.456264393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.491550Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.456273543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.491638Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.456280763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.491774Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21SxK0XhOch8MXwHTDux:hs1/state/m.room.join_rules/ {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"21\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.456288423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.491790Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21SxK0XhOch8MXwHTDux:hs1/state/m.room.join_rules/ Some(Object({\"join_rule\": String(\"knock\")}))\n"} -{"Time":"2024-04-23T18:06:27.456301533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.492369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"knock\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:27.456316492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.492437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"knock\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:27.456331472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.492454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"knock\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.456341672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.494101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.456348242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.494196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.456383292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.494514Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.456395082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.494735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.456404062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.495017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.456414162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.495043Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.456420961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.495443Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.456427601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.495480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.456435081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.495522Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:4019 for https://host.docker.internal:4019/_matrix/federation/v1/send/s04jJFKvlhW4k5xnins1WGz-gFOGg9akz5Ka6GOCQpE with https://host.docker.internal:4019/_matrix/federation/v1/send/s04jJFKvlhW4k5xnins1WGz-gFOGg9akz5Ka6GOCQpE\n"} -{"Time":"2024-04-23T18:06:27.456444631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.495541Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.456455531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.495571Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:4019/_matrix/federation/v1/send/s04jJFKvlhW4k5xnins1WGz-gFOGg9akz5Ka6GOCQpE\n"} -{"Time":"2024-04-23T18:06:27.456462341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.496335Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.456470721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.496734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4019), path: \"/_matrix/federation/v1/send/ArV5jFm0CvZ627fablSAI-OajAPFy8y-7Hh1pnBCnMw\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.456486351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.496787Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:4019): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:06:27.4565535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.496808Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.45656191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.498668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.45656854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.498812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.45657515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.499690Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.45658995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.499704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.45659741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.499719Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:4019 for https://host.docker.internal:4019/_matrix/federation/v1/send/ArV5jFm0CvZ627fablSAI-OajAPFy8y-7Hh1pnBCnMw with https://host.docker.internal:4019/_matrix/federation/v1/send/ArV5jFm0CvZ627fablSAI-OajAPFy8y-7Hh1pnBCnMw\n"} -{"Time":"2024-04-23T18:06:27.45660591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.499727Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.45661497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.499742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:4019/_matrix/federation/v1/send/ArV5jFm0CvZ627fablSAI-OajAPFy8y-7Hh1pnBCnMw\n"} -{"Time":"2024-04-23T18:06:27.45662298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.500472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:06:27.45662892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.500745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m6 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.45663836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.501542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.45664531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.501829Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21SxK0XhOch8MXwHTDux:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.456656449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.501855Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21SxK0XhOch8MXwHTDux:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:27.456670039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.502186Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:06:27.456677869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.502872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.456689169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.502907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.456710099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.503013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:06:27.456717029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.503090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:06:27.456725889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.503621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.456736079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.503693Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:06:27.456749199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.503717Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:06:27.456755969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.503776Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:27.456763188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.504289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.456771678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.504355Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:06:27.456782878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.504376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:06:27.456789578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:01.504434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:27.456796468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:06.513982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.456803088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:06.514183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.456812478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:06.514209Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.456819118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:06.514463Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.456825388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:06.515168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.456831848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:06.515281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.456844478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:06.515304Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.456856318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:06.515359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:06:27.456870178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:07.517644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.456877067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:07.518134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.456888037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:07.518256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.456895027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:07.518281Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.456901407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:08.520362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.456907807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:08.520840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.456917467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:08.520975Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.456926387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:08.520999Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.456946357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:09.523216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.456957137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:09.523852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.456964017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:09.524028Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.456970857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:09.524054Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.456977137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:10.526471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.456983407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:10.527140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.456990556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:10.527312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.456997366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:10.527338Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=166\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.457009516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:11.529760Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.457018266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:11.530419Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.457025016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:11.530586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.457035656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:11.530613Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=0 None\n"} -{"Time":"2024-04-23T18:06:27.457041906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:11.531592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 1: @user-2:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:06:27.457047976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:11.531654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.457054276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:11.532391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.457061026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:11.532766Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21SxK0XhOch8MXwHTDux:hs1/leave {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.457068246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:11.532794Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21SxK0XhOch8MXwHTDux:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:27.457074706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:11.532996Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Trying to leave a room you are not a member of.\n"} -{"Time":"2024-04-23T18:06:27.457089646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:11.533849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.457101426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:11.534769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.457108465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:11.534895Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=167\u0026timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.457133995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:11.534918Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=167\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.457140745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:11.534979Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-2:hs1\n"} -{"Time":"2024-04-23T18:06:27.457153175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:11.535222Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Left room but no left state event\n"} -{"Time":"2024-04-23T18:06:27.457159605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:12.536299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.457165925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:12.536691Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.457175345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:12.536763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=168\u0026timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.457182275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:12.536776Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=168\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.457188535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:13.538081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.457203865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:13.538467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.457212735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:13.538533Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=168\u0026timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.457219854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:13.538546Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=168\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.457228794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:14.539926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.457235484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:14.540300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.457242104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:14.540365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=168\u0026timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.457251314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:14.540379Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=168\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.457257734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:15.541760Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.457264094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:15.542121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.457273114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:15.542186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=168\u0026timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.457281964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:15.542200Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=168\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.457293144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.543147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.457299814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.543507Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.457306714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.543684Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21SxK0XhOch8MXwHTDux:hs1/kick {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"53\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.457316994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.543696Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21SxK0XhOch8MXwHTDux:hs1/kick Some(Object({\"reason\": String(\"I don't think so\"), \"user_id\": String(\"@user-2:hs1\")}))\n"} -{"Time":"2024-04-23T18:06:27.457327824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.543810Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_BAD_STATE: Cannot kick member that's not in the room.\n"} -{"Time":"2024-04-23T18:06:27.457334503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.543845Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:27.457343403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.544337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.457350233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.544459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21SxK0XhOch8MXwHTDux:hs1/kick {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"53\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.457358873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.544483Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21SxK0XhOch8MXwHTDux:hs1/kick Some(Object({\"reason\": String(\"Please try again\"), \"user_id\": String(\"@user-2:hs1\")}))\n"} -{"Time":"2024-04-23T18:06:27.457370943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.544607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_BAD_STATE: Cannot kick member that's not in the room.\n"} -{"Time":"2024-04-23T18:06:27.457377803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.544673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:27.457388153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.545220Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.457397553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.545340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21SxK0XhOch8MXwHTDux:hs1/invite {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.457405013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.545363Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21SxK0XhOch8MXwHTDux:hs1/invite Some(Object({\"user_id\": String(\"@user-2:hs1\")}))\n"} -{"Time":"2024-04-23T18:06:27.457415143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.546276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.457424623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.546319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.457517962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.546397Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.457528312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.549067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.457542642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.549871Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.457552072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.550066Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.457564611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.550099Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.457573061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.550345Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.457582691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.550813Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4019), path: \"/_matrix/federation/v1/send/N5_GCOdjSFSD8TKhRsy7-sqklr7ZTnVM4UeErRqQo_w\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.457593281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.550884Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:4019): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:06:27.457600281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.550913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.457606711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.552784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.457617781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.552911Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.457624541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.553870Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.457631201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.553898Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.457641081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.553925Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:4019 for https://host.docker.internal:4019/_matrix/federation/v1/send/N5_GCOdjSFSD8TKhRsy7-sqklr7ZTnVM4UeErRqQo_w with https://host.docker.internal:4019/_matrix/federation/v1/send/N5_GCOdjSFSD8TKhRsy7-sqklr7ZTnVM4UeErRqQo_w\n"} -{"Time":"2024-04-23T18:06:27.457653801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.553969Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.457669761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.553997Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:4019/_matrix/federation/v1/send/N5_GCOdjSFSD8TKhRsy7-sqklr7ZTnVM4UeErRqQo_w\n"} -{"Time":"2024-04-23T18:06:27.45767702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.555643Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.4576835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.556287Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.45769301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.556322Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:06:27.45770377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.556335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:06:27.45771028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.556364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:27.45772092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.556762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.45772929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.556836Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21SxK0XhOch8MXwHTDux:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.4577434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.556848Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21SxK0XhOch8MXwHTDux:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:27.45775255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.557005Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:06:27.457812269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.557413Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.457823179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.557431Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.457832169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.557467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.457840059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.559038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.457849639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.559745Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.457857359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.559785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.457865849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.559879Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:06:27.457873919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.559908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:06:27.457883209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.560013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:27.457890609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.560064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4019), path: \"/_matrix/federation/v1/send/W1BSdqPQXIKTQaRiwkjhl8JiMwYcD9_AQOJ_-EJR244\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.457898478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.560130Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:4019): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:06:27.457905268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.560151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.457914338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.560535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.457921228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.560716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21SxK0XhOch8MXwHTDux:hs1/ban {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"85\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.457928598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.560759Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21SxK0XhOch8MXwHTDux:hs1/ban Some(Object({\"reason\": String(\"Turns out Bob wasn't that trustworthy after all!\"), \"user_id\": String(\"@user-2:hs1\")}))\n"} -{"Time":"2024-04-23T18:06:27.457953178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.561152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"ban\",\"reason\":\"Turns out Bob wasn't that trustworthy after all!\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.458003388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.561169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"ban\",\"reason\":\"Turns out Bob wasn't that trustworthy after all!\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.458020887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.561191Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"ban\",\"reason\":\"Turns out Bob wasn't that trustworthy after all!\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!SxK0XhOch8MXwHTDux:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.458029577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.562604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.458038717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.563375Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.458045587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.563510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.458053587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.563536Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.458062157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.563760Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.458076807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.564244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.458083367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.564322Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1?server_name=hs1\n"} -{"Time":"2024-04-23T18:06:27.458094847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.564350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:06:27.458101427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.564422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/knock/%21SxK0XhOch8MXwHTDux:hs1\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:27.458114127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.564759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.458120666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.565019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.458126976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.565267Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.458134786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.565411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"44\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.458144706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.565436Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"private_chat\"), \"room_version\": String(\"7\")}))\n"} -{"Time":"2024-04-23T18:06:27.458156446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.565881Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"7\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:06:27.458165356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.565905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"7\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:06:27.458210416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.565943Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"7\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:06:27.458224865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.567739Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.458234095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.567775Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.458245775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.567821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.458255105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.570154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:27.458276375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.570202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:27.458286015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.570220Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:27.458333974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.570246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:27.458345124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.570262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:27.458360014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.570276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.458372064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.572195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:27.458385654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.572251Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:27.458397424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.572269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.458407504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.574140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:06:27.458416204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.574193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:06:27.458424514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.574209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.458513003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.576133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:06:27.458523283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.576187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:27.458531723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.576203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.458542063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.577702Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:06:27.458548822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.577789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.458555542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.577999Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.458567042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.578028Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.458576602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.578058Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:4019 for https://host.docker.internal:4019/_matrix/federation/v1/send/W1BSdqPQXIKTQaRiwkjhl8JiMwYcD9_AQOJ_-EJR244 with https://host.docker.internal:4019/_matrix/federation/v1/send/W1BSdqPQXIKTQaRiwkjhl8JiMwYcD9_AQOJ_-EJR244\n"} -{"Time":"2024-04-23T18:06:27.458583972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.578078Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.458593182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.578109Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:4019/_matrix/federation/v1/send/W1BSdqPQXIKTQaRiwkjhl8JiMwYcD9_AQOJ_-EJR244\n"} -{"Time":"2024-04-23T18:06:27.458600102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.578627Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.458613052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.578912Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4019), path: \"/_matrix/federation/v1/send/hpyCYfBbYLOQoTjPDdEC8xfY2TjJndVdWPT8xpXX_mc\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.458620762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.578978Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:4019): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:06:27.458630062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.578998Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.458636812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.579125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.458646022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.579188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%210n8gAg3VSUNLR0qlfE:hs1/invite {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"46\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.458655682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.579200Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%210n8gAg3VSUNLR0qlfE:hs1/invite Some(Object({\"user_id\": String(\"@david:host.docker.internal:4019\")}))\n"} -{"Time":"2024-04-23T18:06:27.458665241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.579535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.458671621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.579551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.458681541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.579574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.458692831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.580242Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.458706901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.580429Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4019), path: \"/_matrix/federation/v2/invite/!0n8gAg3VSUNLR0qlfE:hs1/$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.4587756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.580457Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:4019): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:27.45878526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.580467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.45879229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.582737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.45880136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.583038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.45880799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.583410Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.45881432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.583695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.45882436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.584181Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.45885003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.584213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.45885818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.584240Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:4019 for https://host.docker.internal:4019/_matrix/federation/v1/send/hpyCYfBbYLOQoTjPDdEC8xfY2TjJndVdWPT8xpXX_mc with https://host.docker.internal:4019/_matrix/federation/v1/send/hpyCYfBbYLOQoTjPDdEC8xfY2TjJndVdWPT8xpXX_mc\n"} -{"Time":"2024-04-23T18:06:27.45886529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.584257Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.458872129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.584284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:4019/_matrix/federation/v1/send/hpyCYfBbYLOQoTjPDdEC8xfY2TjJndVdWPT8xpXX_mc\n"} -{"Time":"2024-04-23T18:06:27.458879349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.585077Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.458893109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.585107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.458901259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.585131Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:4019 for https://host.docker.internal:4019/_matrix/federation/v2/invite/!0n8gAg3VSUNLR0qlfE:hs1/$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw with https://host.docker.internal:4019/_matrix/federation/v2/invite/!0n8gAg3VSUNLR0qlfE:hs1/$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\n"} -{"Time":"2024-04-23T18:06:27.458917819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.585146Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.458925559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.585170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:4019/_matrix/federation/v2/invite/!0n8gAg3VSUNLR0qlfE:hs1/$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\n"} -{"Time":"2024-04-23T18:06:27.458973499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.585336Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, host.docker.internal:4019\n"} -{"Time":"2024-04-23T18:06:27.458982678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.585474Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.458998338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.585575Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4019, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.459008778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.585768Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:27.459024638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.586255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:06:27.459035138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.586358Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk in db\n"} -{"Time":"2024-04-23T18:06:27.459043998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.586398Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A in db\n"} -{"Time":"2024-04-23T18:06:27.459058898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.586437Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo in db\n"} -{"Time":"2024-04-23T18:06:27.459066708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.586475Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w in db\n"} -{"Time":"2024-04-23T18:06:27.459074128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.586499Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:27.459081538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.586519Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk in db\n"} -{"Time":"2024-04-23T18:06:27.459089018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.586533Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A in db\n"} -{"Time":"2024-04-23T18:06:27.459103787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.586546Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo in db\n"} -{"Time":"2024-04-23T18:06:27.459114197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.586558Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w in db\n"} -{"Time":"2024-04-23T18:06:27.459123357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.586582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:06:27.459130857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.586692Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.459170287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.586722Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.459178677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.586801Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.459191017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.586818Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:06:27.459201217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.586964Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:06:27.459208777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.587164Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $oqECna9mvQ3vHhSXvxiAJC8x0URASo-G4wqkcEsvn7s in db\n"} -{"Time":"2024-04-23T18:06:27.459220106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.587190Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:27.459234986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.587204Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $oqECna9mvQ3vHhSXvxiAJC8x0URASo-G4wqkcEsvn7s in db\n"} -{"Time":"2024-04-23T18:06:27.459247836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.587237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:27.459255856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.587280Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$oqECna9mvQ3vHhSXvxiAJC8x0URASo-G4wqkcEsvn7s\"]\n"} -{"Time":"2024-04-23T18:06:27.459263736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.587379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:06:27.459270956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.587404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:06:27.459322776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.587500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:06:27.459332575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.587578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:06:27.459340295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.587606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.459350295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.587721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.459357715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.587827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.459364905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.587850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:06:27.459381445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.588106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:06:27.459392135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.588128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.459404955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.588151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.459412415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.588197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.459422415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.588219Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:06:27.459429795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.588234Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:06:27.459440694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.588307Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:06:27.459448104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.588326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:06:27.459455574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.588374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:06:27.459510994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.588400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:06:27.459520254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.588538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m40.31µs\n"} -{"Time":"2024-04-23T18:06:27.459528764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.588795Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m297.208µs\n"} -{"Time":"2024-04-23T18:06:27.459540014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.588902Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m404.117µs\n"} -{"Time":"2024-04-23T18:06:27.459548624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.589184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m686.494µs\n"} -{"Time":"2024-04-23T18:06:27.459556933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.589287Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m790.393µs\n"} -{"Time":"2024-04-23T18:06:27.459571713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.589548Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$O41DzMd_SowMjQel0ZHQnmsiCYeQ1H1rOVTZrt8QZUA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.050121ms\n"} -{"Time":"2024-04-23T18:06:27.459585243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.589650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.15294ms\n"} -{"Time":"2024-04-23T18:06:27.459593733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.589927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$oqECna9mvQ3vHhSXvxiAJC8x0URASo-G4wqkcEsvn7s\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.428878ms\n"} -{"Time":"2024-04-23T18:06:27.459661583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.590047Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.550307ms\n"} -{"Time":"2024-04-23T18:06:27.459676692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.590218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.720345ms\n"} -{"Time":"2024-04-23T18:06:27.459688072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.590312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.815064ms\n"} -{"Time":"2024-04-23T18:06:27.459696412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.590511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.013313ms\n"} -{"Time":"2024-04-23T18:06:27.459704752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.590608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.111412ms\n"} -{"Time":"2024-04-23T18:06:27.459717172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.590632Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.135781ms\n"} -{"Time":"2024-04-23T18:06:27.459731202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.590707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m29.93µs\n"} -{"Time":"2024-04-23T18:06:27.459740402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591077Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m398.977µs\n"} -{"Time":"2024-04-23T18:06:27.459748662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m505.276µs\n"} -{"Time":"2024-04-23T18:06:27.459756622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591217Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m540.575µs\n"} -{"Time":"2024-04-23T18:06:27.459823821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:06:27.459837731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:06:27.459847901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:06:27.459855291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591433Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:06:27.459863851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591448Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\", (\"m.room.member\", \"@user-1:hs1\"): \"$4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w\", (\"m.room.join_rules\", \"\"): \"$YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk\", (\"m.room.history_visibility\", \"\"): \"$O41DzMd_SowMjQel0ZHQnmsiCYeQ1H1rOVTZrt8QZUA\", (\"m.room.guest_access\", \"\"): \"$oqECna9mvQ3vHhSXvxiAJC8x0URASo-G4wqkcEsvn7s\", (\"m.room.power_levels\", \"\"): \"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\"}\n"} -{"Time":"2024-04-23T18:06:27.459880401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591473Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:06:27.45989435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591485Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@david:host.docker.internal:4019\"): [\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\"]}\n"} -{"Time":"2024-04-23T18:06:27.45990287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:06:27.45991071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591627Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk\", \"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\"}\n"} -{"Time":"2024-04-23T18:06:27.45992209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591710Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:06:27.45992945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk) senders power level\n"} -{"Time":"2024-04-23T18:06:27.45995803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591830Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:06:27.45996899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk power level 100\n"} -{"Time":"2024-04-23T18:06:27.45997972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:27.45999156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591919Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:06:27.4600041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591946Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk\"]\n"} -{"Time":"2024-04-23T18:06:27.460013949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:27.460025589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.591978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk\"]\n"} -{"Time":"2024-04-23T18:06:27.460033179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.592166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk\"\n"} -{"Time":"2024-04-23T18:06:27.460043429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.592210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:27.460052209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.592259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:27.460062479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.592275Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.460070979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.592296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:06:27.460085799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.592310Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\", (\"m.room.member\", \"@user-1:hs1\"): \"$4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w\", (\"m.room.join_rules\", \"\"): \"$YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk\", (\"m.room.history_visibility\", \"\"): \"$O41DzMd_SowMjQel0ZHQnmsiCYeQ1H1rOVTZrt8QZUA\", (\"m.room.guest_access\", \"\"): \"$oqECna9mvQ3vHhSXvxiAJC8x0URASo-G4wqkcEsvn7s\", (\"m.room.power_levels\", \"\"): \"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\"}\n"} -{"Time":"2024-04-23T18:06:27.460179808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.592345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:06:27.460189228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.592358Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\"]\n"} -{"Time":"2024-04-23T18:06:27.460196898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.592374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\")\n"} -{"Time":"2024-04-23T18:06:27.460204178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.592388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:06:27.460211818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.592509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\n"} -{"Time":"2024-04-23T18:06:27.460223488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.592590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\n"} -{"Time":"2024-04-23T18:06:27.460240197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.592649Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\"]\n"} -{"Time":"2024-04-23T18:06:27.460247867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.592668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:27.460255167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.592680Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\"]\n"} -{"Time":"2024-04-23T18:06:27.460262727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.592887Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\"\n"} -{"Time":"2024-04-23T18:06:27.460270257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.592909Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.460279287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.592942Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.460292827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.593009Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.460300317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.593048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:06:27.460310557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.593136Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:06:27.460318037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.594250Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:06:27.460325497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.596364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m8.967121ms\n"} -{"Time":"2024-04-23T18:06:27.460339957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.596587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m17 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.460349886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.599309Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.460358336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.599516Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4019, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.460368436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.599665Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%210n8gAg3VSUNLR0qlfE:hs1/@david:host.docker.internal:4019?ver=org.matrix.msc3787\u0026ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.460377376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.599685Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%210n8gAg3VSUNLR0qlfE:hs1/@david:host.docker.internal:4019?ver=org.matrix.msc3787\u0026ver=4\u0026ver=5\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=3\u0026ver=6 None\n"} -{"Time":"2024-04-23T18:06:27.460393306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.599845Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:27.460399846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.600598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.460412656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.600633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.460419186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.600683Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.460425676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.601181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.460432276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.604585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.460441206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.604881Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4019, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.460451166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.605162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%210n8gAg3VSUNLR0qlfE:hs1/$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"1046\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.460462435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.605186Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%210n8gAg3VSUNLR0qlfE:hs1/$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw Some(Object({\"auth_events\": Array([String(\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\"), String(\"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\"), String(\"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\"), String(\"$YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"PzTD2qCn3H7Qu/kAYjpp8l2KVN2eXfEtXNjC9Y9CQTU\")}), \"origin\": String(\"host.docker.internal:4019\"), \"origin_server_ts\": 1713909976601, \"prev_events\": Array([String(\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\")]), \"prev_state\": Array([]), \"room_id\": String(\"!0n8gAg3VSUNLR0qlfE:hs1\"), \"sender\": String(\"@david:host.docker.internal:4019\"), \"sign"} -{"Time":"2024-04-23T18:06:27.460472035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"atures\": Object({\"host.docker.internal:4019\": Object({\"ed25519:complement_de0267ffc704eba2aa892def8cd64de3b944d52e76aa3acd7b2046f78b46d75c\": String(\"9QIP9UlzCIrG8Hd+8c7hnZMKUmwZOE970XEhyqiRnBhVFH2cuvlQDQQmRVMOtLtpFQ/NfN06tPJUN8sXkhGfDw\")}), \"hs1\": Object({\"ed25519:47tEZhMl\": String(\"DVW7ya0MrIgrSSap9V+/I9BQAiih2WNvVVIZkANpgOL168PA28M8yBKKtQPcVGDlBFoWqYb47TGxY/ivRXJaBw\")})}), \"state_key\": String(\"@david:host.docker.internal:4019\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"prev_sender\": String(\"@user-1:hs1\")})}))\n"} -{"Time":"2024-04-23T18:06:27.460492335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.605364Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:27.460503615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.605669Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for host.docker.internal:4019, hs1\n"} -{"Time":"2024-04-23T18:06:27.460510915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.605794Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:4019, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.460517865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.605862Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.460525095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.606050Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:27.460532455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.606483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:06:27.460542675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.606552Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw in db\n"} -{"Time":"2024-04-23T18:06:27.460550555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.606594Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo in db\n"} -{"Time":"2024-04-23T18:06:27.460557995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.606629Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A in db\n"} -{"Time":"2024-04-23T18:06:27.460576674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.606666Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk in db\n"} -{"Time":"2024-04-23T18:06:27.460584684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.606684Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:27.460592344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.606697Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw in db\n"} -{"Time":"2024-04-23T18:06:27.460601514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.606711Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo in db\n"} -{"Time":"2024-04-23T18:06:27.460614804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.606723Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A in db\n"} -{"Time":"2024-04-23T18:06:27.460627234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.606735Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk in db\n"} -{"Time":"2024-04-23T18:06:27.460637374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.606755Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:06:27.460644984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.606861Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.460654784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.606889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.460662324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.606955Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.460675864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.606973Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:06:27.460687074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.607107Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:06:27.460696643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.607288Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw in db\n"} -{"Time":"2024-04-23T18:06:27.460707083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.607313Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:27.460718663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.607327Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw in db\n"} -{"Time":"2024-04-23T18:06:27.460776453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.607359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:27.460785953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.607400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\"]\n"} -{"Time":"2024-04-23T18:06:27.460793843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.607496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:06:27.460801222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.607522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:06:27.460808612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.607618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:06:27.460819032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.607693Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:06:27.460832142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.607709Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.460853372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.607811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.460863672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.607922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.460877422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.607959Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:06:27.460887492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.608195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:06:27.460895182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.608216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.460905092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.608239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.460916101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.608285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.460930471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.608306Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:06:27.460952041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.608320Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:06:27.460962391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.608387Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:06:27.460970001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.608406Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:06:27.460989401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.608456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:06:27.461001331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.608484Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:06:27.461011681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.608619Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m35.09µs\n"} -{"Time":"2024-04-23T18:06:27.461021931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.608673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m89.619µs\n"} -{"Time":"2024-04-23T18:06:27.46103011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.608918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m196.908µs\n"} -{"Time":"2024-04-23T18:06:27.46109248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.609302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m581.225µs\n"} -{"Time":"2024-04-23T18:06:27.46110304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.609409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m688.664µs\n"} -{"Time":"2024-04-23T18:06:27.46111162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.609444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m724.184µs\n"} -{"Time":"2024-04-23T18:06:27.4611238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.609492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:06:27.46113654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.609591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:06:27.461146069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.609607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:06:27.461157359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.609663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:06:27.461168679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.609677Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w\", (\"m.room.history_visibility\", \"\"): \"$O41DzMd_SowMjQel0ZHQnmsiCYeQ1H1rOVTZrt8QZUA\", (\"m.room.join_rules\", \"\"): \"$YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk\", (\"m.room.create\", \"\"): \"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\", (\"m.room.guest_access\", \"\"): \"$oqECna9mvQ3vHhSXvxiAJC8x0URASo-G4wqkcEsvn7s\", (\"m.room.power_levels\", \"\"): \"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\"}\n"} -{"Time":"2024-04-23T18:06:27.461178239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.609702Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:06:27.461185759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.609714Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@david:host.docker.internal:4019\"): [\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\", \"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\"]}\n"} -{"Time":"2024-04-23T18:06:27.461200289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.609858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:06:27.461208609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.609877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\", \"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\"}\n"} -{"Time":"2024-04-23T18:06:27.461218819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.609981Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:06:27.461227899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:27.461239859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:06:27.461250139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610027Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:06:27.461264428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610043Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:27.461271738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610056Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:06:27.461278908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610069Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:06:27.461291648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610081Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w\", (\"m.room.history_visibility\", \"\"): \"$O41DzMd_SowMjQel0ZHQnmsiCYeQ1H1rOVTZrt8QZUA\", (\"m.room.join_rules\", \"\"): \"$YVxck5LBTo87Vxl2VekJwzKGKnB7i8CUOIpO8-C6iFk\", (\"m.room.create\", \"\"): \"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\", (\"m.room.guest_access\", \"\"): \"$oqECna9mvQ3vHhSXvxiAJC8x0URASo-G4wqkcEsvn7s\", (\"m.room.power_levels\", \"\"): \"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\"}\n"} -{"Time":"2024-04-23T18:06:27.461310968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 2\n"} -{"Time":"2024-04-23T18:06:27.461322348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610122Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\", \"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\"]\n"} -{"Time":"2024-04-23T18:06:27.461330108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\")\n"} -{"Time":"2024-04-23T18:06:27.461340038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:06:27.461347438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\n"} -{"Time":"2024-04-23T18:06:27.461354898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610336Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\n"} -{"Time":"2024-04-23T18:06:27.461362198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610408Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\n"} -{"Time":"2024-04-23T18:06:27.461379217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610485Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\n"} -{"Time":"2024-04-23T18:06:27.461391757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610537Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\", \"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\"]\n"} -{"Time":"2024-04-23T18:06:27.461399507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:27.461407007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\", \"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\"]\n"} -{"Time":"2024-04-23T18:06:27.461417307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw\"\n"} -{"Time":"2024-04-23T18:06:27.461424977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $won5i9KqN_tYsPopIiU0aPtZ6YOgdAkb5DL__KRG5dw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.461436777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.461447317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.610864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.461461607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.611107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\"\n"} -{"Time":"2024-04-23T18:06:27.461470157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.611131Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.461564306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.611151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.461581846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.611193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.461589736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.611229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:06:27.461599885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.611312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:06:27.461617405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.612599Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:06:27.461625105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.614691Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m7.175926ms\n"} -{"Time":"2024-04-23T18:06:27.461632415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.614850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m29.96µs\n"} -{"Time":"2024-04-23T18:06:27.461643305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.614901Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m81.819µs\n"} -{"Time":"2024-04-23T18:06:27.461650265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.617376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.461656895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.618121Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.461701105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.618427Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4019), path: \"/_matrix/federation/v1/send/Bn3b4b8NUmrqbrxZzIHIAKgc3So7y7RLazRrb1CmwsQ\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.461710714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.618485Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:4019): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:06:27.461717804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.618504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.461727254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.620817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.461742004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.621008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%210n8gAg3VSUNLR0qlfE:hs1/state/m.room.join_rules/ {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"21\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.461751074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.621035Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%210n8gAg3VSUNLR0qlfE:hs1/state/m.room.join_rules/ Some(Object({\"join_rule\": String(\"knock\")}))\n"} -{"Time":"2024-04-23T18:06:27.461764254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.621635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"knock\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:27.461773394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.621693Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"knock\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:27.461781964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.621711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"knock\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.461792124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.623333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.461798834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.623514Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.461805204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.623788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.461811564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.623809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.461820794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.623953Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.461828633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.623979Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.461837053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.624214Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.461845433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.624985Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.461859623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.625012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.461866313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.625013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.461873643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.625060Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:4019 for https://host.docker.internal:4019/_matrix/federation/v1/send/Bn3b4b8NUmrqbrxZzIHIAKgc3So7y7RLazRrb1CmwsQ with https://host.docker.internal:4019/_matrix/federation/v1/send/Bn3b4b8NUmrqbrxZzIHIAKgc3So7y7RLazRrb1CmwsQ\n"} -{"Time":"2024-04-23T18:06:27.461884313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.625077Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.461891053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.625107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:4019/_matrix/federation/v1/send/Bn3b4b8NUmrqbrxZzIHIAKgc3So7y7RLazRrb1CmwsQ\n"} -{"Time":"2024-04-23T18:06:27.461900733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.625130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.461909083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.625154Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=176\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.461917593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.625209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:06:27.461925533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.625674Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.461951792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.625980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4019), path: \"/_matrix/federation/v1/send/t3OwQ8ic5ieR0kUU3tesZD6xvzVCBzmMDoBWtQ_58F0\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.461963212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.626033Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:4019): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:06:27.461970092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.626055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.461976512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.628478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.461982912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.628740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.461990562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.629423Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.461999352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.630883Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.462007882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.630904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.462018282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.630920Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:4019 for https://host.docker.internal:4019/_matrix/federation/v1/send/t3OwQ8ic5ieR0kUU3tesZD6xvzVCBzmMDoBWtQ_58F0 with https://host.docker.internal:4019/_matrix/federation/v1/send/t3OwQ8ic5ieR0kUU3tesZD6xvzVCBzmMDoBWtQ_58F0\n"} -{"Time":"2024-04-23T18:06:27.462025462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.630929Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.462032182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.630953Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:4019/_matrix/federation/v1/send/t3OwQ8ic5ieR0kUU3tesZD6xvzVCBzmMDoBWtQ_58F0\n"} -{"Time":"2024-04-23T18:06:27.462038792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.782253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.462045412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.782472Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs2 keys\n"} -{"Time":"2024-04-23T18:06:27.462060261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.782503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:06:27.462072151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.782550Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.462082301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.782591Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:06:27.462117641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.782616Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:06:27.462130041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.782725Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:06:27.462143371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.782784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.462158971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.782839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:27.46216894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.782893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.46217884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.782978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 12052:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:27.4621853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.46220545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:06:27.46221033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.46221688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.783078Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:27.4622274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.783146Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:27.46223534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.783415Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:06:27.46224305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.783450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 12052\n"} -{"Time":"2024-04-23T18:06:27.46225804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.783490Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 12052:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:06:27.46226582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.46227062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:06:27.46227532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:06:27.462280199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"hs2. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:06:27.462285109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:06:27.462293519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.462300799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.462306959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.783524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 12052:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:06:27.462313459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.462318229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:06:27.462328869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:06:27.462335439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"hs2. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:06:27.462341729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:06:27.462346609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.462351309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.462360059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.783688Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:06:27.462368259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.783724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:06:27.462376219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.783896Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:06:27.462385409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.783958Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:06:27.462395348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.783986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:06:27.462404128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.784023Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:06:27.462420278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.784073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:06:27.462458228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.784110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:06:27.462467098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.784132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.462479378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.784158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:27.462490198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.784177Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.462497348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.784229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 7743:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:27.462502748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.462508897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.462518697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.462525507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.784283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:27.462536967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.784337Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:27.462544747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.785286Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:27.462554947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.785315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 7743\n"} -{"Time":"2024-04-23T18:06:27.462562627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.785350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 7743:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:27.462576627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.462581847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.462590807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:27.462597787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:27.462603927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":". 85992 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:27.462617117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.462621946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.462630806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.785391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:27.462639506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.785419Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:27.462647516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.785581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:27.462659496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.785614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.462667986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.785690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m34691\n"} -{"Time":"2024-04-23T18:06:27.462675746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.785707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 34691:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:27.462685406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.462690956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.462695706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.462700706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.785734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:27.462706296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.787767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:27.462711766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.787780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:06:27.462717356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.787789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:27.462722836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.787803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:27.462728316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.787814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:27.462736555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.787821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:27.462742045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.787828Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:27.462749195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.787838Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:27.462765725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.787874Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 34691:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:27.462772935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.462777905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.462785485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:27.462790305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:27.462795365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":". 85992 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:27.462800265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.462804915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.462810865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.787928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:06:27.462818685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.787964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.462836995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.787988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:27.462846525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.788010Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.462857384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.788063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 17213:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:27.462862804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.462867524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.462872324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.462878074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.788122Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:27.462885574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.788174Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:27.462896184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.789296Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:27.462903804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.789327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 17213\n"} -{"Time":"2024-04-23T18:06:27.462914844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.789365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 17213:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:27.462927594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.462943914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.462949304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:27.462954244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:27.462962773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":". 85992 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:27.462967893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.462972563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.462978693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.789397Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:27.462988583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.789422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:27.462999353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.789446Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.463007103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.789495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:27.463012893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.789518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m50263\n"} -{"Time":"2024-04-23T18:06:27.463018803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.789532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 50263:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:27.463026913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.463036473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.463041233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.463046223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.789548Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:27.463051883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.831931Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:27.463057443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.831955Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:06:27.463062783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.831962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:27.463070182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.831972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:27.463082362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.831979Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:27.463088092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.831986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:27.463093652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.831992Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:27.463099072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.832002Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:27.463108452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.832039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 50263:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:27.463115102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.463119822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.463124562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:27.463129402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:27.463134332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":". 85992 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:27.463139212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.463143832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.463152422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.832088Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:27.463162692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.832120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:06:27.463174582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.832151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:06:27.463182411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.832171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.463190951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.832192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:27.463202441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.832210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.463209521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.832258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 46316:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:27.463217841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.463222761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.463228271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.463235781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.832311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:27.463246211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.832360Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:27.463258471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.833373Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:27.463268621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.833395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 46316\n"} -{"Time":"2024-04-23T18:06:27.463276541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.833429Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 46316:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:27.463282911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.46328759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.46329222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:27.46329948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:27.46330452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":". 85992 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:27.46331035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.46332822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.46334417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.833456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:27.46335289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.833477Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:27.46336098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.833495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.46337138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.833536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:27.46337734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.833554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m19351\n"} -{"Time":"2024-04-23T18:06:27.46338306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.833564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 19351:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:27.463392499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.463398909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.463405299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.463410459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.833582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:27.463419679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.876080Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:27.463425379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.876094Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:06:27.463430809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.876104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:27.463439029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.876116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:27.463444779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.876123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:27.463450239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.876131Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:27.463455589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.876139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:27.463461089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.876150Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:27.463468229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.876186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 19351:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:27.463477279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.463486189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.463491139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:27.463495819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:27.463505628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":". 85992 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:27.463510648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.463517908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.463524078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.876240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:06:27.463531838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.876263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.463540138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.876286Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:27.463554718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.876309Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.463566958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.876358Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 3271:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:27.463575658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.463580558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.463585328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.463591078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.876407Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:27.463601118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.876455Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:27.463609547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.877505Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:27.463617247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.877518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 3271\n"} -{"Time":"2024-04-23T18:06:27.463628437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.877537Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 3271:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:27.463637607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.463643617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.463652537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:27.463659887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:27.463664947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":". 85992 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:27.463670607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.463675447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.463684227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.877552Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:27.463692847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.877563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:27.463700797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.877571Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:27.463712107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.877593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:27.463719506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.877602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m41584\n"} -{"Time":"2024-04-23T18:06:27.463726116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.877608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 41584:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:27.463731616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.463738946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.463743756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.463748746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.877617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:27.463754196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.920121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:27.463766266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.920133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:06:27.463772036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.920140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:27.463777486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.920150Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:27.463783056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.920157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:27.463792926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.920163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:27.463800566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.920170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:27.463806696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.920180Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:27.463812976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.920212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 41584:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:27.463822126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; query\n"} -{"Time":"2024-04-23T18:06:27.463826935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:27.463831665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:27.463836565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:27.463844095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":". 85992 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:27.463849125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:27.463853875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.463862425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.920255Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:27.463872405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.920300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:06:27.463882465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.920366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:06:27.463890995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.920531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.463902035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.920571Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:27.463909735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.920598Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:06:27.463918335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.920623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:06:27.463929525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.920794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:06:27.463950134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.922872Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:27.463959834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.922987Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:27.463970534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.923851Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:27.463978254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.923877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:27.463986734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.923905Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/key/v2/server with https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:27.463994184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.923927Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.464001474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.923977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:27.464009064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.924394Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!0n8gAg3VSUNLR0qlfE:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:27.464017104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.924419Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!0n8gAg3VSUNLR0qlfE:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:27.464052313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.924620Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:27.464059563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.925349Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.464068523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.925384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.464075893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.925464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:06:27.464082433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.925549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m143 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:06:27.464091793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.927231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.464098653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.927455Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.464109143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.927637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!0n8gAg3VSUNLR0qlfE:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:27.464121743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.927659Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!0n8gAg3VSUNLR0qlfE:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:27.464128713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.927874Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:27.464140823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.928649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.464147343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.928685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.464156263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.928764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:06:27.464163022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:16.928856Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:06:27.464169562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:21.939955Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.464176892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:21.940098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.464186282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:21.940128Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.464197292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:21.940188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:06:27.464204632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:21.947308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.464211012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:21.948038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.464217522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:21.948158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=249\u0026timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.464224542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:21.948185Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=249\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.464234732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:21.948237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:06:27.464243912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:22.950601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.464250902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:22.950949Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.464257492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:22.951046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=249\u0026timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.464271412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:22.951071Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=249\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.464279611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:23.953226Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.464288601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:23.953603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.464341171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:23.953672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=249\u0026timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.464350991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:23.953686Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=249\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.464357681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:24.921146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:27.464363841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:24.921176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m zero bytes read, stream closed?\n"} -{"Time":"2024-04-23T18:06:27.464370041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:24.921187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m \u001b[3merror\u001b[0m\u001b[2m=\u001b[0mstream closed \u001b[3mstream\u001b[0m\u001b[2m=\u001b[0mTCP(127.0.0.11:53)\n"} -{"Time":"2024-04-23T18:06:27.464379381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:24.921202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_exchange\u001b[0m\u001b[2m:\u001b[0m io_stream is done, shutting down\n"} -{"Time":"2024-04-23T18:06:27.4643875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:24.955569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1001 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.46439651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:24.956046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.46440453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:24.956160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=249\u0026timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.46441253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:24.956187Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=249\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.46442122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:25.958439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.46443049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:25.958890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.46443737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:25.959028Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=249\u0026timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.46444415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:25.959056Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=249\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.46445336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.961265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.46446009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.961891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.46446693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.962046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%210n8gAg3VSUNLR0qlfE:hs1/kick {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"53\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.46447425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.962071Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%210n8gAg3VSUNLR0qlfE:hs1/kick Some(Object({\"reason\": String(\"I don't think so\"), \"user_id\": String(\"@user-3:hs2\")}))\n"} -{"Time":"2024-04-23T18:06:27.46448111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.962212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_BAD_STATE: Cannot kick member that's not in the room.\n"} -{"Time":"2024-04-23T18:06:27.46448762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.962281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:27.46449623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.962814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.464507929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.962947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%210n8gAg3VSUNLR0qlfE:hs1/kick {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"53\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.464515639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.962971Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%210n8gAg3VSUNLR0qlfE:hs1/kick Some(Object({\"reason\": String(\"Please try again\"), \"user_id\": String(\"@user-3:hs2\")}))\n"} -{"Time":"2024-04-23T18:06:27.464523339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.963096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_BAD_STATE: Cannot kick member that's not in the room.\n"} -{"Time":"2024-04-23T18:06:27.464530849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.963162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/kick\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:27.464539429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.963674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.464550529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.963794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%210n8gAg3VSUNLR0qlfE:hs1/invite {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.464558119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.963818Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%210n8gAg3VSUNLR0qlfE:hs1/invite Some(Object({\"user_id\": String(\"@user-3:hs2\")}))\n"} -{"Time":"2024-04-23T18:06:27.464567309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.964518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.464573779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.964553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.464580099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.964612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.464586759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.965986Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.464597139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.966330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v2/invite/!0n8gAg3VSUNLR0qlfE:hs1/$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.464611449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.966377Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:27.464621068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.966397Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:27.464630248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.968782Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.464636668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.969086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.464643368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.972096Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:27.464653248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.972126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:27.464674958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.972164Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v2/invite/!0n8gAg3VSUNLR0qlfE:hs1/$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw with https://hs2:8448/_matrix/federation/v2/invite/!0n8gAg3VSUNLR0qlfE:hs1/$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\n"} -{"Time":"2024-04-23T18:06:27.464682898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.972182Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.464692748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.972209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v2/invite/!0n8gAg3VSUNLR0qlfE:hs1/$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\n"} -{"Time":"2024-04-23T18:06:27.464699908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.972350Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:06:27.464706558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.972451Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.464716068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.972545Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.464723458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.972745Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:27.464731347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.973235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:06:27.464740387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.973315Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo in db\n"} -{"Time":"2024-04-23T18:06:27.464753167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.973358Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w in db\n"} -{"Time":"2024-04-23T18:06:27.464761857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.973393Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A in db\n"} -{"Time":"2024-04-23T18:06:27.464769357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.973432Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk in db\n"} -{"Time":"2024-04-23T18:06:27.464779397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.973450Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:27.464787057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.973463Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo in db\n"} -{"Time":"2024-04-23T18:06:27.464794627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.973478Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w in db\n"} -{"Time":"2024-04-23T18:06:27.464805247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.973490Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A in db\n"} -{"Time":"2024-04-23T18:06:27.464812937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.973504Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk in db\n"} -{"Time":"2024-04-23T18:06:27.464822577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.973525Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:06:27.464832167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.973632Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.464842466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.973662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.464850006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.973723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.464857956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.973740Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:06:27.464865236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.973906Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:06:27.464875286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.974101Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk in db\n"} -{"Time":"2024-04-23T18:06:27.464927876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.974127Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:27.464952376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.974141Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk in db\n"} -{"Time":"2024-04-23T18:06:27.464960355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.974173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:27.464971305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.974217Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\"]\n"} -{"Time":"2024-04-23T18:06:27.464980325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.974313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:06:27.464987825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.974338Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:06:27.464995115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.974441Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:06:27.465005205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.974522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:06:27.465014115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.974539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.465024055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.974639Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.465033305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.974740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.465114664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.974762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:06:27.465124734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.975045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:06:27.465132424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.975067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.465142854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.975090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.465150374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.975138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.465157714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.975160Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:06:27.465165884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.975177Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:06:27.465177054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.975250Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:06:27.465188493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.975269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:06:27.465196203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.975321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:06:27.465203673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.975555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:06:27.465211123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.975703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m43.1µs\n"} -{"Time":"2024-04-23T18:06:27.465222093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.976038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m377.777µs\n"} -{"Time":"2024-04-23T18:06:27.465230763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.976159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m499.066µs\n"} -{"Time":"2024-04-23T18:06:27.465238883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.976192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m533.206µs\n"} -{"Time":"2024-04-23T18:06:27.465249163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.976277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m30.78µs\n"} -{"Time":"2024-04-23T18:06:27.465260243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.976612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m364.487µs\n"} -{"Time":"2024-04-23T18:06:27.465344782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.976734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m487.146µs\n"} -{"Time":"2024-04-23T18:06:27.465354822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.976802Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m555.845µs\n"} -{"Time":"2024-04-23T18:06:27.465362892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.976855Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:06:27.465373592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.976983Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:06:27.465380982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:06:27.465388862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977065Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:06:27.465401912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977079Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@david:host.docker.internal:4019\"): \"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\", (\"m.room.join_rules\", \"\"): \"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\", (\"m.room.power_levels\", \"\"): \"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\", (\"m.room.guest_access\", \"\"): \"$oqECna9mvQ3vHhSXvxiAJC8x0URASo-G4wqkcEsvn7s\", (\"m.room.history_visibility\", \"\"): \"$O41DzMd_SowMjQel0ZHQnmsiCYeQ1H1rOVTZrt8QZUA\", (\"m.room.member\", \"@user-1:hs1\"): \"$4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w\", (\"m.room.create\", \"\"): \"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\"}\n"} -{"Time":"2024-04-23T18:06:27.465419981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:06:27.465427671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-3:hs2\"): [\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\"]}\n"} -{"Time":"2024-04-23T18:06:27.465438041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:06:27.465445501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\", \"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\"}\n"} -{"Time":"2024-04-23T18:06:27.465453211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:06:27.465460531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk) senders power level\n"} -{"Time":"2024-04-23T18:06:27.465470281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977466Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:06:27.4655466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977484Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk power level 100\n"} -{"Time":"2024-04-23T18:06:27.46555595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:27.46556346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977568Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:06:27.46557339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977587Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\"]\n"} -{"Time":"2024-04-23T18:06:27.46558086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:27.46558925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\"]\n"} -{"Time":"2024-04-23T18:06:27.46560151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\"\n"} -{"Time":"2024-04-23T18:06:27.46561131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977819Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:27.46561927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:27.46562944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:27.46563676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:06:27.465645419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977916Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w\", (\"m.room.history_visibility\", \"\"): \"$O41DzMd_SowMjQel0ZHQnmsiCYeQ1H1rOVTZrt8QZUA\", (\"m.room.member\", \"@david:host.docker.internal:4019\"): \"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\", (\"m.room.join_rules\", \"\"): \"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\", (\"m.room.power_levels\", \"\"): \"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\", (\"m.room.guest_access\", \"\"): \"$oqECna9mvQ3vHhSXvxiAJC8x0URASo-G4wqkcEsvn7s\", (\"m.room.create\", \"\"): \"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\"}\n"} -{"Time":"2024-04-23T18:06:27.465654669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:06:27.465664789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977978Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\"]\n"} -{"Time":"2024-04-23T18:06:27.465672339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.977993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\")\n"} -{"Time":"2024-04-23T18:06:27.465683179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.978003Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:06:27.465692139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.978066Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\n"} -{"Time":"2024-04-23T18:06:27.465702209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.978090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\n"} -{"Time":"2024-04-23T18:06:27.465710539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.978120Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\"]\n"} -{"Time":"2024-04-23T18:06:27.465823408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.978128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:27.465832578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.978134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\"]\n"} -{"Time":"2024-04-23T18:06:27.465840258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.978251Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\"\n"} -{"Time":"2024-04-23T18:06:27.465847798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.978263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.465858068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.978274Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.465866557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.978299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.465876577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.978316Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:06:27.465885537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.978365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:06:27.465896157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.979228Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:06:27.465903807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.980989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m6.657851ms\n"} -{"Time":"2024-04-23T18:06:27.465912067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.981268Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m17 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.465918687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.982137Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.465927877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.982192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.465947747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.982336Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.465956187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.982360Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.465963257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.982473Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4019), path: \"/_matrix/federation/v1/send/sEfyG0HBpl7_IOFzu7ICNcZQBZ_wYZ1F1-RXooofOj8\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.465971037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.982534Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:4019): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:06:27.465981026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.982554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.465988536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.985128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.465994986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.985376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.466001606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.986415Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.466008486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.986441Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.466020306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.986467Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:4019 for https://host.docker.internal:4019/_matrix/federation/v1/send/sEfyG0HBpl7_IOFzu7ICNcZQBZ_wYZ1F1-RXooofOj8 with https://host.docker.internal:4019/_matrix/federation/v1/send/sEfyG0HBpl7_IOFzu7ICNcZQBZ_wYZ1F1-RXooofOj8\n"} -{"Time":"2024-04-23T18:06:27.466029756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.986483Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.466037276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.986509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:4019/_matrix/federation/v1/send/sEfyG0HBpl7_IOFzu7ICNcZQBZ_wYZ1F1-RXooofOj8\n"} -{"Time":"2024-04-23T18:06:27.466043976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.990111Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.466050486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.992888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.466059766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.993113Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.466067226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.993281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!0n8gAg3VSUNLR0qlfE:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:27.466074786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.993302Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!0n8gAg3VSUNLR0qlfE:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:27.466081496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.993475Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:27.466088036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.994282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.466096185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.994317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.466156315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.994377Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.466164845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.995001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.466171865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.995864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.466178595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.996096Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.466189445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.996334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!0n8gAg3VSUNLR0qlfE:hs1/$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"918\"}\n"} -{"Time":"2024-04-23T18:06:27.466200605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.996355Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!0n8gAg3VSUNLR0qlfE:hs1/$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo Some(Object({\"auth_events\": Array([String(\"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\"), String(\"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\"), String(\"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\"), String(\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\")]), \"content\": Object({\"displayname\": String(\"user-3 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 11, \"hashes\": Object({\"sha256\": String(\"XVtb1wZPMjLTPjH7VQln+FuAGfXyBUnL6yXIguzjd1I\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713909986995, \"prev_events\": Array([String(\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\")]), \"room_id\": String(\"!0n8gAg3VSUNLR0qlfE:hs1\"), \"sender\": String(\"@user-3:hs2\"), \"signatur"} -{"Time":"2024-04-23T18:06:27.466213264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"es\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"xeMz8WDt6g91wpHMvQvfugNmbA2FOc4qf4J2kGrfPKBpIrl18tgP18nwCsNAVoese3kASxbW+mjDkHvb8N/mCw\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"J6BDf5d5v0Bydk9eY1obdO7QYYNPU23A3cgFq2QHchY8Qr3Ke4tv+MCEETiHMm+0+iahP+xuClcu+KRNSlxUDg\")})}), \"state_key\": String(\"@user-3:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"prev_sender\": String(\"@user-1:hs1\")})}))\n"} -{"Time":"2024-04-23T18:06:27.466224594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.996530Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:27.466231374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.996831Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2, hs1\n"} -{"Time":"2024-04-23T18:06:27.466241094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.996927Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.466248444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.997007Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:27.466256294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.997176Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:27.466263844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.997605Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:06:27.466327893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.997669Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A in db\n"} -{"Time":"2024-04-23T18:06:27.466337443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.997711Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo in db\n"} -{"Time":"2024-04-23T18:06:27.466345273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.997749Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk in db\n"} -{"Time":"2024-04-23T18:06:27.466355743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.997787Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw in db\n"} -{"Time":"2024-04-23T18:06:27.466365103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.997805Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:27.466375633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.997819Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A in db\n"} -{"Time":"2024-04-23T18:06:27.466385133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.997833Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo in db\n"} -{"Time":"2024-04-23T18:06:27.466392863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.997846Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk in db\n"} -{"Time":"2024-04-23T18:06:27.466467202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.997858Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw in db\n"} -{"Time":"2024-04-23T18:06:27.466476632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.997879Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:06:27.466484362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.998002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.466495822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.998031Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.466505902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.998083Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.466514432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.998100Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:06:27.466524642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.998253Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:06:27.466536202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.998434Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw in db\n"} -{"Time":"2024-04-23T18:06:27.466544082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.998459Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:27.466551841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.998473Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw in db\n"} -{"Time":"2024-04-23T18:06:27.466563021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.998505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:27.466570891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.998548Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\"]\n"} -{"Time":"2024-04-23T18:06:27.466578691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.998644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:06:27.466586051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.998669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:06:27.466594301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.998774Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:06:27.466608111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.998851Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:06:27.466616011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.998868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.466623411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.998991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.466633691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.999104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.466641731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.999127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:06:27.466649201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.999364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:06:27.466656881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.999384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.466667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.999407Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.46667562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.999453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.46668565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.999474Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:06:27.46669379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.999489Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:06:27.46670393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.999557Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:06:27.46671134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.999576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:06:27.46671898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.999631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:06:27.46672894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.999657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:06:27.46674847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.999806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m43µs\n"} -{"Time":"2024-04-23T18:06:27.466804419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:26.999872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m109.25µs\n"} -{"Time":"2024-04-23T18:06:27.466814709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.000240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m310.957µs\n"} -{"Time":"2024-04-23T18:06:27.466823249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.000621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m692.544µs\n"} -{"Time":"2024-04-23T18:06:27.466831749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.000747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m819.392µs\n"} -{"Time":"2024-04-23T18:06:27.466842939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.000796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m869.462µs\n"} -{"Time":"2024-04-23T18:06:27.466853899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.000853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:06:27.466953198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.000984Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:06:27.466963168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:06:27.466970778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001066Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:06:27.466979578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001081Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\", (\"m.room.power_levels\", \"\"): \"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\", (\"m.room.guest_access\", \"\"): \"$oqECna9mvQ3vHhSXvxiAJC8x0URASo-G4wqkcEsvn7s\", (\"m.room.member\", \"@david:host.docker.internal:4019\"): \"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\", (\"m.room.join_rules\", \"\"): \"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\", (\"m.room.history_visibility\", \"\"): \"$O41DzMd_SowMjQel0ZHQnmsiCYeQ1H1rOVTZrt8QZUA\", (\"m.room.member\", \"@user-1:hs1\"): \"$4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w\"}\n"} -{"Time":"2024-04-23T18:06:27.466992438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001109Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:06:27.467005697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-3:hs2\"): [\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\", \"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\"]}\n"} -{"Time":"2024-04-23T18:06:27.467013847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:06:27.467021277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\", \"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\"}\n"} -{"Time":"2024-04-23T18:06:27.467029667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001375Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:06:27.467037387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:27.467044637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001410Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:06:27.467051687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001423Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:06:27.467061687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:27.467071147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:06:27.467080867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001465Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:06:27.467090647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001478Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$kBfqdgR1QpjTr-cXJN4Jz-2rmu5o-KVZNs1USC1TA_A\", (\"m.room.power_levels\", \"\"): \"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\", (\"m.room.guest_access\", \"\"): \"$oqECna9mvQ3vHhSXvxiAJC8x0URASo-G4wqkcEsvn7s\", (\"m.room.member\", \"@david:host.docker.internal:4019\"): \"$ZLsj-Q-MdUUvziM-NFdcaY2DZgTwzFEnS_13p5Il5iw\", (\"m.room.join_rules\", \"\"): \"$wZhKZy0M_fM4aDiDOrA9O0zxPh33-Zw6RbRKX6o2vxk\", (\"m.room.history_visibility\", \"\"): \"$O41DzMd_SowMjQel0ZHQnmsiCYeQ1H1rOVTZrt8QZUA\", (\"m.room.member\", \"@user-1:hs1\"): \"$4SI9cK5B8Gcstz5RncVJGSO814sFQ34Q6bxfKsVMY8w\"}\n"} -{"Time":"2024-04-23T18:06:27.467100167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 2\n"} -{"Time":"2024-04-23T18:06:27.467149456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001522Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\", \"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\"]\n"} -{"Time":"2024-04-23T18:06:27.467159116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\")\n"} -{"Time":"2024-04-23T18:06:27.467166756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:06:27.467176806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\n"} -{"Time":"2024-04-23T18:06:27.467184626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\n"} -{"Time":"2024-04-23T18:06:27.467193196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001804Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\n"} -{"Time":"2024-04-23T18:06:27.467206376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $lQ0vuvyCorY1-YjiF-cdqQLl4SOR2X44EvwrjN-fLAo\n"} -{"Time":"2024-04-23T18:06:27.467214326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001897Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\", \"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\"]\n"} -{"Time":"2024-04-23T18:06:27.467221816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001915Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:27.467230115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.001927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\", \"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\"]\n"} -{"Time":"2024-04-23T18:06:27.467240595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.002146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw\"\n"} -{"Time":"2024-04-23T18:06:27.467248315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.002169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $nxem3p8839x0CHOxppn2LibwguufIZOvBXB0rIB8Oiw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.467255845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.002191Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.467263115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.002239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.467271445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.002475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\"\n"} -{"Time":"2024-04-23T18:06:27.467281535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.002497Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.467293685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.002517Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.467301155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.002560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.467309735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.002592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:06:27.467361224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.002686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:06:27.467370344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.004433Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:06:27.467378074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.006642Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XFmhLQ8lFlCEpwDCPO5u5TwOSYAgdHCXTR6B2bEZZPo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m7.979669ms\n"} -{"Time":"2024-04-23T18:06:27.467385284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.006811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m33.19µs\n"} -{"Time":"2024-04-23T18:06:27.467398224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.006867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m90.369µs\n"} -{"Time":"2024-04-23T18:06:27.467407354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.009975Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m14 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.467414224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.011153Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.467421514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.011455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4019), path: \"/_matrix/federation/v1/send/ccdnM8uGkRJdQxf0CfssvEzqffcCiyfQrl6jzZ6zy_E\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.467429344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.011515Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:4019): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:06:27.467436194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.011534Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.467443034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.011854Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.467452894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.012144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/7XhzAE5nQKVZLOKicfNZhFs-YA4kdkCLuJ8vUa08XI8\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.467460483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.012189Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:27.467467293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.012218Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:06:27.467476873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.012245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:06:27.467486513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.012485Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:06:27.467495753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.015029Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:27.467502553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.015117Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:27.467509033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.017006Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:27.467515763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.017031Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:27.467522653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.017059Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/7XhzAE5nQKVZLOKicfNZhFs-YA4kdkCLuJ8vUa08XI8 with https://hs2:8448/_matrix/federation/v1/send/7XhzAE5nQKVZLOKicfNZhFs-YA4kdkCLuJ8vUa08XI8\n"} -{"Time":"2024-04-23T18:06:27.467532903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.017075Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.467539643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.017101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/7XhzAE5nQKVZLOKicfNZhFs-YA4kdkCLuJ8vUa08XI8\n"} -{"Time":"2024-04-23T18:06:27.467546033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.025448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.467555063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.025766Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.467563843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.026863Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.467573732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.026889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.467581102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.026912Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:4019 for https://host.docker.internal:4019/_matrix/federation/v1/send/ccdnM8uGkRJdQxf0CfssvEzqffcCiyfQrl6jzZ6zy_E with https://host.docker.internal:4019/_matrix/federation/v1/send/ccdnM8uGkRJdQxf0CfssvEzqffcCiyfQrl6jzZ6zy_E\n"} -{"Time":"2024-04-23T18:06:27.467589292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.026927Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.467596062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.026965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://host.docker.internal:4019/_matrix/federation/v1/send/ccdnM8uGkRJdQxf0CfssvEzqffcCiyfQrl6jzZ6zy_E\n"} -{"Time":"2024-04-23T18:06:27.467603552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.040211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.467610932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.040393Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%210n8gAg3VSUNLR0qlfE:hs1/ban {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"85\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.467621382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.040420Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%210n8gAg3VSUNLR0qlfE:hs1/ban Some(Object({\"reason\": String(\"Turns out Bob wasn't that trustworthy after all!\"), \"user_id\": String(\"@user-3:hs2\")}))\n"} -{"Time":"2024-04-23T18:06:27.467631102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.041345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"ban\",\"reason\":\"Turns out Bob wasn't that trustworthy after all!\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:27.467643702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.041385Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"ban\",\"reason\":\"Turns out Bob wasn't that trustworthy after all!\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:27.467652872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.041441Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"ban\",\"reason\":\"Turns out Bob wasn't that trustworthy after all!\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0n8gAg3VSUNLR0qlfE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:27.467661252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.044128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/ban\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.467668372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.045017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:27.467677292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.045093Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.467684201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.045198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1177\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:27.467691211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.045234Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:27.467700861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.045509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/1hTmY8SEbTFolrdUJDif1DNjgu_yUNCOj5L_sfrTiqI\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.467709661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.045585Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:06:27.467721651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.045592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:27.467728601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.045614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:27.467735141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.046341Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:27.467742561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.046633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4019), path: \"/_matrix/federation/v1/send/1hTmY8SEbTFolrdUJDif1DNjgu_yUNCOj5L_sfrTiqI\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:27.467750161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.046681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", host.docker.internal:4019): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:06:27.467759691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.046703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", host.docker.internal:4019)\n"} -{"Time":"2024-04-23T18:06:27.467766111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.046985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:06:27.467771801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.047042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:06:27.467778931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.047181Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:4019\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(4019), path: \"/_matrix/federation/v1/send/1hTmY8SEbTFolrdUJDif1DNjgu_yUNCOj5L_sfrTiqI\", query: None, fragment: None }, source: Error { kind: SendRequest, source: Some(hyper::Error(IncompleteMessage)) } }\n"} -{"Time":"2024-04-23T18:06:27.467790421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.064289Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:27.46779909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.064307Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:27.46780975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.064323Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/1hTmY8SEbTFolrdUJDif1DNjgu_yUNCOj5L_sfrTiqI with https://hs2:8448/_matrix/federation/v1/send/1hTmY8SEbTFolrdUJDif1DNjgu_yUNCOj5L_sfrTiqI\n"} -{"Time":"2024-04-23T18:06:27.46781684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.064335Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:27.46782335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.064351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/1hTmY8SEbTFolrdUJDif1DNjgu_yUNCOj5L_sfrTiqI\n"} -{"Time":"2024-04-23T18:06:27.46783293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.080875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:06:27.46784122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\u001b[2m2024-04-23T22:06:27.080949Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:06:27.467918149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"2024/04/23 18:06:27 ============== 4bdd5558f77d8a646905bf02bb2c9904873b25e37fa6d5ad5ab00c012e1898c1 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:06:27.467925299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.467930079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"\n"} -{"Time":"2024-04-23T18:06:27.485221986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Output":"--- FAIL: TestKnocking (27.95s)\n"} -{"Time":"2024-04-23T18:06:27.485233116-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnocking","Elapsed":27.95} -{"Time":"2024-04-23T18:06:27.485245825-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory"} -{"Time":"2024-04-23T18:06:27.485251055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"=== RUN TestKnockRoomsInPublicRoomsDirectory\n"} -{"Time":"2024-04-23T18:06:28.345120276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":" knocking_test.go:347: Deploy times: 11.204791ms blueprints, 848.595971ms containers\n"} -{"Time":"2024-04-23T18:06:28.396582029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (51.400324ms)\n"} -{"Time":"2024-04-23T18:06:28.412291599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (15.629061ms)\n"} -{"Time":"2024-04-23T18:06:28.415477601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!B85Q8o2GyTZ82r8ZFK:hs1/state/m.room.join_rules/ =\u003e 200 OK (3.085883ms)\n"} -{"Time":"2024-04-23T18:06:28.415513091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":" knocking_test.go:361: SendEventSynced waiting for event ID $9rWIggOMqzVtGEDBPOPaPfYNdSOVl3-MzhMPGFPUBCU\n"} -{"Time":"2024-04-23T18:06:28.421905814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (6.302024ms)\n"} -{"Time":"2024-04-23T18:06:28.422823316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/directory/list/room/!B85Q8o2GyTZ82r8ZFK:hs1 =\u003e 200 OK (653.925µs)\n"} -{"Time":"2024-04-23T18:06:28.424091654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/publicRooms =\u003e 200 OK (1.221729ms)\n"} -{"Time":"2024-04-23T18:06:28.431240721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (7.042738ms)\n"} -{"Time":"2024-04-23T18:06:28.431834456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/directory/list/room/!0u8kQuwlgL3nhU9t7k:hs1 =\u003e 200 OK (513.955µs)\n"} -{"Time":"2024-04-23T18:06:28.433204674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/publicRooms =\u003e 200 OK (1.318078ms)\n"} -{"Time":"2024-04-23T18:06:28.433280493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":" knocking_test.go:400: \u001b[31mMatchResponse 'join_rule' key for room in public room chunk is '', expected 'public' - http://127.0.0.1:1179/_matrix/client/v3/publicRooms =\u003e {\"chunk\":[{\"num_joined_members\":1,\"room_id\":\"!0u8kQuwlgL3nhU9t7k:hs1\",\"world_readable\":false,\"guest_can_join\":false},{\"num_joined_members\":1,\"room_id\":\"!B85Q8o2GyTZ82r8ZFK:hs1\",\"world_readable\":false,\"guest_can_join\":true,\"join_rule\":\"knock\"}],\"total_room_count_estimate\":2}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:28.625929811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"2024/04/23 18:06:28 ============================================\n"} -{"Time":"2024-04-23T18:06:28.625969101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\n"} -{"Time":"2024-04-23T18:06:28.625975191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\n"} -{"Time":"2024-04-23T18:06:28.625981251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"2024/04/23 18:06:28 2e3e4ba6bc41e8e675b582d2e1fa9a535d40c118ebed0f5f94b0939e0a053a7e : Server logs:\n"} -{"Time":"2024-04-23T18:06:28.62607432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:06:28.62608225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:06:28.62608939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:06:28.62610001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:06:28.62610778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:06:28.62611729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"+ echo 'IP.1 = 172.27.0.2'\n"} -{"Time":"2024-04-23T18:06:28.62612559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:06:28.62613852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:06:28.626146539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:06:28.626153749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:06:28.626161319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:27.944244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:06:28.626174219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:27.944357Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:06:28.626183059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:27.944732Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:06:28.626192629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:27.944739Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:06:28.626201069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:27.944745Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:06:28.626213209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:27.944752Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:06:28.626224469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:27.945540Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:06:28.626231159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\n"} -{"Time":"2024-04-23T18:06:28.626238869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:06:28.626247089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:27.945618Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:06:28.626257458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:27.948108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:06:28.626265288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:27.949819Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:06:28.626273798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:27.950468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:06:28.626282918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:27.951515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:06:28.626294918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.298840Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 349.015789ms\n"} -{"Time":"2024-04-23T18:06:28.626305858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301095Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:06:28.626313378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301157Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:28.626321398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301168Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:28.626330008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301175Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:06:28.626338508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301182Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:06:28.626346758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301189Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:06:28.626355798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301196Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:06:28.626362597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301203Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:06:28.626375987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301210Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:06:28.626384697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301217Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:06:28.626392107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301225Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:06:28.626400117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301232Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:06:28.626407917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301239Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:06:28.626414057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301246Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:06:28.626420447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301263Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:06:28.626426357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301275Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:06:28.626432417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301283Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:06:28.626441307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301293Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:06:28.626447737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301302Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:06:28.626453707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.301310Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:06:28.626459687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.303126Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:06:28.626466476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.304920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:06:28.626477436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.321456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:06:28.626486286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.321465Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:06:28.626495676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.322043Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:06:28.626507806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.322184Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:06:28.626517396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.343992Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:28.626528396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.344502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1179\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:28.626537456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.344602Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:06:28.626546936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.344834Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:28.626555876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.345534Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:28.626568196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.345915Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1179\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:28.626579745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.345940Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:06:28.626591475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.386684Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:28.626601515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.388534Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:28.626615235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.388758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:28.626628345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.388898Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:28.626643075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.391724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:28.626658455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.391741Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:28.626682394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.391767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:28.626708604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.393234Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:28.626722074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.393266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:28.626737824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.393275Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:28.626750794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.393302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:28.626797923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.393368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:06:28.626809113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.393381Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:06:28.626820133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.393407Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:28.626836663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.393415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:28.626904692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.394900Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:28.626917962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:28.626943242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.394926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:28.626959492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:28.627018391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.394947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:28.627031961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:28.627044651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.396231Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:06:28.627057921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.396314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m50 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:28.627066521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.397002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:28.627076841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.397040Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:28.627090021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.397112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:28.627100341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.397127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:28.627114821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.397490Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1179\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"44\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:28.62712662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.397534Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"private_chat\"), \"room_version\": String(\"7\")}))\n"} -{"Time":"2024-04-23T18:06:28.62713744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.398251Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"7\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:06:28.62714983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.398286Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"7\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:06:28.62721086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.398317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"7\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:06:28.62722162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.400196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:28.6272342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.400233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:28.627246949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.400301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:28.627263769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.403038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:28.627301049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.403088Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:28.627312299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.403107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:28.627327749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.403133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:28.627341359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.403151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:28.627354108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.403165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:28.627365118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.405370Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:28.627382348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.405430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:28.627395398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.405447Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:28.627410588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.407686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:06:28.627423488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.407744Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:06:28.627488647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.407762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:28.627499027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.410089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:06:28.627510597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.410147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:28.627525837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.410164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:28.627537587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.411904Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:06:28.627545797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.412016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m15 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:28.627555067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.412570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:28.627569817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.412777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21B85Q8o2GyTZ82r8ZFK:hs1/state/m.room.join_rules/ {\"host\": \"127.0.0.1:1179\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"21\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:28.627616936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.412807Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21B85Q8o2GyTZ82r8ZFK:hs1/state/m.room.join_rules/ Some(Object({\"join_rule\": String(\"knock\")}))\n"} -{"Time":"2024-04-23T18:06:28.627626466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.413486Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"knock\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:28.627638306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.413547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"knock\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:28.627651156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.413563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"knock\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!B85Q8o2GyTZ82r8ZFK:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:28.627666036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.415211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:28.627675046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.415719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:28.627685456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.416056Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1179\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:28.627723845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.416080Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:28.627731735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.421352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:06:28.627742305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.421592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:28.627753875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.422279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/directory/list/room/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:28.627763085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.422452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/directory/list/room/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/directory/list/room/%21B85Q8o2GyTZ82r8ZFK:hs1 {\"host\": \"127.0.0.1:1179\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"23\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:28.627776095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.422467Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/directory/list/room/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/directory/list/room/%21B85Q8o2GyTZ82r8ZFK:hs1 Some(Object({\"visibility\": String(\"public\")}))\n"} -{"Time":"2024-04-23T18:06:28.627785775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.422588Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/directory/list/room/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::directory\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 made !B85Q8o2GyTZ82r8ZFK:hs1 public\n"} -{"Time":"2024-04-23T18:06:28.627795545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.422626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/directory/list/room/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:28.627803715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.423339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:28.627816284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.423456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms {\"host\": \"127.0.0.1:1179\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:28.627827634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.423526Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms None\n"} -{"Time":"2024-04-23T18:06:28.627835884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.423904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:28.627844904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.424270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:28.627858834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.424339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1179\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"43\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:28.627870784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.424353Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\"), \"room_version\": String(\"7\")}))\n"} -{"Time":"2024-04-23T18:06:28.627880284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.424606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"7\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:06:28.627892404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.424618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"7\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:06:28.627952313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.424631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"7\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:06:28.627963763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.425584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:28.627975843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.425601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:28.627994123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.425625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:28.628007283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.426828Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:28.628022983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.426852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:28.628038592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.426860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:28.628094862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.426875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:28.628106062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.426886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:28.628121672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.426894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:28.628136662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.427891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:28.628149711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.427919Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:28.628165371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.427928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:28.628242771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.428960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:06:28.628253311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.428988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:06:28.62826392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.428995Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:28.62827718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.430096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:06:28.62829699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.430123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:28.6283087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.430133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0u8kQuwlgL3nhU9t7k:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:28.62831863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.430992Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:06:28.62832856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.431035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m6 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:28.6283433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.431434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/directory/list/room/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:28.628356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.431497Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/directory/list/room/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/directory/list/room/%210u8kQuwlgL3nhU9t7k:hs1 {\"host\": \"127.0.0.1:1179\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"23\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:28.62836789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.431511Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/directory/list/room/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/directory/list/room/%210u8kQuwlgL3nhU9t7k:hs1 Some(Object({\"visibility\": String(\"public\")}))\n"} -{"Time":"2024-04-23T18:06:28.628379839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.431630Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/directory/list/room/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::directory\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 made !0u8kQuwlgL3nhU9t7k:hs1 public\n"} -{"Time":"2024-04-23T18:06:28.628390659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.431664Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/directory/list/room/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:28.628398889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.432319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:28.628412989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.432379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms {\"host\": \"127.0.0.1:1179\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:28.628423509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.432394Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/publicRooms None\n"} -{"Time":"2024-04-23T18:06:28.628431999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\u001b[2m2024-04-23T22:06:28.433023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/publicRooms\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:28.628444289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"2024/04/23 18:06:28 ============== 2e3e4ba6bc41e8e675b582d2e1fa9a535d40c118ebed0f5f94b0939e0a053a7e : END LOGS ==============\n"} -{"Time":"2024-04-23T18:06:28.628451549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\n"} -{"Time":"2024-04-23T18:06:28.628458919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"\n"} -{"Time":"2024-04-23T18:06:28.643762733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Output":"--- FAIL: TestKnockRoomsInPublicRoomsDirectory (1.16s)\n"} -{"Time":"2024-04-23T18:06:28.643772043-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestKnockRoomsInPublicRoomsDirectory","Elapsed":1.16} -{"Time":"2024-04-23T18:06:28.643784653-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock"} -{"Time":"2024-04-23T18:06:28.643791772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"=== RUN TestCannotSendNonKnockViaSendKnock\n"} -{"Time":"2024-04-23T18:06:29.557307896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":" federation_room_join_test.go:395: Deploy times: 6.336174ms blueprints, 907.095591ms containers\n"} -{"Time":"2024-04-23T18:06:31.422348803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (52.147996ms)\n"} -{"Time":"2024-04-23T18:06:31.435565316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (13.091414ms)\n"} -{"Time":"2024-04-23T18:06:31.466344503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":" federation_room_join_test.go:409: Server.MustJoinRoom joined room ID !h8Z9pb7hKg8MvDiEyH:hs1\n"} -{"Time":"2024-04-23T18:06:31.466367042-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/regular_event"} -{"Time":"2024-04-23T18:06:31.466372882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/regular_event","Output":"=== RUN TestCannotSendNonKnockViaSendKnock/regular_event\n"} -{"Time":"2024-04-23T18:06:31.467057366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/regular_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$EXLLoxtpd-XhNVBDGWg3vgVvteF88h1OKBLgnVzTI5Y\n"} -{"Time":"2024-04-23T18:06:31.469355086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/regular_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$EXLLoxtpd-XhNVBDGWg3vgVvteF88h1OKBLgnVzTI5Y =\u003e error(404): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 34 44 34 101 114 114 111 114 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 58 32 85 110 114 101 99 111 103 110 105 122 101 100 32 114 101 113 117 101 115 116 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_knock/!h8Z9pb7hKg8MvDiEyH:hs1/$EXLLoxtpd-XhNVBDGWg3vgVvteF88h1OKBLgnVzTI5Y\") code=404 wrapped=M_UNRECOGNIZED: M_UNRECOGNIZED: Unrecognized request (2.049001ms)\n"} -{"Time":"2024-04-23T18:06:31.469371646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/regular_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_knock returned 404/{\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\n"} -{"Time":"2024-04-23T18:06:31.469384115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/regular_event","Output":" federation_room_join_test.go:443: expected 400, got 404\n"} -{"Time":"2024-04-23T18:06:31.469394605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/regular_event","Output":"--- FAIL: TestCannotSendNonKnockViaSendKnock/regular_event (0.00s)\n"} -{"Time":"2024-04-23T18:06:31.469402235-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/regular_event","Elapsed":0} -{"Time":"2024-04-23T18:06:31.469411515-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/non-state_membership_event"} -{"Time":"2024-04-23T18:06:31.469417875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/non-state_membership_event","Output":"=== RUN TestCannotSendNonKnockViaSendKnock/non-state_membership_event\n"} -{"Time":"2024-04-23T18:06:31.469835281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/non-state_membership_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$gn978ppvIbvQ92Va288ORdTD_xvms9z5X4KlLSWLbjY\n"} -{"Time":"2024-04-23T18:06:31.471643536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/non-state_membership_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$gn978ppvIbvQ92Va288ORdTD_xvms9z5X4KlLSWLbjY =\u003e error(404): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 34 44 34 101 114 114 111 114 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 58 32 85 110 114 101 99 111 103 110 105 122 101 100 32 114 101 113 117 101 115 116 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_knock/!h8Z9pb7hKg8MvDiEyH:hs1/$gn978ppvIbvQ92Va288ORdTD_xvms9z5X4KlLSWLbjY\") code=404 wrapped=M_UNRECOGNIZED: M_UNRECOGNIZED: Unrecognized request (1.552376ms)\n"} -{"Time":"2024-04-23T18:06:31.471659645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/non-state_membership_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_knock returned 404/{\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\n"} -{"Time":"2024-04-23T18:06:31.471671455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/non-state_membership_event","Output":" federation_room_join_test.go:443: expected 400, got 404\n"} -{"Time":"2024-04-23T18:06:31.471682415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/non-state_membership_event","Output":"--- FAIL: TestCannotSendNonKnockViaSendKnock/non-state_membership_event (0.00s)\n"} -{"Time":"2024-04-23T18:06:31.471690515-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/non-state_membership_event","Elapsed":0} -{"Time":"2024-04-23T18:06:31.47221316-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/join_event"} -{"Time":"2024-04-23T18:06:31.4722261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/join_event","Output":"=== RUN TestCannotSendNonKnockViaSendKnock/join_event\n"} -{"Time":"2024-04-23T18:06:31.472383469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/join_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$LJ7pBxTJiqnHy54X06Ttw_5JBpcho5lkxL6XbNNHuCE\n"} -{"Time":"2024-04-23T18:06:31.474365461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/join_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$LJ7pBxTJiqnHy54X06Ttw_5JBpcho5lkxL6XbNNHuCE =\u003e error(404): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 34 44 34 101 114 114 111 114 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 58 32 85 110 114 101 99 111 103 110 105 122 101 100 32 114 101 113 117 101 115 116 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_knock/!h8Z9pb7hKg8MvDiEyH:hs1/$LJ7pBxTJiqnHy54X06Ttw_5JBpcho5lkxL6XbNNHuCE\") code=404 wrapped=M_UNRECOGNIZED: M_UNRECOGNIZED: Unrecognized request (1.701255ms)\n"} -{"Time":"2024-04-23T18:06:31.474382361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/join_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_knock returned 404/{\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\n"} -{"Time":"2024-04-23T18:06:31.474392171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/join_event","Output":" federation_room_join_test.go:443: expected 400, got 404\n"} -{"Time":"2024-04-23T18:06:31.474400541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/join_event","Output":"--- FAIL: TestCannotSendNonKnockViaSendKnock/join_event (0.00s)\n"} -{"Time":"2024-04-23T18:06:31.474407291-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/join_event","Elapsed":0} -{"Time":"2024-04-23T18:06:31.474770608-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/leave_event"} -{"Time":"2024-04-23T18:06:31.474783918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/leave_event","Output":"=== RUN TestCannotSendNonKnockViaSendKnock/leave_event\n"} -{"Time":"2024-04-23T18:06:31.474897497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/leave_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$NbzeYQifHH7FX_hbWSuKTJyRc8Ax9znQgVLEjasnJ5Q\n"} -{"Time":"2024-04-23T18:06:31.476961748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/leave_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$NbzeYQifHH7FX_hbWSuKTJyRc8Ax9znQgVLEjasnJ5Q =\u003e error(404): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 34 44 34 101 114 114 111 114 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 58 32 85 110 114 101 99 111 103 110 105 122 101 100 32 114 101 113 117 101 115 116 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_knock/!h8Z9pb7hKg8MvDiEyH:hs1/$NbzeYQifHH7FX_hbWSuKTJyRc8Ax9znQgVLEjasnJ5Q\") code=404 wrapped=M_UNRECOGNIZED: M_UNRECOGNIZED: Unrecognized request (1.775644ms)\n"} -{"Time":"2024-04-23T18:06:31.476979838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/leave_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_knock returned 404/{\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\n"} -{"Time":"2024-04-23T18:06:31.476992088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/leave_event","Output":" federation_room_join_test.go:443: expected 400, got 404\n"} -{"Time":"2024-04-23T18:06:31.477002848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/leave_event","Output":"--- FAIL: TestCannotSendNonKnockViaSendKnock/leave_event (0.00s)\n"} -{"Time":"2024-04-23T18:06:31.477026728-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/leave_event","Elapsed":0} -{"Time":"2024-04-23T18:06:31.477470604-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/invite_event"} -{"Time":"2024-04-23T18:06:31.477483124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/invite_event","Output":"=== RUN TestCannotSendNonKnockViaSendKnock/invite_event\n"} -{"Time":"2024-04-23T18:06:31.477619242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/invite_event","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$C6nmtCfaa_E5tV4PtT5IK8SbHZ6xzODwOpFIz9q6Twk\n"} -{"Time":"2024-04-23T18:06:31.479642454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/invite_event","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$C6nmtCfaa_E5tV4PtT5IK8SbHZ6xzODwOpFIz9q6Twk =\u003e error(404): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 34 44 34 101 114 114 111 114 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 58 32 85 110 114 101 99 111 103 110 105 122 101 100 32 114 101 113 117 101 115 116 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_knock/!h8Z9pb7hKg8MvDiEyH:hs1/$C6nmtCfaa_E5tV4PtT5IK8SbHZ6xzODwOpFIz9q6Twk\") code=404 wrapped=M_UNRECOGNIZED: M_UNRECOGNIZED: Unrecognized request (1.775695ms)\n"} -{"Time":"2024-04-23T18:06:31.479656684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/invite_event","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_knock returned 404/{\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\n"} -{"Time":"2024-04-23T18:06:31.479663174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/invite_event","Output":" federation_room_join_test.go:443: expected 400, got 404\n"} -{"Time":"2024-04-23T18:06:31.479674634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/invite_event","Output":"--- FAIL: TestCannotSendNonKnockViaSendKnock/invite_event (0.00s)\n"} -{"Time":"2024-04-23T18:06:31.479681784-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/invite_event","Elapsed":0} -{"Time":"2024-04-23T18:06:31.479690084-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/event_with_mismatched_state_key"} -{"Time":"2024-04-23T18:06:31.479696854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/event_with_mismatched_state_key","Output":"=== RUN TestCannotSendNonKnockViaSendKnock/event_with_mismatched_state_key\n"} -{"Time":"2024-04-23T18:06:31.48014451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/event_with_mismatched_state_key","Output":" federation_room_join_test.go:419: PUT /_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$QpVTmvyq8HrCVX99EEOJV0KRHb61z6alIomm31oJqYc\n"} -{"Time":"2024-04-23T18:06:31.483002004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/event_with_mismatched_state_key","Output":" server.go:264: [SSAPI] PUT hs1/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$QpVTmvyq8HrCVX99EEOJV0KRHb61z6alIomm31oJqYc =\u003e error(404): contents=[123 34 101 114 114 99 111 100 101 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 34 44 34 101 114 114 111 114 34 58 34 77 95 85 78 82 69 67 79 71 78 73 90 69 68 58 32 85 110 114 101 99 111 103 110 105 122 101 100 32 114 101 113 117 101 115 116 34 125] msg=Failed to PUT JSON (hostname \"hs1\" path \"/_matrix/federation/v1/send_knock/!h8Z9pb7hKg8MvDiEyH:hs1/$QpVTmvyq8HrCVX99EEOJV0KRHb61z6alIomm31oJqYc\") code=404 wrapped=M_UNRECOGNIZED: M_UNRECOGNIZED: Unrecognized request (2.607397ms)\n"} -{"Time":"2024-04-23T18:06:31.483020804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/event_with_mismatched_state_key","Output":" federation_room_join_test.go:441: /_matrix/federation/v1/send_knock returned 404/{\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\n"} -{"Time":"2024-04-23T18:06:31.483033564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/event_with_mismatched_state_key","Output":" federation_room_join_test.go:443: expected 400, got 404\n"} -{"Time":"2024-04-23T18:06:31.483044674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/event_with_mismatched_state_key","Output":"--- FAIL: TestCannotSendNonKnockViaSendKnock/event_with_mismatched_state_key (0.00s)\n"} -{"Time":"2024-04-23T18:06:31.483052774-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock/event_with_mismatched_state_key","Elapsed":0} -{"Time":"2024-04-23T18:06:31.483406891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"time=\"2024-04-23T18:06:31-04:00\" level=error msg=\"Failed to fetch key for server\" context=missing error=\"Post \\\"https://127.0.0.1:1180/_matrix/key/v2/query\\\": context canceled\" fetcher=DirectKeyFetcher\n"} -{"Time":"2024-04-23T18:06:31.483423061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"2024/04/23 18:06:31 complement: Transaction '2gJpMffKiNElYz285dnzo0MIdcMBCtl2XZNfStQgsTQ': HTTP Code 401. Invalid http request: {Invalid request signature}\n"} -{"Time":"2024-04-23T18:06:31.71984574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"2024/04/23 18:06:31 ============================================\n"} -{"Time":"2024-04-23T18:06:31.71986969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\n"} -{"Time":"2024-04-23T18:06:31.71987552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\n"} -{"Time":"2024-04-23T18:06:31.719880729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"2024/04/23 18:06:31 0d425295ca5113bdfa26a370a217fe4705ddc6fa3157ce1e0152564de36bed8a : Server logs:\n"} -{"Time":"2024-04-23T18:06:31.720012328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:06:31.720023408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:06:31.720034258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:06:31.720039598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:06:31.720049028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:06:31.720056878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"+ echo 'IP.1 = 172.27.0.2'\n"} -{"Time":"2024-04-23T18:06:31.720064198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:06:31.720071518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:06:31.720078098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:06:31.720086678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:06:31.720098878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.185838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:06:31.720106847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.185972Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:06:31.720114987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.186381Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:06:31.720123177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.186389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:06:31.720130837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.186396Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:06:31.720138027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.186409Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:06:31.720145017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.187170Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:06:31.720156137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\n"} -{"Time":"2024-04-23T18:06:31.720163177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:06:31.720170937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.187259Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:06:31.720179427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.189602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:06:31.720187067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.191135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:06:31.720194987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.191776Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:06:31.720202527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.192822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:06:31.720213397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.528563Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 337.422612ms\n"} -{"Time":"2024-04-23T18:06:31.720221166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.530939Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:06:31.720229316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531010Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:31.720236886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531023Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:31.720244946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531034Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:06:31.720252606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531042Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:06:31.720262336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531050Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:06:31.720273556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531060Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:06:31.720281216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531067Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:06:31.720286986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531074Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:06:31.720292556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531081Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:06:31.720298076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531087Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:06:31.720303736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531094Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:06:31.720309646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531101Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:06:31.720316296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531108Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:06:31.720324456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531124Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:06:31.720332955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531136Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:06:31.720340575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531144Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:06:31.720347895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531155Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:06:31.720355505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531163Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:06:31.720362295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.531171Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:06:31.720370635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.532751Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:06:31.720376265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.534551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:06:31.720383005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.551204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:06:31.720388905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.551214Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:06:31.720394845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.551697Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:06:31.720401015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.551818Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:06:31.720411535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.555852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:31.720421285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.556467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1181\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:31.720431445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.556607Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:06:31.720440205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:29.556917Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:31.720452434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.370677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:31.720459484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.371147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1181\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:31.720467084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.371186Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:06:31.720477594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.412813Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:31.720486234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.414542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:31.720498634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.414724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:31.720512124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.414854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:31.720524734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.417796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:31.720538334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.417814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:31.720614843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.417840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:31.720628343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.419167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:31.720638443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.419194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:31.720647333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.419203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:31.720659093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.419224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:31.720667933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.419277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:06:31.720676742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.419289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:06:31.720688012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.419316Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:31.720699892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.419324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:31.720784952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.420708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:31.720815331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:31.720828541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.420736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:31.720841201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:31.720864101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.420744Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:31.720875161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:31.720888471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.421939Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:06:31.720897501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.422027Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m51 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:31.72091025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.422751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:31.72091962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.422843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:31.72094504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.422914Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:31.72095669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.422941Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:31.72096731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.423205Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1181\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"43\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:31.72097731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.423242Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\"), \"room_version\": String(\"7\")}))\n"} -{"Time":"2024-04-23T18:06:31.72099051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.423896Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"7\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:06:31.72099972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.423927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"7\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:06:31.72100937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.423971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"7\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:06:31.721027549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.425710Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:31.721040289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.425747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:31.721054299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.425812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:31.721067559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.428070Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:31.721086789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.428118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:31.721100389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.428135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:31.721113009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.428161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:31.721128788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.428176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:31.721141208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.428190Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:31.721157408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.429966Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:31.721169558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.430020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:31.721182548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.430037Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:31.721193998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.431836Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:06:31.721209778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.431890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:06:31.721221538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.431907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:31.721232648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.433773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:06:31.721242887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.433827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:31.721253477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.433844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:31.721263727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.435216Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:06:31.721277597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.435315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:31.721287047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.438012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:31.721296567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.438532Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for host.docker.internal:26663 keys\n"} -{"Time":"2024-04-23T18:06:31.721306377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.438564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking host.docker.internal:26663 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:06:31.721315717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.439001Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:31.721325647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.439180Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for host.docker.internal:26663\n"} -{"Time":"2024-04-23T18:06:31.721336477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.439194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 2: Hostname with included port\n"} -{"Time":"2024-04-23T18:06:31.721355376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.439260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"host.docker.internal\", \":26663\") hostname: Named(\"host.docker.internal\", \":26663\")\n"} -{"Time":"2024-04-23T18:06:31.721369406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.439387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(26663), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:31.721381956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.439544Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:26663)\n"} -{"Time":"2024-04-23T18:06:31.721392136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.439619Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(26663))\n"} -{"Time":"2024-04-23T18:06:31.721402386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.439637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:26663\n"} -{"Time":"2024-04-23T18:06:31.721412346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.439734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:26663\n"} -{"Time":"2024-04-23T18:06:31.721422796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.452242Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:31.721433276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.452296Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:26663)\n"} -{"Time":"2024-04-23T18:06:31.721444906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.452623Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", host.docker.internal:26663)\n"} -{"Time":"2024-04-23T18:06:31.721462126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.452638Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", host.docker.internal:26663)\n"} -{"Time":"2024-04-23T18:06:31.721473595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.452748Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://host.docker.internal:26663 for https://host.docker.internal:26663/_matrix/key/v2/server with https://host.docker.internal:26663/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:31.721484645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.452765Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:31.721497225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.452814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://host.docker.internal:26663/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:31.721508525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.453042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21h8Z9pb7hKg8MvDiEyH:hs1/@charlie:host.docker.internal:26663?ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787\u0026ver=4\u0026ver=5 {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:31.721521215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.453058Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/%21h8Z9pb7hKg8MvDiEyH:hs1/@charlie:host.docker.internal:26663?ver=3\u0026ver=6\u0026ver=7\u0026ver=8\u0026ver=10\u0026ver=org.matrix.msc3667\u0026ver=1\u0026ver=2\u0026ver=9\u0026ver=org.matrix.msc4014\u0026ver=org.matrix.msc3787\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:31.721531665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.453204Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:31.721541805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.453574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:31.721551045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.453592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:31.721560115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.453623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:31.721570205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.453906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m15 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:31.721579555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.456317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:31.721588894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.456544Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:26663, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:31.721606304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.456681Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21h8Z9pb7hKg8MvDiEyH:hs1/$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI {\"host\": \"hs1\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"909\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:31.721622004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.456693Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/%21h8Z9pb7hKg8MvDiEyH:hs1/$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI Some(Object({\"auth_events\": Array([String(\"$Q7V2sNO8eH2shOEoMWASzaX1u96hHFSKOhdZEUluO_w\"), String(\"$lW5sooXa29Exbq-b707ut4vMem0h6yEMFouE_gqoyHQ\"), String(\"$lLnqAYd5RgK6SDIMzSfAD8-wT4L4tlF3ftsHLu0AntI\")]), \"content\": Object({\"membership\": String(\"join\")}), \"depth\": 7, \"hashes\": Object({\"sha256\": String(\"hqFuzG43E+F2wZsD3FvoJMQzr02ZYzh/MOT3zfPDBTw\")}), \"origin\": String(\"host.docker.internal:26663\"), \"origin_server_ts\": 1713909991454, \"prev_events\": Array([String(\"$xnskgLxXaFcl6H0pq17Nl4QU8V0uau6pTp_4ptipSrI\")]), \"prev_state\": Array([]), \"room_id\": String(\"!h8Z9pb7hKg8MvDiEyH:hs1\"), \"sender\": String(\"@charlie:host.docker.internal:26663\"), \"signatures\": Object({\"host.docker.internal:26663\": Objec"} -{"Time":"2024-04-23T18:06:31.721636944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"t({\"ed25519:complement_d798b1093529832238d84f57a774550141f33e3c53e252d0c022591cc50a6997\": String(\"6rC5FbY9iugj60YritHUX9Zf2X1VzJMiAPJG5qvQDuFOgNtUzahfnQaAvn+ax+rb5/XpJ26Hwqdt7rN787h7Cw\")}), \"hs1\": Object({\"ed25519:uriKwpiR\": String(\"02CIpVDvMot+1I7eMzqeDISGEijOw+kEw5zedWeZ5jDzqAZlelX38nSj+VT6RzqZYz27jZrYm+ozmM2vS6QOBw\")})}), \"state_key\": String(\"@charlie:host.docker.internal:26663\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:06:31.721647564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.456815Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:31.721656894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.457078Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, host.docker.internal:26663\n"} -{"Time":"2024-04-23T18:06:31.721666304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.457177Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:31.721676494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.457228Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for host.docker.internal:26663, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:31.721686664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.457322Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:31.721697453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.457600Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:06:31.721708903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.457642Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Q7V2sNO8eH2shOEoMWASzaX1u96hHFSKOhdZEUluO_w in db\n"} -{"Time":"2024-04-23T18:06:31.721719573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.457661Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lW5sooXa29Exbq-b707ut4vMem0h6yEMFouE_gqoyHQ in db\n"} -{"Time":"2024-04-23T18:06:31.721730923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.457683Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lLnqAYd5RgK6SDIMzSfAD8-wT4L4tlF3ftsHLu0AntI in db\n"} -{"Time":"2024-04-23T18:06:31.721743553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.457701Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:31.721754253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.457711Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Q7V2sNO8eH2shOEoMWASzaX1u96hHFSKOhdZEUluO_w in db\n"} -{"Time":"2024-04-23T18:06:31.721765213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.457719Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lW5sooXa29Exbq-b707ut4vMem0h6yEMFouE_gqoyHQ in db\n"} -{"Time":"2024-04-23T18:06:31.721775763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.457725Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lLnqAYd5RgK6SDIMzSfAD8-wT4L4tlF3ftsHLu0AntI in db\n"} -{"Time":"2024-04-23T18:06:31.721786743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.457735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:06:31.721797603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.457834Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI (m.room.member)\n"} -{"Time":"2024-04-23T18:06:31.721817232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.457855Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:31.721835362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.457897Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:31.721846082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.457985Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:06:31.721856502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.458086Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:06:31.721868362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.458202Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $xnskgLxXaFcl6H0pq17Nl4QU8V0uau6pTp_4ptipSrI in db\n"} -{"Time":"2024-04-23T18:06:31.721879632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.458214Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:31.721890522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.458221Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $xnskgLxXaFcl6H0pq17Nl4QU8V0uau6pTp_4ptipSrI in db\n"} -{"Time":"2024-04-23T18:06:31.721901542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.458308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:31.721913642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.458338Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$xnskgLxXaFcl6H0pq17Nl4QU8V0uau6pTp_4ptipSrI\"]\n"} -{"Time":"2024-04-23T18:06:31.721925921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.458430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:06:31.721956431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.458448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:06:31.721967481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.458509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:06:31.721978511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.458551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:06:31.721988941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.458597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI (m.room.member)\n"} -{"Time":"2024-04-23T18:06:31.721999811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.458661Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:31.722011071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.458775Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:31.72203203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.458788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:06:31.72204158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.458906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:06:31.72205317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.458921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI (m.room.member)\n"} -{"Time":"2024-04-23T18:06:31.72206384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.458940Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:31.72207203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.459023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:31.72208254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.459036Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:06:31.72209498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.459043Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:06:31.72210572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.459081Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:06:31.72212802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.459091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:06:31.72213917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.459116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:06:31.722149679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.459249Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:06:31.722160229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.459347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m42.82µs\n"} -{"Time":"2024-04-23T18:06:31.722172019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.459464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lW5sooXa29Exbq-b707ut4vMem0h6yEMFouE_gqoyHQ\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m159.669µs\n"} -{"Time":"2024-04-23T18:06:31.722184559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.459534Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m229.608µs\n"} -{"Time":"2024-04-23T18:06:31.722196569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.459659Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZMjIS1sroxrQJwUjMSOIfocuD9B3a-V2MvsDRKUOWoA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m354.257µs\n"} -{"Time":"2024-04-23T18:06:31.722208219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.459726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m421.596µs\n"} -{"Time":"2024-04-23T18:06:31.722217869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.459862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lLnqAYd5RgK6SDIMzSfAD8-wT4L4tlF3ftsHLu0AntI\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m557.165µs\n"} -{"Time":"2024-04-23T18:06:31.722228019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.459930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m625.895µs\n"} -{"Time":"2024-04-23T18:06:31.722239579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.460094Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Q7V2sNO8eH2shOEoMWASzaX1u96hHFSKOhdZEUluO_w\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m789.003µs\n"} -{"Time":"2024-04-23T18:06:31.722252888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.460163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m859.002µs\n"} -{"Time":"2024-04-23T18:06:31.722265928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.460314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$aMZXTFWbzWC9cWxr1WunO426Pu5ZnoknASMuE7Zx0mY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.009221ms\n"} -{"Time":"2024-04-23T18:06:31.722278468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.460384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.079801ms\n"} -{"Time":"2024-04-23T18:06:31.722288268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.460535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$xnskgLxXaFcl6H0pq17Nl4QU8V0uau6pTp_4ptipSrI\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.230019ms\n"} -{"Time":"2024-04-23T18:06:31.722300408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.460604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.299999ms\n"} -{"Time":"2024-04-23T18:06:31.722311628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.460619Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.315398ms\n"} -{"Time":"2024-04-23T18:06:31.722325008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.460793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m147.719µs\n"} -{"Time":"2024-04-23T18:06:31.722334448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.460989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m344.167µs\n"} -{"Time":"2024-04-23T18:06:31.722343928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m415.627µs\n"} -{"Time":"2024-04-23T18:06:31.722355718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m429.546µs\n"} -{"Time":"2024-04-23T18:06:31.722367957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461097Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:06:31.722378267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:06:31.722390537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:06:31.722401737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461323Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:06:31.722410747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461330Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$ZMjIS1sroxrQJwUjMSOIfocuD9B3a-V2MvsDRKUOWoA\", (\"m.room.history_visibility\", \"\"): \"$aMZXTFWbzWC9cWxr1WunO426Pu5ZnoknASMuE7Zx0mY\", (\"m.room.guest_access\", \"\"): \"$xnskgLxXaFcl6H0pq17Nl4QU8V0uau6pTp_4ptipSrI\", (\"m.room.join_rules\", \"\"): \"$Q7V2sNO8eH2shOEoMWASzaX1u96hHFSKOhdZEUluO_w\", (\"m.room.power_levels\", \"\"): \"$lLnqAYd5RgK6SDIMzSfAD8-wT4L4tlF3ftsHLu0AntI\", (\"m.room.create\", \"\"): \"$lW5sooXa29Exbq-b707ut4vMem0h6yEMFouE_gqoyHQ\"}\n"} -{"Time":"2024-04-23T18:06:31.722428807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:06:31.722439197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461348Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@charlie:host.docker.internal:26663\"): [\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\"]}\n"} -{"Time":"2024-04-23T18:06:31.722448167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:06:31.722460797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$Q7V2sNO8eH2shOEoMWASzaX1u96hHFSKOhdZEUluO_w\", \"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\"}\n"} -{"Time":"2024-04-23T18:06:31.722471886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:06:31.722480376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($Q7V2sNO8eH2shOEoMWASzaX1u96hHFSKOhdZEUluO_w) senders power level\n"} -{"Time":"2024-04-23T18:06:31.722488246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:06:31.722497876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $Q7V2sNO8eH2shOEoMWASzaX1u96hHFSKOhdZEUluO_w power level 100\n"} -{"Time":"2024-04-23T18:06:31.722505416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:31.722512806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:06:31.722521326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461645Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$Q7V2sNO8eH2shOEoMWASzaX1u96hHFSKOhdZEUluO_w\"]\n"} -{"Time":"2024-04-23T18:06:31.722544476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461655Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:31.722554686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$Q7V2sNO8eH2shOEoMWASzaX1u96hHFSKOhdZEUluO_w\"]\n"} -{"Time":"2024-04-23T18:06:31.722562796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$Q7V2sNO8eH2shOEoMWASzaX1u96hHFSKOhdZEUluO_w\"\n"} -{"Time":"2024-04-23T18:06:31.722570506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461757Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Q7V2sNO8eH2shOEoMWASzaX1u96hHFSKOhdZEUluO_w (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:31.722578295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $Q7V2sNO8eH2shOEoMWASzaX1u96hHFSKOhdZEUluO_w ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:31.722585795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461790Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:31.722593205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:06:31.722605615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461809Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$ZMjIS1sroxrQJwUjMSOIfocuD9B3a-V2MvsDRKUOWoA\", (\"m.room.history_visibility\", \"\"): \"$aMZXTFWbzWC9cWxr1WunO426Pu5ZnoknASMuE7Zx0mY\", (\"m.room.guest_access\", \"\"): \"$xnskgLxXaFcl6H0pq17Nl4QU8V0uau6pTp_4ptipSrI\", (\"m.room.join_rules\", \"\"): \"$Q7V2sNO8eH2shOEoMWASzaX1u96hHFSKOhdZEUluO_w\", (\"m.room.power_levels\", \"\"): \"$lLnqAYd5RgK6SDIMzSfAD8-wT4L4tlF3ftsHLu0AntI\", (\"m.room.create\", \"\"): \"$lW5sooXa29Exbq-b707ut4vMem0h6yEMFouE_gqoyHQ\"}\n"} -{"Time":"2024-04-23T18:06:31.722620855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:06:31.722628995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461833Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\"]\n"} -{"Time":"2024-04-23T18:06:31.722636625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$lLnqAYd5RgK6SDIMzSfAD8-wT4L4tlF3ftsHLu0AntI\")\n"} -{"Time":"2024-04-23T18:06:31.722644075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:06:31.722654815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461909Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\n"} -{"Time":"2024-04-23T18:06:31.722663855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $lLnqAYd5RgK6SDIMzSfAD8-wT4L4tlF3ftsHLu0AntI\n"} -{"Time":"2024-04-23T18:06:31.722674135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.461996Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\"]\n"} -{"Time":"2024-04-23T18:06:31.722682494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.462005Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:31.722690024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.462011Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\"]\n"} -{"Time":"2024-04-23T18:06:31.722698684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.462098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\"\n"} -{"Time":"2024-04-23T18:06:31.722706894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.462109Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI (m.room.member)\n"} -{"Time":"2024-04-23T18:06:31.722714604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.462119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:31.722722154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.462151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:31.722729644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.462171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:06:31.722740034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.462222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:06:31.722750314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.463149Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:06:31.722760904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.464280Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fM53mNtoZRaAVfJDhnODJ6vPtrrq1jUVKlIH377NwqI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!h8Z9pb7hKg8MvDiEyH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m5.837608ms\n"} -{"Time":"2024-04-23T18:06:31.722770704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.464359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m14.65µs\n"} -{"Time":"2024-04-23T18:06:31.722778084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.464382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m38.79µs\n"} -{"Time":"2024-04-23T18:06:31.722786214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.465446Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:31.722796023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.466281Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:31.722806563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.466637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(26663), path: \"/_matrix/federation/v1/send/2gJpMffKiNElYz285dnzo0MIdcMBCtl2XZNfStQgsTQ\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:31.722817703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.466695Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", host.docker.internal:26663)\n"} -{"Time":"2024-04-23T18:06:31.722826793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.466735Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"host.docker.internal\"), port=Some(Port(26663))\n"} -{"Time":"2024-04-23T18:06:31.722833933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.466762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.17.0.1:26663\n"} -{"Time":"2024-04-23T18:06:31.722842003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.466948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.17.0.1:26663\n"} -{"Time":"2024-04-23T18:06:31.722848903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.468851Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$EXLLoxtpd-XhNVBDGWg3vgVvteF88h1OKBLgnVzTI5Y\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:31.722855903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.468958Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$EXLLoxtpd-XhNVBDGWg3vgVvteF88h1OKBLgnVzTI5Y\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$EXLLoxtpd-XhNVBDGWg3vgVvteF88h1OKBLgnVzTI5Y\n"} -{"Time":"2024-04-23T18:06:31.722862923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.468973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$EXLLoxtpd-XhNVBDGWg3vgVvteF88h1OKBLgnVzTI5Y\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:06:31.722882603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.469010Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$EXLLoxtpd-XhNVBDGWg3vgVvteF88h1OKBLgnVzTI5Y\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:31.722889913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.471350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$gn978ppvIbvQ92Va288ORdTD_xvms9z5X4KlLSWLbjY\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:31.722897742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.471384Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$gn978ppvIbvQ92Va288ORdTD_xvms9z5X4KlLSWLbjY\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$gn978ppvIbvQ92Va288ORdTD_xvms9z5X4KlLSWLbjY\n"} -{"Time":"2024-04-23T18:06:31.722907072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.471396Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$gn978ppvIbvQ92Va288ORdTD_xvms9z5X4KlLSWLbjY\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:06:31.722917422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.471425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$gn978ppvIbvQ92Va288ORdTD_xvms9z5X4KlLSWLbjY\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:31.722924722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.474098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$LJ7pBxTJiqnHy54X06Ttw_5JBpcho5lkxL6XbNNHuCE\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:31.722941752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.474132Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$LJ7pBxTJiqnHy54X06Ttw_5JBpcho5lkxL6XbNNHuCE\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$LJ7pBxTJiqnHy54X06Ttw_5JBpcho5lkxL6XbNNHuCE\n"} -{"Time":"2024-04-23T18:06:31.722951362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.474143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$LJ7pBxTJiqnHy54X06Ttw_5JBpcho5lkxL6XbNNHuCE\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:06:31.722959782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.474172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$LJ7pBxTJiqnHy54X06Ttw_5JBpcho5lkxL6XbNNHuCE\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:31.722969172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.476629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$NbzeYQifHH7FX_hbWSuKTJyRc8Ax9znQgVLEjasnJ5Q\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:31.722976772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.476663Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$NbzeYQifHH7FX_hbWSuKTJyRc8Ax9znQgVLEjasnJ5Q\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$NbzeYQifHH7FX_hbWSuKTJyRc8Ax9znQgVLEjasnJ5Q\n"} -{"Time":"2024-04-23T18:06:31.722983602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.476675Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$NbzeYQifHH7FX_hbWSuKTJyRc8Ax9znQgVLEjasnJ5Q\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:06:31.722991842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.476705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$NbzeYQifHH7FX_hbWSuKTJyRc8Ax9znQgVLEjasnJ5Q\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:31.723001242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.479289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$C6nmtCfaa_E5tV4PtT5IK8SbHZ6xzODwOpFIz9q6Twk\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:31.723010201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.479323Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$C6nmtCfaa_E5tV4PtT5IK8SbHZ6xzODwOpFIz9q6Twk\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$C6nmtCfaa_E5tV4PtT5IK8SbHZ6xzODwOpFIz9q6Twk\n"} -{"Time":"2024-04-23T18:06:31.723017291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.479335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$C6nmtCfaa_E5tV4PtT5IK8SbHZ6xzODwOpFIz9q6Twk\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:06:31.723024681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.479364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$C6nmtCfaa_E5tV4PtT5IK8SbHZ6xzODwOpFIz9q6Twk\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:31.723031671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.480908Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:31.723038601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.480950Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", host.docker.internal:26663)\n"} -{"Time":"2024-04-23T18:06:31.723045501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.482508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$QpVTmvyq8HrCVX99EEOJV0KRHb61z6alIomm31oJqYc\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:31.723053391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.482582Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$QpVTmvyq8HrCVX99EEOJV0KRHb61z6alIomm31oJqYc\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$QpVTmvyq8HrCVX99EEOJV0KRHb61z6alIomm31oJqYc\n"} -{"Time":"2024-04-23T18:06:31.723060651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.482608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$QpVTmvyq8HrCVX99EEOJV0KRHb61z6alIomm31oJqYc\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:06:31.723072371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.482687Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send_knock/%21h8Z9pb7hKg8MvDiEyH:hs1/$QpVTmvyq8HrCVX99EEOJV0KRHb61z6alIomm31oJqYc\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:31.723081351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.483300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: error shutting down connection\n"} -{"Time":"2024-04-23T18:06:31.723089891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\u001b[2m2024-04-23T22:06:31.483470Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"host.docker.internal:26663\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"host.docker.internal\")), port: Some(26663), path: \"/_matrix/federation/v1/send/2gJpMffKiNElYz285dnzo0MIdcMBCtl2XZNfStQgsTQ\", query: None, fragment: None }, source: Error { kind: SendRequest, source: Some(hyper::Error(IncompleteMessage)) } }\n"} -{"Time":"2024-04-23T18:06:31.723105611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"2024/04/23 18:06:31 ============== 0d425295ca5113bdfa26a370a217fe4705ddc6fa3157ce1e0152564de36bed8a : END LOGS ==============\n"} -{"Time":"2024-04-23T18:06:31.723113501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\n"} -{"Time":"2024-04-23T18:06:31.723119921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"\n"} -{"Time":"2024-04-23T18:06:31.74234141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Output":"--- FAIL: TestCannotSendNonKnockViaSendKnock (3.10s)\n"} -{"Time":"2024-04-23T18:06:31.74235676-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestCannotSendNonKnockViaSendKnock","Elapsed":3.1} -{"Time":"2024-04-23T18:06:31.742386749-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames"} -{"Time":"2024-04-23T18:06:31.742393789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"=== RUN TestMediaFilenames\n"} -{"Time":"2024-04-23T18:06:32.930152024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" media_filename_test.go:19: Deploy times: 11.050051ms blueprints, 1.176657963s containers\n"} -{"Time":"2024-04-23T18:06:32.983849346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (53.614834ms)\n"} -{"Time":"2024-04-23T18:06:33.036025983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (52.063807ms)\n"} -{"Time":"2024-04-23T18:06:33.036090342-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel"} -{"Time":"2024-04-23T18:06:33.036106102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel","Output":"=== RUN TestMediaFilenames/Parallel\n"} -{"Time":"2024-04-23T18:06:33.036142762-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII"} -{"Time":"2024-04-23T18:06:33.036151692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII","Output":"=== RUN TestMediaFilenames/Parallel/ASCII\n"} -{"Time":"2024-04-23T18:06:33.036160521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII","Output":"=== PAUSE TestMediaFilenames/Parallel/ASCII\n"} -{"Time":"2024-04-23T18:06:33.036167051-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII"} -{"Time":"2024-04-23T18:06:33.036178781-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode"} -{"Time":"2024-04-23T18:06:33.036185501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode","Output":"=== RUN TestMediaFilenames/Parallel/Unicode\n"} -{"Time":"2024-04-23T18:06:33.036193131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode","Output":"=== PAUSE TestMediaFilenames/Parallel/Unicode\n"} -{"Time":"2024-04-23T18:06:33.036205721-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode"} -{"Time":"2024-04-23T18:06:33.036213591-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII"} -{"Time":"2024-04-23T18:06:33.036220421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII","Output":"=== CONT TestMediaFilenames/Parallel/ASCII\n"} -{"Time":"2024-04-23T18:06:33.036231591-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode"} -{"Time":"2024-04-23T18:06:33.036238101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode","Output":"=== CONT TestMediaFilenames/Parallel/Unicode\n"} -{"Time":"2024-04-23T18:06:33.036249361-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_upload_with_Unicode_file_name"} -{"Time":"2024-04-23T18:06:33.036256141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_upload_with_Unicode_file_name","Output":"=== RUN TestMediaFilenames/Parallel/Unicode/Can_upload_with_Unicode_file_name\n"} -{"Time":"2024-04-23T18:06:33.0362773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_upload_with_Unicode_file_name","Output":"=== PAUSE TestMediaFilenames/Parallel/Unicode/Can_upload_with_Unicode_file_name\n"} -{"Time":"2024-04-23T18:06:33.0362852-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_upload_with_Unicode_file_name"} -{"Time":"2024-04-23T18:06:33.03629681-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_upload_with_ASCII_file_name"} -{"Time":"2024-04-23T18:06:33.03630353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_upload_with_ASCII_file_name","Output":"=== RUN TestMediaFilenames/Parallel/ASCII/Can_upload_with_ASCII_file_name\n"} -{"Time":"2024-04-23T18:06:33.03631158-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_specifying_a_different_Unicode_file_name"} -{"Time":"2024-04-23T18:06:33.03631794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_specifying_a_different_Unicode_file_name","Output":"=== RUN TestMediaFilenames/Parallel/Unicode/Can_download_specifying_a_different_Unicode_file_name\n"} -{"Time":"2024-04-23T18:06:33.03632661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_specifying_a_different_Unicode_file_name","Output":"=== PAUSE TestMediaFilenames/Parallel/Unicode/Can_download_specifying_a_different_Unicode_file_name\n"} -{"Time":"2024-04-23T18:06:33.03633324-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_specifying_a_different_Unicode_file_name"} -{"Time":"2024-04-23T18:06:33.03634444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_upload_with_ASCII_file_name","Output":"=== PAUSE TestMediaFilenames/Parallel/ASCII/Can_upload_with_ASCII_file_name\n"} -{"Time":"2024-04-23T18:06:33.03635144-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_upload_with_ASCII_file_name"} -{"Time":"2024-04-23T18:06:33.03636282-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'ascii'"} -{"Time":"2024-04-23T18:06:33.03636977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'ascii'","Output":"=== RUN TestMediaFilenames/Parallel/ASCII/Can_download_file_'ascii'\n"} -{"Time":"2024-04-23T18:06:33.03638122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'ascii'","Output":"=== PAUSE TestMediaFilenames/Parallel/ASCII/Can_download_file_'ascii'\n"} -{"Time":"2024-04-23T18:06:33.036388499-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'ascii'"} -{"Time":"2024-04-23T18:06:33.036395389-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_locally"} -{"Time":"2024-04-23T18:06:33.036402019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_locally","Output":"=== RUN TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_locally\n"} -{"Time":"2024-04-23T18:06:33.036414719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_locally","Output":"=== PAUSE TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_locally\n"} -{"Time":"2024-04-23T18:06:33.036421509-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_locally"} -{"Time":"2024-04-23T18:06:33.036433719-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_over_federation"} -{"Time":"2024-04-23T18:06:33.036438859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_over_federation","Output":"=== RUN TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_over_federation\n"} -{"Time":"2024-04-23T18:06:33.036444729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_over_federation","Output":"=== PAUSE TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_over_federation\n"} -{"Time":"2024-04-23T18:06:33.036449679-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_over_federation"} -{"Time":"2024-04-23T18:06:33.036457669-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'name_with_spaces'"} -{"Time":"2024-04-23T18:06:33.036464659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'name_with_spaces'","Output":"=== RUN TestMediaFilenames/Parallel/ASCII/Can_download_file_'name_with_spaces'\n"} -{"Time":"2024-04-23T18:06:33.036472119-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Will_serve_safe_media_types_as_inline"} -{"Time":"2024-04-23T18:06:33.036478379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Will_serve_safe_media_types_as_inline","Output":"=== RUN TestMediaFilenames/Parallel/Unicode/Will_serve_safe_media_types_as_inline\n"} -{"Time":"2024-04-23T18:06:33.036489269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'name_with_spaces'","Output":"=== PAUSE TestMediaFilenames/Parallel/ASCII/Can_download_file_'name_with_spaces'\n"} -{"Time":"2024-04-23T18:06:33.036495868-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'name_with_spaces'"} -{"Time":"2024-04-23T18:06:33.036502948-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'name;with;semicolons'"} -{"Time":"2024-04-23T18:06:33.036509388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'name;with;semicolons'","Output":"=== RUN TestMediaFilenames/Parallel/ASCII/Can_download_file_'name;with;semicolons'\n"} -{"Time":"2024-04-23T18:06:33.036520138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'name;with;semicolons'","Output":"=== PAUSE TestMediaFilenames/Parallel/ASCII/Can_download_file_'name;with;semicolons'\n"} -{"Time":"2024-04-23T18:06:33.036526108-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'name;with;semicolons'"} -{"Time":"2024-04-23T18:06:33.036533268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Will_serve_safe_media_types_as_inline","Output":" media_filename_test.go:128: Skipping test of Content-Disposition header requirements on non-Synapse homeserver\n"} -{"Time":"2024-04-23T18:06:33.036544738-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_specifying_a_different_ASCII_file_name"} -{"Time":"2024-04-23T18:06:33.036549798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_specifying_a_different_ASCII_file_name","Output":"=== RUN TestMediaFilenames/Parallel/ASCII/Can_download_specifying_a_different_ASCII_file_name\n"} -{"Time":"2024-04-23T18:06:33.036558038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Will_serve_safe_media_types_as_inline","Output":"--- SKIP: TestMediaFilenames/Parallel/Unicode/Will_serve_safe_media_types_as_inline (0.00s)\n"} -{"Time":"2024-04-23T18:06:33.036563558-04:00","Action":"skip","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Will_serve_safe_media_types_as_inline","Elapsed":0} -{"Time":"2024-04-23T18:06:33.036576548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_specifying_a_different_ASCII_file_name","Output":"=== PAUSE TestMediaFilenames/Parallel/ASCII/Can_download_specifying_a_different_ASCII_file_name\n"} -{"Time":"2024-04-23T18:06:33.036581548-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_specifying_a_different_ASCII_file_name"} -{"Time":"2024-04-23T18:06:33.036589938-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_upload_with_ASCII_file_name"} -{"Time":"2024-04-23T18:06:33.036594898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_upload_with_ASCII_file_name","Output":"=== CONT TestMediaFilenames/Parallel/ASCII/Can_upload_with_ASCII_file_name\n"} -{"Time":"2024-04-23T18:06:33.036613317-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'name;with;semicolons'"} -{"Time":"2024-04-23T18:06:33.036620117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'name;with;semicolons'","Output":"=== CONT TestMediaFilenames/Parallel/ASCII/Can_download_file_'name;with;semicolons'\n"} -{"Time":"2024-04-23T18:06:33.036630517-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'name_with_spaces'"} -{"Time":"2024-04-23T18:06:33.036637167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'name_with_spaces'","Output":"=== CONT TestMediaFilenames/Parallel/ASCII/Can_download_file_'name_with_spaces'\n"} -{"Time":"2024-04-23T18:06:33.036647177-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'ascii'"} -{"Time":"2024-04-23T18:06:33.036653557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'ascii'","Output":"=== CONT TestMediaFilenames/Parallel/ASCII/Can_download_file_'ascii'\n"} -{"Time":"2024-04-23T18:06:33.036711417-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_specifying_a_different_ASCII_file_name"} -{"Time":"2024-04-23T18:06:33.036725066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_specifying_a_different_ASCII_file_name","Output":"=== CONT TestMediaFilenames/Parallel/ASCII/Can_download_specifying_a_different_ASCII_file_name\n"} -{"Time":"2024-04-23T18:06:33.036733516-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Will_serve_safe_media_types_with_parameters_as_inline"} -{"Time":"2024-04-23T18:06:33.036740106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Will_serve_safe_media_types_with_parameters_as_inline","Output":"=== RUN TestMediaFilenames/Parallel/Unicode/Will_serve_safe_media_types_with_parameters_as_inline\n"} -{"Time":"2024-04-23T18:06:33.036750996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Will_serve_safe_media_types_with_parameters_as_inline","Output":" media_filename_test.go:146: Skipping test of Content-Disposition header requirements on non-Synapse homeserver\n"} -{"Time":"2024-04-23T18:06:33.036763616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Will_serve_safe_media_types_with_parameters_as_inline","Output":"--- SKIP: TestMediaFilenames/Parallel/Unicode/Will_serve_safe_media_types_with_parameters_as_inline (0.00s)\n"} -{"Time":"2024-04-23T18:06:33.036774296-04:00","Action":"skip","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Will_serve_safe_media_types_with_parameters_as_inline","Elapsed":0} -{"Time":"2024-04-23T18:06:33.036785086-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Will_serve_unsafe_media_types_as_attachments"} -{"Time":"2024-04-23T18:06:33.036791736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Will_serve_unsafe_media_types_as_attachments","Output":"=== RUN TestMediaFilenames/Parallel/Unicode/Will_serve_unsafe_media_types_as_attachments\n"} -{"Time":"2024-04-23T18:06:33.036801736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Will_serve_unsafe_media_types_as_attachments","Output":" media_filename_test.go:165: Skipping test of Content-Disposition header requirements on non-Synapse homeserver\n"} -{"Time":"2024-04-23T18:06:33.036819246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Will_serve_unsafe_media_types_as_attachments","Output":"--- SKIP: TestMediaFilenames/Parallel/Unicode/Will_serve_unsafe_media_types_as_attachments (0.00s)\n"} -{"Time":"2024-04-23T18:06:33.036830296-04:00","Action":"skip","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Will_serve_unsafe_media_types_as_attachments","Elapsed":0} -{"Time":"2024-04-23T18:06:33.036837755-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_upload_with_Unicode_file_name"} -{"Time":"2024-04-23T18:06:33.036844645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_upload_with_Unicode_file_name","Output":"=== CONT TestMediaFilenames/Parallel/Unicode/Can_upload_with_Unicode_file_name\n"} -{"Time":"2024-04-23T18:06:33.036855275-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_locally"} -{"Time":"2024-04-23T18:06:33.036861615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_locally","Output":"=== CONT TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_locally\n"} -{"Time":"2024-04-23T18:06:33.036907915-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_specifying_a_different_Unicode_file_name"} -{"Time":"2024-04-23T18:06:33.036916645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_specifying_a_different_Unicode_file_name","Output":"=== CONT TestMediaFilenames/Parallel/Unicode/Can_download_specifying_a_different_Unicode_file_name\n"} -{"Time":"2024-04-23T18:06:33.036928485-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_over_federation"} -{"Time":"2024-04-23T18:06:33.036945275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_over_federation","Output":"=== CONT TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_over_federation\n"} -{"Time":"2024-04-23T18:06:33.038896687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" client.go:631: [CSAPI] POST hs1/_matrix/media/v3/upload =\u003e 200 OK (2.242009ms)\n"} -{"Time":"2024-04-23T18:06:33.038930657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_upload_with_ASCII_file_name","Output":"--- PASS: TestMediaFilenames/Parallel/ASCII/Can_upload_with_ASCII_file_name (0.00s)\n"} -{"Time":"2024-04-23T18:06:33.039201714-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_upload_with_ASCII_file_name","Elapsed":0} -{"Time":"2024-04-23T18:06:33.039208744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" client.go:631: [CSAPI] POST hs1/_matrix/media/v3/upload =\u003e 200 OK (2.499668ms)\n"} -{"Time":"2024-04-23T18:06:33.0396757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" client.go:631: [CSAPI] POST hs1/_matrix/media/v3/upload =\u003e 200 OK (2.943533ms)\n"} -{"Time":"2024-04-23T18:06:33.039997727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" client.go:631: [CSAPI] POST hs1/_matrix/media/v3/upload =\u003e 200 OK (3.060003ms)\n"} -{"Time":"2024-04-23T18:06:33.040038277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_upload_with_Unicode_file_name","Output":"--- PASS: TestMediaFilenames/Parallel/Unicode/Can_upload_with_Unicode_file_name (0.00s)\n"} -{"Time":"2024-04-23T18:06:33.040161496-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_upload_with_Unicode_file_name","Elapsed":0} -{"Time":"2024-04-23T18:06:33.040171636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" client.go:631: [CSAPI] POST hs1/_matrix/media/v3/upload =\u003e 200 OK (3.205511ms)\n"} -{"Time":"2024-04-23T18:06:33.040183226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" client.go:631: [CSAPI] POST hs1/_matrix/media/v3/upload =\u003e 200 OK (3.39403ms)\n"} -{"Time":"2024-04-23T18:06:33.040241715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" client.go:631: [CSAPI] POST hs1/_matrix/media/v3/upload =\u003e 200 OK (3.32426ms)\n"} -{"Time":"2024-04-23T18:06:33.040256335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" client.go:631: [CSAPI] POST hs1/_matrix/media/v3/upload =\u003e 200 OK (3.278901ms)\n"} -{"Time":"2024-04-23T18:06:33.040505693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" client.go:631: [CSAPI] POST hs1/_matrix/media/v3/upload =\u003e 200 OK (3.791116ms)\n"} -{"Time":"2024-04-23T18:06:33.040527133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" client.go:631: [CSAPI] GET hs1/_matrix/media/v3/download/hs1/yJFIDoVnNGnGhN8uoh4d1K0lBp03p2J8 =\u003e 200 OK (1.237599ms)\n"} -{"Time":"2024-04-23T18:06:33.040540872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'name;with;semicolons'","Output":" media_filename_test.go:48: Got err when parsing content disposition: mime: invalid media parameter\n"} -{"Time":"2024-04-23T18:06:33.040555742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'name;with;semicolons'","Output":"--- FAIL: TestMediaFilenames/Parallel/ASCII/Can_download_file_'name;with;semicolons' (0.00s)\n"} -{"Time":"2024-04-23T18:06:33.040575552-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'name;with;semicolons'","Elapsed":0} -{"Time":"2024-04-23T18:06:33.040585162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" client.go:631: [CSAPI] GET hs1/_matrix/media/v3/download/hs1/FN4owNF3Ef2PlviAnm3TgQDMi3KwX2Ph =\u003e 200 OK (861.182µs)\n"} -{"Time":"2024-04-23T18:06:33.040597932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'name_with_spaces'","Output":" media_filename_test.go:48: Got err when parsing content disposition: mime: invalid media parameter\n"} -{"Time":"2024-04-23T18:06:33.040605662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'name_with_spaces'","Output":"--- FAIL: TestMediaFilenames/Parallel/ASCII/Can_download_file_'name_with_spaces' (0.00s)\n"} -{"Time":"2024-04-23T18:06:33.04085068-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'name_with_spaces'","Elapsed":0} -{"Time":"2024-04-23T18:06:33.04085775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" client.go:631: [CSAPI] GET hs1/_matrix/media/v3/download/hs1/fUfGXVMvZK79tBrDG34P2uzOle3NtYHn =\u003e 200 OK (568.465µs)\n"} -{"Time":"2024-04-23T18:06:33.0408676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_locally","Output":" media_filename_test.go:103: Got err when parsing content disposition: mime: invalid media parameter\n"} -{"Time":"2024-04-23T18:06:33.04087489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_locally","Output":"--- FAIL: TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_locally (0.00s)\n"} -{"Time":"2024-04-23T18:06:33.040883679-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_locally","Elapsed":0} -{"Time":"2024-04-23T18:06:33.040889739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" client.go:631: [CSAPI] GET hs1/_matrix/media/v3/download/hs1/RSWuAZLznNi3P1VK33s82duasTc0OJ7m/☕ =\u003e 200 OK (618.565µs)\n"} -{"Time":"2024-04-23T18:06:33.040899249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_specifying_a_different_Unicode_file_name","Output":" media_filename_test.go:90: Got err when parsing content disposition: mime: invalid media parameter\n"} -{"Time":"2024-04-23T18:06:33.040906469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_specifying_a_different_Unicode_file_name","Output":"--- FAIL: TestMediaFilenames/Parallel/Unicode/Can_download_specifying_a_different_Unicode_file_name (0.00s)\n"} -{"Time":"2024-04-23T18:06:33.040979239-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_specifying_a_different_Unicode_file_name","Elapsed":0} -{"Time":"2024-04-23T18:06:33.040987069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" client.go:631: [CSAPI] GET hs1/_matrix/media/v3/download/hs1/yL0eb7r19OIGab2lKSp2VhBnl6c0ulKa/file.png =\u003e 200 OK (746.944µs)\n"} -{"Time":"2024-04-23T18:06:33.040995868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_specifying_a_different_ASCII_file_name","Output":"--- PASS: TestMediaFilenames/Parallel/ASCII/Can_download_specifying_a_different_ASCII_file_name (0.00s)\n"} -{"Time":"2024-04-23T18:06:33.041025148-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_specifying_a_different_ASCII_file_name","Elapsed":0} -{"Time":"2024-04-23T18:06:33.041031738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" client.go:631: [CSAPI] GET hs1/_matrix/media/v3/download/hs1/BW6NEECweCt46EzR9B0Y4LQbetX3xzXV =\u003e 200 OK (495.255µs)\n"} -{"Time":"2024-04-23T18:06:33.041038878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'ascii'","Output":"--- PASS: TestMediaFilenames/Parallel/ASCII/Can_download_file_'ascii' (0.00s)\n"} -{"Time":"2024-04-23T18:06:33.041048048-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII/Can_download_file_'ascii'","Elapsed":0} -{"Time":"2024-04-23T18:06:33.041053388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII","Output":"--- FAIL: TestMediaFilenames/Parallel/ASCII (0.00s)\n"} -{"Time":"2024-04-23T18:06:33.183966288-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/ASCII","Elapsed":0} -{"Time":"2024-04-23T18:06:33.183983208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" client.go:631: [CSAPI] GET hs2/_matrix/media/v3/download/hs1/pGZY7QcnzmPllQEG98Y23FIImXOF2TfH =\u003e 500 Internal Server Error (143.624634ms)\n"} -{"Time":"2024-04-23T18:06:33.184008608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_over_federation","Output":" media_filename_test.go:116: \u001b[31mCSAPI.MustDo GET http://127.0.0.1:1185/_matrix/media/v3/download/hs1/pGZY7QcnzmPllQEG98Y23FIImXOF2TfH returned non-2xx code: 500 Internal Server Error - body: {\"errcode\":\"M_UNKNOWN\",\"error\":\"Server returned bad 200 response.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:33.184023537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_over_federation","Output":"--- FAIL: TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_over_federation (0.15s)\n"} -{"Time":"2024-04-23T18:06:33.184035947-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode/Can_download_with_Unicode_file_name_over_federation","Elapsed":0.15} -{"Time":"2024-04-23T18:06:33.184053757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode","Output":"--- FAIL: TestMediaFilenames/Parallel/Unicode (0.00s)\n"} -{"Time":"2024-04-23T18:06:33.184064437-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel/Unicode","Elapsed":0} -{"Time":"2024-04-23T18:06:33.184071117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel","Output":"--- FAIL: TestMediaFilenames/Parallel (0.00s)\n"} -{"Time":"2024-04-23T18:06:33.184081047-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames/Parallel","Elapsed":0} -{"Time":"2024-04-23T18:06:33.384494196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"2024/04/23 18:06:33 ============================================\n"} -{"Time":"2024-04-23T18:06:33.384523115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.384530435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.384542305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"2024/04/23 18:06:33 0b901f00b7c6957e423edf82a5ef49f4d1004eec37d7b429034b29ceb0750fc3 : Server logs:\n"} -{"Time":"2024-04-23T18:06:33.384660164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:06:33.384669754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:06:33.384678724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:06:33.384685464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:06:33.384693514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:06:33.384703544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"+ echo 'IP.1 = 172.28.0.3'\n"} -{"Time":"2024-04-23T18:06:33.384710354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:06:33.384717384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:06:33.384724434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:06:33.384731414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:06:33.384738883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.379616Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:06:33.384746873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.379729Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:06:33.384757823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.380117Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:06:33.384765893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.380124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:06:33.384773293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.380130Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:06:33.384780983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.380142Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:06:33.384791853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.380945Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:06:33.384799673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.384806163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:06:33.384816323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.381051Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:06:33.384824873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.383514Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:06:33.384832683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.385104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:06:33.384840183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.385855Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:06:33.384847743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.386926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:06:33.384858412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.859305Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 474.197125ms\n"} -{"Time":"2024-04-23T18:06:33.384866002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861316Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:06:33.384873242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861381Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:33.384880562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861392Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:33.384887932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861400Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:06:33.384898462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861409Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:06:33.384905992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861416Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:06:33.384913312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861425Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:06:33.384921902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861433Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:06:33.384929662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861441Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:06:33.384966011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861449Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:06:33.384973621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861459Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:06:33.384980821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861467Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:06:33.384988191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861477Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:06:33.384995711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861484Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:06:33.385002831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861504Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:06:33.385010131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861515Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:06:33.385020591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861523Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:06:33.385027971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861534Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:06:33.385035621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861545Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:06:33.385043041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.861554Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:06:33.385062721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.863347Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:06:33.385070271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.865868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:06:33.38507772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.881574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:06:33.38508574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.881584Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:06:33.38509745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.882163Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:06:33.38510549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.882434Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:06:33.38511362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.920768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.38512234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.921568Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1185\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.38513175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.921731Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:06:33.38514049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.922081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.38514916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.984369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.38515798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.984791Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1185\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.38516962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.984809Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:06:33.38517934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.026262Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:33.385188929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.027995Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:33.385208499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.028215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:33.385220239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.028352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:33.385231769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.031142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:33.385245899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.031159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:33.385260629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.031181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:33.385273139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.032600Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:33.385285219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.032625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:33.385297688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.032635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:33.385309288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.032661Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:33.385320888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.032737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs2\", \"@user-2:hs2\"}\n"} -{"Time":"2024-04-23T18:06:33.385332398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.032750Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:06:33.385343628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.032778Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:33.385359708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.032787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:33.385374868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.034291Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:33.385388938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:33.385413947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.034319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:33.385428817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:33.385447587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.034329Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:33.385460957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:33.385473857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.035630Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-2:hs2 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:06:33.385482687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.035711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m51 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.385492557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.036440Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:33.385509266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.036509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:33.385520346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.036523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:33.385530456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.385539656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.041106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/media/v3/download/hs1/pGZY7QcnzmPllQEG98Y23FIImXOF2TfH {\"host\": \"127.0.0.1:1185\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.385549746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.041203Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/media/v3/download/hs1/pGZY7QcnzmPllQEG98Y23FIImXOF2TfH None\n"} -{"Time":"2024-04-23T18:06:33.385558846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.041764Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:33.385568356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.042061Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:06:33.385578026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.042077Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:06:33.385588056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.042166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:06:33.385598396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.042194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:33.385613575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.042217Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:33.385624505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.042244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:33.385633945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.042283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 12067:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:33.385641075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.385647695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:06:33.385655275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.385662895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.042383Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:33.385672995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.042437Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:33.385682845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.042729Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:06:33.385692785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.042751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 12067\n"} -{"Time":"2024-04-23T18:06:33.385707425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.042773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 12067:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:06:33.385716245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.385722474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:06:33.385728724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:06:33.385735234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"hs1. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:06:33.385741774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:06:33.385748134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:33.385754264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.385761984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.042792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 12067:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:06:33.385770984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.385777314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:06:33.385783534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:06:33.385789894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"hs1. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:06:33.385796214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:06:33.385802384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:33.385808554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.385816044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.043034Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:06:33.385829823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.043057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:06:33.385840483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.043182Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:06:33.385852713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.043211Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:06:33.385866273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.043226Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:06:33.385877773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.043245Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:06:33.385887243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.043279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:06:33.385898553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.043301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:06:33.385912343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.043312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:33.385923363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.043328Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:33.385944072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.043337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:33.385954222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.043364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 19959:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:33.385961172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.385967772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:33.385973992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.385981562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.043399Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:33.385991452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.043436Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:33.386002872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.044634Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:33.386017992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.044651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 19959\n"} -{"Time":"2024-04-23T18:06:33.386028642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.044671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 19959:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:33.386037962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.386044682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:33.386051541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:33.386058201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:33.386065391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":". 85975 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:33.386072581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:33.386079221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.386087801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.044690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:33.386100011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.044704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:33.386115881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.044800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:33.386127371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.044816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:33.386137921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.044853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m4574\n"} -{"Time":"2024-04-23T18:06:33.386146451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.044860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 4574:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:33.386154221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.386161011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:33.38616763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.38617488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.044873Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:33.38618286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.047125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:33.38619057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.047132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:06:33.3862007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.047137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:33.38620859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.047143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:33.38621651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.047147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:33.38622448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.047150Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:33.38623233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.047154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:33.38623988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.047160Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:33.3862487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.047180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 4574:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:33.38626267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.38626963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:33.38627639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:33.386284319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:33.386291309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":". 85975 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:33.386298289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:33.386305089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.386313089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.047207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:06:33.386324309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.047218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:33.386335809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.047229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:33.386346829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.047238Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:33.386355939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.047262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 21263:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:33.386363469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.386369829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:33.386376049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.386382379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.047285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:33.386389859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.047313Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:33.386404798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.048114Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:33.386417708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.048127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 21263\n"} -{"Time":"2024-04-23T18:06:33.386427298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.048147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 21263:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:33.386433798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.386438748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:33.386443458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:33.386449958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:33.386456548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":". 85975 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:33.386463328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:33.386468468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.386476518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.048161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:33.386490968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.048172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:33.386501458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.048181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:33.386508527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.048203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:33.386514357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.048213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m13659\n"} -{"Time":"2024-04-23T18:06:33.386520247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.048218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 13659:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:33.386525567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.386530287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:33.386534997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.386542387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.048228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:33.386549627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.090762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:33.386555367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.090769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:06:33.386563737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.090773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:33.386571707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.090779Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:33.386578587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.090782Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:33.386584067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.090786Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:33.386589457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.090789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:33.386594877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.090794Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:33.386601197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.090813Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 13659:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:33.386607577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.386613947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:33.386620286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:33.386626066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:33.386634726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":". 85975 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:33.386639976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:33.386644666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.386650656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.090838Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:33.386661446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.090855Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:06:33.386671016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.090870Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:06:33.386681636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.090880Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:33.386691796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.090891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:33.386699716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.090900Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:33.386711626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.090923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 3037:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:33.386720576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.386726926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:33.386733165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.386739645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.090961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:33.386747365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.090988Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:33.386755535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.092264Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:33.386765205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.092287Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 3037\n"} -{"Time":"2024-04-23T18:06:33.386774595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.092322Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 3037:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:33.386781325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.386786115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:33.386795255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:33.386801455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:33.386806585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":". 85975 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:33.386811485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:33.386816105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.386822155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.092350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:33.386830135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.092371Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:33.386838825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.092389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:33.386848064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.092434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:33.386859994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.092453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m12020\n"} -{"Time":"2024-04-23T18:06:33.386867434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.092464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 12020:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:33.386873024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.386879794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:33.386885974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.386895134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.092481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:33.386900984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.134860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:33.386906454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.134868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:06:33.386912004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.134872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:33.386919624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.134878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:33.386927064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.134882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:33.386944264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.134886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:33.386951384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.134891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:33.386958394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.134897Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:33.386967483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.134916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 12020:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:33.386974003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.386981933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:33.386987283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:33.386992823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:33.386999173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":". 85975 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:33.387005843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:33.387011913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.387018523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.134955Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:06:33.387032573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.134969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:33.387042973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.134982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:33.387055263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.134992Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:33.387065813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.135020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 14818:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:33.387073253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.387083402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:33.387090842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.387098752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.135050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:33.387109902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.135076Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:33.387124522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.136320Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:33.387135382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.136351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 14818\n"} -{"Time":"2024-04-23T18:06:33.387145992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.136390Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 14818:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:33.387155432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.387162202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:33.387169042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:33.387179672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:33.387186762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":". 85975 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:33.387193751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:33.387200181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.387208471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.136423Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:33.387220371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.136449Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:33.387232031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.136472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:33.387242371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.136524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:33.387254451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.136547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m24969\n"} -{"Time":"2024-04-23T18:06:33.387262921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.136562Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 24969:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:33.387270451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.387277261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:33.387284111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.387291591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.136578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:33.387299801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.178953Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:33.38730803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.178965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:06:33.38731606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.178972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:33.38732395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.178981Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:33.38733805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.178987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:33.38734617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.178993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:33.38735397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.178999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:33.38736179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.179008Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:33.38737055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.179036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 24969:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:33.38737999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; query\n"} -{"Time":"2024-04-23T18:06:33.38738653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:33.38739335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:33.3873999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:33.38740675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":". 85975 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:33.38741379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:33.387420199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.387432519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.179075Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:33.387443519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.179125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:06:33.387454319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.179189Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:06:33.387467489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.179421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/media/v3/download/hs1/pGZY7QcnzmPllQEG98Y23FIImXOF2TfH\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:33.387479839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.179477Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:33.387492019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.179506Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:06:33.387502499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.179530Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:06:33.387512349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.179693Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:06:33.387520469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.182134Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:33.387529008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.182233Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:33.387539778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.183271Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:33.387547068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.183301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:33.387556248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.183451Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/media/v3/download/hs1/pGZY7QcnzmPllQEG98Y23FIImXOF2TfH with https://hs1:8448/_matrix/media/v3/download/hs1/pGZY7QcnzmPllQEG98Y23FIImXOF2TfH\n"} -{"Time":"2024-04-23T18:06:33.387566718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.183474Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:33.387576718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.183511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/media/v3/download/hs1/pGZY7QcnzmPllQEG98Y23FIImXOF2TfH\n"} -{"Time":"2024-04-23T18:06:33.387586238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.183570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Server returned bad 200 response.\n"} -{"Time":"2024-04-23T18:06:33.387596038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.183660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m143 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:06:33.387603268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.183680Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m143 ms\n"} -{"Time":"2024-04-23T18:06:33.387609668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"2024/04/23 18:06:33 ============== 0b901f00b7c6957e423edf82a5ef49f4d1004eec37d7b429034b29ceb0750fc3 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:06:33.387614848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.387619398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.573401736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"2024/04/23 18:06:33 ============================================\n"} -{"Time":"2024-04-23T18:06:33.573426946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.573433486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.573439806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"2024/04/23 18:06:33 0252f1ca74ce6e86c9bbbc6d313af6f0de0dd9b81df88f14bbbcac9984c16a9d : Server logs:\n"} -{"Time":"2024-04-23T18:06:33.573556085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:06:33.573564875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:06:33.573571445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:06:33.573581615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:06:33.573589635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:06:33.573597405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"+ echo 'IP.1 = 172.28.0.2'\n"} -{"Time":"2024-04-23T18:06:33.573606555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:06:33.573615955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:06:33.573624085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:06:33.573637114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:06:33.573646084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.408781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:06:33.573653804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.408908Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:06:33.573665364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.409320Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:06:33.573674574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.409330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:06:33.573689084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.409336Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:06:33.573700784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.409347Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:06:33.573710114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.410193Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:06:33.573717814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.573723924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:06:33.573730804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.410272Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:06:33.573741283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.412877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:06:33.573755503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.414475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:06:33.573764723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.415095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:06:33.573774633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.416109Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:06:33.573787283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.897532Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 483.051677ms\n"} -{"Time":"2024-04-23T18:06:33.573794943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899559Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:06:33.573804393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899622Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:33.573811293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899633Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:33.573822033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899640Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:06:33.573830983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899647Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:06:33.573840043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899654Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:06:33.573857712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899662Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:06:33.573869132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899669Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:06:33.573875932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899676Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:06:33.573895782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899682Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:06:33.573904792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899690Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:06:33.573917982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899697Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:06:33.573926902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899704Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:06:33.573964452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899710Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:06:33.573971391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899726Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:06:33.573978051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899738Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:06:33.573984501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899746Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:06:33.573992441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899758Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:06:33.574002881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899767Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:06:33.574011341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.899775Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:06:33.574021331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.901571Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:06:33.574027991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.904644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:06:33.574034521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.920995Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:06:33.574041291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.921006Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:06:33.574048301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.921577Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:06:33.574055581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.921731Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:06:33.574062491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.928500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.574071401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.929273Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1183\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.57408255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.929417Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:06:33.57410111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.929761Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.57411168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.930634Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.57412002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.931039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1183\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.57412919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.931059Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:06:33.57413797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.973945Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:33.57414667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.975776Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:33.57415745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.976003Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:33.57416911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.976135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:33.57418286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.978991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:33.574199009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.979010Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:33.574221449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.979036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:33.574234799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.980437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:33.574245509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.980464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:33.574255499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.980474Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:33.574265489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.980498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:33.574275319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.980566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:06:33.574288229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.980578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:06:33.574302159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.980605Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:33.574313068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.980613Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:33.574326358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.982150Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:33.574338438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:33.574360738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.982177Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:33.574378468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:33.574398868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.982188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:33.574416138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:33.574431447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.983496Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:06:33.574439377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.983581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m52 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.574448187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.984344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:33.574469127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.984414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:33.574481977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:32.984430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:33.574494837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.037162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.574505437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.037793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/media/v3/upload?filename=ascii {\"host\": \"127.0.0.1:1183\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2239\", \"authorization\": Sensitive, \"content-type\": \"image/png\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.574516997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.037917Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/media/v3/upload?filename=ascii None\n"} -{"Time":"2024-04-23T18:06:33.574525667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038474Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.574534167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.574541486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.574548676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.574556566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/media/v3/upload?filename=name%3Bwith%3Bsemicolons {\"host\": \"127.0.0.1:1183\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2239\", \"authorization\": Sensitive, \"content-type\": \"image/png\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.574569666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.574577516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038627Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/media/v3/upload?filename=name%3Bwith%3Bsemicolons None\n"} -{"Time":"2024-04-23T18:06:33.574588226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.574599106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.574610376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038688Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/media/v3/upload?filename=name+with+spaces {\"host\": \"127.0.0.1:1183\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2239\", \"authorization\": Sensitive, \"content-type\": \"image/png\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.574621416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038718Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/media/v3/upload?filename=name+with+spaces None\n"} -{"Time":"2024-04-23T18:06:33.574631546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.574643766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/media/v3/upload?filename=%F0%9F%90%94 {\"host\": \"127.0.0.1:1183\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2239\", \"authorization\": Sensitive, \"content-type\": \"image/png\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.574654425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038764Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/media/v3/upload?filename=%F0%9F%90%94 None\n"} -{"Time":"2024-04-23T18:06:33.574665925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/media/v3/upload?filename=%F0%9F%90%94 {\"host\": \"127.0.0.1:1183\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2239\", \"authorization\": Sensitive, \"content-type\": \"image/png\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.574674275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038803Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/media/v3/upload?filename=%F0%9F%90%94 None\n"} -{"Time":"2024-04-23T18:06:33.574682235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038798Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/media/v3/upload?filename=%F0%9F%90%94 {\"host\": \"127.0.0.1:1183\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2239\", \"authorization\": Sensitive, \"content-type\": \"image/png\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.574690415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038820Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/media/v3/upload?filename=%F0%9F%90%94 None\n"} -{"Time":"2024-04-23T18:06:33.574699045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.574707935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/media/v3/upload?filename=ascii {\"host\": \"127.0.0.1:1183\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2239\", \"authorization\": Sensitive, \"content-type\": \"image/png\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.574719125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.574729375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.039004Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/media/v3/upload?filename=ascii None\n"} -{"Time":"2024-04-23T18:06:33.574738455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.038994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/media/v3/upload?filename=ascii {\"host\": \"127.0.0.1:1183\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2239\", \"authorization\": Sensitive, \"content-type\": \"image/png\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.574746865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.039031Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/media/v3/upload?filename=ascii None\n"} -{"Time":"2024-04-23T18:06:33.574757625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.039059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/media/v3/upload?filename=%F0%9F%90%94 {\"host\": \"127.0.0.1:1183\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2239\", \"authorization\": Sensitive, \"content-type\": \"image/png\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.574770534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.039079Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/media/v3/upload?filename=%F0%9F%90%94 None\n"} -{"Time":"2024-04-23T18:06:33.574778664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.039357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.574786154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.039484Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.574795704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.039653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/media/v3/download/hs1/yJFIDoVnNGnGhN8uoh4d1K0lBp03p2J8 {\"host\": \"127.0.0.1:1183\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.574804334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.039710Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/media/v3/download/hs1/yJFIDoVnNGnGhN8uoh4d1K0lBp03p2J8 None\n"} -{"Time":"2024-04-23T18:06:33.574813594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.039783Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.574824174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.039856Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.574835714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.039980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.574845614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.574867134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/media/v3/download/hs1/FN4owNF3Ef2PlviAnm3TgQDMi3KwX2Ph {\"host\": \"127.0.0.1:1183\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.574877163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040060Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/media/v3/download/hs1/FN4owNF3Ef2PlviAnm3TgQDMi3KwX2Ph None\n"} -{"Time":"2024-04-23T18:06:33.574884913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040078Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.574892653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.574900403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.574911553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040307Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.574922163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id/:filename\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.574945143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040418Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.574956953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id/:filename\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.574965693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.574975183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040486Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/media/v3/download/hs1/fUfGXVMvZK79tBrDG34P2uzOle3NtYHn {\"host\": \"127.0.0.1:1183\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.574985023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040507Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/media/v3/download/hs1/fUfGXVMvZK79tBrDG34P2uzOle3NtYHn None\n"} -{"Time":"2024-04-23T18:06:33.574995682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040514Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id/:filename\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/media/v3/download/hs1/yL0eb7r19OIGab2lKSp2VhBnl6c0ulKa/file.png {\"host\": \"127.0.0.1:1183\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.575009262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id/:filename\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/media/v3/download/hs1/RSWuAZLznNi3P1VK33s82duasTc0OJ7m/%E2%98%95 {\"host\": \"127.0.0.1:1183\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.575020262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040536Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id/:filename\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/media/v3/download/hs1/yL0eb7r19OIGab2lKSp2VhBnl6c0ulKa/file.png None\n"} -{"Time":"2024-04-23T18:06:33.575028102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040538Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id/:filename\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/media/v3/download/hs1/RSWuAZLznNi3P1VK33s82duasTc0OJ7m/%E2%98%95 None\n"} -{"Time":"2024-04-23T18:06:33.575035572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.575044462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.575052902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/media/v3/download/hs1/BW6NEECweCt46EzR9B0Y4LQbetX3xzXV {\"host\": \"127.0.0.1:1183\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:33.575063752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040724Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/media/v3/download/hs1/BW6NEECweCt46EzR9B0Y4LQbetX3xzXV None\n"} -{"Time":"2024-04-23T18:06:33.575074262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id/:filename\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.575085122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id/:filename\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.575093812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.040888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.575101361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.182542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:33.575109431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.182667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/media/v3/download/hs1/pGZY7QcnzmPllQEG98Y23FIImXOF2TfH {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:33.575119891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.182689Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/media/v3/download/hs1/pGZY7QcnzmPllQEG98Y23FIImXOF2TfH None\n"} -{"Time":"2024-04-23T18:06:33.575130271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\u001b[2m2024-04-23T22:06:33.183014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/download/:server_name/:media_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:33.575139751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"2024/04/23 18:06:33 ============== 0252f1ca74ce6e86c9bbbc6d313af6f0de0dd9b81df88f14bbbcac9984c16a9d : END LOGS ==============\n"} -{"Time":"2024-04-23T18:06:33.575147501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.575152971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"\n"} -{"Time":"2024-04-23T18:06:33.592770744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Output":"--- FAIL: TestMediaFilenames (1.85s)\n"} -{"Time":"2024-04-23T18:06:33.592783504-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaFilenames","Elapsed":1.85} -{"Time":"2024-04-23T18:06:33.592796004-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName"} -{"Time":"2024-04-23T18:06:33.592801944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName","Output":"=== RUN TestMediaWithoutFileName\n"} -{"Time":"2024-04-23T18:06:34.465508157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName","Output":" media_nofilename_test.go:17: Deploy times: 11.30868ms blueprints, 861.334884ms containers\n"} -{"Time":"2024-04-23T18:06:34.519330079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (53.744702ms)\n"} -{"Time":"2024-04-23T18:06:37.138390957-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel"} -{"Time":"2024-04-23T18:06:37.138424466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel","Output":"=== RUN TestMediaWithoutFileName/parallel\n"} -{"Time":"2024-04-23T18:06:37.138435026-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_upload_without_a_file_name"} -{"Time":"2024-04-23T18:06:37.138442406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_upload_without_a_file_name","Output":"=== RUN TestMediaWithoutFileName/parallel/Can_upload_without_a_file_name\n"} -{"Time":"2024-04-23T18:06:37.138450826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_upload_without_a_file_name","Output":"=== PAUSE TestMediaWithoutFileName/parallel/Can_upload_without_a_file_name\n"} -{"Time":"2024-04-23T18:06:37.138458256-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_upload_without_a_file_name"} -{"Time":"2024-04-23T18:06:37.138466626-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_locally"} -{"Time":"2024-04-23T18:06:37.138473586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_locally","Output":"=== RUN TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_locally\n"} -{"Time":"2024-04-23T18:06:37.138482356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_locally","Output":"=== PAUSE TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_locally\n"} -{"Time":"2024-04-23T18:06:37.138489216-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_locally"} -{"Time":"2024-04-23T18:06:37.138497526-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_over_federation"} -{"Time":"2024-04-23T18:06:37.138504556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_over_federation","Output":"=== RUN TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_over_federation\n"} -{"Time":"2024-04-23T18:06:37.138512945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_over_federation","Output":"=== PAUSE TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_over_federation\n"} -{"Time":"2024-04-23T18:06:37.138520015-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_over_federation"} -{"Time":"2024-04-23T18:06:37.138528175-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_upload_without_a_file_name"} -{"Time":"2024-04-23T18:06:37.138535105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_upload_without_a_file_name","Output":"=== CONT TestMediaWithoutFileName/parallel/Can_upload_without_a_file_name\n"} -{"Time":"2024-04-23T18:06:37.138543075-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_over_federation"} -{"Time":"2024-04-23T18:06:37.138549795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_over_federation","Output":"=== CONT TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_over_federation\n"} -{"Time":"2024-04-23T18:06:37.138557435-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_locally"} -{"Time":"2024-04-23T18:06:37.138564095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_locally","Output":"=== CONT TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_locally\n"} -{"Time":"2024-04-23T18:06:37.143910078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName","Output":" client.go:631: [CSAPI] POST hs1/_matrix/media/v3/upload =\u003e 200 OK (6.75211ms)\n"} -{"Time":"2024-04-23T18:06:37.143953127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_upload_without_a_file_name","Output":"--- PASS: TestMediaWithoutFileName/parallel/Can_upload_without_a_file_name (0.01s)\n"} -{"Time":"2024-04-23T18:06:37.143957987-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_upload_without_a_file_name","Elapsed":0.01} -{"Time":"2024-04-23T18:06:37.143968117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName","Output":" client.go:631: [CSAPI] POST hs1/_matrix/media/v3/upload =\u003e 200 OK (5.878508ms)\n"} -{"Time":"2024-04-23T18:06:37.156599615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName","Output":" client.go:631: [CSAPI] GET hs1/_matrix/media/v3/download/hs1/NiEeNF3E4fBzAKZpaKInpEndO7YUaXAl =\u003e 200 OK (12.589918ms)\n"} -{"Time":"2024-04-23T18:06:37.156634125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_locally","Output":"--- PASS: TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_locally (0.02s)\n"} -{"Time":"2024-04-23T18:06:37.157691795-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_locally","Elapsed":0.02} -{"Time":"2024-04-23T18:06:37.157699195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName","Output":" client.go:631: [CSAPI] GET hs1/_matrix/media/v3/download/host.docker.internal:21215/PlainTextFile =\u003e 200 OK (20.192661ms)\n"} -{"Time":"2024-04-23T18:06:37.157727245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_over_federation","Output":"--- PASS: TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_over_federation (0.02s)\n"} -{"Time":"2024-04-23T18:06:37.157736205-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel/Can_download_without_a_file_name_over_federation","Elapsed":0.02} -{"Time":"2024-04-23T18:06:37.157739135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel","Output":"--- PASS: TestMediaWithoutFileName/parallel (0.00s)\n"} -{"Time":"2024-04-23T18:06:37.157743575-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName/parallel","Elapsed":0} -{"Time":"2024-04-23T18:06:37.367299032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName","Output":"--- PASS: TestMediaWithoutFileName (3.77s)\n"} -{"Time":"2024-04-23T18:06:37.367317592-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestMediaWithoutFileName","Elapsed":3.77} -{"Time":"2024-04-23T18:06:37.367325102-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestLocalPngThumbnail"} -{"Time":"2024-04-23T18:06:37.367328132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestLocalPngThumbnail","Output":"=== RUN TestLocalPngThumbnail\n"} -{"Time":"2024-04-23T18:06:38.31900412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestLocalPngThumbnail","Output":" media_thumbnail_test.go:22: Deploy times: 10.397947ms blueprints, 941.178312ms containers\n"} -{"Time":"2024-04-23T18:06:38.372659183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestLocalPngThumbnail","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (53.600814ms)\n"} -{"Time":"2024-04-23T18:06:38.374600776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestLocalPngThumbnail","Output":" client.go:631: [CSAPI] POST hs1/_matrix/media/v3/upload =\u003e 200 OK (1.824973ms)\n"} -{"Time":"2024-04-23T18:06:38.466658517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestLocalPngThumbnail","Output":" client.go:631: [CSAPI] GET hs1/_matrix/media/v3/thumbnail/hs1/5TyoDBhZ2K8DYsEboc5OeGaSDZ2TFzv7 =\u003e 200 OK (92.006022ms)\n"} -{"Time":"2024-04-23T18:06:38.660139547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestLocalPngThumbnail","Output":"--- PASS: TestLocalPngThumbnail (1.29s)\n"} -{"Time":"2024-04-23T18:06:38.660157617-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestLocalPngThumbnail","Elapsed":1.29} -{"Time":"2024-04-23T18:06:38.660165247-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePngThumbnail"} -{"Time":"2024-04-23T18:06:38.660168677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePngThumbnail","Output":"=== RUN TestRemotePngThumbnail\n"} -{"Time":"2024-04-23T18:06:39.720396009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePngThumbnail","Output":" media_thumbnail_test.go:37: Deploy times: 11.658436ms blueprints, 1.048529377s containers\n"} -{"Time":"2024-04-23T18:06:39.77319562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePngThumbnail","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (52.710431ms)\n"} -{"Time":"2024-04-23T18:06:39.827703095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePngThumbnail","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (54.418717ms)\n"} -{"Time":"2024-04-23T18:06:39.829742307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePngThumbnail","Output":" client.go:631: [CSAPI] POST hs1/_matrix/media/v3/upload =\u003e 200 OK (1.931553ms)\n"} -{"Time":"2024-04-23T18:06:40.029385452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePngThumbnail","Output":" client.go:631: [CSAPI] GET hs2/_matrix/media/v3/thumbnail/hs1/EKb87W2HwwnjmNlhd6KD2xziEHOSJiIn =\u003e 200 OK (199.572025ms)\n"} -{"Time":"2024-04-23T18:06:40.441337258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePngThumbnail","Output":"--- PASS: TestRemotePngThumbnail (1.78s)\n"} -{"Time":"2024-04-23T18:06:40.441362728-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRemotePngThumbnail","Elapsed":1.78} -{"Time":"2024-04-23T18:06:40.441373008-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal"} -{"Time":"2024-04-23T18:06:40.441378288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"=== RUN TestRestrictedRoomsSpacesSummaryLocal\n"} -{"Time":"2024-04-23T18:06:41.432499624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":" restricted_room_hierarchy_test.go:40: Deploy times: 10.726045ms blueprints, 980.388661ms containers\n"} -{"Time":"2024-04-23T18:06:41.482162782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (49.608519ms)\n"} -{"Time":"2024-04-23T18:06:41.50044144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (18.174608ms)\n"} -{"Time":"2024-04-23T18:06:41.509845026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (9.308217ms)\n"} -{"Time":"2024-04-23T18:06:41.511371032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!DdehZibETQei5we54c:hs1/state/m.space.child/!QYa0qC7782PD8CvpdU:hs1 =\u003e 200 OK (1.447257ms)\n"} -{"Time":"2024-04-23T18:06:41.511386192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":" restricted_room_hierarchy_test.go:84: SendEventSynced waiting for event ID $ZRlLrg-Xos0zAU5Yk8_sFe5ZUGP5E-6e_3ED7Gb1qS4\n"} -{"Time":"2024-04-23T18:06:41.515625075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (4.187893ms)\n"} -{"Time":"2024-04-23T18:06:41.515809813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":" restricted_room_hierarchy_test.go:92: Space: !DdehZibETQei5we54c:hs1\n"} -{"Time":"2024-04-23T18:06:41.515814723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":" restricted_room_hierarchy_test.go:93: Room: !QYa0qC7782PD8CvpdU:hs1\n"} -{"Time":"2024-04-23T18:06:41.575142365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (59.257182ms)\n"} -{"Time":"2024-04-23T18:06:41.577916941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v1/rooms/!DdehZibETQei5we54c:hs1/hierarchy =\u003e 200 OK (2.719246ms)\n"} -{"Time":"2024-04-23T18:06:41.57798033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":" restricted_room_hierarchy_test.go:99: \u001b[31mMatchResponse JSONCheckOff(rooms): unexpected item {\"name\":\"Room\",\"num_joined_members\":1,\"room_id\":\"!QYa0qC7782PD8CvpdU:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"join_rule\":\"restricted\",\"children_state\":[]} (mapped value !QYa0qC7782PD8CvpdU:hs1) - http://127.0.0.1:1195/_matrix/client/v1/rooms/%!D(MISSING)dehZibETQei5we54c:hs1/hierarchy =\u003e {\"rooms\":[{\"name\":\"Space\",\"num_joined_members\":1,\"room_id\":\"!DdehZibETQei5we54c:hs1\",\"world_readable\":true,\"guest_can_join\":false,\"room_type\":\"m.space\",\"children_state\":[{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910001510,\"sender\":\"@user-1:hs1\",\"state_key\":\"!QYa0qC7782PD8CvpdU:hs1\",\"type\":\"m.space.child\"}]},{\"name\":\"Room\",\"num_joined_members\":1,\"room_id\":\"!QYa0qC7782PD8CvpdU:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"join_rule\":\"restricted\",\"children_state\":[]}]}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:41.783547682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"2024/04/23 18:06:41 ============================================\n"} -{"Time":"2024-04-23T18:06:41.783565591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\n"} -{"Time":"2024-04-23T18:06:41.783569981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\n"} -{"Time":"2024-04-23T18:06:41.783573381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"2024/04/23 18:06:41 d0f60bb74394ba55dbb98775c89e3fd7fad098e0ce9afa2a9f87a6027f7f3ef5 : Server logs:\n"} -{"Time":"2024-04-23T18:06:41.78370717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:06:41.78371444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:06:41.78371948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:06:41.78372626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:06:41.78373092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:06:41.78373532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"+ echo 'IP.1 = 172.27.0.2'\n"} -{"Time":"2024-04-23T18:06:41.78373889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:06:41.7837432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:06:41.78374668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:06:41.78375193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:06:41.78375575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.033013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:06:41.78376412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.033112Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:06:41.78376991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.033417Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:06:41.78377373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.033423Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:06:41.78377903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.033429Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:06:41.78378286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.033435Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:06:41.783788439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.034077Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:06:41.783800379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\n"} -{"Time":"2024-04-23T18:06:41.783804869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:06:41.783808959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.034143Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:06:41.783813189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.036360Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:06:41.783816849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.037843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:06:41.783820439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.038450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:06:41.783825759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.039442Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:06:41.783829289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.394310Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 356.46057ms\n"} -{"Time":"2024-04-23T18:06:41.783832829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396505Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:06:41.783836359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396581Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:41.783839919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396596Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:41.783845189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396605Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:06:41.783848749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396613Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:06:41.783853989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396622Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:06:41.783860979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396631Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:06:41.783865949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396640Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:06:41.783872349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396649Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:06:41.783877109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396658Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:06:41.783885179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396672Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:06:41.783890129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:06:41.783896729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396691Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:06:41.783904408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396699Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:06:41.783948488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396721Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:06:41.783955438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396736Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:06:41.783961608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396746Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:06:41.783967278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396759Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:06:41.783970858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396772Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:06:41.783982528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.396782Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:06:41.783992188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.398382Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:06:41.783998558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.400964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:06:41.784008398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.415996Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:06:41.784029247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.416005Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:06:41.784037727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.416490Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:06:41.784041877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.416605Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:06:41.784078917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.430954Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:41.784087077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.431756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1195\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:41.784103537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.431905Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:06:41.784112887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.432237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:41.784119767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.432894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:41.784126596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.433262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1195\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:41.784137006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.433279Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:06:41.784144666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.473548Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:41.784151656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.475049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:41.784165376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.475212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:41.784176666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.475315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:41.784187176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.477785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:41.784201276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.477802Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:41.784210766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.477824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:41.784219406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.479112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:41.784231956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.479142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:41.784247955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.479151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:41.784256435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.479170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:41.784311495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.479224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:06:41.784321725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.479236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:06:41.784329835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.479261Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:41.784337905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.479269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:41.784392574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.480635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:41.784404324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:41.784511493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.480660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:41.784523853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:41.784535133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.480668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:41.784544373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:41.784553773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.481833Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:06:41.784563553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.481909Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m49 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:41.784571113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.482276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:41.784579582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.482304Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:41.784587512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.482311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:41.784596522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.482618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:41.784603182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.483104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1195\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"197\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:41.784612502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.483141Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"creation_content\": Object({\"type\": String(\"m.space\")}), \"initial_state\": Array([Object({\"content\": Object({\"history_visibility\": String(\"world_readable\")}), \"state_key\": String(\"\"), \"type\": String(\"m.room.history_visibility\")})]), \"name\": String(\"Space\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:06:41.784624392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.483894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:06:41.784644982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.483926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:06:41.784653522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.483974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:06:41.784694431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.485923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:41.784704341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.485975Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:41.784712941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.486049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:41.784724341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.488403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:41.784733631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.488458Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:41.784745191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.488479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:41.784754041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.488510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:41.784765641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.488529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:41.78483134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.488543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:41.78484592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.490423Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:41.78485431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.490487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:41.78486247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.490508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:41.78487121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.492430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:06:41.78488252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.492492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:06:41.784973959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.492514Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:41.784992829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.494518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:06:41.784998099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.494580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:41.785005439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.494601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:41.785010129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.496520Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"world_readable\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:06:41.785014479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.496582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"world_readable\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:06:41.785022399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.496604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"world_readable\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:41.785028209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.498578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:06:41.785032509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.498640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:41.785036938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.498662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:41.785042808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.500093Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:06:41.785047798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.500203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m17 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:41.785056348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.500651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:41.785066598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.500789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1195\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"245\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:41.785072528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.500806Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"initial_state\": Array([Object({\"content\": Object({\"allow\": Array([Object({\"room_id\": String(\"!DdehZibETQei5we54c:hs1\"), \"type\": String(\"m.room_membership\"), \"via\": Array([String(\"hs1\")])})]), \"join_rule\": String(\"restricted\")}), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")})]), \"name\": String(\"Room\"), \"preset\": String(\"public_chat\"), \"room_version\": String(\"8\")}))\n"} -{"Time":"2024-04-23T18:06:41.785078828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.501139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"8\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:06:41.785195727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.501154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"8\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:06:41.785201757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.501168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"8\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:06:41.785206597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.502127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:41.785213267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.502144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:41.785217847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.502177Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:41.785223967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.503365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:41.785232787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.503389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:41.785283616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.503396Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:41.785288596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.503408Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:41.785293986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.503416Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:41.785300066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.503422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:41.785305096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.504459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:41.785345796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.504486Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:41.785356156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.504497Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:41.785365136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.505516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:06:41.785369716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.505543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:06:41.785377225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.505551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:41.785385225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.506592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:06:41.785389505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.506619Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:41.785393655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.506627Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:41.785492284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.507609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!DdehZibETQei5we54c:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:41.785502304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.507636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!DdehZibETQei5we54c:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:41.785508664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.507644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!DdehZibETQei5we54c:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:41.785514424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.508761Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:06:41.785519874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.508788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:41.785525374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.508796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!QYa0qC7782PD8CvpdU:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:41.785533224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.509611Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:06:41.785537854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.509657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:41.785542404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.510013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:41.785547294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.510095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21DdehZibETQei5we54c:hs1/state/m.space.child/%21QYa0qC7782PD8CvpdU:hs1 {\"host\": \"127.0.0.1:1195\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"15\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:41.785553164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.510108Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21DdehZibETQei5we54c:hs1/state/m.space.child/%21QYa0qC7782PD8CvpdU:hs1 Some(Object({\"via\": Array([String(\"hs1\")])}))\n"} -{"Time":"2024-04-23T18:06:41.785557124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.510369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!QYa0qC7782PD8CvpdU:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.space.child)\n"} -{"Time":"2024-04-23T18:06:41.785564534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.510396Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!QYa0qC7782PD8CvpdU:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:41.785569784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.510405Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!QYa0qC7782PD8CvpdU:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DdehZibETQei5we54c:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:41.785635133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.511215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:41.785645133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.511495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:41.785650053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.511707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1195\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:41.785655383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.511720Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:41.785666203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.515263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:06:41.785670643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.515408Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:41.785675113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.516084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:41.785679483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.516218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1195\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:41.785683443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.516245Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:06:41.785688543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.574731Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:41.785694103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.574905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m58 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:41.785699033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.575267Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:41.785704743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.575295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:41.785720122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.575303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:41.785724532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.575501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:41.785727972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.575881Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%21DdehZibETQei5we54c:hs1/hierarchy {\"host\": \"127.0.0.1:1195\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:41.785735312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.575913Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%21DdehZibETQei5we54c:hs1/hierarchy None\n"} -{"Time":"2024-04-23T18:06:41.785739792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\u001b[2m2024-04-23T22:06:41.577701Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:41.785832481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"2024/04/23 18:06:41 ============== d0f60bb74394ba55dbb98775c89e3fd7fad098e0ce9afa2a9f87a6027f7f3ef5 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:06:41.785856651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\n"} -{"Time":"2024-04-23T18:06:41.785863061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"\n"} -{"Time":"2024-04-23T18:06:41.804484636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Output":"--- FAIL: TestRestrictedRoomsSpacesSummaryLocal (1.36s)\n"} -{"Time":"2024-04-23T18:06:41.804494805-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryLocal","Elapsed":1.36} -{"Time":"2024-04-23T18:06:41.804510205-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation"} -{"Time":"2024-04-23T18:06:41.804516245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"=== RUN TestRestrictedRoomsSpacesSummaryFederation\n"} -{"Time":"2024-04-23T18:06:42.990726035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":" restricted_room_hierarchy_test.go:121: Deploy times: 10.915853ms blueprints, 1.175246158s containers\n"} -{"Time":"2024-04-23T18:06:43.042818991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (52.025487ms)\n"} -{"Time":"2024-04-23T18:06:43.110181022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (67.265412ms)\n"} -{"Time":"2024-04-23T18:06:43.126348369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (16.087787ms)\n"} -{"Time":"2024-04-23T18:06:43.18798137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (61.526773ms)\n"} -{"Time":"2024-04-23T18:06:43.205401356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/createRoom =\u003e 200 OK (17.341086ms)\n"} -{"Time":"2024-04-23T18:06:43.208862465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!qGVbyqO3TiNbWcLE8d:hs1/state/m.space.child/!untUOiuw7gs5Jy139k:hs2 =\u003e 200 OK (3.36904ms)\n"} -{"Time":"2024-04-23T18:06:43.208895044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":" restricted_room_hierarchy_test.go:171: SendEventSynced waiting for event ID $0ejeQZitvbrvcBuUxb-Yd2FjSi2LGdFEhSkH8p9tjr8\n"} -{"Time":"2024-04-23T18:06:43.215514626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (6.550302ms)\n"} -{"Time":"2024-04-23T18:06:43.509432891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v1/rooms/!qGVbyqO3TiNbWcLE8d:hs1/hierarchy =\u003e 200 OK (293.644078ms)\n"} -{"Time":"2024-04-23T18:06:43.512782382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v1/rooms/!qGVbyqO3TiNbWcLE8d:hs1/hierarchy =\u003e 200 OK (3.248121ms)\n"} -{"Time":"2024-04-23T18:06:43.547911029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!qGVbyqO3TiNbWcLE8d:hs1 =\u003e 200 OK (35.010768ms)\n"} -{"Time":"2024-04-23T18:06:43.556091266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (8.128888ms)\n"} -{"Time":"2024-04-23T18:06:43.559746734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v1/rooms/!qGVbyqO3TiNbWcLE8d:hs1/hierarchy =\u003e 200 OK (3.463379ms)\n"} -{"Time":"2024-04-23T18:06:43.560624876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v1/rooms/!qGVbyqO3TiNbWcLE8d:hs1/hierarchy =\u003e 200 OK (795.952µs)\n"} -{"Time":"2024-04-23T18:06:43.560725585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":" restricted_room_hierarchy_test.go:191: \u001b[31mMatchResponse JSONCheckOff(rooms): unexpected item {\"name\":\"Room\",\"num_joined_members\":1,\"room_id\":\"!untUOiuw7gs5Jy139k:hs2\",\"world_readable\":false,\"guest_can_join\":false,\"join_rule\":\"restricted\",\"children_state\":[]} (mapped value !untUOiuw7gs5Jy139k:hs2) - http://127.0.0.1:1197/_matrix/client/v1/rooms/%!q(MISSING)GVbyqO3TiNbWcLE8d:hs1/hierarchy =\u003e {\"rooms\":[{\"name\":\"Space\",\"num_joined_members\":1,\"room_id\":\"!qGVbyqO3TiNbWcLE8d:hs1\",\"world_readable\":true,\"guest_can_join\":false,\"room_type\":\"m.space\",\"children_state\":[{\"content\":{\"via\":[\"hs2\"]},\"origin_server_ts\":1713910003206,\"sender\":\"@user-1:hs1\",\"state_key\":\"!untUOiuw7gs5Jy139k:hs2\",\"type\":\"m.space.child\"}]},{\"name\":\"Room\",\"num_joined_members\":1,\"room_id\":\"!untUOiuw7gs5Jy139k:hs2\",\"world_readable\":false,\"guest_can_join\":false,\"join_rule\":\"restricted\",\"children_state\":[]}]}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:43.766256327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"2024/04/23 18:06:43 ============================================\n"} -{"Time":"2024-04-23T18:06:43.766280717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.766286837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.766293497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"2024/04/23 18:06:43 478255aed9a0c7a9cd06883f617beed3f39204ca45c867011d08218836da074a : Server logs:\n"} -{"Time":"2024-04-23T18:06:43.766376106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:06:43.766385596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:06:43.766391326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:06:43.766399676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:06:43.766406446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:06:43.766416195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"+ echo 'IP.1 = 172.28.0.3'\n"} -{"Time":"2024-04-23T18:06:43.766425055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:06:43.766440625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:06:43.766449275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:06:43.766457625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:06:43.766463625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.357842Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:06:43.766471935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.357969Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:06:43.766482115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.358360Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:06:43.766500805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.358368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:06:43.766528574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.358374Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:06:43.766536174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.358380Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:06:43.766542484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.359166Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:06:43.766550804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.766555964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:06:43.766563774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.359246Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:06:43.766570364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.361685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:06:43.766578384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.363247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:06:43.766589194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.363833Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:06:43.766598134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.364857Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:06:43.766604654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.727438Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 364.186361ms\n"} -{"Time":"2024-04-23T18:06:43.766614614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729379Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:06:43.766621744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729446Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:43.766631853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729457Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:43.766641473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729464Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:06:43.766648673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729472Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:06:43.766656653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729480Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:06:43.766665803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729490Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:06:43.766673253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729499Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:06:43.766681463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729508Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:06:43.766688503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729520Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:06:43.766698523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729530Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:06:43.766704343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729537Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:06:43.766714083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729546Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:06:43.766719813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729553Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:06:43.766725513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729575Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:06:43.766734993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729589Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:06:43.766745312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729598Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:06:43.766752702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729611Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:06:43.766759012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729624Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:06:43.766766822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.729634Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:06:43.766773542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.731434Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:06:43.766781022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.734128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:06:43.766789832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.750144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:06:43.766795972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.750154Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:06:43.766802932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.750611Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:06:43.766812832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.750733Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:06:43.766820332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.791470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.766828772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.791992Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1199\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:43.766838302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.792090Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:06:43.766844931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.792383Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:43.766852271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.127013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.766860911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.127728Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1199\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:43.766873101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.127774Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-3\")}))\n"} -{"Time":"2024-04-23T18:06:43.766883111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.177375Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-3:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:43.766892691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.179357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:43.766902571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.179545Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:43.766916931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.179666Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:43.766925191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.182625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:43.76696062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.182648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:43.76697015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.182678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:43.76698052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.184527Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:43.76698923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.184562Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:43.76700357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.184572Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:43.76701205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.184596Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:43.76702003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.184653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs2\", \"@user-3:hs2\"}\n"} -{"Time":"2024-04-23T18:06:43.76702815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.184665Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:06:43.76703597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.184691Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:43.76704665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.184699Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.76705832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.186296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:43.767068599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:43.767085129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.186324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:43.767095829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:43.767108349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.186333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:43.767117619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.767127939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.187618Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-3:hs2 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:06:43.767135009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.187701Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m60 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:43.767143249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.188260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:43.767151429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.188308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:43.767159329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.188318Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.767169049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.188346Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.767177409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.188796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1199\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"245\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:43.767186638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.188830Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"initial_state\": Array([Object({\"content\": Object({\"allow\": Array([Object({\"room_id\": String(\"!qGVbyqO3TiNbWcLE8d:hs1\"), \"type\": String(\"m.room_membership\"), \"via\": Array([String(\"hs1\")])})]), \"join_rule\": String(\"restricted\")}), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")})]), \"name\": String(\"Room\"), \"preset\": String(\"public_chat\"), \"room_version\": String(\"8\")}))\n"} -{"Time":"2024-04-23T18:06:43.767195928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.189388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-3:hs2\",\"room_version\":\"8\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:06:43.767211278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.189422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-3:hs2\",\"room_version\":\"8\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:06:43.767221438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.189448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-3:hs2\",\"room_version\":\"8\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:06:43.767229588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.191235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:43.767240058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.191269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:43.767251418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.191332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:43.767263748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.193604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:43.767274008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.193651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:43.767283008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.193667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:43.767296437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.193692Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:43.767308507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.193708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:43.767322337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.193720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-3:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.767332787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.195561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:43.767342487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.195616Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:43.767352907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.195633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.767363247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.197501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:06:43.767371367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.197555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:06:43.767380307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.197578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.767393257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.199533Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:06:43.767403787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.199588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:43.767411606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.199605Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.767419526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.201499Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!qGVbyqO3TiNbWcLE8d:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:43.767428646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.201553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!qGVbyqO3TiNbWcLE8d:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:43.767438186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.201569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!qGVbyqO3TiNbWcLE8d:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.767446986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.203516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:06:43.767455596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.203571Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:43.767464026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.203587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!untUOiuw7gs5Jy139k:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.767471166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.205032Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-3:hs2 created a room\n"} -{"Time":"2024-04-23T18:06:43.767477516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.205140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m16 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:43.767486996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.363858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.767493716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.364321Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs1 keys\n"} -{"Time":"2024-04-23T18:06:43.767501426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.364339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:06:43.767508066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.364719Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:43.767515306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.364921Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:06:43.767522555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.364947Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:06:43.767529745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.365026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:06:43.767538455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.365053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.767548485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.365075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:43.767559855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.365102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.767573205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.365140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 19601:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:43.767582655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.767589085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:06:43.767594175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.767600345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.365337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:43.767609645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.365404Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:43.767620195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.365551Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:06:43.767643974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.365567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 19601\n"} -{"Time":"2024-04-23T18:06:43.767652364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.365584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 19601:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:06:43.767660184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.767665374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:06:43.767674824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:06:43.767681794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"hs1. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:06:43.767687044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:06:43.767693834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.767700004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.767706394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.365599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 19601:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:06:43.767714904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.767721354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:06:43.767727774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:06:43.767733524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"hs1. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:06:43.767738724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:06:43.767744564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.767750703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.767757523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.365857Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:06:43.767767563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.365876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:06:43.767777473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.365972Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:06:43.767786963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.365998Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:06:43.767799123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.366013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:06:43.767813333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.366032Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:06:43.767821453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.366068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:06:43.767829343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.366089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:06:43.767837323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.366102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.767845773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.366114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:43.767857883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.366124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.767865542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.366149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 35445:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:43.767873622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.767882082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.767888322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.767895712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.366279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:43.767906122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.366330Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:43.783737881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.367516Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:43.783790281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.367529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 35445\n"} -{"Time":"2024-04-23T18:06:43.783794781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.367547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 35445:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:43.783798291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.783801651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.783805421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:43.783808851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:43.783812381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":". 85965 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:43.783815841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.783818211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.783821041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.367563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:43.783827821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.367575Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:43.783832951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.367674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:43.783837581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.367705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.783842261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.367771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m27452\n"} -{"Time":"2024-04-23T18:06:43.783846341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.367785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 27452:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:43.78384998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.78385242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.7838548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.78386077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.367806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:43.78386361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.370084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:43.7838679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.370095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:06:43.7838707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.370102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:43.7838744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.370111Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:43.7838778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.370117Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:43.78388183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.370123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:43.78388579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.370128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:43.78388938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.370139Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:43.78389413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.370172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 27452:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:43.78389982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.78390306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.7839061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:43.78390915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:43.78391214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":". 85965 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:43.78391466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.78391695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.7839199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.370218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:06:43.78392378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.370235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.78392791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.370254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:43.78393787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.370270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.78394175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.370311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 16134:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:43.78394452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.78394729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.78394961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.78395301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.370350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:43.78395864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.370397Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:43.783963969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.371521Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:43.783970489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.371534Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 16134\n"} -{"Time":"2024-04-23T18:06:43.783975539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.371550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 16134:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:43.783980439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.783983469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.783986579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:43.783989889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:43.783994099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":". 85965 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:43.783997479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.784000759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.784004449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.371566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:43.784008679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.371577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:43.784012679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.371585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.784017019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.371607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:43.784019869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.371618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m24084\n"} -{"Time":"2024-04-23T18:06:43.784023319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.371623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 24084:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:43.784027199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.784030289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.784033769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.784037109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.371632Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:43.784040599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.414135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:43.784043539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.414148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:06:43.784047029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.414156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:43.784050779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.414167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:43.784054339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.414175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:43.784057409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.414182Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:43.784060079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.414189Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:43.784063379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.414199Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:43.784066539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.414234Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 24084:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:43.784069978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.784072468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.784074948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:43.784077418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:43.784080328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":". 85965 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:43.784082898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.784085178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.784088148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.414282Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:43.784092068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.414314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:06:43.784096578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.414347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:06:43.784100508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.414368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.784104578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.414393Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:43.784108968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.414412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.784113458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.414463Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 54658:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:43.784116088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.784119358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.784122348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.784126058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.414524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:43.784129828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.414577Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:43.784133558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.415633Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:43.784137858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.415661Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 54658\n"} -{"Time":"2024-04-23T18:06:43.784142438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.415694Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 54658:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:43.784145598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.784147928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.784150288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:43.784153598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:43.784156148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":". 85965 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:43.784158558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.784160898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.784163888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.415725Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:43.784169398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.415749Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:43.784175118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.415768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.784179567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.415815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:43.784183497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.415834Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m7669\n"} -{"Time":"2024-04-23T18:06:43.784187197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.415846Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 7669:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:43.784189997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.784193957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.784196537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.784199177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.415865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:43.784201887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.459201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:43.784204637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.459216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:06:43.784207337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.459224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:43.784210037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.459235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:43.784213417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.459242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:43.784217737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.459249Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:43.784221917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.459256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:43.784224797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.459267Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:43.784227927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.459307Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 7669:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:43.784231247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.784233677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.784236207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:43.784238637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:43.784241147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":". 85965 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:43.784243637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.784245957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.784248787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.459362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:06:43.784252657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.459383Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.784257487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.459406Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:43.784263627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.459425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.784267707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.459475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 6010:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:43.784270547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.784272897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.784275427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.784278307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.459526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:43.784282107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.459570Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:43.784286366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.460666Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:43.784290156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.460692Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 6010\n"} -{"Time":"2024-04-23T18:06:43.784295396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.460727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 6010:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:43.784299356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.784302416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.784305126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:43.784307596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:43.784310536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":". 85965 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:43.784313266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.784315596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.784318606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.460757Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:43.784323316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.460781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:43.784328336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.460800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.784331946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.460845Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:43.784334776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.460863Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m37100\n"} -{"Time":"2024-04-23T18:06:43.784337826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.460875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 37100:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:43.784340476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.784342826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.784345416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.784348616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.460895Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:43.784352116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.502814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:43.784356176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.502828Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:06:43.784359176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.502835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:43.784362026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.502846Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:43.784364896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.502852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:43.784367696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.502859Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:43.784370466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.502865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:43.784373796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.502876Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:43.784378696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.502913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 37100:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:43.784383046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.784386196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.784388826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:43.784391326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:43.784393905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":". 85965 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:43.784396485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.784398895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.784401885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.502978Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:43.784406745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.503037Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:06:43.784412925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.503123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:06:43.784418605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.503399Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:43.784438015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.503461Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:43.784442115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.503495Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:06:43.784446025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.503522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:06:43.784451175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.503705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:06:43.784456605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.505948Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:43.784461675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.506029Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:43.784466395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.506864Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:43.784472515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.506889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:43.784478025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.507058Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:43.784483405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.507078Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:43.784488565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.507166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:43.784494285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.507606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/hierarchy/!untUOiuw7gs5Jy139k:hs2 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:06:43.784498795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.507632Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/hierarchy/!untUOiuw7gs5Jy139k:hs2 None\n"} -{"Time":"2024-04-23T18:06:43.784502724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.508316Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::spaces\u001b[0m\u001b[2m:\u001b[0m User is not allowed to see room !untUOiuw7gs5Jy139k:hs2\n"} -{"Time":"2024-04-23T18:06:43.784505904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.508352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_NOT_FOUND: The requested room was not found\n"} -{"Time":"2024-04-23T18:06:43.784509164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.508449Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m144 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:43.784512714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.511066Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.784516854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.511283Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:43.784522634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.511444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/hierarchy/!untUOiuw7gs5Jy139k:hs2 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:06:43.784526514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.511463Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/hierarchy/!untUOiuw7gs5Jy139k:hs2 None\n"} -{"Time":"2024-04-23T18:06:43.784529674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.511912Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::spaces\u001b[0m\u001b[2m:\u001b[0m User is not allowed to see room !untUOiuw7gs5Jy139k:hs2\n"} -{"Time":"2024-04-23T18:06:43.784532794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.511964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_NOT_FOUND: The requested room was not found\n"} -{"Time":"2024-04-23T18:06:43.784536024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.512058Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:06:43.784539514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.513046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.784544954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.513227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21qGVbyqO3TiNbWcLE8d:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1199\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:43.784549764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.513240Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21qGVbyqO3TiNbWcLE8d:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:43.784554104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.513415Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !qGVbyqO3TiNbWcLE8d:hs1 over federation.\n"} -{"Time":"2024-04-23T18:06:43.784558444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.513515Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:06:43.784563324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.513611Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:43.784567694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.513733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!qGVbyqO3TiNbWcLE8d:hs1/@user-3:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:43.784572674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.513762Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:43.784576804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.513774Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:43.784581544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.515584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.784585644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.515840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:43.784590464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.517426Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:43.784595804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.517452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:43.784601354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.517477Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!qGVbyqO3TiNbWcLE8d:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!qGVbyqO3TiNbWcLE8d:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:43.784606394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.517493Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:43.784611203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.517518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_join/!qGVbyqO3TiNbWcLE8d:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:43.784616783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.517574Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$EoIBYd0Lt03CaA28ZKGoJy_g7d1Qs5uSki9VXioOiFk\",\"$cBjqiZg7FWCNfCidbtCr63A1KlJKD5gbrat8KA2isbA\",\"$f01l01_FrV54vhoRIIZUGog4X4c92cHIXIs4RF00sxs\"],\"content\":{\"membership\":\"join\"},\"depth\":10,\"hashes\":{\"sha256\":\"ppddnCiwNz4lFKwB3D/YG9hgVSqkZlYaNcNP9aUTWGQ\"},\"origin\":\"hs1\",\"origin_server_ts\":1713910003516,\"prev_events\":[\"$0ejeQZitvbrvcBuUxb-Yd2FjSi2LGdFEhSkH8p9tjr8\"],\"room_id\":\"!qGVbyqO3TiNbWcLE8d:hs1\",\"sender\":\"@user-3:hs2\",\"signatures\":{\"hs1\":{\"ed25519:47tEZhMl\":\"j7DG+foosMYmPczfM3W/L//kfzKntKfysIwOoNYRwdE0302Lj1bXQeegQwt6WZ95hk2nqoKCFNCRStPeXmIRDQ\"}},\"state_key\":\"@user-3:hs2\",\"type\":\"m.room.member\"}) })\n"} -{"Time":"2024-04-23T18:06:43.784625673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.517593Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:06:43.784629853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.517807Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for send_join in room !qGVbyqO3TiNbWcLE8d:hs1\n"} -{"Time":"2024-04-23T18:06:43.784633943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.518028Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:43.784642163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.518340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!qGVbyqO3TiNbWcLE8d:hs1/$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:43.784646383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.518395Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:43.784650543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.518414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:43.784655053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.536681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:43.784659663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.536708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:43.784666203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.536732Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_join/!qGVbyqO3TiNbWcLE8d:hs1/$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU with https://hs1:8448/_matrix/federation/v2/send_join/!qGVbyqO3TiNbWcLE8d:hs1/$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\n"} -{"Time":"2024-04-23T18:06:43.784669963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.536747Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:43.784673623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.536772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v2/send_join/!qGVbyqO3TiNbWcLE8d:hs1/$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\n"} -{"Time":"2024-04-23T18:06:43.784677063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.536865Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:06:43.784680103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.537087Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:06:43.784683253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.537187Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:06:43.784686683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.537392Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs1\n"} -{"Time":"2024-04-23T18:06:43.784690483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.537775Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We had all keys cached locally, not fetching any keys from remote servers\n"} -{"Time":"2024-04-23T18:06:43.784694353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.537796Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:06:43.784700283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.540950Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:06:43.784704883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.541831Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:06:43.784708293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.541868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU (m.room.member)\n"} -{"Time":"2024-04-23T18:06:43.784711953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.542016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:43.784715163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.542269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:43.784718282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.542293Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:06:43.784722002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.545603Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:06:43.784725242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.546328Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:06:43.784729082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.547390Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:06:43.784733442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.547596Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m34 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:43.784737722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.548550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.784742972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.548812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1199\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:43.784748342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.548839Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:43.784785342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.549696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.784790642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.550021Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:43.784794452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.550193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/5djEm9B4gqCRx2YLP9vNT8jc50wp7RVfVTv32lIMd8Q {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1008\"}\n"} -{"Time":"2024-04-23T18:06:43.784800692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.550204Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/5djEm9B4gqCRx2YLP9vNT8jc50wp7RVfVTv32lIMd8Q Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([Object({\"currently_active\": Bool(true), \"last_active_ago\": 0, \"presence\": String(\"online\"), \"status_msg\": String(\"\"), \"user_id\": String(\"@user-1:hs1\")})])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713910003537, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$EoIBYd0Lt03CaA28ZKGoJy_g7d1Qs5uSki9VXioOiFk\"), String(\"$cBjqiZg7FWCNfCidbtCr63A1KlJKD5gbrat8KA2isbA\"), String(\"$f01l01_FrV54vhoRIIZUGog4X4c92cHIXIs4RF00sxs\")]), \"content\": Object({\"displayname\": String(\"user-3 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 10, \"hashes\": Object({\"sha256\": String(\"RUwwOxkpha3ipJ1dDBXfzohOAwYJobADe4Q"} -{"Time":"2024-04-23T18:06:43.784810002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"plin3xhg\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910003517, \"prev_events\": Array([String(\"$0ejeQZitvbrvcBuUxb-Yd2FjSi2LGdFEhSkH8p9tjr8\")]), \"room_id\": String(\"!qGVbyqO3TiNbWcLE8d:hs1\"), \"sender\": String(\"@user-3:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"u2X4X70+KbX34bRE71LsLqS5uSxMNyGeBpDa8X5VlEk/aSoPsNb0q6RAD8acJGV1cJBKtxiCzxDrlzLyOVPICA\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"5LKanFbEdAdjKJCZw9U7Zq7kh5444Gui9tYiHOPlgiN3QQCvpT4jPvGGlaWHGY2FHA8ViLwxKJzdqXZAaxhABw\")})}), \"state_key\": String(\"@user-3:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({})})])}))\n"} -{"Time":"2024-04-23T18:06:43.784817412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.550412Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m162.219µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"5djEm9B4gqCRx2YLP9vNT8jc50wp7RVfVTv32lIMd8Q\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:06:43.784822992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.550444Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:06:43.784827601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.550507Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:43.784831641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.550551Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:43.784835131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.550588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m339.547µs\n"} -{"Time":"2024-04-23T18:06:43.784839381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.550626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m30.01µs \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m377.747µs\n"} -{"Time":"2024-04-23T18:06:43.784889271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.550722Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m473.576µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"5djEm9B4gqCRx2YLP9vNT8jc50wp7RVfVTv32lIMd8Q\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:06:43.784894751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.550795Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:43.784900051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.555551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-3:hs2 timeout:300s\n"} -{"Time":"2024-04-23T18:06:43.784903571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.555568Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 1: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:06:43.784906571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.555801Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:43.784910871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.557308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.784915261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.557502Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:43.784919491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.557648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/hierarchy/!untUOiuw7gs5Jy139k:hs2 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:06:43.784923191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.557667Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/hierarchy/!untUOiuw7gs5Jy139k:hs2 None\n"} -{"Time":"2024-04-23T18:06:43.784926461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.558712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/hierarchy/:room_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:43.784929551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"2024/04/23 18:06:43 ============== 478255aed9a0c7a9cd06883f617beed3f39204ca45c867011d08218836da074a : END LOGS ==============\n"} -{"Time":"2024-04-23T18:06:43.78493952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.78494236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.994520696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"2024/04/23 18:06:43 ============================================\n"} -{"Time":"2024-04-23T18:06:43.994540356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.994543666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.994546596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"2024/04/23 18:06:43 8d6fe41e407870c0ee6bb94c6f4772960338d2e1744ab2c01143a950a663e99a : Server logs:\n"} -{"Time":"2024-04-23T18:06:43.994733444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:06:43.994751474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:06:43.994755014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:06:43.994760194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:06:43.994763274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:06:43.994766404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"+ echo 'IP.1 = 172.28.0.2'\n"} -{"Time":"2024-04-23T18:06:43.994769184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:06:43.994772294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:06:43.994775014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:06:43.994783334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:06:43.994787204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.556814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:06:43.994790474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.556951Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:06:43.994796314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.557338Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:06:43.994800374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.557345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:06:43.994804224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.557351Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:06:43.994809694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.557361Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:06:43.994812894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.558143Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:06:43.994817264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.994820674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:06:43.994825824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.558219Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:06:43.994831124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.560599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:06:43.994851323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.562228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:06:43.994856833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.562859Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:06:43.994872253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.563890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:06:43.994876013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.913321Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 351.088327ms\n"} -{"Time":"2024-04-23T18:06:43.994881613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.915809Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:06:43.994886823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.915877Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:43.994895003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.915889Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:43.994899393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.915896Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:06:43.994905593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.915902Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:06:43.994918273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.915909Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:06:43.994922713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.915916Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:06:43.994940493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.915923Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:06:43.994969512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.915930Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:06:43.994973392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.915947Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:06:43.994977792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.915954Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:06:43.994982302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.915962Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:06:43.994995262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.915969Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:06:43.994998322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.915975Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:06:43.995002812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.915992Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:06:43.995010492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.916004Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:06:43.995025212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.916012Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:06:43.995038142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.916022Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:06:43.995041772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.916031Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:06:43.995047862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.916040Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:06:43.995065511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.917866Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:06:43.995069421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.920817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:06:43.995074861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.937242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:06:43.995079541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.937251Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:06:43.995084601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.937930Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:06:43.995093271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.938107Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:06:43.995102891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.989230Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.995117001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.989892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1197\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:43.995125801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.990024Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:06:43.995130431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.990348Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:43.995135141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.991279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.995148381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.991863Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1197\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:43.995153781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:42.991890Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:06:43.9951769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.032875Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:43.99518372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.034736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:43.99519219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.034959Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:43.99519784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.035104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:43.99520342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.037924Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:43.99521314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.037948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:43.99522317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.037974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:43.99522922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.039408Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:43.99524531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.039436Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:43.9952542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.039448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:43.99526116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.039475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:43.99528098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.039551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:06:43.99528532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.039564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:06:43.995289979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.039592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:43.995396269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.039602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.995404008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.041117Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:43.995409368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:43.995430568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.041146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:43.995435618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:43.995480068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.041156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:43.995486048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.995490678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.042465Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:06:43.995494788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.042553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m51 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:43.995500628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.043241Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.995504248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.043438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:43.995508878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.043507Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:43.995513497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.043529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.995557887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.043598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1197\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:43.995562637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.043638Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:06:43.995566387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.109726Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:43.995571097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.109899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m66 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:43.995574637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.110302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:43.995662066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.110342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:43.995668146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.110352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.995671936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.110398Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.995677136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.110628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1197\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"197\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:43.995681266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.110649Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"creation_content\": Object({\"type\": String(\"m.space\")}), \"initial_state\": Array([Object({\"content\": Object({\"history_visibility\": String(\"world_readable\")}), \"state_key\": String(\"\"), \"type\": String(\"m.room.history_visibility\")})]), \"name\": String(\"Space\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:06:43.995687006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.110861Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:06:43.995692896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.110875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:06:43.995698556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.110891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:06:43.995705486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.112318Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:43.995712316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.112359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:43.995841535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.112433Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:43.995848305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.114721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:43.995853145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.114772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:43.995859364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.114794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:43.995863854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.114826Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:43.995868244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.114847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:43.995874914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.114863Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.995879274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.116696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:43.995885274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.116750Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:43.995890744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.116767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.995993283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.118613Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:06:43.996000393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.118669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:06:43.996006793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.118685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.996014103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.120605Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:06:43.996019633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.120660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:43.996025013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.120677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.996033003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.122567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"world_readable\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:06:43.996137352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.122621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"world_readable\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:06:43.996151532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.122638Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"world_readable\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.996162512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.124565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:06:43.996173092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.124620Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:43.996188032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.124636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.996198221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.126006Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:06:43.996206581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.126098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m15 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:43.996215241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.205719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.996223801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.206006Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21qGVbyqO3TiNbWcLE8d:hs1/state/m.space.child/%21untUOiuw7gs5Jy139k:hs2 {\"host\": \"127.0.0.1:1197\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"15\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:43.996238041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.206041Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21qGVbyqO3TiNbWcLE8d:hs1/state/m.space.child/%21untUOiuw7gs5Jy139k:hs2 Some(Object({\"via\": Array([String(\"hs2\")])}))\n"} -{"Time":"2024-04-23T18:06:43.996247671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.206694Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs2\"]}), unsigned: None, state_key: Some(\"!untUOiuw7gs5Jy139k:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.space.child)\n"} -{"Time":"2024-04-23T18:06:43.996258731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.206767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs2\"]}), unsigned: None, state_key: Some(\"!untUOiuw7gs5Jy139k:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:43.996271581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.206791Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs2\"]}), unsigned: None, state_key: Some(\"!untUOiuw7gs5Jy139k:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:43.996282131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.208581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:43.996290681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.209098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.996302361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.209455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1197\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:43.99632473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.209481Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:43.99633297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.214960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:06:43.99634376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.215220Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m6 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:43.99635248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.215908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.99636112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.216132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%21qGVbyqO3TiNbWcLE8d:hs1/hierarchy {\"host\": \"127.0.0.1:1197\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:43.99637345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.216151Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%21qGVbyqO3TiNbWcLE8d:hs1/hierarchy None\n"} -{"Time":"2024-04-23T18:06:43.99638201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.217006Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::spaces\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for /hierarchy\n"} -{"Time":"2024-04-23T18:06:43.99639033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.217499Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:43.99639943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.217759Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:06:43.99640877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.217786Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:06:43.99642167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.217892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:06:43.996431749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.217929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.996442739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.217970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:43.996501719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.218008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.996542588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.218060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 29772:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:43.996551028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.996559618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:06:43.996566328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.996574198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.218246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:43.996584838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.218320Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:43.996594868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.218731Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:06:43.996604948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.218771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 29772\n"} -{"Time":"2024-04-23T18:06:43.996615328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.218816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 29772:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:06:43.996627828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.996634448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:06:43.996640918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:06:43.996647468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"hs2. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:06:43.996653817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:06:43.996660137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.996666497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.996674537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.218851Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 29772:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:06:43.996683417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.996693137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:06:43.996699957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:06:43.996706577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"hs2. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:06:43.996712857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:06:43.996719077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.996725587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.996733327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.220094Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:06:43.996743737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.220132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:443\n"} -{"Time":"2024-04-23T18:06:43.996758017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.220303Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:06:43.996770496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.220344Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:06:43.996784326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.220361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:06:43.996797586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.220383Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:06:43.996807606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.220424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:06:43.996819076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.220446Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:06:43.996829316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.220458Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.996844286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.220473Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:43.996855346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.220484Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.996864796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.220518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 60714:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:43.996872016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.996879815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.996886805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.996894295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.220792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:43.996904365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.220926Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:43.996914455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.222244Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:43.996924125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.222260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 60714\n"} -{"Time":"2024-04-23T18:06:43.996953095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.222277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 60714:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:43.996963165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.996969835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.996976665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:43.996987865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:43.996994904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":". 85965 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:43.997001414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.997007784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.997015864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.222294Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:43.997026914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.222306Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:43.997037354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.222454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:43.997047634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.222494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.997058814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.222551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m54408\n"} -{"Time":"2024-04-23T18:06:43.997067084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.222561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 54408:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:43.997074454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.997080744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.997087334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.997094024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.222576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:43.997101774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.224683Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:43.997109093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.224692Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:06:43.997116573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.224697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:43.997123993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.224704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:43.997135693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.224709Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:43.997144323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.224713Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:43.997151783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.224717Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:43.997159493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.224723Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:43.997167943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.224747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 54408:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:43.997176683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.997183093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.997189573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:43.997196363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:43.997204773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":". 85965 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:43.997211583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.997218223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.997226102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.224777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:06:43.997236272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.224789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.997247382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.224803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:43.997257812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.224814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.997267632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.224843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 35484:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:43.997276372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.997282872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.997290272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.997305292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.224874Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:43.997315752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.224899Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:43.997325862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.225672Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:43.997337091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.225686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 35484\n"} -{"Time":"2024-04-23T18:06:43.997347291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.225711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 35484:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:43.997355711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.997362381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.997369461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:43.997376041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:43.997382701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":". 85965 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:43.997389281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.997395541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.997403671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.225729Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:43.997414441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.225743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:43.997425361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.225752Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.997435731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.225776Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:43.997443451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.225786Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m25063\n"} -{"Time":"2024-04-23T18:06:43.99745138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.225792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 25063:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:43.99745869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.99746526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.99747149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.99747812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.225802Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:43.99748619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.272791Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:43.99749363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.272799Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:06:43.99750775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.272805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:43.99751546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.272812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:43.99752292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.272817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:43.99753186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.272821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:43.99753959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.272826Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:43.99754681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.272833Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:43.99755536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.272860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 25063:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:43.997564159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.997570729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.997577359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:43.997583939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:43.997590609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":". 85965 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:43.997597349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.997603969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.997611839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.272891Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:43.997622179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.272915Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:06:43.997632469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.272947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:06:43.997643059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.272962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.997654289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.272979Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:43.997666519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.272993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.997676068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.273026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 8051:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:43.997683578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.997690138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.997696708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.997704578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.273056Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:43.997715208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.273081Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:43.997725018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.274299Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:43.997734908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.274331Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 8051\n"} -{"Time":"2024-04-23T18:06:43.997750718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.274368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 8051:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:43.997760308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.997767168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.997773868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:43.997780268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:43.997786807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":". 85965 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:43.997793607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.997800187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.997808197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.274398Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:43.997819057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.274425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:43.997829667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.274447Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.997839137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.274500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:43.997846827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.274523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m52263\n"} -{"Time":"2024-04-23T18:06:43.997854577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.274536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 52263:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:43.997862447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.997868737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.997875527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.997882357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.274558Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:43.997890017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.316974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:43.997897417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.316981Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:06:43.997904896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.316987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:43.997913796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.316994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:43.997921446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.316999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:43.997928896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.317004Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:43.997951456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.317008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:43.997959146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.317015Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:43.997967446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.317036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 52263:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:43.997976306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.997982836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.997989516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:43.998003586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:43.998010716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":". 85965 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:43.998017575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.998023835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.998031475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.317067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:06:43.998041925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.317081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.998053335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.317095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:43.998064115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.317107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.998070975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.317139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 41055:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:43.998075675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.998079055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.998082455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.998086605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.317191Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:43.998092345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.317250Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:43.998098535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.318374Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:43.998103685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.318385Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 41055\n"} -{"Time":"2024-04-23T18:06:43.998108865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.318402Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 41055:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:43.998114555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.998117955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.998121355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:43.998125345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:43.998129104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":". 85965 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:43.998132664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.998135894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.998140234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.318415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:43.998145954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.318425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:43.998151594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.318433Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:43.998156434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.318453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:43.998160314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.318462Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m32996\n"} -{"Time":"2024-04-23T18:06:43.998164404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.318467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 32996:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:43.998170944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.998174354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.998177824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.998181514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.318474Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:43.998186124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.361084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:43.998190154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.361096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:06:43.998193904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.361104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:43.998197654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.361115Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:43.998201574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.361122Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:43.998205524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.361129Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:43.998209254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.361136Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:43.998213204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.361147Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:43.998217494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.361180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 32996:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:43.998222714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; query\n"} -{"Time":"2024-04-23T18:06:43.998226074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:43.998229454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:43.998232824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:43.998236284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":". 85965 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:43.998240484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:43.998243733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:43.998250033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.361227Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:43.998255453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.361284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:06:43.998260603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.361374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:06:43.998266393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.361647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/hierarchy/!untUOiuw7gs5Jy139k:hs2\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:43.998272503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.361709Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:43.998277613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.361742Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:06:43.998282783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.361769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:06:43.998287653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.361965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:06:43.998293223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.363537Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:43.998298633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.363624Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:43.998305583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.506336Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.998310203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.506642Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:43.998315033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.508688Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:43.998320153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.508717Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:43.998325953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.508841Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/hierarchy/!untUOiuw7gs5Jy139k:hs2 with https://hs2:8448/_matrix/federation/v1/hierarchy/!untUOiuw7gs5Jy139k:hs2\n"} -{"Time":"2024-04-23T18:06:43.998331103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.508861Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:43.998336703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.508958Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 404 for GET https://hs2:8448/_matrix/federation/v1/hierarchy/!untUOiuw7gs5Jy139k:hs2\n"} -{"Time":"2024-04-23T18:06:43.998343673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.509124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m293 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:43.998348203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.509672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.998353003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.509778Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%21qGVbyqO3TiNbWcLE8d:hs1/hierarchy {\"host\": \"127.0.0.1:1197\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:43.998358722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.509789Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%21qGVbyqO3TiNbWcLE8d:hs1/hierarchy None\n"} -{"Time":"2024-04-23T18:06:43.998364642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.509957Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::spaces\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for /hierarchy\n"} -{"Time":"2024-04-23T18:06:43.998369242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.509982Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:43.998373932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.510006Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:06:43.998380682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.510016Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:06:43.998385812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.510055Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:06:43.998393042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.510071Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:443\n"} -{"Time":"2024-04-23T18:06:43.998401212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.510215Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:06:43.998524231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.510258Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:06:43.998530411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.510283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:06:43.998535091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.510320Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:06:43.998540771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.510350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:06:43.998545641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.510393Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:43.998552841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.510422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:06:43.998560071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.510451Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:43.998566041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.510485Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:06:43.998572721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.510546Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:06:43.998578631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.510747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/hierarchy/!untUOiuw7gs5Jy139k:hs2\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:43.99858628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.510788Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:43.99859294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.510808Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:43.99859797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.512274Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:43.99860368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.512297Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:43.998696879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.512322Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/hierarchy/!untUOiuw7gs5Jy139k:hs2 with https://hs2:8448/_matrix/federation/v1/hierarchy/!untUOiuw7gs5Jy139k:hs2\n"} -{"Time":"2024-04-23T18:06:43.998701929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.512338Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:43.998705809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.512364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 404 for GET https://hs2:8448/_matrix/federation/v1/hierarchy/!untUOiuw7gs5Jy139k:hs2\n"} -{"Time":"2024-04-23T18:06:43.998711089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.512524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:43.998715159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.513987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.998721559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.514458Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs2 keys\n"} -{"Time":"2024-04-23T18:06:43.998728669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.514489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:06:43.998735099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.514671Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:43.998741949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.514715Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:06:43.998749499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.514740Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:06:43.998753909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.514835Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:06:43.998762919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.514871Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:443\n"} -{"Time":"2024-04-23T18:06:43.998771469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.515064Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:06:43.998780249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.515088Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:06:43.998789299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.515103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:06:43.998796729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.515125Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:06:43.998881508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.515143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:06:43.998886748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.515166Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:43.998891008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.515181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:06:43.998896708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.515200Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:43.998902558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.515222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:06:43.998909978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.515255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:06:43.998917788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.515352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:43.998923837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.515373Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:43.998929297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.515385Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:43.998945007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.516008Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:43.998952387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.516021Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:43.998958597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.516123Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/key/v2/server with https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:43.998965867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.516134Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:43.998975777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.516149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:43.998982597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.516379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!qGVbyqO3TiNbWcLE8d:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:43.999077776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.516391Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!qGVbyqO3TiNbWcLE8d:hs1/@user-3:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:43.999082696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.516549Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:43.999086286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.516926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:43.999091396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.516954Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:43.999094866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.516989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:43.999102056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.517267Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:43.999108256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.518647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:43.999113006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.518871Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:43.999120026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.519113Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!qGVbyqO3TiNbWcLE8d:hs1/$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"773\"}\n"} -{"Time":"2024-04-23T18:06:43.999127316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.519136Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!qGVbyqO3TiNbWcLE8d:hs1/$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU Some(Object({\"auth_events\": Array([String(\"$EoIBYd0Lt03CaA28ZKGoJy_g7d1Qs5uSki9VXioOiFk\"), String(\"$cBjqiZg7FWCNfCidbtCr63A1KlJKD5gbrat8KA2isbA\"), String(\"$f01l01_FrV54vhoRIIZUGog4X4c92cHIXIs4RF00sxs\")]), \"content\": Object({\"displayname\": String(\"user-3 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 10, \"hashes\": Object({\"sha256\": String(\"RUwwOxkpha3ipJ1dDBXfzohOAwYJobADe4Qplin3xhg\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910003517, \"prev_events\": Array([String(\"$0ejeQZitvbrvcBuUxb-Yd2FjSi2LGdFEhSkH8p9tjr8\")]), \"room_id\": String(\"!qGVbyqO3TiNbWcLE8d:hs1\"), \"sender\": String(\"@user-3:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\""} -{"Time":"2024-04-23T18:06:43.999135146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"j7DG+foosMYmPczfM3W/L//kfzKntKfysIwOoNYRwdE0302Lj1bXQeegQwt6WZ95hk2nqoKCFNCRStPeXmIRDQ\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"5LKanFbEdAdjKJCZw9U7Zq7kh5444Gui9tYiHOPlgiN3QQCvpT4jPvGGlaWHGY2FHA8ViLwxKJzdqXZAaxhABw\")})}), \"state_key\": String(\"@user-3:hs2\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:06:43.999141685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.519324Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:43.999146365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.519741Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:06:43.999151095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.519891Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:43.999236225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.520004Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:43.999241025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.520194Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:43.999245345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.520717Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:06:43.999250854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.520797Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $EoIBYd0Lt03CaA28ZKGoJy_g7d1Qs5uSki9VXioOiFk in db\n"} -{"Time":"2024-04-23T18:06:43.999256084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.520841Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $cBjqiZg7FWCNfCidbtCr63A1KlJKD5gbrat8KA2isbA in db\n"} -{"Time":"2024-04-23T18:06:43.999263104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.520879Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $f01l01_FrV54vhoRIIZUGog4X4c92cHIXIs4RF00sxs in db\n"} -{"Time":"2024-04-23T18:06:43.999268374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.520909Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:43.999276204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.520925Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $EoIBYd0Lt03CaA28ZKGoJy_g7d1Qs5uSki9VXioOiFk in db\n"} -{"Time":"2024-04-23T18:06:43.999281654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.520954Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $cBjqiZg7FWCNfCidbtCr63A1KlJKD5gbrat8KA2isbA in db\n"} -{"Time":"2024-04-23T18:06:43.999289114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.520968Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $f01l01_FrV54vhoRIIZUGog4X4c92cHIXIs4RF00sxs in db\n"} -{"Time":"2024-04-23T18:06:43.999298394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.520990Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:06:43.999305604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.521186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU (m.room.member)\n"} -{"Time":"2024-04-23T18:06:43.999316944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.521217Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:43.999322894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.521268Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:43.999329314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.521370Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:06:43.999335674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.521510Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:06:43.999340974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.521699Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0ejeQZitvbrvcBuUxb-Yd2FjSi2LGdFEhSkH8p9tjr8 in db\n"} -{"Time":"2024-04-23T18:06:43.999348144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.521725Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:43.999353824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.521740Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0ejeQZitvbrvcBuUxb-Yd2FjSi2LGdFEhSkH8p9tjr8 in db\n"} -{"Time":"2024-04-23T18:06:43.999439573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.521866Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:43.999445313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.521916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$0ejeQZitvbrvcBuUxb-Yd2FjSi2LGdFEhSkH8p9tjr8\"]\n"} -{"Time":"2024-04-23T18:06:43.999449573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.522092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:06:43.999457023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.522124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:06:43.999462533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.522250Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:06:43.999469922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.522335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:06:43.999475442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.522405Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU (m.room.member)\n"} -{"Time":"2024-04-23T18:06:43.999482672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.522517Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:43.999490232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.522717Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:43.999496972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.522742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:06:43.999503992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.523010Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:06:43.999509412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.523032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU (m.room.member)\n"} -{"Time":"2024-04-23T18:06:43.999519432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.523057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:43.999526452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.523196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:43.999534132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.523221Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:06:43.999541042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.523237Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:06:43.999548512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.523297Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:06:43.999553692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.523316Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:06:43.999561812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.523375Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:06:43.999568842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.523606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:06:43.999665891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.523805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m81.039µs\n"} -{"Time":"2024-04-23T18:06:43.999671641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.524140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0ejeQZitvbrvcBuUxb-Yd2FjSi2LGdFEhSkH8p9tjr8\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m416.486µs\n"} -{"Time":"2024-04-23T18:06:43.999676321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.524265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m542.055µs\n"} -{"Time":"2024-04-23T18:06:43.99968277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.524451Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$f01l01_FrV54vhoRIIZUGog4X4c92cHIXIs4RF00sxs\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m727.244µs\n"} -{"Time":"2024-04-23T18:06:43.99968945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.524560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m836.783µs\n"} -{"Time":"2024-04-23T18:06:43.9996975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.524780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vk150J7c7dJygruBnBRnkBhQFlBrOFjhcwghNMx26O4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.056011ms\n"} -{"Time":"2024-04-23T18:06:43.99970346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.524891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.16765ms\n"} -{"Time":"2024-04-23T18:06:43.99971243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.525163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$cBjqiZg7FWCNfCidbtCr63A1KlJKD5gbrat8KA2isbA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.439107ms\n"} -{"Time":"2024-04-23T18:06:43.99971849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.525278Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.554676ms\n"} -{"Time":"2024-04-23T18:06:43.99972661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.525563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$EoIBYd0Lt03CaA28ZKGoJy_g7d1Qs5uSki9VXioOiFk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.839224ms\n"} -{"Time":"2024-04-23T18:06:43.99973254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.525678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.955053ms\n"} -{"Time":"2024-04-23T18:06:43.99973837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.525974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$diss4PVlOZN30ai1WBqoXoOdeKnULPmPMPIUfDf-_94\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.24987ms\n"} -{"Time":"2024-04-23T18:06:43.99974598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.526092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.368939ms\n"} -{"Time":"2024-04-23T18:06:43.999840969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.526376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$rYsu1LWhxB50oGZ6cyjY1xctq560N8ZJ_tDubBlSVcY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.652337ms\n"} -{"Time":"2024-04-23T18:06:43.999846959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.526494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.770706ms\n"} -{"Time":"2024-04-23T18:06:43.999852119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.526780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$9dbcviSDIJQqcWn_DoHx5K2KPBkxHF0816Rw-uWFC7A\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m3.056403ms\n"} -{"Time":"2024-04-23T18:06:43.999858679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.526897Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m3.173922ms\n"} -{"Time":"2024-04-23T18:06:43.999864789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.526923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m3.201122ms\n"} -{"Time":"2024-04-23T18:06:43.999872249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.527221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m9 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m234.928µs\n"} -{"Time":"2024-04-23T18:06:43.999878039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.527576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m590.685µs\n"} -{"Time":"2024-04-23T18:06:43.999885009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.527695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m710.714µs\n"} -{"Time":"2024-04-23T18:06:43.999890779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.527759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m774.663µs\n"} -{"Time":"2024-04-23T18:06:43.999898388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.527811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:06:43.999903688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.527951Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:06:43.999993268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.528076Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:06:43.999998828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.528156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 8\n"} -{"Time":"2024-04-23T18:06:44.000004328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.528172Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.history_visibility\", \"\"): \"$rYsu1LWhxB50oGZ6cyjY1xctq560N8ZJ_tDubBlSVcY\", (\"m.room.create\", \"\"): \"$f01l01_FrV54vhoRIIZUGog4X4c92cHIXIs4RF00sxs\", (\"m.room.power_levels\", \"\"): \"$cBjqiZg7FWCNfCidbtCr63A1KlJKD5gbrat8KA2isbA\", (\"m.space.child\", \"!untUOiuw7gs5Jy139k:hs2\"): \"$0ejeQZitvbrvcBuUxb-Yd2FjSi2LGdFEhSkH8p9tjr8\", (\"m.room.join_rules\", \"\"): \"$EoIBYd0Lt03CaA28ZKGoJy_g7d1Qs5uSki9VXioOiFk\", (\"m.room.member\", \"@user-1:hs1\"): \"$Vk150J7c7dJygruBnBRnkBhQFlBrOFjhcwghNMx26O4\", (\"m.room.guest_access\", \"\"): \"$diss4PVlOZN30ai1WBqoXoOdeKnULPmPMPIUfDf-_94\", (\"m.room.name\", \"\"): \"$9dbcviSDIJQqcWn_DoHx5K2KPBkxHF0816Rw-uWFC7A\"}\n"} -{"Time":"2024-04-23T18:06:44.000011957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.528203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:06:44.000017477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.528217Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-3:hs2\"): [\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\"]}\n"} -{"Time":"2024-04-23T18:06:44.000022877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.528359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:06:44.000030147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.528379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\", \"$EoIBYd0Lt03CaA28ZKGoJy_g7d1Qs5uSki9VXioOiFk\"}\n"} -{"Time":"2024-04-23T18:06:44.000035187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.528482Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:06:44.000042497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.528540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($EoIBYd0Lt03CaA28ZKGoJy_g7d1Qs5uSki9VXioOiFk) senders power level\n"} -{"Time":"2024-04-23T18:06:44.000047807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.528650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:06:44.000054737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.528671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $EoIBYd0Lt03CaA28ZKGoJy_g7d1Qs5uSki9VXioOiFk power level 100\n"} -{"Time":"2024-04-23T18:06:44.000061667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.528688Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:44.000074647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.528748Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:06:44.000080017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.528764Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$EoIBYd0Lt03CaA28ZKGoJy_g7d1Qs5uSki9VXioOiFk\"]\n"} -{"Time":"2024-04-23T18:06:44.000171096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.528785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:44.000176136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.528799Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$EoIBYd0Lt03CaA28ZKGoJy_g7d1Qs5uSki9VXioOiFk\"]\n"} -{"Time":"2024-04-23T18:06:44.000180306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$EoIBYd0Lt03CaA28ZKGoJy_g7d1Qs5uSki9VXioOiFk\"\n"} -{"Time":"2024-04-23T18:06:44.000185876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $EoIBYd0Lt03CaA28ZKGoJy_g7d1Qs5uSki9VXioOiFk (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:44.000193196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529069Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $EoIBYd0Lt03CaA28ZKGoJy_g7d1Qs5uSki9VXioOiFk ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:44.000198666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:44.000205276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 8\n"} -{"Time":"2024-04-23T18:06:44.000212046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529124Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.history_visibility\", \"\"): \"$rYsu1LWhxB50oGZ6cyjY1xctq560N8ZJ_tDubBlSVcY\", (\"m.room.create\", \"\"): \"$f01l01_FrV54vhoRIIZUGog4X4c92cHIXIs4RF00sxs\", (\"m.room.power_levels\", \"\"): \"$cBjqiZg7FWCNfCidbtCr63A1KlJKD5gbrat8KA2isbA\", (\"m.space.child\", \"!untUOiuw7gs5Jy139k:hs2\"): \"$0ejeQZitvbrvcBuUxb-Yd2FjSi2LGdFEhSkH8p9tjr8\", (\"m.room.join_rules\", \"\"): \"$EoIBYd0Lt03CaA28ZKGoJy_g7d1Qs5uSki9VXioOiFk\", (\"m.room.member\", \"@user-1:hs1\"): \"$Vk150J7c7dJygruBnBRnkBhQFlBrOFjhcwghNMx26O4\", (\"m.room.guest_access\", \"\"): \"$diss4PVlOZN30ai1WBqoXoOdeKnULPmPMPIUfDf-_94\", (\"m.room.name\", \"\"): \"$9dbcviSDIJQqcWn_DoHx5K2KPBkxHF0816Rw-uWFC7A\"}\n"} -{"Time":"2024-04-23T18:06:44.000220876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:06:44.000226896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529180Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\"]\n"} -{"Time":"2024-04-23T18:06:44.000326095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$cBjqiZg7FWCNfCidbtCr63A1KlJKD5gbrat8KA2isbA\")\n"} -{"Time":"2024-04-23T18:06:44.000331275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:06:44.000336745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\n"} -{"Time":"2024-04-23T18:06:44.000340755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529410Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $cBjqiZg7FWCNfCidbtCr63A1KlJKD5gbrat8KA2isbA\n"} -{"Time":"2024-04-23T18:06:44.000347185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529471Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\"]\n"} -{"Time":"2024-04-23T18:06:44.000361794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:44.000367074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\"]\n"} -{"Time":"2024-04-23T18:06:44.000374264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529688Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\"\n"} -{"Time":"2024-04-23T18:06:44.000380394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529710Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU (m.room.member)\n"} -{"Time":"2024-04-23T18:06:44.000387404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:44.000392964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:44.000399704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:06:44.000406584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.529950Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:06:44.000413514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.531476Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:06:44.000419474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.533598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lhlmK00DpvIeIhG-sNKMwpt2s8c_QVJDiAJKmDyjeyU\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qGVbyqO3TiNbWcLE8d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m11.485037ms\n"} -{"Time":"2024-04-23T18:06:44.000428994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.533769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m33.33µs\n"} -{"Time":"2024-04-23T18:06:44.000435654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.533823Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m88.199µs\n"} -{"Time":"2024-04-23T18:06:44.000442284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.536390Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m17 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:44.000448584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.537435Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:44.000453804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.537799Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/5djEm9B4gqCRx2YLP9vNT8jc50wp7RVfVTv32lIMd8Q\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:44.000461584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.537852Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:44.000466983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.537882Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:06:44.000533393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.537909Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:06:44.000538403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.538104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:06:44.000542243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.549226Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:44.000547683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.549335Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:44.000553963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.550951Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:44.000558483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.550979Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:44.000564903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.551106Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/5djEm9B4gqCRx2YLP9vNT8jc50wp7RVfVTv32lIMd8Q with https://hs2:8448/_matrix/federation/v1/send/5djEm9B4gqCRx2YLP9vNT8jc50wp7RVfVTv32lIMd8Q\n"} -{"Time":"2024-04-23T18:06:44.000571303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.551124Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:44.000577612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.551152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/5djEm9B4gqCRx2YLP9vNT8jc50wp7RVfVTv32lIMd8Q\n"} -{"Time":"2024-04-23T18:06:44.000584012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.556470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:44.000595182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.556588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%21qGVbyqO3TiNbWcLE8d:hs1/hierarchy {\"host\": \"127.0.0.1:1197\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:44.000602822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.556611Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%21qGVbyqO3TiNbWcLE8d:hs1/hierarchy None\n"} -{"Time":"2024-04-23T18:06:44.000624702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.556781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::spaces\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for /hierarchy\n"} -{"Time":"2024-04-23T18:06:44.000629592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.556825Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:44.000744301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.557011Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/hierarchy/!untUOiuw7gs5Jy139k:hs2\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:44.000749501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.557053Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:44.000753361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.557071Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:44.000758591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.558918Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:44.000767371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.558950Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:44.000772781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.558974Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/hierarchy/!untUOiuw7gs5Jy139k:hs2 with https://hs2:8448/_matrix/federation/v1/hierarchy/!untUOiuw7gs5Jy139k:hs2\n"} -{"Time":"2024-04-23T18:06:44.000779511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.558990Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:44.000786871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.559015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/federation/v1/hierarchy/!untUOiuw7gs5Jy139k:hs2\n"} -{"Time":"2024-04-23T18:06:44.000791781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.559100Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::spaces\u001b[0m\u001b[2m:\u001b[0m Got response from hs2 for /hierarchy\n"} -{"Time":"2024-04-23T18:06:44.000796931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"Response { children: [], inaccessible_children: [], room: SpaceHierarchyParentSummary { canonical_alias: None, name: Some(\"Room\"), num_joined_members: 1, room_id: \"!untUOiuw7gs5Jy139k:hs2\", topic: None, world_readable: false, guest_can_join: false, avatar_url: None, join_rule: \"restricted\", room_type: None, children_state: [], allowed_room_ids: [\"!qGVbyqO3TiNbWcLE8d:hs1\"] } }\n"} -{"Time":"2024-04-23T18:06:44.00080538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.559502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:44.00081008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.559965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:44.00081869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.560073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%21qGVbyqO3TiNbWcLE8d:hs1/hierarchy {\"host\": \"127.0.0.1:1197\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:44.00082389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.560087Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%21qGVbyqO3TiNbWcLE8d:hs1/hierarchy None\n"} -{"Time":"2024-04-23T18:06:44.00083041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.560439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:44.00083483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.593558Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:06:44.00083874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\u001b[2m2024-04-23T22:06:43.593620Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:06:44.00086666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"2024/04/23 18:06:44 ============== 8d6fe41e407870c0ee6bb94c6f4772960338d2e1744ab2c01143a950a663e99a : END LOGS ==============\n"} -{"Time":"2024-04-23T18:06:44.00087083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:44.00087342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"\n"} -{"Time":"2024-04-23T18:06:44.018714771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Output":"--- FAIL: TestRestrictedRoomsSpacesSummaryFederation (2.21s)\n"} -{"Time":"2024-04-23T18:06:44.018727831-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsSpacesSummaryFederation","Elapsed":2.21} -{"Time":"2024-04-23T18:06:44.018740371-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin"} -{"Time":"2024-04-23T18:06:44.018745781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"=== RUN TestRestrictedRoomsLocalJoin\n"} -{"Time":"2024-04-23T18:06:44.884300122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" restricted_rooms_test.go:180: Deploy times: 11.22995ms blueprints, 854.261121ms containers\n"} -{"Time":"2024-04-23T18:06:44.938044583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (53.642343ms)\n"} -{"Time":"2024-04-23T18:06:44.953609645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (15.450073ms)\n"} -{"Time":"2024-04-23T18:06:44.971205988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (17.516724ms)\n"} -{"Time":"2024-04-23T18:06:45.028510258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (57.220501ms)\n"} -{"Time":"2024-04-23T18:06:45.028541548-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_fail_initially"} -{"Time":"2024-04-23T18:06:45.028549548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_fail_initially","Output":"=== RUN TestRestrictedRoomsLocalJoin/Join_should_fail_initially\n"} -{"Time":"2024-04-23T18:06:45.030370202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!A645iatsxYoTHbFocT:hs1 =\u003e 403 Forbidden (1.726425ms)\n"} -{"Time":"2024-04-23T18:06:45.030392242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_fail_initially","Output":"--- PASS: TestRestrictedRoomsLocalJoin/Join_should_fail_initially (0.00s)\n"} -{"Time":"2024-04-23T18:06:45.030399252-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_fail_initially","Elapsed":0} -{"Time":"2024-04-23T18:06:45.030409202-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_succeed_when_joined_to_allowed_room"} -{"Time":"2024-04-23T18:06:45.030414752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_succeed_when_joined_to_allowed_room","Output":"=== RUN TestRestrictedRoomsLocalJoin/Join_should_succeed_when_joined_to_allowed_room\n"} -{"Time":"2024-04-23T18:06:45.035226659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!vAPWdiWQh2MCezZ38y:hs1 =\u003e 200 OK (4.714908ms)\n"} -{"Time":"2024-04-23T18:06:45.040014306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!vAPWdiWQh2MCezZ38y:hs1/state/m.room.member/@user-2:hs1 =\u003e 200 OK (4.728098ms)\n"} -{"Time":"2024-04-23T18:06:45.040070056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_succeed_when_joined_to_allowed_room","Output":" restricted_rooms_test.go:74: SendEventSynced waiting for event ID $rmN2LzbKFnpYNdWIc77IWe1fMBhK_GkFIyuuDqkBDFg\n"} -{"Time":"2024-04-23T18:06:45.04296972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.822264ms)\n"} -{"Time":"2024-04-23T18:06:45.048447441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!A645iatsxYoTHbFocT:hs1 =\u003e 200 OK (5.323113ms)\n"} -{"Time":"2024-04-23T18:06:45.052365256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!A645iatsxYoTHbFocT:hs1/state/m.room.member/@user-2:hs1 =\u003e 500 Internal Server Error (3.853936ms)\n"} -{"Time":"2024-04-23T18:06:45.052407056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_succeed_when_joined_to_allowed_room","Output":" restricted_rooms_test.go:92: \u001b[31mCSAPI.MustDo PUT http://127.0.0.1:1201/_matrix/client/v3/rooms/%21A645iatsxYoTHbFocT:hs1/state/m.room.member/@user-2:hs1 returned non-2xx code: 500 Internal Server Error - body: {\"errcode\":\"M_UNKNOWN\",\"error\":\"Invalid room member event content in pdu.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:45.052425426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_succeed_when_joined_to_allowed_room","Output":"--- FAIL: TestRestrictedRoomsLocalJoin/Join_should_succeed_when_joined_to_allowed_room (0.02s)\n"} -{"Time":"2024-04-23T18:06:45.052434406-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_succeed_when_joined_to_allowed_room","Elapsed":0.02} -{"Time":"2024-04-23T18:06:45.052442206-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_fail_when_left_allowed_room"} -{"Time":"2024-04-23T18:06:45.052447376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_fail_when_left_allowed_room","Output":"=== RUN TestRestrictedRoomsLocalJoin/Join_should_fail_when_left_allowed_room\n"} -{"Time":"2024-04-23T18:06:45.056781187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!A645iatsxYoTHbFocT:hs1/leave =\u003e 200 OK (4.264662ms)\n"} -{"Time":"2024-04-23T18:06:45.061073529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!vAPWdiWQh2MCezZ38y:hs1/leave =\u003e 200 OK (4.237172ms)\n"} -{"Time":"2024-04-23T18:06:45.069486474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (8.364035ms)\n"} -{"Time":"2024-04-23T18:06:45.071693434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!A645iatsxYoTHbFocT:hs1 =\u003e 403 Forbidden (1.935303ms)\n"} -{"Time":"2024-04-23T18:06:45.071708084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_fail_when_left_allowed_room","Output":"--- PASS: TestRestrictedRoomsLocalJoin/Join_should_fail_when_left_allowed_room (0.02s)\n"} -{"Time":"2024-04-23T18:06:45.071719554-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_fail_when_left_allowed_room","Elapsed":0.02} -{"Time":"2024-04-23T18:06:45.071729714-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_succeed_when_invited"} -{"Time":"2024-04-23T18:06:45.071736624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_succeed_when_invited","Output":"=== RUN TestRestrictedRoomsLocalJoin/Join_should_succeed_when_invited\n"} -{"Time":"2024-04-23T18:06:45.077066797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!A645iatsxYoTHbFocT:hs1/invite =\u003e 200 OK (5.251513ms)\n"} -{"Time":"2024-04-23T18:06:45.081751005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!A645iatsxYoTHbFocT:hs1 =\u003e 200 OK (4.632448ms)\n"} -{"Time":"2024-04-23T18:06:45.086043787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!A645iatsxYoTHbFocT:hs1/leave =\u003e 200 OK (4.237202ms)\n"} -{"Time":"2024-04-23T18:06:45.090507057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!vAPWdiWQh2MCezZ38y:hs1 =\u003e 200 OK (4.41093ms)\n"} -{"Time":"2024-04-23T18:06:45.090524257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_succeed_when_invited","Output":"--- PASS: TestRestrictedRoomsLocalJoin/Join_should_succeed_when_invited (0.02s)\n"} -{"Time":"2024-04-23T18:06:45.090541587-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_succeed_when_invited","Elapsed":0.02} -{"Time":"2024-04-23T18:06:45.090550987-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_fail_with_mangled_join_rules"} -{"Time":"2024-04-23T18:06:45.090557767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_fail_with_mangled_join_rules","Output":"=== RUN TestRestrictedRoomsLocalJoin/Join_should_fail_with_mangled_join_rules\n"} -{"Time":"2024-04-23T18:06:45.094410262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!A645iatsxYoTHbFocT:hs1/state/m.room.join_rules/ =\u003e 200 OK (3.784387ms)\n"} -{"Time":"2024-04-23T18:06:45.094449732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_fail_with_mangled_join_rules","Output":" restricted_rooms_test.go:144: SendEventSynced waiting for event ID $YI55McsGo2nC1MlekJtJ12tE8VxCyfUMDAEIHlYDNy4\n"} -{"Time":"2024-04-23T18:06:45.095358474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (849.312µs)\n"} -{"Time":"2024-04-23T18:06:45.099800594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (4.223443ms)\n"} -{"Time":"2024-04-23T18:06:45.100980664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!A645iatsxYoTHbFocT:hs1 =\u003e 500 Internal Server Error (1.061521ms)\n"} -{"Time":"2024-04-23T18:06:45.10479822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!A645iatsxYoTHbFocT:hs1/state/m.room.join_rules/ =\u003e 200 OK (3.746486ms)\n"} -{"Time":"2024-04-23T18:06:45.10485101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_fail_with_mangled_join_rules","Output":" restricted_rooms_test.go:160: SendEventSynced waiting for event ID $edC6IHB6ZCzg1BjG56PSRQEFPhC-TWnnq043DrDm_NA\n"} -{"Time":"2024-04-23T18:06:45.112752329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (7.8544ms)\n"} -{"Time":"2024-04-23T18:06:45.114008468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!A645iatsxYoTHbFocT:hs1 =\u003e 500 Internal Server Error (998.771µs)\n"} -{"Time":"2024-04-23T18:06:45.114020788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_fail_with_mangled_join_rules","Output":"--- PASS: TestRestrictedRoomsLocalJoin/Join_should_fail_with_mangled_join_rules (0.02s)\n"} -{"Time":"2024-04-23T18:06:45.114034758-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin/Join_should_fail_with_mangled_join_rules","Elapsed":0.02} -{"Time":"2024-04-23T18:06:45.307973273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"2024/04/23 18:06:45 ============================================\n"} -{"Time":"2024-04-23T18:06:45.307995622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:45.308006252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:45.308013202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"2024/04/23 18:06:45 48f8dc377beb8bd47bc3d75c504de5cf3af55d2d182db4505ccbf7aecfcf6ccd : Server logs:\n"} -{"Time":"2024-04-23T18:06:45.308102721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:06:45.308110471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:06:45.308116221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:06:45.308121561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:06:45.308129861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:06:45.308141211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"+ echo 'IP.1 = 172.27.0.2'\n"} -{"Time":"2024-04-23T18:06:45.308147841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:06:45.308158951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:06:45.308164831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:06:45.308171881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:06:45.308178381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.490425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:06:45.308190331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.490522Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:06:45.308199721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.490844Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:06:45.3082081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.490852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:06:45.30821615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.490858Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:06:45.30822413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.490869Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:06:45.30823222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.491581Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:06:45.30823871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:45.30824716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:06:45.30825508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.491647Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:06:45.30826438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.494197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:06:45.30827121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.495759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:06:45.30827725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.496353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:06:45.30828666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.497385Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:06:45.30829421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.833364Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 337.599587ms\n"} -{"Time":"2024-04-23T18:06:45.30830218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835721Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:06:45.308313529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835788Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:45.308321309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835798Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:45.308327469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835805Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:06:45.308335209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835813Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:06:45.308342969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835819Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:06:45.308348959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835828Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:06:45.308354899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835835Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:06:45.308360869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835844Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:06:45.308366929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835851Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:06:45.308372839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835859Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:06:45.308384349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835866Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:06:45.308392799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835874Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:06:45.308400259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835880Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:06:45.308406519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835897Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:06:45.308414169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835908Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:06:45.308421688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835917Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:06:45.308430228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835927Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:06:45.308436538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835944Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:06:45.308443488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.835953Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:06:45.308454358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.837711Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:06:45.308462308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.840483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:06:45.308469708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.856972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:06:45.308476308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.856981Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:06:45.308482828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.857568Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:06:45.308490858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.857729Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:06:45.308499188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.882630Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.308512148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.883467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.308520378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.883614Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:06:45.308528847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.883964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.308540987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.884891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.308548507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.885293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.308556867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.885312Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:06:45.308566077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.927973Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:45.308583937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.929792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:45.308597607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.930015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:45.308607537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.930163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:45.308616727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.933017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:45.308628347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.933035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:45.308639036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.933064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:45.308648856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.934550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:45.308660426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.934578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:45.308676346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.934590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:45.308685766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.934612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:45.308694996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.934687Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:06:45.308704186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.934700Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:06:45.308713106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.934728Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:45.308722006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.934736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:45.308741076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.936288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:45.308752985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:45.308769225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.936317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:45.308784775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:45.308801445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.936328Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:45.308812435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:45.308828095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.937644Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:06:45.308839965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.937728Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m52 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.308849765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.938462Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.308860184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.938557Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:45.308872194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.938632Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:45.308885794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.938654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:45.308897654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.938926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"46\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.308909094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.938971Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"name\": String(\"Allowed Room\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:06:45.308926904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.939632Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:06:45.308951474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.939662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:06:45.308964683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.939692Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:06:45.308977953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.941337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:45.308992703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.941370Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:45.309005663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.941438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:45.309025473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.943747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:45.309039933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.943794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:45.309053843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.943812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:45.309071623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.943843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:45.309085892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.943863Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:45.309101972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.943876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:45.309112592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.945751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:45.309122242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.945805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:45.309134172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.945821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:45.309143802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.947729Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:06:45.309161512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.947784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:06:45.309173752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.947800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:45.309182472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.949741Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:06:45.309191021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.949795Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:45.309199531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.949812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:45.309207761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.951715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Allowed Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:06:45.309222181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.951770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Allowed Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:45.309233941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.951786Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Allowed Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:45.309246471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.953245Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:06:45.309255121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.953344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m14 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.309261991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.953834Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.309271081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.954076Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"245\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.309279811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.954110Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"initial_state\": Array([Object({\"content\": Object({\"allow\": Array([Object({\"room_id\": String(\"!vAPWdiWQh2MCezZ38y:hs1\"), \"type\": String(\"m.room_membership\"), \"via\": Array([String(\"hs1\")])})]), \"join_rule\": String(\"restricted\")}), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")})]), \"name\": String(\"Room\"), \"preset\": String(\"public_chat\"), \"room_version\": String(\"8\")}))\n"} -{"Time":"2024-04-23T18:06:45.309291311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.954698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"8\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:06:45.30930267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.954727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"8\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:06:45.30931659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.954756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"8\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:06:45.30932985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.956549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:45.30933961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.956585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:45.30935254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.956654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:45.30936508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.958930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:45.30938028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.958994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:45.30940038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.959015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:45.30941364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.959043Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:45.309428179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.959062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:45.309440759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.959076Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:45.309452779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.960973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:45.309467739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.961036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:45.309485269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.961057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:45.309497239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.962972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:06:45.309507849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.963034Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:06:45.309516359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.963056Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:45.309524729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.965109Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:06:45.309534258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.965171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:45.309542708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.965192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:45.309555798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.967175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!vAPWdiWQh2MCezZ38y:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:45.309568878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.967236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!vAPWdiWQh2MCezZ38y:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:45.309586508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.967258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!vAPWdiWQh2MCezZ38y:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:45.309598578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.969313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:06:45.309610038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.969375Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:45.309622958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.969397Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:45.309640758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.970853Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:06:45.309649857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.970961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m17 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.309658647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.971437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.309667647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.971578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.309678267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:44.971605Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:06:45.309687747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.028087Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:45.309696657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.028266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m56 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.309709137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.028852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.309720417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.028894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:45.309732007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.028977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:45.309743117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.028994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:45.309754087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.029133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21A645iatsxYoTHbFocT:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.309764556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.029148Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21A645iatsxYoTHbFocT:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:45.309774696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.029353Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:06:45.309785916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.029979Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:45.309804266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.029999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:45.309815476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.030084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:06:45.309824286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.030151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:06:45.309833356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.030991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.309842756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.031107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21vAPWdiWQh2MCezZ38y:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.309853946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.031132Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21vAPWdiWQh2MCezZ38y:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:45.309862896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.031345Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:06:45.309872445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.032018Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:45.309884475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.032051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:45.309897665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.032106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:45.309909845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.034980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.309926225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.035870Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.309952325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.036090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21vAPWdiWQh2MCezZ38y:hs1/state/m.room.member/@user-2:hs1 {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"43\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.309964915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.036120Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21vAPWdiWQh2MCezZ38y:hs1/state/m.room.member/@user-2:hs1 Some(Object({\"displayname\": String(\"Bobby\"), \"membership\": String(\"join\")}))\n"} -{"Time":"2024-04-23T18:06:45.309975735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.036818Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:45.309987394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.036857Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:45.309999204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.036946Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:45.310009984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.039776Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.310018964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.040278Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.310027944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.040620Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.310037494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.040644Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:45.310044694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.042651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-2:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:06:45.310050784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.042759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.310058754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.043288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.310065814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.043417Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21A645iatsxYoTHbFocT:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.310073124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.043441Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21A645iatsxYoTHbFocT:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:45.310085214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.043655Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:06:45.310091784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.044391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:45.310098693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.044424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:45.310104893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.044487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:45.310114323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.045415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\",\"join_authorised_via_users_server\":\"@user-1:hs1\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:45.310126503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.045449Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\",\"join_authorised_via_users_server\":\"@user-1:hs1\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:45.310139063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.045530Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\",\"join_authorised_via_users_server\":\"@user-1:hs1\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:45.310149733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.048215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.310156613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.048890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.310163693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.049048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21A645iatsxYoTHbFocT:hs1/state/m.room.member/@user-2:hs1 {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"87\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.310172213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.049074Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21A645iatsxYoTHbFocT:hs1/state/m.room.member/@user-2:hs1 Some(Object({\"displayname\": String(\"Bobby\"), \"join_authorised_via_users_server\": String(\"unused\"), \"membership\": String(\"join\")}))\n"} -{"Time":"2024-04-23T18:06:45.310185443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.049700Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"join_authorised_via_users_server\":\"unused\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:45.310195503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.049734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"join_authorised_via_users_server\":\"unused\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:45.310208143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.049804Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"join_authorised_via_users_server\":\"unused\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:45.310220612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.051868Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"join_authorised_via_users_server\":\"unused\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mappend_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mstate_lock\u001b[0m\u001b[2m=\u001b[0m()\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::timeline\u001b[0m\u001b[2m:\u001b[0m Invalid room member event content in pdu: leading sigil is incorrect or missing at line 1 column 66\n"} -{"Time":"2024-04-23T18:06:45.310234362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.051911Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"join_authorised_via_users_server\":\"unused\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mappend_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mstate_lock\u001b[0m\u001b[2m=\u001b[0m()\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid room member event content in pdu.\n"} -{"Time":"2024-04-23T18:06:45.310256112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.052023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid room member event content in pdu.\n"} -{"Time":"2024-04-23T18:06:45.310265332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.052099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:06:45.310274712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.052117Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms\n"} -{"Time":"2024-04-23T18:06:45.310285242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.052694Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.310294342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.052972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21A645iatsxYoTHbFocT:hs1/leave {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.310304512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.052998Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21A645iatsxYoTHbFocT:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:45.310314662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.053745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"leave\",\"join_authorised_via_users_server\":\"@user-1:hs1\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:45.310327571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.053779Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"leave\",\"join_authorised_via_users_server\":\"@user-1:hs1\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:45.310340551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.053831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"leave\",\"join_authorised_via_users_server\":\"@user-1:hs1\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:45.310352171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.056544Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.310365321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.057358Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.310374671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.057494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21vAPWdiWQh2MCezZ38y:hs1/leave {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.310384501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.057518Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21vAPWdiWQh2MCezZ38y:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:45.310394631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.058189Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:45.310407811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.058223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:45.310419391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.058266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:45.310430141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.060813Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.31043869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.061599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.31044764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.061729Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.31045696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.061752Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:45.31046518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.063511Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid member event in database.\n"} -{"Time":"2024-04-23T18:06:45.31047469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.068961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 1: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:06:45.31048933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.069222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.31049835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.069922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.31050753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.070059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21A645iatsxYoTHbFocT:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.31051888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.070083Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21A645iatsxYoTHbFocT:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:45.31052748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.070311Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:06:45.31053726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.071233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:45.31054959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.071269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:45.310560099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.071389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:06:45.310568789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.071461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:06:45.310577629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.072361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.310586219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.072644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21A645iatsxYoTHbFocT:hs1/invite {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.310594129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.072676Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21A645iatsxYoTHbFocT:hs1/invite Some(Object({\"user_id\": String(\"@user-2:hs1\")}))\n"} -{"Time":"2024-04-23T18:06:45.310602979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.073459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:45.310612309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.073492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:45.310627049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.073557Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:45.310637679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.076835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.310646359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.077516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.310655349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.077644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21A645iatsxYoTHbFocT:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.310665289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.077668Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21A645iatsxYoTHbFocT:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:45.310676198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.077903Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:06:45.310685418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.078743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:45.310694718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.078777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:45.310703508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.078841Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:45.310711868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.081516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.310718288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.082255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.310729478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.082380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21A645iatsxYoTHbFocT:hs1/leave {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.310739568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.082403Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21A645iatsxYoTHbFocT:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:45.310749378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.083113Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:45.310761258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.083147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:45.310772248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.083192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:45.310780207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.085819Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.310787397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.086517Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.310799567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.086657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21vAPWdiWQh2MCezZ38y:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.310806997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.086681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21vAPWdiWQh2MCezZ38y:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:45.310813347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.086875Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:06:45.310823677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.087582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:45.310835567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.087616Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:45.310848627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.087668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vAPWdiWQh2MCezZ38y:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:45.310859327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.090295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.310868077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.090996Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.310877377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.091133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21A645iatsxYoTHbFocT:hs1/state/m.room.join_rules/ {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"46\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.310888717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.091157Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21A645iatsxYoTHbFocT:hs1/state/m.room.join_rules/ Some(Object({\"allow\": Array([String(\"invalid\")]), \"join_rule\": String(\"restricted\")}))\n"} -{"Time":"2024-04-23T18:06:45.310899696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.091757Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[\"invalid\"],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:45.310916106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.091811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[\"invalid\"],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:45.310928326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.091828Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[\"invalid\"],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:45.310950816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.094198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.310959446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.094670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.310968246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.094792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.310982216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.094814Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:45.310991356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.095104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.310999956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.095711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.311008835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.095814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=238\u0026timeout=1000 {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.311019065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.095835Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=238\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:45.311027475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.095884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:06:45.311035445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.097354Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid member event in database.\n"} -{"Time":"2024-04-23T18:06:45.311046975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.099573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.311055775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.100079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.311064875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.100202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21A645iatsxYoTHbFocT:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.311074515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.100226Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21A645iatsxYoTHbFocT:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:45.311083485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.100442Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:06:45.311093915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.100608Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Invalid join rules event: invalid type: string \"invalid\", expected struct ExtractType at line 1 column 9\n"} -{"Time":"2024-04-23T18:06:45.311102895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.100632Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:06:45.311115735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.100674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:06:45.311124644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.100741Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:06:45.311133444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.100757Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:06:45.311142564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.101459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.311152294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.101583Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21A645iatsxYoTHbFocT:hs1/state/m.room.join_rules/ {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"44\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.311162444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.101606Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21A645iatsxYoTHbFocT:hs1/state/m.room.join_rules/ Some(Object({\"allow\": String(\"invalid\"), \"join_rule\": String(\"restricted\")}))\n"} -{"Time":"2024-04-23T18:06:45.311173224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.102199Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":\"invalid\",\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:45.311185064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.102253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":\"invalid\",\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:45.311200874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.102270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":\"invalid\",\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!A645iatsxYoTHbFocT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:45.311211714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.104576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.311220354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.105054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.311229134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.105159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.311238563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.105181Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:45.311247033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.105221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:06:45.311254903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.106758Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid member event in database.\n"} -{"Time":"2024-04-23T18:06:45.311261103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.112522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:45.311267633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.113178Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:45.311277513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.113299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21A645iatsxYoTHbFocT:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1201\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:45.311284863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.113323Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21A645iatsxYoTHbFocT:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:45.311291243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.113520Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:06:45.311298953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.113659Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Invalid join rules event: invalid type: string \"invalid\", expected a sequence at line 1 column 18\n"} -{"Time":"2024-04-23T18:06:45.311308193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.113681Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:06:45.311316973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.113711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:06:45.311328133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.113776Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:06:45.311334953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\u001b[2m2024-04-23T22:06:45.113793Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:06:45.311342653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"2024/04/23 18:06:45 ============== 48f8dc377beb8bd47bc3d75c504de5cf3af55d2d182db4505ccbf7aecfcf6ccd : END LOGS ==============\n"} -{"Time":"2024-04-23T18:06:45.311347703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:45.311352262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:45.326817625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Output":"--- FAIL: TestRestrictedRoomsLocalJoin (1.31s)\n"} -{"Time":"2024-04-23T18:06:45.326829695-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsLocalJoin","Elapsed":1.31} -{"Time":"2024-04-23T18:06:45.326841495-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin"} -{"Time":"2024-04-23T18:06:45.326846785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"=== RUN TestRestrictedRoomsRemoteJoin\n"} -{"Time":"2024-04-23T18:06:46.361881196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" restricted_rooms_test.go:195: Deploy times: 11.004992ms blueprints, 1.02395959s containers\n"} -{"Time":"2024-04-23T18:06:46.414682287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (52.736051ms)\n"} -{"Time":"2024-04-23T18:06:46.424548499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (9.754134ms)\n"} -{"Time":"2024-04-23T18:06:46.433591278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (8.933281ms)\n"} -{"Time":"2024-04-23T18:06:46.48743208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (53.750452ms)\n"} -{"Time":"2024-04-23T18:06:46.487469129-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_fail_initially"} -{"Time":"2024-04-23T18:06:46.487474939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_fail_initially","Output":"=== RUN TestRestrictedRoomsRemoteJoin/Join_should_fail_initially\n"} -{"Time":"2024-04-23T18:06:46.772756511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!D1km264JVwxPEAsotW:hs1 =\u003e 400 Bad Request (285.168423ms)\n"} -{"Time":"2024-04-23T18:06:46.772776571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_fail_initially","Output":"--- PASS: TestRestrictedRoomsRemoteJoin/Join_should_fail_initially (0.29s)\n"} -{"Time":"2024-04-23T18:06:46.772786011-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_fail_initially","Elapsed":0.29} -{"Time":"2024-04-23T18:06:46.772794731-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_succeed_when_joined_to_allowed_room"} -{"Time":"2024-04-23T18:06:46.772800041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_succeed_when_joined_to_allowed_room","Output":"=== RUN TestRestrictedRoomsRemoteJoin/Join_should_succeed_when_joined_to_allowed_room\n"} -{"Time":"2024-04-23T18:06:46.7931422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!1DUfgRkPpUpqmb6Jmt:hs1 =\u003e 200 OK (20.24979ms)\n"} -{"Time":"2024-04-23T18:06:46.795827416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] PUT hs2/_matrix/client/v3/rooms/!1DUfgRkPpUpqmb6Jmt:hs1/state/m.room.member/@user-2:hs2 =\u003e 200 OK (2.597987ms)\n"} -{"Time":"2024-04-23T18:06:46.795876725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_succeed_when_joined_to_allowed_room","Output":" restricted_rooms_test.go:74: SendEventSynced waiting for event ID $lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\n"} -{"Time":"2024-04-23T18:06:46.802558106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (6.617401ms)\n"} -{"Time":"2024-04-23T18:06:46.815483471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!D1km264JVwxPEAsotW:hs1 =\u003e 403 Forbidden (12.753506ms)\n"} -{"Time":"2024-04-23T18:06:46.8167252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] PUT hs2/_matrix/client/v3/rooms/!D1km264JVwxPEAsotW:hs1/state/m.room.member/@user-2:hs2 =\u003e 500 Internal Server Error (1.166979ms)\n"} -{"Time":"2024-04-23T18:06:46.81676475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_succeed_when_joined_to_allowed_room","Output":" restricted_rooms_test.go:92: \u001b[31mCSAPI.MustDo PUT http://127.0.0.1:1205/_matrix/client/v3/rooms/%21D1km264JVwxPEAsotW:hs1/state/m.room.member/@user-2:hs2 returned non-2xx code: 500 Internal Server Error - body: {\"errcode\":\"M_UNKNOWN\",\"error\":\"non-create event for room of unknown version in !D1km264JVwxPEAsotW:hs1\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:06:46.81677899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_succeed_when_joined_to_allowed_room","Output":"--- FAIL: TestRestrictedRoomsRemoteJoin/Join_should_succeed_when_joined_to_allowed_room (0.04s)\n"} -{"Time":"2024-04-23T18:06:46.816785459-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_succeed_when_joined_to_allowed_room","Elapsed":0.04} -{"Time":"2024-04-23T18:06:46.816798079-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_fail_when_left_allowed_room"} -{"Time":"2024-04-23T18:06:46.816804739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_fail_when_left_allowed_room","Output":"=== RUN TestRestrictedRoomsRemoteJoin/Join_should_fail_when_left_allowed_room\n"} -{"Time":"2024-04-23T18:06:46.818633923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/rooms/!D1km264JVwxPEAsotW:hs1/leave =\u003e 200 OK (1.776484ms)\n"} -{"Time":"2024-04-23T18:06:46.821912843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/rooms/!1DUfgRkPpUpqmb6Jmt:hs1/leave =\u003e 200 OK (3.212681ms)\n"} -{"Time":"2024-04-23T18:06:46.828074669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (6.093196ms)\n"} -{"Time":"2024-04-23T18:06:46.832705358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (4.405821ms)\n"} -{"Time":"2024-04-23T18:06:46.834394863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.598796ms)\n"} -{"Time":"2024-04-23T18:06:46.837664234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!D1km264JVwxPEAsotW:hs1 =\u003e 400 Bad Request (3.182812ms)\n"} -{"Time":"2024-04-23T18:06:46.837680193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_fail_when_left_allowed_room","Output":"--- PASS: TestRestrictedRoomsRemoteJoin/Join_should_fail_when_left_allowed_room (0.02s)\n"} -{"Time":"2024-04-23T18:06:46.837689683-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_fail_when_left_allowed_room","Elapsed":0.02} -{"Time":"2024-04-23T18:06:46.837697393-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_succeed_when_invited"} -{"Time":"2024-04-23T18:06:46.837702603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_succeed_when_invited","Output":"=== RUN TestRestrictedRoomsRemoteJoin/Join_should_succeed_when_invited\n"} -{"Time":"2024-04-23T18:06:46.854484274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!D1km264JVwxPEAsotW:hs1/invite =\u003e 200 OK (16.710691ms)\n"} -{"Time":"2024-04-23T18:06:46.865472066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!D1km264JVwxPEAsotW:hs1 =\u003e 400 Bad Request (10.924573ms)\n"} -{"Time":"2024-04-23T18:06:46.871956239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/rooms/!D1km264JVwxPEAsotW:hs1/leave =\u003e 200 OK (6.406653ms)\n"} -{"Time":"2024-04-23T18:06:46.876180811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!1DUfgRkPpUpqmb6Jmt:hs1 =\u003e 200 OK (4.157533ms)\n"} -{"Time":"2024-04-23T18:06:46.876198231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_succeed_when_invited","Output":"--- PASS: TestRestrictedRoomsRemoteJoin/Join_should_succeed_when_invited (0.04s)\n"} -{"Time":"2024-04-23T18:06:46.876208041-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_succeed_when_invited","Elapsed":0.04} -{"Time":"2024-04-23T18:06:46.876215411-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_fail_with_mangled_join_rules"} -{"Time":"2024-04-23T18:06:46.876222711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_fail_with_mangled_join_rules","Output":"=== RUN TestRestrictedRoomsRemoteJoin/Join_should_fail_with_mangled_join_rules\n"} -{"Time":"2024-04-23T18:06:46.878288842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!D1km264JVwxPEAsotW:hs1/state/m.room.join_rules/ =\u003e 200 OK (1.982502ms)\n"} -{"Time":"2024-04-23T18:06:46.878311372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_fail_with_mangled_join_rules","Output":" restricted_rooms_test.go:144: SendEventSynced waiting for event ID $3y2hqT5y0jICfKLSX0zez-cfbTAcH-ANurSWBgGsa4Y\n"} -{"Time":"2024-04-23T18:06:46.888335453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (9.962351ms)\n"} -{"Time":"2024-04-23T18:06:46.892629125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!D1km264JVwxPEAsotW:hs1 =\u003e 500 Internal Server Error (4.027284ms)\n"} -{"Time":"2024-04-23T18:06:46.894277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!D1km264JVwxPEAsotW:hs1/state/m.room.join_rules/ =\u003e 200 OK (1.576826ms)\n"} -{"Time":"2024-04-23T18:06:46.894335769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_fail_with_mangled_join_rules","Output":" restricted_rooms_test.go:160: SendEventSynced waiting for event ID $M0UN9Ifw-Xjr_gCq1DB8P11uN2RViRta3ha2AEIDSSo\n"} -{"Time":"2024-04-23T18:06:46.894906624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (503.386µs)\n"} -{"Time":"2024-04-23T18:06:46.896438431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.282859ms)\n"} -{"Time":"2024-04-23T18:06:46.901786903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!D1km264JVwxPEAsotW:hs1 =\u003e 500 Internal Server Error (5.233394ms)\n"} -{"Time":"2024-04-23T18:06:46.901807603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_fail_with_mangled_join_rules","Output":"--- PASS: TestRestrictedRoomsRemoteJoin/Join_should_fail_with_mangled_join_rules (0.03s)\n"} -{"Time":"2024-04-23T18:06:46.901814333-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin/Join_should_fail_with_mangled_join_rules","Elapsed":0.03} -{"Time":"2024-04-23T18:06:47.101584065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"2024/04/23 18:06:47 ============================================\n"} -{"Time":"2024-04-23T18:06:47.101609085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.101615345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.101620705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"2024/04/23 18:06:47 1e27afaff5ab43d61e39571adf6c81210c75f304962fa949ee7952027c777bd0 : Server logs:\n"} -{"Time":"2024-04-23T18:06:47.101742734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:06:47.101750294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:06:47.101756044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:06:47.101761374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:06:47.101771514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:06:47.101778644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"+ echo 'IP.1 = 172.28.0.3'\n"} -{"Time":"2024-04-23T18:06:47.101785514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:06:47.101792964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:06:47.101803813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:06:47.101811613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:06:47.101819103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.832558Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:06:47.101826743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.832662Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:06:47.101833873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.832983Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:06:47.101839963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.832991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:06:47.101848073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.832996Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:06:47.101853943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.833003Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:06:47.101861143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.833745Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:06:47.101868923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.101878443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:06:47.101885413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.833814Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:06:47.101893073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.836318Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:06:47.101903973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.838189Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:06:47.101911892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.838763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:06:47.101919392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.839774Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:06:47.101955322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.320574Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 482.379279ms\n"} -{"Time":"2024-04-23T18:06:47.101962622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322558Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:06:47.101968352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322631Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:47.101973972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322645Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:47.101979762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322654Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:06:47.101990442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322661Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:06:47.102001972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322668Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:06:47.102010332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322675Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:06:47.102017802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:06:47.102023731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322688Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:06:47.102032071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322694Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:06:47.102039161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322701Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:06:47.102046641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322708Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:06:47.102054901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322715Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:06:47.102062941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322721Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:06:47.102073411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322738Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:06:47.102081531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322749Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:06:47.102088721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322757Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:06:47.102095971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322766Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:06:47.102103261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322775Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:06:47.102110351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.322782Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:06:47.102117721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.324388Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:06:47.102125161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.327093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:06:47.102132011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.343678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:06:47.10214166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.343687Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:06:47.10214957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.344221Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:06:47.10215714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.344365Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:06:47.10216498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.356414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.10217504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.356871Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1205\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.10218389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.356964Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:06:47.1021924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.357220Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.10220265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.434171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.10221475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.434623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1205\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.10222551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.434644Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:06:47.1022329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.477433Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:47.10224075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.479345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.102258939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.479570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.102268209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.479697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.102278329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.482518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.102291709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.482537Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.102313389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.482561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.102323889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.484072Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:47.102346119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.484107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:47.102355249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.484116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:47.102439898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.484140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:47.102453728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.484202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs2\", \"@user-2:hs2\"}\n"} -{"Time":"2024-04-23T18:06:47.102462668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.484215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:06:47.102474028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.484242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:47.102486017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.484249Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.102599286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.485792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:47.102611636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:47.102625856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.485820Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:47.102635776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:47.102714565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.485828Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:47.102731435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.102744425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.487141Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-2:hs2 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:06:47.102753405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.487220Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m53 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.102767815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.487580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:47.102779905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.487610Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:47.102791115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.487617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.102801715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.487961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.102811055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.488447Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21D1km264JVwxPEAsotW:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1205\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.102822094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.488482Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21D1km264JVwxPEAsotW:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:47.102831264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.488996Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !D1km264JVwxPEAsotW:hs1 over federation.\n"} -{"Time":"2024-04-23T18:06:47.102841104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.489149Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:06:47.102849044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.489749Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.102856504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.490069Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:06:47.102865794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.490086Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:06:47.102873364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.490175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:06:47.102882534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.490205Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.102930844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.490231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:47.102962243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.490267Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.102972153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.490310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 51946:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:47.102984163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.102991003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:06:47.102997493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.103005313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.490550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:47.103018783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.490600Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:47.103029363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.490917Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:06:47.103043463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.490949Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 51946\n"} -{"Time":"2024-04-23T18:06:47.103053812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.490972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 51946:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:06:47.103062952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.103069332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:06:47.103075882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:06:47.103083132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"hs1. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:06:47.103090182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:06:47.103099942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.103106682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.103114562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.490991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 51946:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:06:47.103124412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.103130882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:06:47.103137532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:06:47.103144122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"hs1. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:06:47.103154252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:06:47.103161011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.103167201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.103174901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.491242Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:06:47.103185861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.491262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:06:47.103196231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.491385Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:06:47.103209151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.491411Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:06:47.103220671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.491426Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:06:47.103229431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.491445Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:06:47.103236641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.491479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:06:47.10328666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.491500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:06:47.10331043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.491512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.10331721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.491526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:47.10332115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.491536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.10332509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.491563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 58886:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:47.10332828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.10333116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.10333401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.1033383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.491604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:47.10334238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.491643Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:47.10334637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.492796Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:47.10335142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.492809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 58886\n"} -{"Time":"2024-04-23T18:06:47.103460579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.492827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 58886:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:47.103464699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.103468359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.103470929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:47.103485379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:47.103488429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":". 85962 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:47.103492349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.103495859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.103500219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.492844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:47.103522518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.492857Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:47.103529308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.492956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:47.103533358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.492973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.103541318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.493008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m12667\n"} -{"Time":"2024-04-23T18:06:47.103544428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.493015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 12667:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:47.103551658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.103555198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.103561178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.103564998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.493026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:47.103570578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.495357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:47.103589538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.495372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:06:47.103593168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.495382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:47.103597928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.495396Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:47.103601428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.495404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:47.103605418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.495412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:47.103608218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.495421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:47.103629167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.495433Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:47.103633727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.495474Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 12667:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:47.103639467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.103642637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.103646397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:47.103648797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:47.103672407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":". 85962 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:47.103675827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.103679347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.103682247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.495530Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:06:47.103687067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.495554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.103691087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.495581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:47.103712717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.495603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.103716457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.495658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 14433:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:47.103720307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.103722747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.103726157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.103730176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.495715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:47.103819276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.495763Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:47.103823856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.496879Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:47.103828696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.496892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 14433\n"} -{"Time":"2024-04-23T18:06:47.103837496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.496910Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 14433:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:47.103841086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.103845795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.103861505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:47.103864095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:47.103880695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":". 85962 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:47.103883465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.103886865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.103899405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.496927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:47.103904295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.496946Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:47.103918535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.496955Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.103922835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.496977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:47.103926845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.496988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m8087\n"} -{"Time":"2024-04-23T18:06:47.103963114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.496994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 8087:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:47.103966954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.103970964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.103989934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.103992724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.497003Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:47.103996714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.539954Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:47.104000564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.539962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:06:47.104016944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.539967Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:47.104020004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.539973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:47.104024094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.539978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:47.104027294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.539981Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:47.104042184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.539985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:47.104045254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.539991Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:47.104050284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.540011Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 8087:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:47.104054444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.104059014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.104062923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:47.104078493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:47.104082433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":". 85962 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:47.104097043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.104100453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.104104723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.540039Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:47.104134303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.540058Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:06:47.104143743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.540077Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:06:47.104152053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.540088Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.104164333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.540101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:47.104173772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.540112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.104182942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.540141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 50632:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:47.104192362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.104198362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.104204632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.104211672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.540199Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:47.104221602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.540251Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:47.104229082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.541414Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:47.104236342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.541426Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 50632\n"} -{"Time":"2024-04-23T18:06:47.104243622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.541443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 50632:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:47.104249932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.104257042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.104263032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:47.104269472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:47.104274802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":". 85962 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:47.104280791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.104286921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.104296091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.541461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:47.104304231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.541471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:47.104315241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.541480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.104324621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.541501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:47.104330911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.541511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m14590\n"} -{"Time":"2024-04-23T18:06:47.104341771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.541517Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 14590:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:47.104348691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.104353471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.104358671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.104363721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.541526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:47.104370571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.584018Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:47.104377561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.584025Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:06:47.10438669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.584029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:47.10439553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.584035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:47.10440174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.584038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:47.10440721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.584041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:47.10441259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.584045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:47.10442078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.584050Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:47.10442712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.584066Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 14590:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:47.10443336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.10443811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.10444283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:47.10445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:47.10445514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":". 85962 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:47.10446015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.10446478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.10447265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.584091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:06:47.10448157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.584101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.10449431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.584112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:47.104505379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.584120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.104513579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.584144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 30284:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:47.104520479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.104528139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.104533269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.104538959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.584167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:47.104546349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.584191Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:47.104559789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.585473Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:47.104567929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.585491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 30284\n"} -{"Time":"2024-04-23T18:06:47.104575209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.585517Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 30284:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:47.104581409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.104588369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.104593339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:47.104598269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:47.104603188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":". 85962 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:47.104610458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.104617178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.104624088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.585539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:47.104638068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.585558Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:47.104715967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.585573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.104724567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.585608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:47.104730247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.585622Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m45973\n"} -{"Time":"2024-04-23T18:06:47.104738597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.585631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 45973:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:47.104746357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.104752827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.104759287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.104768457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.585646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:47.104775467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.628101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:47.104782617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.628108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:06:47.104788267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.628113Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:47.104796097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.628119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:47.104801917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.628123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:47.104809537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.628127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:47.104824876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.628131Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:47.104830466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.628137Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:47.104839006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.628157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 45973:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:47.104845596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.104850356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.104855236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:47.104859846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:47.104867126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":". 85962 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:47.104872196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.104876816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.104883846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.628181Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:47.104891346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.628209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:06:47.104905126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.628252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:06:47.104917166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.628428Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.104927046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.628464Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.104945475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.628482Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:06:47.104956105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.628496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:06:47.104967075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.628601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:06:47.104974905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.629927Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:47.104981985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.629976Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.104989925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.769770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.105000055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.769960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.105010545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771059Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.105056444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771074Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.105065624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771090Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.105073904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771099Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.105083734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.105094394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771161Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:47.105101544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771173Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:47.105108084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771182Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:06:47.105114214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771217Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.105168233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771239Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:06:47.105172753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771250Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:06:47.105177573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771289Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:06:47.105182603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771305Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:06:47.105196143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771403Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:06:47.105215313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771427Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:06:47.105220813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771440Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:06:47.105226563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771459Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:06:47.105231313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:06:47.105236213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771503Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:47.105294112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:06:47.105298682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771533Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:47.105303922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:06:47.105309222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:06:47.105316192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.105388171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771701Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.105392451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771710Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.105397761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.772398Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.105404171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.772411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.105410621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.772422Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.105416211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.772430Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.105422961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.772442Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.105428111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.772469Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:47.10551101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.772478Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:47.10551509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.772528Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m284 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:47.10551982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.773394Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.10552984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.773569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%211DUfgRkPpUpqmb6Jmt:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1205\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.10553668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.773593Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%211DUfgRkPpUpqmb6Jmt:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:47.10554118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.773973Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !1DUfgRkPpUpqmb6Jmt:hs1 over federation.\n"} -{"Time":"2024-04-23T18:06:47.1055451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774000Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:06:47.10555389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774047Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.10555974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774081Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:06:47.10556433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774099Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:06:47.10557046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774152Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:06:47.10557646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774177Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:06:47.10558286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774358Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:06:47.105676959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774397Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:06:47.105682769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774420Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:06:47.105688249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774455Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:06:47.105693149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774485Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:06:47.105699789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774525Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:47.105705689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774552Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:06:47.105712759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774580Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:47.105719509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:06:47.105728678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774666Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:06:47.105734138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!1DUfgRkPpUpqmb6Jmt:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.105747728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774886Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.105763908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.774904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.105768088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.776157Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.105821888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.776170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.105826388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.776181Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!1DUfgRkPpUpqmb6Jmt:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!1DUfgRkPpUpqmb6Jmt:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.105831628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.776189Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.105847167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.776202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_join/!1DUfgRkPpUpqmb6Jmt:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.105906177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.776255Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\",\"$-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4\",\"$fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM\"],\"content\":{\"membership\":\"join\"},\"depth\":8,\"hashes\":{\"sha256\":\"5g3vz9O+dLtQYHY4+YmD6mIANpUGU/F3uiQ7hqoGE1U\"},\"origin\":\"hs1\",\"origin_server_ts\":1713910006775,\"prev_events\":[\"$SAv8cEf8C4D2eCpiNIDSJbr2WvKejVAhSJ32tP3uDv8\"],\"room_id\":\"!1DUfgRkPpUpqmb6Jmt:hs1\",\"sender\":\"@user-2:hs2\",\"signatures\":{\"hs1\":{\"ed25519:47tEZhMl\":\"cLh5889Z2hLp/11Xm6YGUabxouTDs9SwjVhQQ+bxk6TebQmD+oMT0K0X0KblMnjQgebUqLNvqrXezEz/WmEAAQ\"}},\"state_key\":\"@user-2:hs2\",\"type\":\"m.room.member\"}) })\n"} -{"Time":"2024-04-23T18:06:47.105911747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.776266Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:06:47.105916337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.776375Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for send_join in room !1DUfgRkPpUpqmb6Jmt:hs1\n"} -{"Time":"2024-04-23T18:06:47.105923977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.776488Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.105955546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.776635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!1DUfgRkPpUpqmb6Jmt:hs1/$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.105961106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.776665Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.105969176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.776675Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.105973836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.785943Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.105978536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.785959Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.106062056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.786060Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_join/!1DUfgRkPpUpqmb6Jmt:hs1/$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw with https://hs1:8448/_matrix/federation/v2/send_join/!1DUfgRkPpUpqmb6Jmt:hs1/$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\n"} -{"Time":"2024-04-23T18:06:47.106067875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.786069Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.106073835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.786083Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v2/send_join/!1DUfgRkPpUpqmb6Jmt:hs1/$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\n"} -{"Time":"2024-04-23T18:06:47.106079015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.786136Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:06:47.106083205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.786303Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:06:47.106087415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.786368Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:06:47.106108105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.786503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs1\n"} -{"Time":"2024-04-23T18:06:47.106111845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.786521Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Signing key not loaded for hs1\n"} -{"Time":"2024-04-23T18:06:47.106116435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.786678Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted key servers first for homeserver signing keys.\n"} -{"Time":"2024-04-23T18:06:47.106132335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.786695Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Remaining servers left that the notary/trusted servers did not provide: {\"hs1\": {}}\n"} -{"Time":"2024-04-23T18:06:47.106135835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.786706Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking individual servers for signing keys: {\"hs1\": {}}\n"} -{"Time":"2024-04-23T18:06:47.106140375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.786763Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.106156775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.786854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.106161325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.786875Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.106166055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.786883Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.106173885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.787381Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.106178544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.787393Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.106260724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.787405Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:47.106264794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.787412Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.106269584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.787425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:47.106277294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.787460Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Received new Future result\n"} -{"Time":"2024-04-23T18:06:47.106282884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.787467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Result is from hs1\n"} -{"Time":"2024-04-23T18:06:47.106288244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.787587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Done handling Future result\n"} -{"Time":"2024-04-23T18:06:47.106304463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.787599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Search for signing keys done\n"} -{"Time":"2024-04-23T18:06:47.106307913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.787607Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:06:47.106312213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.789074Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:06:47.106329533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.789529Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:06:47.106333303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.789549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.106338163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.789620Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.106353263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.789788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.106357183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.789801Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:06:47.106361393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.791761Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:06:47.106370183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.792231Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:06:47.106375903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.792783Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:06:47.106380123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.792903Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m19 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.106397093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.793884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.106401693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.794096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%211DUfgRkPpUpqmb6Jmt:hs1/state/m.room.member/@user-2:hs2 {\"host\": \"127.0.0.1:1205\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"43\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.106407472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.794111Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%211DUfgRkPpUpqmb6Jmt:hs1/state/m.room.member/@user-2:hs2 Some(Object({\"displayname\": String(\"Bobby\"), \"membership\": String(\"join\")}))\n"} -{"Time":"2024-04-23T18:06:47.106413742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.794475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.106479282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.794493Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.106484502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.794520Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.106491882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.795457Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.106497552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.795630Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.106502242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.795690Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.106508202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.795823Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/PKdzbkrwX7zEZv8mxTML2RLE1W2TIPcqLb5-q-XP220 {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"902\"}\n"} -{"Time":"2024-04-23T18:06:47.106515612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.795836Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/PKdzbkrwX7zEZv8mxTML2RLE1W2TIPcqLb5-q-XP220 Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713910006786, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\"), String(\"$-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4\"), String(\"$fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"9eSypPKb9l81U0OQYegVMSuC2MBHe3tQ/Xy9aeHje0g\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910006776, \"prev_events\": Array([String(\"$SAv8cEf8C4D2eCpiNIDSJbr2WvKejVAhSJ32tP3uDv8\")]),"} -{"Time":"2024-04-23T18:06:47.106522761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" \"room_id\": String(\"!1DUfgRkPpUpqmb6Jmt:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"2o+WitMx2ZZQqDiN10xfnKK+H4trP98TpAnB6Tn/s+sgaArErW4GDUDYF5/pCrQUWxfroDXLFrSzIjwJRvgIDQ\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"6mCzXTZJrc7yUp+66KT2We2B5fLcbTBHPFVkEGACbG/TLYN/eQbvxrfLFji8nXqG/1kwlHdT3r9qtkmOoqJwAQ\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({})})])}))\n"} -{"Time":"2024-04-23T18:06:47.106529021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796053Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m167.309µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"PKdzbkrwX7zEZv8mxTML2RLE1W2TIPcqLb5-q-XP220\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:06:47.106534051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796084Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:06:47.10663288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.10663697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796196Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.10664178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796270Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.10664773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m459.506µs\n"} -{"Time":"2024-04-23T18:06:47.10665355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m60.749µs \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m536.925µs\n"} -{"Time":"2024-04-23T18:06:47.10665837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1205\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.1066646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796503Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:47.10666912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m625.115µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"PKdzbkrwX7zEZv8mxTML2RLE1W2TIPcqLb5-q-XP220\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:06:47.10667883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796523Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.10668336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796630Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.10669975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/send/Kn9vZs7_i6QlAQQkKuUrxLkW1ZWHjnZoSLw0yF6PiiQ\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.10670422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796953Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.1067193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796993Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:06:47.10672291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.797020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:06:47.10672733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.797186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:06:47.10674188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.799214Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:47.106745739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.799269Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.106750409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.801894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-2:hs2 timeout:300s\n"} -{"Time":"2024-04-23T18:06:47.106766769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.802218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m6 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.106770629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.802907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.106775229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803109Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21D1km264JVwxPEAsotW:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1205\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.106791209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803135Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21D1km264JVwxPEAsotW:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:47.106795649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803370Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !D1km264JVwxPEAsotW:hs1 over federation.\n"} -{"Time":"2024-04-23T18:06:47.106799989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803399Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:06:47.106816389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803450Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.106820789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.106897558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803691Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.106901708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803710Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.106906478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.810760Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.106910968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.810788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.106983457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.810983Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/send/Kn9vZs7_i6QlAQQkKuUrxLkW1ZWHjnZoSLw0yF6PiiQ with https://hs1:8448/_matrix/federation/v1/send/Kn9vZs7_i6QlAQQkKuUrxLkW1ZWHjnZoSLw0yF6PiiQ\n"} -{"Time":"2024-04-23T18:06:47.106987917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.811001Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.106995677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.811027Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v1/send/Kn9vZs7_i6QlAQQkKuUrxLkW1ZWHjnZoSLw0yF6PiiQ\n"} -{"Time":"2024-04-23T18:06:47.107000287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.812610Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.107004907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.812635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.107022767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.812658Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.107027687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.812674Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.107139646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.812697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.107148736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.812754Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:47.107159086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.812771Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_FORBIDDEN\"\n"} -{"Time":"2024-04-23T18:06:47.107168146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.812786Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:06:47.107179596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.812840Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.107191336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.813022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.107201455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.813064Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.107209385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.813081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.107217095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.814969Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.107228385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.814992Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.107239205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.815013Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.107248045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.815028Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.107255945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.815051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.107266365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.815100Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:47.107273455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.815115Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_FORBIDDEN\"\n"} -{"Time":"2024-04-23T18:06:47.107321224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.815207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:06:47.107329944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.816019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.107337954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.816151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21D1km264JVwxPEAsotW:hs1/state/m.room.member/@user-2:hs2 {\"host\": \"127.0.0.1:1205\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"87\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.107348664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.816177Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21D1km264JVwxPEAsotW:hs1/state/m.room.member/@user-2:hs2 Some(Object({\"displayname\": String(\"Bobby\"), \"join_authorised_via_users_server\": String(\"unused\"), \"membership\": String(\"join\")}))\n"} -{"Time":"2024-04-23T18:06:47.107363364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.816386Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: non-create event for room of unknown version in !D1km264JVwxPEAsotW:hs1\n"} -{"Time":"2024-04-23T18:06:47.107373934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.816468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:06:47.107383184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.816486Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:06:47.107393194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.817040Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.107401404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.817292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21D1km264JVwxPEAsotW:hs1/leave {\"host\": \"127.0.0.1:1205\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.107412754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.817317Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21D1km264JVwxPEAsotW:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:47.107420154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.817515Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Failed to leave room @user-2:hs2 remotely: M_BAD_STATE: User is not invited.\n"} -{"Time":"2024-04-23T18:06:47.107427394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.818412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.107434533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.819257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.107442063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.819382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%211DUfgRkPpUpqmb6Jmt:hs1/leave {\"host\": \"127.0.0.1:1205\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.107450003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.819406Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%211DUfgRkPpUpqmb6Jmt:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:47.107458053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.820209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.107470943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.820246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.107539023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.820300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"Bobby\",\"membership\":\"leave\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.107549962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.821721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.107557312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.822538Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.107566762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.822868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/send/M965fnZaWxRXfSwZbjCLP_phfoYXJSs-HrK4aaq_nL8\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.107581472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.822920Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:06:47.107592572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.822952Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.107601682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.832415Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.107611622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.832443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.107624592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.832467Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/send/M965fnZaWxRXfSwZbjCLP_phfoYXJSs-HrK4aaq_nL8 with https://hs1:8448/_matrix/federation/v1/send/M965fnZaWxRXfSwZbjCLP_phfoYXJSs-HrK4aaq_nL8\n"} -{"Time":"2024-04-23T18:06:47.107632382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.832482Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.107640442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.832506Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v1/send/M965fnZaWxRXfSwZbjCLP_phfoYXJSs-HrK4aaq_nL8\n"} -{"Time":"2024-04-23T18:06:47.107647712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.834956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.107655331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.835138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21D1km264JVwxPEAsotW:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1205\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.107663331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.835162Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21D1km264JVwxPEAsotW:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:47.107670471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.835395Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !D1km264JVwxPEAsotW:hs1 over federation.\n"} -{"Time":"2024-04-23T18:06:47.107677521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.835420Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:06:47.107684711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.835466Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.107712991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.835633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.107723481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.835675Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.107734511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.835692Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.107746071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836387Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.107758541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.10777093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836427Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.10778643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836436Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.1077975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.1078111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836496Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:47.1078202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836507Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:47.10782998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836516Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:06:47.10784154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836555Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.10785237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.10787223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836698Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.10788211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.107892459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.837327Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.107900479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.837341Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.107911689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.837353Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.107920589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.837360Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.107928629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.837372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.107950329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.837398Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:47.107962689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.837406Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:47.107972859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.837471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:47.107987189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.839891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.107997978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.840363Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.108011428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.840747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!D1km264JVwxPEAsotW:hs1/$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1461\"}\n"} -{"Time":"2024-04-23T18:06:47.108119987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.840771Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!D1km264JVwxPEAsotW:hs1/$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo Some(Object({\"event\": Object({\"auth_events\": Array([String(\"$glnZQ3-cufKWGzzck-VN9qv29tAZ0Ja3DZjHe01hhI8\"), String(\"$9MGDfS6liv68Hx53orYzfHoq-WJ458bOm1XKLxXKDGE\"), String(\"$nr9QMmxqhHqLW1epaVCNjf5eO9_-Rty889GN15QMNxc\"), String(\"$1jsFCd9FiIT5d4-E_ghlXTvya3sXUU-cwnU7HKbwO20\")]), \"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"waki6zJKy1Ewd4nqtCXFMfl7rYl6nx7iNtfiuqw4k74\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713910006838, \"prev_events\": Array([String(\"$9PO8KXNKc2g3E-HUxT0CIGa5ZdF3FO8dr2fqbwFWOew\")]), \"room_id\": String(\"!D1km264JVwxPEAsotW:hs1\"), \"sender\": String(\"@user-1:hs1\"), \"signatures\": Object({\"hs1\": Object("} -{"Time":"2024-04-23T18:06:47.108132957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"{\"ed25519:47tEZhMl\": String(\"8aMDBOECqpI5Og2GFcDMXZCOTetZN0jVZJJO0neViyVGYgFOkxJknd2zQirXsfV+Il7DbBGdYU0CCuYz7PUBCg\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")}), \"invite_room_state\": Array([Object({\"content\": Object({\"creator\": String(\"@user-1:hs1\"), \"room_version\": String(\"8\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.create\")}), Object({\"content\": Object({\"allow\": Array([Object({\"room_id\": String(\"!1DUfgRkPpUpqmb6Jmt:hs1\"), \"type\": String(\"m.room_membership\"), \"via\": Array([String(\"hs1\")])})]), \"join_rule\": String(\"restricted\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")}), Object({\"content\": Object({\"name\": String(\"Room\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.name\")}), Object({\"content\": Object({\"displayname\": String(\"user-1 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"is_direct\": Bool(false), \"membership\": String(\"join\")}), \"sender\": String(\"@u"} -{"Time":"2024-04-23T18:06:47.108148967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"ser-1:hs1\"), \"state_key\": String(\"@user-1:hs1\"), \"type\": String(\"m.room.member\")}), Object({\"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"sender\": String(\"@user-1:hs1\"), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")})]), \"org.matrix.msc4125.via\": Array([String(\"hs1\"), String(\"hs1\")]), \"room_version\": String(\"8\")}))\n"} -{"Time":"2024-04-23T18:06:47.108159687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.840981Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.108169927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.842102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.108185897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.855037Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.108196477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.855199Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21D1km264JVwxPEAsotW:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1205\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.108207607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.855223Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21D1km264JVwxPEAsotW:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:47.108218076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.855507Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !D1km264JVwxPEAsotW:hs1 over federation.\n"} -{"Time":"2024-04-23T18:06:47.108227306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.855535Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:06:47.108237196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.855583Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.108248916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.855771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.108263726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.855818Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.108273166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.855837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.108283646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.857192Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.108294716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.857222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.108303796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.857250Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.108312746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.857268Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.108321705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.857295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.108332335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.857357Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:47.108339575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.857375Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:47.108346685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.857393Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:06:47.108356485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.857449Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.108365285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.857630Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.108376995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.857673Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.108392395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.857692Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.108403565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.858336Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.108620923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.858360Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.108631163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.858383Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.108643892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.858400Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.108658652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.858425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.108669122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.858479Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:47.108679002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.858496Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:47.108689762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.858513Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (2)\n"} -{"Time":"2024-04-23T18:06:47.108700832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.858566Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.108713472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.858738Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.108730172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.858780Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.108741562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.858798Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.108753131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.859430Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.108764731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.859454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.108780031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.859477Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.108791991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.859494Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.108813981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.859519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.108823791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.859572Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:47.108835541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.859589Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:47.108847791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.859606Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (3)\n"} -{"Time":"2024-04-23T18:06:47.10885984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.859658Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.10887153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.859829Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.1088808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.859870Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.10892769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.859888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.10895774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860526Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.10896612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.108976419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860573Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.108994959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860589Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.109007119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.109018019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860668Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:47.109065879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860684Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:47.109074619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860701Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (4)\n"} -{"Time":"2024-04-23T18:06:47.109083308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860753Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.109097438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.109106898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860977Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.109114958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860996Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.109122928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.861624Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.109134578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.861647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.109144418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.861670Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.109153188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.861687Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.109161278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.861712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.109172828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.861766Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:47.109180658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.861782Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:47.109187818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.861799Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (5)\n"} -{"Time":"2024-04-23T18:06:47.109194967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.861851Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.109265017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.109275587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862082Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.109285077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.109298747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862724Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.109307667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.109316366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862770Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.109325136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862787Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.109335866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.109344096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862865Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:47.109351136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862882Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:47.109358266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862899Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (6)\n"} -{"Time":"2024-04-23T18:06:47.109365356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862965Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.109376526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.863139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.109385696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.863180Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.109393546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.863199Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.109402326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.863831Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.109410196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.863854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.109466385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.863877Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.109476515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.863893Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.109484605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.863918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.109495915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.863984Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:47.109503115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.864001Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:47.109510155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.864019Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (7)\n"} -{"Time":"2024-04-23T18:06:47.109519725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.864070Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.109528435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.864240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.109538274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.864281Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.109548774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.864300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.109556704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.864924Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.109564424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.864960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.109573024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.864984Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.109586424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.865001Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.109600484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.865026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.109615314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.865080Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:47.109627104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.865096Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:47.109640564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.865189Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m10 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:47.109650533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.865920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.109661633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.866006Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21D1km264JVwxPEAsotW:hs1/leave {\"host\": \"127.0.0.1:1205\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.109674173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.866019Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21D1km264JVwxPEAsotW:hs1/leave Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:47.109687103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.866125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m servers in remote_leave_room: {\"hs1\"}\n"} -{"Time":"2024-04-23T18:06:47.109744073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.866312Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.109754103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.866475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_leave/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.109766152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.866514Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.109781512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.866531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.109792402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.868480Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.109802092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.868505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.109813512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.868536Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_leave/!D1km264JVwxPEAsotW:hs1/@user-2:hs2 with https://hs1:8448/_matrix/federation/v1/make_leave/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\n"} -{"Time":"2024-04-23T18:06:47.109821882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.868552Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.109829672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.868576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_leave/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\n"} -{"Time":"2024-04-23T18:06:47.109862032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.868985Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.109871832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.869288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_leave/!D1km264JVwxPEAsotW:hs1/$I071PWm8mhELP_uKIZ4xWlcSQ2c6VlBBCvs6iEoUbOI\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.109880701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.869336Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.109896281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.869354Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.109907681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.870454Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.109918351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.870477Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.109929741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.870499Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_leave/!D1km264JVwxPEAsotW:hs1/$I071PWm8mhELP_uKIZ4xWlcSQ2c6VlBBCvs6iEoUbOI with https://hs1:8448/_matrix/federation/v2/send_leave/!D1km264JVwxPEAsotW:hs1/$I071PWm8mhELP_uKIZ4xWlcSQ2c6VlBBCvs6iEoUbOI\n"} -{"Time":"2024-04-23T18:06:47.109949611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.870515Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.109960751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.870539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for PUT https://hs1:8448/_matrix/federation/v2/send_leave/!D1km264JVwxPEAsotW:hs1/$I071PWm8mhELP_uKIZ4xWlcSQ2c6VlBBCvs6iEoUbOI\n"} -{"Time":"2024-04-23T18:06:47.109971991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.870597Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Failed to leave room @user-2:hs2 remotely: hs1\n"} -{"Time":"2024-04-23T18:06:47.109989591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.871673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/leave\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.11000068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.872509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.11000855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.872655Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%211DUfgRkPpUpqmb6Jmt:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1205\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.11002203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.872678Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%211DUfgRkPpUpqmb6Jmt:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:47.11003401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.872884Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:06:47.11004491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.873731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.11005552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.873768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.110109899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.873828Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.110121399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.875926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.110124729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.876747Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.110131209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.877060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/send/iSYcRgYfi1bs4uTNhP1PSqvgsKz-87PznvRgWRNNndY\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.110138089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.877107Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:06:47.110142969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.877126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.110147619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.884654Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.110152289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.884669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.110158859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.884683Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/send/iSYcRgYfi1bs4uTNhP1PSqvgsKz-87PznvRgWRNNndY with https://hs1:8448/_matrix/federation/v1/send/iSYcRgYfi1bs4uTNhP1PSqvgsKz-87PznvRgWRNNndY\n"} -{"Time":"2024-04-23T18:06:47.110164139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.884692Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.110167459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.884707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v1/send/iSYcRgYfi1bs4uTNhP1PSqvgsKz-87PznvRgWRNNndY\n"} -{"Time":"2024-04-23T18:06:47.110171899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.888954Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.110193309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.889046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21D1km264JVwxPEAsotW:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1205\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.110197369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.889061Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21D1km264JVwxPEAsotW:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:47.110202219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.889214Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !D1km264JVwxPEAsotW:hs1 over federation.\n"} -{"Time":"2024-04-23T18:06:47.110205409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.889239Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:06:47.110211759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.889282Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.110315348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.889447Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.110320088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.889488Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.110324858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.889506Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.110329588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.890981Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.110334237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891006Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.110351497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891028Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.110356947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891044Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.110372467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 500 for GET https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.110376287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891121Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:47.110380857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891138Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNKNOWN\"\n"} -{"Time":"2024-04-23T18:06:47.110407147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891152Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:06:47.110411037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891210Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.110416207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.110420367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891430Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.110424427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891449Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.110429147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.892105Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.110442477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.892128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.110446536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.892152Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.110451706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.892168Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.110455806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.892193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 500 for GET https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.110558046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.892246Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:47.110561885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.892262Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNKNOWN\"\n"} -{"Time":"2024-04-23T18:06:47.110567975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.892345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:06:47.110572575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.892363Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms\n"} -{"Time":"2024-04-23T18:06:47.110592405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.897269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.110596415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.897499Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21D1km264JVwxPEAsotW:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1205\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.110601305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.897536Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21D1km264JVwxPEAsotW:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:47.110618255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.897854Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !D1km264JVwxPEAsotW:hs1 over federation.\n"} -{"Time":"2024-04-23T18:06:47.110622225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.897888Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:06:47.110626695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.897972Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.110630635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.898215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.110645355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.898265Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.110649055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.898285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.110653715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.899728Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.110671425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.899756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.110675664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.899781Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.110681384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.899800Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.110685074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.899826Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 500 for GET https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.110706264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.899884Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:47.110710454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.899900Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNKNOWN\"\n"} -{"Time":"2024-04-23T18:06:47.110715024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.899916Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:06:47.110718764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.899978Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.110723974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.900149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.110789873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.900188Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.110794143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.900206Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.110798863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.901248Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.110806803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.901272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:47.110814073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.901297Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.110820003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.901314Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.110918202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.901339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 500 for GET https://hs1:8448/_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:47.110922342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.901392Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:06:47.110929942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.901408Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNKNOWN\"\n"} -{"Time":"2024-04-23T18:06:47.110942192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.901499Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:06:47.110961112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.901518Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms\n"} -{"Time":"2024-04-23T18:06:47.111031401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"2024/04/23 18:06:47 ============== 1e27afaff5ab43d61e39571adf6c81210c75f304962fa949ee7952027c777bd0 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:06:47.111034631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.111037201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.33035195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"2024/04/23 18:06:47 ============================================\n"} -{"Time":"2024-04-23T18:06:47.33036979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.33037375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.33037721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"2024/04/23 18:06:47 21909d6c365c00fb3708b6bf8ee16e967868b1ea998f361ffec228e33d4ba6b8 : Server logs:\n"} -{"Time":"2024-04-23T18:06:47.330490299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:06:47.330495069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:06:47.330501599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:06:47.330505169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:06:47.330508909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:06:47.330512509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"+ echo 'IP.1 = 172.28.0.2'\n"} -{"Time":"2024-04-23T18:06:47.330517829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:06:47.330521909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:06:47.330529739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:06:47.330535328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:06:47.330541198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.839844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:06:47.330546848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.839966Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:06:47.330558368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.840305Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:06:47.330562678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.840313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:06:47.330568128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.840318Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:06:47.330573588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.840326Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:06:47.330592908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.841058Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:06:47.330597858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.330603408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:06:47.330609298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.841137Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:06:47.330613978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.843371Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:06:47.330619578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.844982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:06:47.330625138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.845598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:06:47.330633168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:45.846627Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:06:47.330638598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.314525Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 469.540123ms\n"} -{"Time":"2024-04-23T18:06:47.330646797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316491Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:06:47.330652477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316561Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:47.330658027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316575Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:47.330663597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316583Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:06:47.330671567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316592Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:06:47.330677147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316600Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:06:47.330685477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316609Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:06:47.330690867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316617Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:06:47.330703077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316627Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:06:47.330707187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316635Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:06:47.330712757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316644Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:06:47.330718267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316653Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:06:47.330726167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316659Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:06:47.330731647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316665Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:06:47.330739997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316683Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:06:47.330743897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316694Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:06:47.330749837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316705Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:06:47.330755177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316714Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:06:47.330765916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316723Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:06:47.330770086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.316730Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:06:47.330775636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.318297Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:06:47.330781336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.321193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:06:47.330800316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.337789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:06:47.330805876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.337797Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:06:47.330810096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.338306Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:06:47.330816336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.338433Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:06:47.330822186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.360563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.330828496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.361254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1203\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.330835026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.361361Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:06:47.330841446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.361609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.330846296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.362347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.330850986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.362756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1203\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.330856376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.362774Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:06:47.330865986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.404985Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:47.330872865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.406690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.330879625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.406921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.330889175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.407065Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.330895015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.409915Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.330901765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.409941Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.330908065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.409965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.330914365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.411352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:47.330922595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.411380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:47.330989444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.411388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:47.331009124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.411414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:47.331018404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.411479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:06:47.331024654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.411491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:06:47.331030634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.411516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:47.331043874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.411524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.331052884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.413071Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:47.331062124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:47.331072604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.413102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:47.331079294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:47.331122693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.413111Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:47.331130983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.331136883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.414377Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:06:47.331140563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.414455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m52 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.331148573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.414829Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:47.331160133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.414858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:47.331167173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.414866Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.331221382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.415157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.331238102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.415626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1203\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"46\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.331249702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.415662Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"name\": String(\"Allowed Room\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:06:47.331260132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.416301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:06:47.331276692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.416318Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:06:47.331288192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.416335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:06:47.331306262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.417453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.331326121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.417472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.331338451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.417506Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.331350711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.418814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:47.331367621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.418839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:47.331380251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.418847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:47.331392411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.418860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:47.331409741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.418868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:47.33142597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.418875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.3314374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.419973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:47.33144891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.420003Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:47.33146081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.420014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.33147171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.421113Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:06:47.3314866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.421143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:06:47.33150102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.421155Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.3315136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.422262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:06:47.331524869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.422290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:47.331539099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.422302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.331550619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.423403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Allowed Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:06:47.331562099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.423431Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Allowed Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:47.331573189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.423439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Allowed Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.331586459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.424268Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:06:47.331598539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.424327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.331607629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.424789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.331616979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.424928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1203\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"245\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.331628509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.424953Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"initial_state\": Array([Object({\"content\": Object({\"allow\": Array([Object({\"room_id\": String(\"!1DUfgRkPpUpqmb6Jmt:hs1\"), \"type\": String(\"m.room_membership\"), \"via\": Array([String(\"hs1\")])})]), \"join_rule\": String(\"restricted\")}), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")})]), \"name\": String(\"Room\"), \"preset\": String(\"public_chat\"), \"room_version\": String(\"8\")}))\n"} -{"Time":"2024-04-23T18:06:47.331640938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.425255Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"8\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:06:47.331653678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.425271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"8\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:06:47.331668108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.425285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"8\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:06:47.331680118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.426180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.331731098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.426198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.331743677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.426230Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.331755477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.427387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:47.331771407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.427412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:47.331783737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.427420Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:47.331796257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.427432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:47.331808317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.427440Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:47.331819717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.427446Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.331834977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.428386Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:47.331850736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.428415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:47.331861716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.428427Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.331873746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.429394Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:06:47.331885006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.429423Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:06:47.331897866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.429431Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.331912276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.430465Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:06:47.331923936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.430494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:47.331944506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.430502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.331955756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.431505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!1DUfgRkPpUpqmb6Jmt:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:47.331972855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.431533Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!1DUfgRkPpUpqmb6Jmt:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:47.331985465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.431542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!1DUfgRkPpUpqmb6Jmt:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.331997835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.432603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:06:47.332010335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.432631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:47.332021645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.432640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.332032025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.433365Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:06:47.332046825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.433411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m8 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.332055935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.630197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.332065255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.630535Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs2 keys\n"} -{"Time":"2024-04-23T18:06:47.332074864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.630552Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:06:47.332084574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.630836Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.332094274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.631062Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:06:47.332104484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.631077Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:06:47.332116384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.631153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:06:47.332126984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.631183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.332146214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.631205Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:47.332161924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.631233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.332172244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.631273Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 48808:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:47.332179734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.332186603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:06:47.332193413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.332201303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.631392Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:47.332211693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.631434Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:47.332222363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.631634Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:06:47.332235983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.631652Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 48808\n"} -{"Time":"2024-04-23T18:06:47.332247433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.631673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 48808:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:06:47.332256763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.332263483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:06:47.332270143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:06:47.332277103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"hs2. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:06:47.332284113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:06:47.332290563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.332297003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.332305442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.631690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 48808:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:06:47.332314982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.332324982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:06:47.332331542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:06:47.332338402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"hs2. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:06:47.332345202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:06:47.332351692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.332359702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.332368222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.631911Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:06:47.332379342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.631937Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:443\n"} -{"Time":"2024-04-23T18:06:47.332391262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.632036Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:06:47.332405422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.632062Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:06:47.332421021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.632078Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:06:47.332434091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.632097Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:06:47.332451911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.632130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:06:47.332463411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.632148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:06:47.332474651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.632159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.332486271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.632172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:47.332498071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.632181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.332508301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.632207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 5951:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:47.332515791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.332522301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.33252904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.33253712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.632259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:47.33254813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.632305Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:47.33255882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.633593Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:47.3325701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.633606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 5951\n"} -{"Time":"2024-04-23T18:06:47.33258512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.633623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 5951:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:47.33259462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.33260122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.33260772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:47.33261412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:47.33262101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":". 85962 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:47.33263461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.332641449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.332649739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.633639Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:47.332661319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.633651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:47.332672669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.633727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:47.332683499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.633743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.332693629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.633778Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m11122\n"} -{"Time":"2024-04-23T18:06:47.332701939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.633785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 11122:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:47.332709239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.332715999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.332722519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.332729439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.633797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:47.332737449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.636082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:47.332745129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.636089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:06:47.332752659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.636093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:47.332760588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.636099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:47.332768328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.636103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:47.332775938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.636106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:47.332784308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.636110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:47.332792168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.636115Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:47.332801748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.636132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 11122:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:47.332811428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.332818178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.332824918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:47.332831338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:47.332838808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":". 85962 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:47.332845948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.332852128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.332860138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.636155Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:06:47.332877417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.636169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.332888997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.636179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:47.332902387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.636188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.332912497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.636212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 17337:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:47.332919937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.332926837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.332944507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.332952977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.636233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:47.332963957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.636260Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:47.332974737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.637085Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:47.332985736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.637097Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 17337\n"} -{"Time":"2024-04-23T18:06:47.332996736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.637113Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 17337:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:47.333007206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.333013956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.333020816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:47.333027186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:47.333034026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":". 85962 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:47.333040946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.333047646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.333056466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.637127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:47.333070076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.637137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:47.333082446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.637149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.333093116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.637172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:47.333101815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.637181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m35798\n"} -{"Time":"2024-04-23T18:06:47.333110655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.637186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 35798:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:47.333118495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.333126035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.333132815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.333139805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.637195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:47.333147695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.680162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:47.333155185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.680169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:06:47.333162885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.680174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:47.333170985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.680180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:47.333178815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.680184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:47.333194925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.680188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:47.333204595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.680192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:47.333212494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.680198Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:47.333221504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.680217Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 35798:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:47.333230414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.333237024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.333243874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:47.333250704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:47.333257374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":". 85962 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:47.333264224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.333270724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.333279124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.680245Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:47.333290514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.680263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:06:47.333301174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.680281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:06:47.333312084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.680293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.333323643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.680306Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:47.333335153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.680317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.333345233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.680346Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 23754:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:47.333354163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.333360823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.333367373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.333375813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.680395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:47.333386773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.680445Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:47.333397723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.681690Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:47.333408933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.681702Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 23754\n"} -{"Time":"2024-04-23T18:06:47.333419613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.681720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 23754:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:47.333429943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.333436612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.333443312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:47.333450202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:47.333457182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":". 85962 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:47.333464692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.333470692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.333478962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.681734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:47.333491802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.681745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:47.333503312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.681755Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.333513082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.681777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:47.333520962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.681786Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m5743\n"} -{"Time":"2024-04-23T18:06:47.333536302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.681792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 5743:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:47.333543562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.333550051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.333556531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.333563731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.681801Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:47.333571691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.724356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:47.333579101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.724365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:06:47.333586681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.724369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:47.333594321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.724375Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:47.333602051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.724379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:47.333610471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.724382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:47.333618231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.724385Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:47.333625841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.724393Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:47.333634461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.724415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 5743:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:47.333643821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.333650481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.333657121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:47.33366394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:47.33367243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":". 85962 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:47.33367939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.33368591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.33369408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.724450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:06:47.33370541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.724462Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.33371693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.724475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:47.33372839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.724484Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.33373854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.724511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 44719:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:47.33374601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.33375323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.33376001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.33376796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.724556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:47.333778739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.724606Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:47.333789819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.725747Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:47.333800849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.725762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 44719\n"} -{"Time":"2024-04-23T18:06:47.333811859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.725781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 44719:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:47.333822159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.333828759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.333835459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:47.333849759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:47.333856829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":". 85962 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:47.333863969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.333870439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.333878949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.725800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:47.333891038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.725815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:47.333902208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.725827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:47.333912118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.725854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:47.333920168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.725865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m31088\n"} -{"Time":"2024-04-23T18:06:47.333928258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.725871Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 31088:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:47.333953498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.333961838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.333968378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.333975338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.725881Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:47.333983298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.767842Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:47.333991048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.767849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:06:47.333998798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.767853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:47.334006587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.767858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:47.334015387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.767862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:47.334023457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.767865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:47.334031067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.767868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:47.334038657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.767873Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:47.334047607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.767891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 31088:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:47.334056997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; query\n"} -{"Time":"2024-04-23T18:06:47.334063947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:47.334070597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:47.334077197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:47.334084067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":". 85962 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:47.334090947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:47.334097547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.334106767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.767914Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:47.334117766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.767952Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:06:47.334136896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.767988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:06:47.334149386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.768146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.334161516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.768180Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:47.334172416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.768198Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:06:47.334183366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.768212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:06:47.334193946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.768314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:06:47.334204606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.769548Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:47.334215096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.769594Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:47.334225746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.770081Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:47.334236915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.770095Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:47.334248225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.770183Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/key/v2/server with https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:47.334260625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.770193Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.334271395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.770240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:47.334282395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.770483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.334293505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.770497Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.334303305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.770670Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.334312815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.770860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:47.334322155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.770916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m140 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:47.334331985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.334341665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.771972Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.334352204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.772048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.334362974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.772058Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.334372564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.772140Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.334383314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.772251Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:47.334392494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.772292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:47.334411794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.775065Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.334421674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.775163Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.334432294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.775238Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!1DUfgRkPpUpqmb6Jmt:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.334442394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.775248Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!1DUfgRkPpUpqmb6Jmt:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.334453264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.775329Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.334462633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.775715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.334471693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.775735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.334480573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.775768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.334490653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.776046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.334499803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.776793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.334509023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.776922Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.334519283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.777056Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!1DUfgRkPpUpqmb6Jmt:hs1/$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"772\"}\n"} -{"Time":"2024-04-23T18:06:47.334534763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.777068Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!1DUfgRkPpUpqmb6Jmt:hs1/$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw Some(Object({\"auth_events\": Array([String(\"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\"), String(\"$-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4\"), String(\"$fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"9eSypPKb9l81U0OQYegVMSuC2MBHe3tQ/Xy9aeHje0g\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910006776, \"prev_events\": Array([String(\"$SAv8cEf8C4D2eCpiNIDSJbr2WvKejVAhSJ32tP3uDv8\")]), \"room_id\": String(\"!1DUfgRkPpUpqmb6Jmt:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"c"} -{"Time":"2024-04-23T18:06:47.334549653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"Lh5889Z2hLp/11Xm6YGUabxouTDs9SwjVhQQ+bxk6TebQmD+oMT0K0X0KblMnjQgebUqLNvqrXezEz/WmEAAQ\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"6mCzXTZJrc7yUp+66KT2We2B5fLcbTBHPFVkEGACbG/TLYN/eQbvxrfLFji8nXqG/1kwlHdT3r9qtkmOoqJwAQ\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:06:47.334558883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.777164Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.334568213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.777411Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2, hs1\n"} -{"Time":"2024-04-23T18:06:47.334577902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.777527Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.334587802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.777576Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.334597822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.777671Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.334608742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.777942Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:06:47.334621462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.777986Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM in db\n"} -{"Time":"2024-04-23T18:06:47.334633642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778006Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4 in db\n"} -{"Time":"2024-04-23T18:06:47.334644112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778026Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM in db\n"} -{"Time":"2024-04-23T18:06:47.334658472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778043Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:47.334670062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778052Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM in db\n"} -{"Time":"2024-04-23T18:06:47.334680972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778060Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4 in db\n"} -{"Time":"2024-04-23T18:06:47.334691471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778066Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM in db\n"} -{"Time":"2024-04-23T18:06:47.334702131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778077Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:06:47.334712571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.334723911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.334735271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.334745521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778285Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:06:47.334756201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778366Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:06:47.334766751-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778477Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $SAv8cEf8C4D2eCpiNIDSJbr2WvKejVAhSJ32tP3uDv8 in db\n"} -{"Time":"2024-04-23T18:06:47.334779881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778490Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:47.334792081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778497Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $SAv8cEf8C4D2eCpiNIDSJbr2WvKejVAhSJ32tP3uDv8 in db\n"} -{"Time":"2024-04-23T18:06:47.33481614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:47.33482846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778613Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$SAv8cEf8C4D2eCpiNIDSJbr2WvKejVAhSJ32tP3uDv8\"]\n"} -{"Time":"2024-04-23T18:06:47.33483949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:06:47.33485017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:06:47.33486096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778774Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:06:47.33487166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778818Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:06:47.3348823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.33489339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.778914Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.33490409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.779032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.334916609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.779045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:06:47.334926939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.779163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:06:47.334948979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.779174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.334960219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.779187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.334970899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.779269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.334980899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.779282Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:06:47.334991289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.779290Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:06:47.335002589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.779326Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:06:47.335013339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.779336Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:06:47.335026568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.779363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:06:47.335037328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.779489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:06:47.335047998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.779593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m48.509µs\n"} -{"Time":"2024-04-23T18:06:47.335060178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.779705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m161.008µs\n"} -{"Time":"2024-04-23T18:06:47.335073708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.779766Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m222.818µs\n"} -{"Time":"2024-04-23T18:06:47.335086598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.779879Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZAs_5Lig0ySE1hbptxATgHCibv55biJ09Z-PB_LiQHQ\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m335.337µs\n"} -{"Time":"2024-04-23T18:06:47.335098318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.779945Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m400.986µs\n"} -{"Time":"2024-04-23T18:06:47.335111968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.780073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m529.315µs\n"} -{"Time":"2024-04-23T18:06:47.335124848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.780133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m589.504µs\n"} -{"Time":"2024-04-23T18:06:47.335137137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.780275Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m731.513µs\n"} -{"Time":"2024-04-23T18:06:47.335149457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.780336Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m792.523µs\n"} -{"Time":"2024-04-23T18:06:47.335161087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.780477Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$b4JHtgVGSdQ8Nu-NBEzfxxSSYFCtyyM_5ub-Ju7Qyeo\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m933.241µs\n"} -{"Time":"2024-04-23T18:06:47.335175327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.780538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m993.891µs\n"} -{"Time":"2024-04-23T18:06:47.335187357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.780679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eV2qO9BbdpyyXSxz-SQVcXvorpvsQuD771xpWsIPlhg\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.134819ms\n"} -{"Time":"2024-04-23T18:06:47.335199577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.780740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.196439ms\n"} -{"Time":"2024-04-23T18:06:47.335212857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.780880Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$SAv8cEf8C4D2eCpiNIDSJbr2WvKejVAhSJ32tP3uDv8\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.336448ms\n"} -{"Time":"2024-04-23T18:06:47.335224907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.780947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.402977ms\n"} -{"Time":"2024-04-23T18:06:47.335237747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.780963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.419407ms\n"} -{"Time":"2024-04-23T18:06:47.335249156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781122Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m134.808µs\n"} -{"Time":"2024-04-23T18:06:47.335260876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781304Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m316.647µs\n"} -{"Time":"2024-04-23T18:06:47.335273156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781367Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m379.686µs\n"} -{"Time":"2024-04-23T18:06:47.335285846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m392.676µs\n"} -{"Time":"2024-04-23T18:06:47.335298556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:06:47.335311116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:06:47.335322846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:06:47.335333186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781652Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:06:47.335345726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781660Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4\", (\"m.room.join_rules\", \"\"): \"$fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM\", (\"m.room.power_levels\", \"\"): \"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\", (\"m.room.member\", \"@user-1:hs1\"): \"$ZAs_5Lig0ySE1hbptxATgHCibv55biJ09Z-PB_LiQHQ\", (\"m.room.guest_access\", \"\"): \"$eV2qO9BbdpyyXSxz-SQVcXvorpvsQuD771xpWsIPlhg\", (\"m.room.name\", \"\"): \"$SAv8cEf8C4D2eCpiNIDSJbr2WvKejVAhSJ32tP3uDv8\", (\"m.room.history_visibility\", \"\"): \"$b4JHtgVGSdQ8Nu-NBEzfxxSSYFCtyyM_5ub-Ju7Qyeo\"}\n"} -{"Time":"2024-04-23T18:06:47.335361545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:06:47.335389055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\"]}\n"} -{"Time":"2024-04-23T18:06:47.335401645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781760Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:06:47.335412545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\", \"$fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM\"}\n"} -{"Time":"2024-04-23T18:06:47.335423145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781823Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:06:47.335433935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM) senders power level\n"} -{"Time":"2024-04-23T18:06:47.335444715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:06:47.335455324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM power level 100\n"} -{"Time":"2024-04-23T18:06:47.335466344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781925Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:47.335476684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:06:47.335488294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781972Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM\"]\n"} -{"Time":"2024-04-23T18:06:47.335499854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:47.335510414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.781993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM\"]\n"} -{"Time":"2024-04-23T18:06:47.335521534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782085Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM\"\n"} -{"Time":"2024-04-23T18:06:47.335532394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782097Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:47.335543224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:47.335554284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.335565353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:06:47.335579793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782151Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.create\", \"\"): \"$-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4\", (\"m.room.member\", \"@user-1:hs1\"): \"$ZAs_5Lig0ySE1hbptxATgHCibv55biJ09Z-PB_LiQHQ\", (\"m.room.guest_access\", \"\"): \"$eV2qO9BbdpyyXSxz-SQVcXvorpvsQuD771xpWsIPlhg\", (\"m.room.power_levels\", \"\"): \"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\", (\"m.room.join_rules\", \"\"): \"$fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM\", (\"m.room.name\", \"\"): \"$SAv8cEf8C4D2eCpiNIDSJbr2WvKejVAhSJ32tP3uDv8\", (\"m.room.history_visibility\", \"\"): \"$b4JHtgVGSdQ8Nu-NBEzfxxSSYFCtyyM_5ub-Ju7Qyeo\"}\n"} -{"Time":"2024-04-23T18:06:47.335593703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:06:47.335603853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782178Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\"]\n"} -{"Time":"2024-04-23T18:06:47.335616193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\")\n"} -{"Time":"2024-04-23T18:06:47.335626773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:06:47.335637483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\n"} -{"Time":"2024-04-23T18:06:47.335648463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\n"} -{"Time":"2024-04-23T18:06:47.335660053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782313Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\"]\n"} -{"Time":"2024-04-23T18:06:47.335671612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782323Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:47.335683982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782329Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\"]\n"} -{"Time":"2024-04-23T18:06:47.335695992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782418Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\"\n"} -{"Time":"2024-04-23T18:06:47.335707262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.335718262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782441Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.335728752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782473Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.335739192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:06:47.335751242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.782548Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:06:47.335763612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.783381Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:06:47.335775862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.784543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m5.835088ms\n"} -{"Time":"2024-04-23T18:06:47.335786561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.784625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m15.45µs\n"} -{"Time":"2024-04-23T18:06:47.335796491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.784651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m41.589µs\n"} -{"Time":"2024-04-23T18:06:47.335806341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.785790Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.335816871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.786701Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.335826261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.787019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.335837601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.787128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/PKdzbkrwX7zEZv8mxTML2RLE1W2TIPcqLb5-q-XP220\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.335848991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.787183Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:47.335858291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.787206Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.335867511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.787225Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:06:47.335878091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.787253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:06:47.33588761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.787442Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:06:47.33589654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.795183Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:47.33590661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.795255Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:47.33591556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796815Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:47.33592475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796836Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:47.33594392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796922Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/PKdzbkrwX7zEZv8mxTML2RLE1W2TIPcqLb5-q-XP220 with https://hs2:8448/_matrix/federation/v1/send/PKdzbkrwX7zEZv8mxTML2RLE1W2TIPcqLb5-q-XP220\n"} -{"Time":"2024-04-23T18:06:47.33595424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796941Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.33596365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.796961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/PKdzbkrwX7zEZv8mxTML2RLE1W2TIPcqLb5-q-XP220\n"} -{"Time":"2024-04-23T18:06:47.33597309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.799596Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.33598231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.800024Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.33599248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.800343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/Kn9vZs7_i6QlAQQkKuUrxLkW1ZWHjnZoSLw0yF6PiiQ {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"919\"}\n"} -{"Time":"2024-04-23T18:06:47.336010059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.800367Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/Kn9vZs7_i6QlAQQkKuUrxLkW1ZWHjnZoSLw0yF6PiiQ Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910006796, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\"), String(\"$-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4\"), String(\"$fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM\"), String(\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\")]), \"content\": Object({\"displayname\": String(\"Bobby\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"UZPfRb9Jr4lH5+x402M7w+6NN8XGLRId9IDbCsjRn2I\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910006794, \"prev_events\": Array([String(\"$MG1uIkCWZw0iFhFDxw-bHD-vo"} -{"Time":"2024-04-23T18:06:47.336024709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"dYhA7-SUSNdK0Y9Ubw\")]), \"room_id\": String(\"!1DUfgRkPpUpqmb6Jmt:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"BZHshcy0NZiHoAxjaCjQFriAxfW540RQaYxc46SKX0hJHA/7nouC75RQBODRtoRwsPYMGOF3SfVag28rfMnzBg\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"prev_sender\": String(\"@user-2:hs2\")})})])}))\n"} -{"Time":"2024-04-23T18:06:47.336036719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.800728Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m256.658µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"Kn9vZs7_i6QlAQQkKuUrxLkW1ZWHjnZoSLw0yF6PiiQ\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:06:47.336047639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.800785Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2\n"} -{"Time":"2024-04-23T18:06:47.336057999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.800879Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.336067899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.800971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m508.496µs\n"} -{"Time":"2024-04-23T18:06:47.336077979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.801157Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.336088039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.801638Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:06:47.336098609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.801714Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM in db\n"} -{"Time":"2024-04-23T18:06:47.336110499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.801756Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4 in db\n"} -{"Time":"2024-04-23T18:06:47.336136988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.801803Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM in db\n"} -{"Time":"2024-04-23T18:06:47.336147878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.801861Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw in db\n"} -{"Time":"2024-04-23T18:06:47.336158558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.801884Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:47.336170228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.801899Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM in db\n"} -{"Time":"2024-04-23T18:06:47.336181438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.801915Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4 in db\n"} -{"Time":"2024-04-23T18:06:47.336191948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.801928Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM in db\n"} -{"Time":"2024-04-23T18:06:47.336203838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.801957Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw in db\n"} -{"Time":"2024-04-23T18:06:47.336214238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.801985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:06:47.336224838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.802113Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.336237607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.802152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.336248187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.802222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.336258427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.802239Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:06:47.336269537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.802397Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:06:47.336280147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.802580Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw in db\n"} -{"Time":"2024-04-23T18:06:47.336291777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.802607Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:47.336302747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.802621Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw in db\n"} -{"Time":"2024-04-23T18:06:47.336313547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.802653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:47.336324377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.802699Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\"]\n"} -{"Time":"2024-04-23T18:06:47.336338287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.802798Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:06:47.336349266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.802823Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:06:47.336360696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.802927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:06:47.336371936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:06:47.336383596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803040Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.336394426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.336406126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.336417266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:06:47.336427496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:06:47.336438426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803544Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.336449126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.336459335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.336473005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803636Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:06:47.336483445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803650Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:06:47.336494135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803722Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:06:47.336505105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:06:47.336515645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:06:47.336526935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:06:47.336538815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.803986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m57.249µs\n"} -{"Time":"2024-04-23T18:06:47.336552075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.804046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m118.968µs\n"} -{"Time":"2024-04-23T18:06:47.336563845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.804315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m218.078µs\n"} -{"Time":"2024-04-23T18:06:47.336575364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.804683Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m587.345µs\n"} -{"Time":"2024-04-23T18:06:47.336587254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.804742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m647.484µs\n"} -{"Time":"2024-04-23T18:06:47.336600294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.804788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m693.104µs\n"} -{"Time":"2024-04-23T18:06:47.336612154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.804839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:06:47.336622624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.804980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:06:47.336633014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.804998Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:06:47.336643034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:06:47.336655624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805083Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\", (\"m.room.guest_access\", \"\"): \"$eV2qO9BbdpyyXSxz-SQVcXvorpvsQuD771xpWsIPlhg\", (\"m.room.history_visibility\", \"\"): \"$b4JHtgVGSdQ8Nu-NBEzfxxSSYFCtyyM_5ub-Ju7Qyeo\", (\"m.room.name\", \"\"): \"$SAv8cEf8C4D2eCpiNIDSJbr2WvKejVAhSJ32tP3uDv8\", (\"m.room.member\", \"@user-1:hs1\"): \"$ZAs_5Lig0ySE1hbptxATgHCibv55biJ09Z-PB_LiQHQ\", (\"m.room.join_rules\", \"\"): \"$fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM\", (\"m.room.create\", \"\"): \"$-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4\"}\n"} -{"Time":"2024-04-23T18:06:47.336669504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805113Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:06:47.336681573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\", \"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\"]}\n"} -{"Time":"2024-04-23T18:06:47.336692853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:06:47.336702983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\", \"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\"}\n"} -{"Time":"2024-04-23T18:06:47.336715263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:06:47.336725813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:47.336736443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805427Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:06:47.336746273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805442Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:06:47.336757073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:47.336767423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805473Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:06:47.336778993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:06:47.336792773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805501Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\", (\"m.room.guest_access\", \"\"): \"$eV2qO9BbdpyyXSxz-SQVcXvorpvsQuD771xpWsIPlhg\", (\"m.room.history_visibility\", \"\"): \"$b4JHtgVGSdQ8Nu-NBEzfxxSSYFCtyyM_5ub-Ju7Qyeo\", (\"m.room.name\", \"\"): \"$SAv8cEf8C4D2eCpiNIDSJbr2WvKejVAhSJ32tP3uDv8\", (\"m.room.member\", \"@user-1:hs1\"): \"$ZAs_5Lig0ySE1hbptxATgHCibv55biJ09Z-PB_LiQHQ\", (\"m.room.join_rules\", \"\"): \"$fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM\", (\"m.room.create\", \"\"): \"$-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4\"}\n"} -{"Time":"2024-04-23T18:06:47.336822572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 2\n"} -{"Time":"2024-04-23T18:06:47.336833422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805548Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\", \"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\"]\n"} -{"Time":"2024-04-23T18:06:47.336844332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\")\n"} -{"Time":"2024-04-23T18:06:47.336854882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:06:47.336867082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\n"} -{"Time":"2024-04-23T18:06:47.336877832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\n"} -{"Time":"2024-04-23T18:06:47.336888242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805832Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\n"} -{"Time":"2024-04-23T18:06:47.336898742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\n"} -{"Time":"2024-04-23T18:06:47.336910041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805943Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\", \"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\"]\n"} -{"Time":"2024-04-23T18:06:47.336921031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:47.336940561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.805976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\", \"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\"]\n"} -{"Time":"2024-04-23T18:06:47.336952041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.806166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw\"\n"} -{"Time":"2024-04-23T18:06:47.336962621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.806189Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $MG1uIkCWZw0iFhFDxw-bHD-vodYhA7-SUSNdK0Y9Ubw (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.336975261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.806213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.336986281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.806263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.336997081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.806515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\"\n"} -{"Time":"2024-04-23T18:06:47.337007871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.806538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.337020091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.806560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.33703157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.806604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.33704445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.806639Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:06:47.33705574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.806739Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:06:47.33706792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.807995Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:06:47.33707899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.810269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m7.453193ms\n"} -{"Time":"2024-04-23T18:06:47.33709058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.810330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m9.342277ms \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m9.868763ms\n"} -{"Time":"2024-04-23T18:06:47.33710158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.810387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m9.924802ms \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"Kn9vZs7_i6QlAQQkKuUrxLkW1ZWHjnZoSLw0yF6PiiQ\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:06:47.3371132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.810510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m10 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.33712264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.810816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.3371321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.811048Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.337142299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.811204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.337153269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.811225Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.337163489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.811389Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.337173249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.812209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.337182209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.812244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.337191399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.812324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:06:47.337200619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.812399Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:06:47.337209879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.813292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.337219309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.813460Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.337229789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.813608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.337240809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.813628Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.337250418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.813778Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.337259488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.814572Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.337268408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.814606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.337277398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.814684Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:06:47.337287968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.814757Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:06:47.337297208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.822200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.337306668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.822538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1203\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.337318008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.822564Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:47.337327448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.827494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:06:47.337336548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.827547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.337345808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.827703Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.337355118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.827769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.337365297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.827853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/M965fnZaWxRXfSwZbjCLP_phfoYXJSs-HrK4aaq_nL8 {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"856\"}\n"} -{"Time":"2024-04-23T18:06:47.337379617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.827864Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/M965fnZaWxRXfSwZbjCLP_phfoYXJSs-HrK4aaq_nL8 Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910006822, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\"), String(\"$-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4\"), String(\"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\")]), \"content\": Object({\"displayname\": String(\"Bobby\"), \"membership\": String(\"leave\")}), \"depth\": 10, \"hashes\": Object({\"sha256\": String(\"YPjmR5M+xu6iOsYwaMd1VYp7aQC1r+D+ahoHS7W21Ys\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910006820, \"prev_events\": Array([String(\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\")]), \"room_id\": String(\"!1DUfgRkPpU"} -{"Time":"2024-04-23T18:06:47.337393747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"pqmb6Jmt:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"Zc0O40eW4HjQ2N2vK1SQhNCzWfHwC04J89MsmcRIsLbHS4l5j+YT+C9175SgDt8xDPOKcMmm48KVRvU6h3SkDA\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"displayname\": String(\"Bobby\"), \"membership\": String(\"join\")}), \"prev_sender\": String(\"@user-2:hs2\")})})])}))\n"} -{"Time":"2024-04-23T18:06:47.337404967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828023Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m117.479µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"M965fnZaWxRXfSwZbjCLP_phfoYXJSs-HrK4aaq_nL8\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:06:47.337415387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828047Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2\n"} -{"Time":"2024-04-23T18:06:47.337424747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828104Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.337434147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m221.608µs\n"} -{"Time":"2024-04-23T18:06:47.337444077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828208Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.337454747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:06:47.337465587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828458Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s in db\n"} -{"Time":"2024-04-23T18:06:47.337475587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828463Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.337484906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828478Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4 in db\n"} -{"Time":"2024-04-23T18:06:47.337497296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828497Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM in db\n"} -{"Time":"2024-04-23T18:06:47.337508606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828507Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:47.337520216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828515Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s in db\n"} -{"Time":"2024-04-23T18:06:47.337532336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828522Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4 in db\n"} -{"Time":"2024-04-23T18:06:47.337543966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828528Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM in db\n"} -{"Time":"2024-04-23T18:06:47.337554826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:06:47.337565856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88 (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.337576906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.337587966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=207\u0026timeout=1000 {\"host\": \"127.0.0.1:1203\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.337598405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828628Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=207\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:47.337608005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.337619995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828637Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:06:47.337630855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:06:47.337658015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828732Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:06:47.337667575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828823Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s in db\n"} -{"Time":"2024-04-23T18:06:47.337677935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828836Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:47.337688245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828843Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s in db\n"} -{"Time":"2024-04-23T18:06:47.337698675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:47.337708654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\"]\n"} -{"Time":"2024-04-23T18:06:47.337719524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828943Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:06:47.337729054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.828956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:06:47.337739114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829011Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:06:47.337751714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:06:47.337761814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88 (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.337772054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.337781844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.337791174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829185Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:06:47.337802384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:06:47.337813904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88 (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.337824263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.337834253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.337844113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829347Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:06:47.337855223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829353Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:06:47.337867243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829388Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:06:47.337879433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829398Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:06:47.337890473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829426Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:06:47.337901343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:06:47.337911683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m27.84µs\n"} -{"Time":"2024-04-23T18:06:47.337923423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m5 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m59.58µs\n"} -{"Time":"2024-04-23T18:06:47.337948332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829627Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m50.799µs\n"} -{"Time":"2024-04-23T18:06:47.337960572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829795Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m218.568µs\n"} -{"Time":"2024-04-23T18:06:47.337973522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829832Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m256.217µs\n"} -{"Time":"2024-04-23T18:06:47.337985362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829863Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m286.937µs\n"} -{"Time":"2024-04-23T18:06:47.337996722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:06:47.338007322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829955Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:06:47.338019032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:06:47.338030432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.829996Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:06:47.338042852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830004Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\", (\"m.room.guest_access\", \"\"): \"$eV2qO9BbdpyyXSxz-SQVcXvorpvsQuD771xpWsIPlhg\", (\"m.room.history_visibility\", \"\"): \"$b4JHtgVGSdQ8Nu-NBEzfxxSSYFCtyyM_5ub-Ju7Qyeo\", (\"m.room.name\", \"\"): \"$SAv8cEf8C4D2eCpiNIDSJbr2WvKejVAhSJ32tP3uDv8\", (\"m.room.create\", \"\"): \"$-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4\", (\"m.room.member\", \"@user-1:hs1\"): \"$ZAs_5Lig0ySE1hbptxATgHCibv55biJ09Z-PB_LiQHQ\", (\"m.room.join_rules\", \"\"): \"$fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM\"}\n"} -{"Time":"2024-04-23T18:06:47.338057201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:06:47.338069841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\", \"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\"]}\n"} -{"Time":"2024-04-23T18:06:47.338082121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:06:47.338092421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\", \"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\"}\n"} -{"Time":"2024-04-23T18:06:47.338104711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:06:47.338114831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:47.338125111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:06:47.338135111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830171Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:06:47.338145641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:47.338155851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:06:47.3381662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:06:47.33817904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830202Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\", (\"m.room.guest_access\", \"\"): \"$eV2qO9BbdpyyXSxz-SQVcXvorpvsQuD771xpWsIPlhg\", (\"m.room.history_visibility\", \"\"): \"$b4JHtgVGSdQ8Nu-NBEzfxxSSYFCtyyM_5ub-Ju7Qyeo\", (\"m.room.name\", \"\"): \"$SAv8cEf8C4D2eCpiNIDSJbr2WvKejVAhSJ32tP3uDv8\", (\"m.room.create\", \"\"): \"$-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4\", (\"m.room.member\", \"@user-1:hs1\"): \"$ZAs_5Lig0ySE1hbptxATgHCibv55biJ09Z-PB_LiQHQ\", (\"m.room.join_rules\", \"\"): \"$fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM\"}\n"} -{"Time":"2024-04-23T18:06:47.33819356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 2\n"} -{"Time":"2024-04-23T18:06:47.33820543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830227Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\", \"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\"]\n"} -{"Time":"2024-04-23T18:06:47.33821636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\")\n"} -{"Time":"2024-04-23T18:06:47.33822729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:06:47.33823792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\n"} -{"Time":"2024-04-23T18:06:47.33824864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830318Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\n"} -{"Time":"2024-04-23T18:06:47.33825905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\n"} -{"Time":"2024-04-23T18:06:47.338271939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\n"} -{"Time":"2024-04-23T18:06:47.338285169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830421Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\", \"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\"]\n"} -{"Time":"2024-04-23T18:06:47.338297439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830431Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:47.338308139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830436Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\", \"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\"]\n"} -{"Time":"2024-04-23T18:06:47.338319059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s\"\n"} -{"Time":"2024-04-23T18:06:47.338329479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $lQOa7OF1zTuoYx5iLHuMf2LE06MSIRADdNq6MJKaL4s (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.338341559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.338351889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830579Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.338363499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830675Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\"\n"} -{"Time":"2024-04-23T18:06:47.338375079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88 (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.338385348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.338394928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830714Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.338405968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830730Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:06:47.338415938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.830776Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:06:47.338425868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.831106Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:06:47.338436168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.832157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m3.204591ms\n"} -{"Time":"2024-04-23T18:06:47.338446138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.832186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88 \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m4.052034ms \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m4.281162ms\n"} -{"Time":"2024-04-23T18:06:47.338456518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.832206Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m4.301272ms \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"M965fnZaWxRXfSwZbjCLP_phfoYXJSs-HrK4aaq_nL8\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:06:47.338466398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.832263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.338477418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.832432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.338504517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.832907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.338514587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.832972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=207\u0026timeout=1000 {\"host\": \"127.0.0.1:1203\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.338524887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.832983Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=207\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:47.338533767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.834213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.338544057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.835849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.338554467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.835948Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.338565707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.338576887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836028Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.338586147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836105Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.338595267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:47.338605567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:47.338614636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.338624016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836914Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.338634996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.836994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.338645706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.837005Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.338655326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.837081Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.338664576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.837182Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:47.338674086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.837218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:47.338683306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.837904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.338692826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.838092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21D1km264JVwxPEAsotW:hs1/invite {\"host\": \"127.0.0.1:1203\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.338703346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.838105Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21D1km264JVwxPEAsotW:hs1/invite Some(Object({\"user_id\": String(\"@user-2:hs2\")}))\n"} -{"Time":"2024-04-23T18:06:47.338712676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.838534Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.338722036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.838552Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.338730875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.838585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.338740155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.839405Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:47.338751775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.839614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v2/invite/!D1km264JVwxPEAsotW:hs1/$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:47.338763785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.839645Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:47.338773995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.839657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:47.338785325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.842310Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:47.338795455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.842339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:47.338805985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.842365Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v2/invite/!D1km264JVwxPEAsotW:hs1/$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo with https://hs2:8448/_matrix/federation/v2/invite/!D1km264JVwxPEAsotW:hs1/$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\n"} -{"Time":"2024-04-23T18:06:47.338816775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.842382Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:47.338826855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.842408Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v2/invite/!D1km264JVwxPEAsotW:hs1/$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\n"} -{"Time":"2024-04-23T18:06:47.338836665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.842539Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:06:47.338846134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.842630Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.338856564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.842717Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.338866854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.842888Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.338877774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.843354Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:06:47.338888034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.843420Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $glnZQ3-cufKWGzzck-VN9qv29tAZ0Ja3DZjHe01hhI8 in db\n"} -{"Time":"2024-04-23T18:06:47.338899644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.843462Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $9MGDfS6liv68Hx53orYzfHoq-WJ458bOm1XKLxXKDGE in db\n"} -{"Time":"2024-04-23T18:06:47.338910364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.843502Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $nr9QMmxqhHqLW1epaVCNjf5eO9_-Rty889GN15QMNxc in db\n"} -{"Time":"2024-04-23T18:06:47.338920704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.843540Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $1jsFCd9FiIT5d4-E_ghlXTvya3sXUU-cwnU7HKbwO20 in db\n"} -{"Time":"2024-04-23T18:06:47.338940474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.843558Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:47.338952184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.843572Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $glnZQ3-cufKWGzzck-VN9qv29tAZ0Ja3DZjHe01hhI8 in db\n"} -{"Time":"2024-04-23T18:06:47.338963733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.843585Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $9MGDfS6liv68Hx53orYzfHoq-WJ458bOm1XKLxXKDGE in db\n"} -{"Time":"2024-04-23T18:06:47.338974733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.843597Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $nr9QMmxqhHqLW1epaVCNjf5eO9_-Rty889GN15QMNxc in db\n"} -{"Time":"2024-04-23T18:06:47.338985303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.843609Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $1jsFCd9FiIT5d4-E_ghlXTvya3sXUU-cwnU7HKbwO20 in db\n"} -{"Time":"2024-04-23T18:06:47.338996273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.843629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:06:47.339008393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.843736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.339025863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.843764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.339036113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.843839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.339046693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.843858Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:06:47.339057473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.844009Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:06:47.339070712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.844192Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $9PO8KXNKc2g3E-HUxT0CIGa5ZdF3FO8dr2fqbwFWOew in db\n"} -{"Time":"2024-04-23T18:06:47.339082432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.844218Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:47.339094192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.844232Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $9PO8KXNKc2g3E-HUxT0CIGa5ZdF3FO8dr2fqbwFWOew in db\n"} -{"Time":"2024-04-23T18:06:47.339106662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.844264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:47.339117742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.844308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$9PO8KXNKc2g3E-HUxT0CIGa5ZdF3FO8dr2fqbwFWOew\"]\n"} -{"Time":"2024-04-23T18:06:47.339128752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.844403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:06:47.339139012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.844429Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:06:47.339149762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.844527Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:06:47.339160542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.844605Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:06:47.339172242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.844623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.339183041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.844723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.339193061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.844829Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.339203291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.844852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:06:47.339215231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.845116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:06:47.339226151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.845137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.339236991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.845161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.339247161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.845230Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.339257481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.845254Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:06:47.339268231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.845269Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:06:47.339279481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.845329Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:06:47.339289991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.845349Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:06:47.33930047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.845401Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:06:47.33931107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.845431Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:06:47.33932345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.845579Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m39.2µs\n"} -{"Time":"2024-04-23T18:06:47.33933667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.845851Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$1jsFCd9FiIT5d4-E_ghlXTvya3sXUU-cwnU7HKbwO20\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m310.458µs\n"} -{"Time":"2024-04-23T18:06:47.33934959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.845966Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m426.297µs\n"} -{"Time":"2024-04-23T18:06:47.3393623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.846274Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KvQSbZ_V-N8CKCklCObTt4hyxw_InqPX0feqerTcNZk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m733.884µs\n"} -{"Time":"2024-04-23T18:06:47.33937509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.846387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m848.123µs\n"} -{"Time":"2024-04-23T18:06:47.33938846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.846669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$vhWEuskQpQ6hO0FcHVy6uvxvrQFFa6z7khO-KvXt9g8\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.12902ms\n"} -{"Time":"2024-04-23T18:06:47.33940061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.846777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.237619ms\n"} -{"Time":"2024-04-23T18:06:47.339412679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.847086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nr9QMmxqhHqLW1epaVCNjf5eO9_-Rty889GN15QMNxc\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.545837ms\n"} -{"Time":"2024-04-23T18:06:47.339445129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.847197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.658016ms\n"} -{"Time":"2024-04-23T18:06:47.339456389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.847473Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$9PO8KXNKc2g3E-HUxT0CIGa5ZdF3FO8dr2fqbwFWOew\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.932883ms\n"} -{"Time":"2024-04-23T18:06:47.339468799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.847580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.041202ms\n"} -{"Time":"2024-04-23T18:06:47.339480249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.847761Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$glnZQ3-cufKWGzzck-VN9qv29tAZ0Ja3DZjHe01hhI8\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.220781ms\n"} -{"Time":"2024-04-23T18:06:47.339491139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.847860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.32138ms\n"} -{"Time":"2024-04-23T18:06:47.339501829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.848093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$9MGDfS6liv68Hx53orYzfHoq-WJ458bOm1XKLxXKDGE\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.552998ms\n"} -{"Time":"2024-04-23T18:06:47.339514209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.848200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.660837ms\n"} -{"Time":"2024-04-23T18:06:47.339526928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.848225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.686137ms\n"} -{"Time":"2024-04-23T18:06:47.339538818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.848308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m35.32µs\n"} -{"Time":"2024-04-23T18:06:47.339550848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.848642Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m368.797µs\n"} -{"Time":"2024-04-23T18:06:47.339562528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.848699Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m427.127µs\n"} -{"Time":"2024-04-23T18:06:47.339577428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.848741Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m469.116µs\n"} -{"Time":"2024-04-23T18:06:47.339589658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.848792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:06:47.339601808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.848905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:06:47.339612268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.848922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:06:47.339622528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849003Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:06:47.339635408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849019Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.name\", \"\"): \"$9PO8KXNKc2g3E-HUxT0CIGa5ZdF3FO8dr2fqbwFWOew\", (\"m.room.create\", \"\"): \"$glnZQ3-cufKWGzzck-VN9qv29tAZ0Ja3DZjHe01hhI8\", (\"m.room.power_levels\", \"\"): \"$1jsFCd9FiIT5d4-E_ghlXTvya3sXUU-cwnU7HKbwO20\", (\"m.room.guest_access\", \"\"): \"$vhWEuskQpQ6hO0FcHVy6uvxvrQFFa6z7khO-KvXt9g8\", (\"m.room.history_visibility\", \"\"): \"$KvQSbZ_V-N8CKCklCObTt4hyxw_InqPX0feqerTcNZk\", (\"m.room.join_rules\", \"\"): \"$nr9QMmxqhHqLW1epaVCNjf5eO9_-Rty889GN15QMNxc\", (\"m.room.member\", \"@user-1:hs1\"): \"$9MGDfS6liv68Hx53orYzfHoq-WJ458bOm1XKLxXKDGE\"}\n"} -{"Time":"2024-04-23T18:06:47.339648807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:06:47.339659517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\"]}\n"} -{"Time":"2024-04-23T18:06:47.339670477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:06:47.339680677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849220Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$nr9QMmxqhHqLW1epaVCNjf5eO9_-Rty889GN15QMNxc\", \"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\"}\n"} -{"Time":"2024-04-23T18:06:47.339692907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:06:47.339703507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($nr9QMmxqhHqLW1epaVCNjf5eO9_-Rty889GN15QMNxc) senders power level\n"} -{"Time":"2024-04-23T18:06:47.339714177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849458Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:06:47.339724597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $nr9QMmxqhHqLW1epaVCNjf5eO9_-Rty889GN15QMNxc power level 100\n"} -{"Time":"2024-04-23T18:06:47.339735617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:47.339745887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:06:47.339758626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849566Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$nr9QMmxqhHqLW1epaVCNjf5eO9_-Rty889GN15QMNxc\"]\n"} -{"Time":"2024-04-23T18:06:47.339768946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849583Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:47.339779566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849596Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$nr9QMmxqhHqLW1epaVCNjf5eO9_-Rty889GN15QMNxc\"]\n"} -{"Time":"2024-04-23T18:06:47.339790136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849761Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$nr9QMmxqhHqLW1epaVCNjf5eO9_-Rty889GN15QMNxc\"\n"} -{"Time":"2024-04-23T18:06:47.339800966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849783Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $nr9QMmxqhHqLW1epaVCNjf5eO9_-Rty889GN15QMNxc (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:47.339811766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849825Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $nr9QMmxqhHqLW1epaVCNjf5eO9_-Rty889GN15QMNxc ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:47.339823516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849841Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.339835676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:06:47.339849246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849880Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$1jsFCd9FiIT5d4-E_ghlXTvya3sXUU-cwnU7HKbwO20\", (\"m.room.history_visibility\", \"\"): \"$KvQSbZ_V-N8CKCklCObTt4hyxw_InqPX0feqerTcNZk\", (\"m.room.name\", \"\"): \"$9PO8KXNKc2g3E-HUxT0CIGa5ZdF3FO8dr2fqbwFWOew\", (\"m.room.create\", \"\"): \"$glnZQ3-cufKWGzzck-VN9qv29tAZ0Ja3DZjHe01hhI8\", (\"m.room.guest_access\", \"\"): \"$vhWEuskQpQ6hO0FcHVy6uvxvrQFFa6z7khO-KvXt9g8\", (\"m.room.join_rules\", \"\"): \"$nr9QMmxqhHqLW1epaVCNjf5eO9_-Rty889GN15QMNxc\", (\"m.room.member\", \"@user-1:hs1\"): \"$9MGDfS6liv68Hx53orYzfHoq-WJ458bOm1XKLxXKDGE\"}\n"} -{"Time":"2024-04-23T18:06:47.339862796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849917Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:06:47.339872835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849930Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\"]\n"} -{"Time":"2024-04-23T18:06:47.339884785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849955Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$1jsFCd9FiIT5d4-E_ghlXTvya3sXUU-cwnU7HKbwO20\")\n"} -{"Time":"2024-04-23T18:06:47.339895255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.849970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:06:47.339905445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.850090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\n"} -{"Time":"2024-04-23T18:06:47.339917355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.850187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $1jsFCd9FiIT5d4-E_ghlXTvya3sXUU-cwnU7HKbwO20\n"} -{"Time":"2024-04-23T18:06:47.339928185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.850247Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\"]\n"} -{"Time":"2024-04-23T18:06:47.339951105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.850264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:47.339961985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.850276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\"]\n"} -{"Time":"2024-04-23T18:06:47.339974185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.850489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\"\n"} -{"Time":"2024-04-23T18:06:47.339985124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.850511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.339997384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.850532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.340007784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.850594Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.340017944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.850629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:06:47.340028314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.850723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:06:47.340039904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.851786Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:06:47.340051594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.854002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m9.580125ms\n"} -{"Time":"2024-04-23T18:06:47.340062134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.854223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m16 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.340072274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.856103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.340081754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.856358Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.340092133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.856522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.340103173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.856541Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.340114213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.856706Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.340124033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.856944Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:47.340133513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.857023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:47.340142723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.857837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.340152293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.857915Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.340162243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.857992Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.340173163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.858002Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.340182783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.858075Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.340192942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.858173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:47.340202562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.858208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:47.340211742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.858948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.340220952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.859025Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.340231272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.859092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.340241752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.859101Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.340251572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.859171Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.340260902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.859269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:47.340271602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.859304Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:47.340281832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.340291202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860122Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.340302041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860189Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.340313361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860198Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.340323621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860268Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.340332981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:47.340363701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.860399Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:47.340373781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.861142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.340382831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.861222Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.340393191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.861289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.340404321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.861297Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.34041413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.861367Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.3404234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.861465Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:47.34043326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.861499Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:47.34044259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.34045181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862321Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.34046257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.3404735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862396Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.34048344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862466Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.34049278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:47.34050232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.862599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:47.34051181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.863350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.340521079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.863428Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.340531359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.863495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.340542369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.863504Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.340552139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.863574Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.340561289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.863671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:47.340570539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.863705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:47.340579859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.864443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.340589759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.864521Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.340601399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.864588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.340613959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.864597Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.340623518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.864667Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.340633178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.864765Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:47.340642598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.864799Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:47.340651888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.866756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.340660948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.867041Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.340671038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.867198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_leave/!D1km264JVwxPEAsotW:hs1/@user-2:hs2 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.340682388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.867217Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_leave/!D1km264JVwxPEAsotW:hs1/@user-2:hs2 None\n"} -{"Time":"2024-04-23T18:06:47.340691578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.867304Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.340701548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.867981Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.340710538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.868017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.340719958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.868069Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.340729568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.868344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_leave/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.340739807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.869510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.340749997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.869699Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.340761297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.869820Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_leave/!D1km264JVwxPEAsotW:hs1/$I071PWm8mhELP_uKIZ4xWlcSQ2c6VlBBCvs6iEoUbOI {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"832\"}\n"} -{"Time":"2024-04-23T18:06:47.340775877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.869830Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_leave/!D1km264JVwxPEAsotW:hs1/$I071PWm8mhELP_uKIZ4xWlcSQ2c6VlBBCvs6iEoUbOI Some(Object({\"auth_events\": Array([String(\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\"), String(\"$glnZQ3-cufKWGzzck-VN9qv29tAZ0Ja3DZjHe01hhI8\"), String(\"$1jsFCd9FiIT5d4-E_ghlXTvya3sXUU-cwnU7HKbwO20\")]), \"content\": Object({\"membership\": String(\"leave\")}), \"depth\": 10, \"hashes\": Object({\"sha256\": String(\"E4OHr7MBLfR0Ezo0Kv9E4gHDhhrHl1TMHuOyt5zQ0JU\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910006868, \"prev_events\": Array([String(\"$eyv9R3SXRSpYVX3kl6crFp5MXzKfkEaDlZhi-1rWlYo\")]), \"room_id\": String(\"!D1km264JVwxPEAsotW:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"jMtshJdCQ+ar02JnWtKt0NQ+Q3YulDN9LCD9UF+keB0doWgeNfuk+oE5McDaOh"} -{"Time":"2024-04-23T18:06:47.340789797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"XZFlVy4uJf5M/LRLquraJwBA\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"ceMdye/PBA7K8M0qMKFECARhAXBRWjhWph1pBxbIoGEbeST+JRTDCugJLfU6JuQGqGh6UCBER4QCBQurf2WtDQ\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"prev_sender\": String(\"@user-1:hs1\")})}))\n"} -{"Time":"2024-04-23T18:06:47.340799767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.869920Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.340809687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.870109Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$I071PWm8mhELP_uKIZ4xWlcSQ2c6VlBBCvs6iEoUbOI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.340821057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.870248Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$I071PWm8mhELP_uKIZ4xWlcSQ2c6VlBBCvs6iEoUbOI\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Dropping bad event $I071PWm8mhELP_uKIZ4xWlcSQ2c6VlBBCvs6iEoUbOI: Verification error: Could not find public key for \"hs2\"\n"} -{"Time":"2024-04-23T18:06:47.340832247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.870277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_INVALID_PARAM: Signature verification failed\n"} -{"Time":"2024-04-23T18:06:47.340841486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.870311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_leave/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:47.340850656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.876739Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.340860736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.876821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21D1km264JVwxPEAsotW:hs1/state/m.room.join_rules/ {\"host\": \"127.0.0.1:1203\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"46\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.340873156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.876833Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21D1km264JVwxPEAsotW:hs1/state/m.room.join_rules/ Some(Object({\"allow\": Array([String(\"invalid\")]), \"join_rule\": String(\"restricted\")}))\n"} -{"Time":"2024-04-23T18:06:47.340884396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.877129Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[\"invalid\"],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:47.340897486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.877157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[\"invalid\"],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:47.340909986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.877168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[\"invalid\"],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.340921686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.878116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.340940006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.878256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.340950765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.878371Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.340961155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.878505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/iSYcRgYfi1bs4uTNhP1PSqvgsKz-87PznvRgWRNNndY {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"921\"}\n"} -{"Time":"2024-04-23T18:06:47.340976565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.878515Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/iSYcRgYfi1bs4uTNhP1PSqvgsKz-87PznvRgWRNNndY Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910006876, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4\"), String(\"$fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM\"), String(\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\"), String(\"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 11, \"hashes\": Object({\"sha256\": String(\"1fbMSZpo9W3rmTiRlRBMoWifTlTAwSsR2jUqVOa9ZoM\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910006873, \"prev_events\": Array(["} -{"Time":"2024-04-23T18:06:47.340991205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"String(\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\")]), \"room_id\": String(\"!1DUfgRkPpUpqmb6Jmt:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"dCX0zYLpukxum1gjTWcU/iaA3NzjmjAP93o1AGQqB7h3Xtdnr2le19/0vt3nnD/n7N9sZTbviNE+PP4cBi76Cw\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({\"prev_content\": Object({\"displayname\": String(\"Bobby\"), \"membership\": String(\"leave\")}), \"prev_sender\": String(\"@user-2:hs2\")})})])}))\n"} -{"Time":"2024-04-23T18:06:47.341002395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.878657Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m102.159µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"iSYcRgYfi1bs4uTNhP1PSqvgsKz-87PznvRgWRNNndY\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:06:47.341012625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.878679Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2\n"} -{"Time":"2024-04-23T18:06:47.341022235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.878737Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.341032065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.878758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m204.088µs\n"} -{"Time":"2024-04-23T18:06:47.341041875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.878833Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.341053165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:06:47.341064394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879099Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4 in db\n"} -{"Time":"2024-04-23T18:06:47.341075514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879123Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM in db\n"} -{"Time":"2024-04-23T18:06:47.341086584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879145Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88 in db\n"} -{"Time":"2024-04-23T18:06:47.341097144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879166Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM in db\n"} -{"Time":"2024-04-23T18:06:47.341107974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879176Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:47.341120594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879186Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4 in db\n"} -{"Time":"2024-04-23T18:06:47.341131794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879193Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM in db\n"} -{"Time":"2024-04-23T18:06:47.341142554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879199Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88 in db\n"} -{"Time":"2024-04-23T18:06:47.341154034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879204Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM in db\n"} -{"Time":"2024-04-23T18:06:47.341164684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879214Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:06:47.341175813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879268Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.341187943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.341198383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.341208933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879324Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:06:47.341219353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879390Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:06:47.341230503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879480Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88 in db\n"} -{"Time":"2024-04-23T18:06:47.341241483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879492Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:47.341253703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879499Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88 in db\n"} -{"Time":"2024-04-23T18:06:47.341264423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:47.341276303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\"]\n"} -{"Time":"2024-04-23T18:06:47.341309042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:06:47.341320772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879600Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:06:47.341331252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:06:47.341341962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:06:47.341352682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.341362872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.341373392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.341384132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:06:47.341394412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:06:47.341405191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.341417431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.879991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.341427941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.880015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.341438311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.880026Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:06:47.341448541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.880033Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:06:47.341460161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.880068Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:06:47.341471011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.880089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:06:47.341481851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.880146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:06:47.341492631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.880171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:06:47.341502961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.880317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m40.329µs\n"} -{"Time":"2024-04-23T18:06:47.341515781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.880380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m103.649µs\n"} -{"Time":"2024-04-23T18:06:47.34152759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.880690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m255.448µs\n"} -{"Time":"2024-04-23T18:06:47.34153892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m726.034µs\n"} -{"Time":"2024-04-23T18:06:47.34155117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m850.253µs\n"} -{"Time":"2024-04-23T18:06:47.34156319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m886.032µs\n"} -{"Time":"2024-04-23T18:06:47.34157562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:06:47.34158607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881486Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:06:47.34159635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:06:47.34160663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:06:47.34161954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881580Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.guest_access\", \"\"): \"$eV2qO9BbdpyyXSxz-SQVcXvorpvsQuD771xpWsIPlhg\", (\"m.room.power_levels\", \"\"): \"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\", (\"m.room.history_visibility\", \"\"): \"$b4JHtgVGSdQ8Nu-NBEzfxxSSYFCtyyM_5ub-Ju7Qyeo\", (\"m.room.create\", \"\"): \"$-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4\", (\"m.room.name\", \"\"): \"$SAv8cEf8C4D2eCpiNIDSJbr2WvKejVAhSJ32tP3uDv8\", (\"m.room.join_rules\", \"\"): \"$fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM\", (\"m.room.member\", \"@user-1:hs1\"): \"$ZAs_5Lig0ySE1hbptxATgHCibv55biJ09Z-PB_LiQHQ\"}\n"} -{"Time":"2024-04-23T18:06:47.341633679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:06:47.341644449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\", \"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\"]}\n"} -{"Time":"2024-04-23T18:06:47.341655569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881765Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:06:47.341668079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881783Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\", \"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\"}\n"} -{"Time":"2024-04-23T18:06:47.341680599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:06:47.341691829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:47.341702409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881900Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:06:47.341712319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881915Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:06:47.341722609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881942Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:47.341734239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:06:47.341744658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:06:47.341757118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.881980Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.guest_access\", \"\"): \"$eV2qO9BbdpyyXSxz-SQVcXvorpvsQuD771xpWsIPlhg\", (\"m.room.power_levels\", \"\"): \"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\", (\"m.room.history_visibility\", \"\"): \"$b4JHtgVGSdQ8Nu-NBEzfxxSSYFCtyyM_5ub-Ju7Qyeo\", (\"m.room.create\", \"\"): \"$-FcnwbrcBrGl5neSVMnGmv9Ld0rEiN2jec0stm6V2K4\", (\"m.room.name\", \"\"): \"$SAv8cEf8C4D2eCpiNIDSJbr2WvKejVAhSJ32tP3uDv8\", (\"m.room.join_rules\", \"\"): \"$fHvc2k16ZhqUYMom6CSD2xLekF3qtW4WwsQvAZBUZBM\", (\"m.room.member\", \"@user-1:hs1\"): \"$ZAs_5Lig0ySE1hbptxATgHCibv55biJ09Z-PB_LiQHQ\"}\n"} -{"Time":"2024-04-23T18:06:47.341770848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 2\n"} -{"Time":"2024-04-23T18:06:47.341781358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882024Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\", \"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\"]\n"} -{"Time":"2024-04-23T18:06:47.341793428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\")\n"} -{"Time":"2024-04-23T18:06:47.341804078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882058Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:06:47.341814728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\n"} -{"Time":"2024-04-23T18:06:47.341828298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\n"} -{"Time":"2024-04-23T18:06:47.341839418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882275Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\n"} -{"Time":"2024-04-23T18:06:47.341849898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $0COBwgtyw7ZkSeNd9sNsKLsWe1NVCj04asntg3h0SkM\n"} -{"Time":"2024-04-23T18:06:47.341861787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882339Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\", \"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\"]\n"} -{"Time":"2024-04-23T18:06:47.341872817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:47.341883847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\", \"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\"]\n"} -{"Time":"2024-04-23T18:06:47.341894797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882426Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88\"\n"} -{"Time":"2024-04-23T18:06:47.341905567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $BIS2EaIKSiTkCGbj99MLvfEDBHMagvZLeSlDh5x4s88 (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.341916057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.341928707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882482Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.341950757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\"\n"} -{"Time":"2024-04-23T18:06:47.341961557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M (m.room.member)\n"} -{"Time":"2024-04-23T18:06:47.341972506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:47.341983026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:47.341993376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:06:47.342006646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.882708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:06:47.342017446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.883319Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:06:47.342028406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.884431Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!1DUfgRkPpUpqmb6Jmt:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m4.834297ms\n"} -{"Time":"2024-04-23T18:06:47.342038726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.884459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $YxOvom7ANplvKkUngnG2sGj7Kfk8-YRdCcRdjWrdU0M \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m5.691369ms \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m5.905207ms\n"} -{"Time":"2024-04-23T18:06:47.342049126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.884483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m5.928497ms \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"iSYcRgYfi1bs4uTNhP1PSqvgsKz-87PznvRgWRNNndY\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:06:47.342060136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.884538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m6 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.342071136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.884673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.342084056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.884729Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1203\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.342094325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.884740Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:47.342103245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.884763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:06:47.342112325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.888108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.342121825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.889800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.342131415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.890056Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.342141825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.890216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.342153025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.890236Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.342162895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.890419Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.342172365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.890594Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Invalid join rules event: invalid type: string \"invalid\", expected struct ExtractType at line 1 column 9\n"} -{"Time":"2024-04-23T18:06:47.342183415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.890622Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:06:47.342192535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.890656Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:06:47.342201654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.890735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:06:47.342211644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.890753Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:06:47.342221474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.342245854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.342256684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891750Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.342267714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891760Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.342277634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891833Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.342286934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891906Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Invalid join rules event: invalid type: string \"invalid\", expected struct ExtractType at line 1 column 9\n"} -{"Time":"2024-04-23T18:06:47.342295944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891918Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:06:47.342305334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891938Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:06:47.342314793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:06:47.342324303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.891979Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:06:47.342335043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.892816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.342344693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.892888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21D1km264JVwxPEAsotW:hs1/state/m.room.join_rules/ {\"host\": \"127.0.0.1:1203\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"44\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.342356133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.892900Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21D1km264JVwxPEAsotW:hs1/state/m.room.join_rules/ Some(Object({\"allow\": String(\"invalid\"), \"join_rule\": String(\"restricted\")}))\n"} -{"Time":"2024-04-23T18:06:47.342368083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.893216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":\"invalid\",\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:47.342380633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.893251Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":\"invalid\",\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:47.342393093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.893261Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":\"invalid\",\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D1km264JVwxPEAsotW:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:47.342404563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.894093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.342413593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.894492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.342422923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.894547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1203\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.342432862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.894558Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:47.342442152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.894709Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.342451412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.895239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.342460572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.895292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=239\u0026timeout=1000 {\"host\": \"127.0.0.1:1203\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:47.342471702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.895302Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=239\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:47.342482312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.895328Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:06:47.342491432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.896260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:47.342500912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.898698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.342510182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.898924Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.342520622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.899090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.342532692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.899107Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.342542381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.899256Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.342551411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.899399Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Invalid join rules event: invalid type: string \"invalid\", expected a sequence at line 1 column 18\n"} -{"Time":"2024-04-23T18:06:47.342560781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.899421Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:06:47.342569971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.899450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:06:47.342579171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.899516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:06:47.342588761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.899531Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:06:47.342597911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.900396Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:47.342607981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.900535Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:47.342618361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.900657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:06:47.342629111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.900673Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!D1km264JVwxPEAsotW:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:47.342638631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.900798Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:47.342647731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.900924Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Invalid join rules event: invalid type: string \"invalid\", expected a sequence at line 1 column 18\n"} -{"Time":"2024-04-23T18:06:47.34265904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.900954Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadDatabase: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:06:47.34266826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.900980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 500 Internal Server Error: Invalid join rules event in db.\n"} -{"Time":"2024-04-23T18:06:47.3426776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.901036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m500\n"} -{"Time":"2024-04-23T18:06:47.34268676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.901050Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_failure\u001b[0m\u001b[2m:\u001b[0m response failed \u001b[3mclassification\u001b[0m\u001b[2m=\u001b[0mStatus code: 500 Internal Server Error \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms\n"} -{"Time":"2024-04-23T18:06:47.34269562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.940086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:06:47.34270363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\u001b[2m2024-04-23T22:06:46.940133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:06:47.34271149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"2024/04/23 18:06:47 ============== 21909d6c365c00fb3708b6bf8ee16e967868b1ea998f361ffec228e33d4ba6b8 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:06:47.34271847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.34272483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"\n"} -{"Time":"2024-04-23T18:06:47.359998236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Output":"--- FAIL: TestRestrictedRoomsRemoteJoin (2.03s)\n"} -{"Time":"2024-04-23T18:06:47.360009556-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoin","Elapsed":2.03} -{"Time":"2024-04-23T18:06:47.360025036-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser"} -{"Time":"2024-04-23T18:06:47.360031686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"=== RUN TestRestrictedRoomsRemoteJoinLocalUser\n"} -{"Time":"2024-04-23T18:06:47.360047666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" restricted_rooms_test.go:215: WARNING: TestRestrictedRoomsRemoteJoinLocalUser called runtime.SkipIf([dendrite]) but Complement doesn't know which HS is running as it was run without a *_blacklist tag: executing test.\n"} -{"Time":"2024-04-23T18:06:48.538954076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" restricted_rooms_test.go:217: Deploy times: 10.759644ms blueprints, 1.168064557s containers\n"} -{"Time":"2024-04-23T18:06:48.589203459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (50.170944ms)\n"} -{"Time":"2024-04-23T18:06:48.604422783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/createRoom =\u003e 200 OK (15.138415ms)\n"} -{"Time":"2024-04-23T18:06:48.614820601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/createRoom =\u003e 200 OK (10.343138ms)\n"} -{"Time":"2024-04-23T18:06:48.669860381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (54.983051ms)\n"} -{"Time":"2024-04-23T18:06:48.970970922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/rooms/!rOQBkP6T5basLOxjMy:hs2/invite =\u003e 200 OK (300.956512ms)\n"} -{"Time":"2024-04-23T18:06:48.985751261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!rOQBkP6T5basLOxjMy:hs2 =\u003e 400 Bad Request (14.713329ms)\n"} -{"Time":"2024-04-23T18:06:49.024337337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (38.491828ms)\n"} -{"Time":"2024-04-23T18:06:49.025538416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!rOQBkP6T5basLOxjMy:hs2/invite =\u003e 403 Forbidden (1.083881ms)\n"} -{"Time":"2024-04-23T18:06:49.02850601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!rOQBkP6T5basLOxjMy:hs2 =\u003e 400 Bad Request (2.891704ms)\n"} -{"Time":"2024-04-23T18:06:49.055685048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!HdX1GCrm5hx7zpgqpc:hs2 =\u003e 200 OK (27.115539ms)\n"} -{"Time":"2024-04-23T18:06:49.059816361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!rOQBkP6T5basLOxjMy:hs2 =\u003e 403 Forbidden (4.079194ms)\n"} -{"Time":"2024-04-23T18:06:49.068030158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (8.124198ms)\n"} -{"Time":"2024-04-23T18:06:50.071687207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003346941s)\n"} -{"Time":"2024-04-23T18:06:51.074581102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002827216s)\n"} -{"Time":"2024-04-23T18:06:52.077757524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003085803s)\n"} -{"Time":"2024-04-23T18:06:53.080949514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.003078582s)\n"} -{"Time":"2024-04-23T18:06:54.083688287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002665983s)\n"} -{"Time":"2024-04-23T18:06:54.083764076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" restricted_rooms_test.go:275: \u001b[31m@user-1:hs2 MustSyncUntil: timed out after 5.023898376s. Seen 6 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:06:54.083780336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" [t=8.463565ms] Response #1: SyncTimelineHas(!rOQBkP6T5basLOxjMy:hs2): check function did not pass while iterating over 9 elements: [{\"content\":{\"creator\":\"@user-1:hs2\",\"room_version\":\"8\"},\"event_id\":\"$Z2mkVlTIJJ49Fvolu6T5wjk_fEzp3C5kGunLnmV_vHE\",\"origin_server_ts\":1713910008605,\"sender\":\"@user-1:hs2\",\"state_key\":\"\",\"type\":\"m.room.create\",\"unsigned\":{\"age\":1}},{\"content\":{\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"},\"event_id\":\"$wyKZm1jGqnBC8DstuBeb0N4b0d2lfub1eWfXJo5NRww\",\"origin_server_ts\":1713910008605,\"sender\":\"@user-1:hs2\",\"state_key\":\"@user-1:hs2\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}},{\"content\":{\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}},\"event_id\":\"$nAutMwjKC2Z18gf1W5Sqk_iT_s-i2hMHoo1G5rRfuFw\",\"origin_server_ts\":1713910008607,\"sender\":\"@user-1:hs2\",\"state_key\":\"\",\"type\":\"m.room.power_levels\",\"unsigned\":{\"age\":1}},{\"content\":{\"join"} -{"Time":"2024-04-23T18:06:54.083798366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"_rule\":\"public\"},\"event_id\":\"$OYjVo2mGIOxUfCBwOy5Nke12IexpWYj6XXHrr7DumOY\",\"origin_server_ts\":1713910008608,\"sender\":\"@user-1:hs2\",\"state_key\":\"\",\"type\":\"m.room.join_rules\",\"unsigned\":{\"age\":1}},{\"content\":{\"history_visibility\":\"shared\"},\"event_id\":\"$r2puMwszLrzzm7-Ccj5r-ZGsXPB2bSm7ABno9ffEfPk\",\"origin_server_ts\":1713910008609,\"sender\":\"@user-1:hs2\",\"state_key\":\"\",\"type\":\"m.room.history_visibility\",\"unsigned\":{\"age\":1}},{\"content\":{\"guest_access\":\"forbidden\"},\"event_id\":\"$N9GMWKy187JVmbVL_ZQVWa08Cqy0idT4XqiKV6rd4Ec\",\"origin_server_ts\":1713910008610,\"sender\":\"@user-1:hs2\",\"state_key\":\"\",\"type\":\"m.room.guest_access\",\"unsigned\":{\"age\":1}},{\"content\":{\"allow\":[{\"room_id\":\"!HdX1GCrm5hx7zpgqpc:hs2\",\"type\":\"m.room_membership\",\"via\":[\"hs2\"]}],\"join_rule\":\"restricted\"},\"event_id\":\"$NwcU5VSTJQcghQcftU-O3FAOL3ymv4OPLhZt0eIXRaE\",\"origin_server_ts\":1713910008611,\"sender\":\"@user-1:hs2\",\"state_key\":\"\",\"type\":\"m.room.join_rules\",\"unsigned\":{\"age\":1,\"prev_content\":{\"join_rule\":\"public\"},\"prev_sender\":\"@user-1:hs2\"}},{\"content"} -{"Time":"2024-04-23T18:06:54.083813656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\":{\"name\":\"Room\"},\"event_id\":\"$0NUA493dG_oafEo3VWZ-cGbDn3IfmtUaBxfssOnNs_M\",\"origin_server_ts\":1713910008613,\"sender\":\"@user-1:hs2\",\"state_key\":\"\",\"type\":\"m.room.name\",\"unsigned\":{\"age\":1}},{\"content\":{\"is_direct\":false,\"membership\":\"invite\"},\"event_id\":\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\",\"origin_server_ts\":1713910008671,\"sender\":\"@user-1:hs2\",\"state_key\":\"@user-2:hs1\",\"type\":\"m.room.member\",\"unsigned\":{\"age\":1}}]\n"} -{"Time":"2024-04-23T18:06:54.083824066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" [t=1.011893346s] Response #2: SyncTimelineHas(!rOQBkP6T5basLOxjMy:hs2): Key rooms.join.!rOQBkP6T5basLOxjMy:hs2.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:06:54.083835836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" [t=2.014783611s] Response #3: SyncTimelineHas(!rOQBkP6T5basLOxjMy:hs2): Key rooms.join.!rOQBkP6T5basLOxjMy:hs2.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:06:54.083843536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" [t=3.017971532s] Response #4: SyncTimelineHas(!rOQBkP6T5basLOxjMy:hs2): Key rooms.join.!rOQBkP6T5basLOxjMy:hs2.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:06:54.083850856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" [t=4.021150863s] Response #5: SyncTimelineHas(!rOQBkP6T5basLOxjMy:hs2): Key rooms.join.!rOQBkP6T5basLOxjMy:hs2.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:06:54.083858346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" [t=5.023896526s] Response #6: SyncTimelineHas(!rOQBkP6T5basLOxjMy:hs2): Key rooms.join.!rOQBkP6T5basLOxjMy:hs2.timeline.events does not exist, \n"} -{"Time":"2024-04-23T18:06:54.083865176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:06:54.2923277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"2024/04/23 18:06:54 ============================================\n"} -{"Time":"2024-04-23T18:06:54.29235176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.292359469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.292367059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"2024/04/23 18:06:54 87ca81a4a366a5574a3c3e622427d1c32094bc6aa2e8b193482784e417f89b6f : Server logs:\n"} -{"Time":"2024-04-23T18:06:54.292446809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:06:54.292455769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:06:54.292463469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:06:54.292474138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:06:54.292481498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:06:54.292488518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"+ echo 'IP.1 = 172.28.0.2'\n"} -{"Time":"2024-04-23T18:06:54.292495378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:06:54.292506258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:06:54.292513508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:06:54.292520648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:06:54.292528378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.824043Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:06:54.292536028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.824163Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:06:54.292546988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.824549Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:06:54.292555268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.824555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:06:54.292562968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.824561Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:06:54.292570338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.824569Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:06:54.292581108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.825386Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:06:54.292589397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.292596627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:06:54.292604357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.825467Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:06:54.292613307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.828228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:06:54.292621117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.829726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:06:54.292631767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.830344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:06:54.292639487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.831358Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:06:54.292647127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.292753Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 463.0206ms\n"} -{"Time":"2024-04-23T18:06:54.292655407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294672Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:06:54.292662957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294738Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:54.292671167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294751Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:54.292678697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294759Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:06:54.292689857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294766Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:06:54.292697327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294773Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:06:54.292704856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294781Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:06:54.292712346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294787Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:06:54.292720006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294794Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:06:54.292727356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294800Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:06:54.292734826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294807Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:06:54.292745526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294813Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:06:54.292753436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294820Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:06:54.292765736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294825Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:06:54.292773756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294841Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:06:54.292781386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294853Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:06:54.292791966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294863Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:06:54.292799626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294872Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:06:54.292807396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294880Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:06:54.292814605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.294887Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:06:54.292822185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.296448Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:06:54.292829915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.298966Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:06:54.292841865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.315184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:06:54.292849965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.315193Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:06:54.292858045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.315841Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:06:54.292866445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.316025Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:06:54.292874675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.358165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.292883255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.358944Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1207\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.292892585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.359070Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:06:54.292901325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.359400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.292962754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.615468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.292973914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.616043Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1207\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.292984744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.616077Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:06:54.292994804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.659860Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:54.293004704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.661751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:54.293017104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.661989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:54.293028994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.662127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:54.293040733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.664968Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:54.293055163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.664987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:54.293068903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.665011Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:54.293090323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.666494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:54.293103163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.666522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:54.293117243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.666531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:54.293129293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.666556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:54.293141473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.666616Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-2:hs1\"}\n"} -{"Time":"2024-04-23T18:06:54.293153443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.666628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:06:54.293165162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.666654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:54.293177422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.666662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.293193292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.668176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:54.293208082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:54.293231042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.668203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:54.293246362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:54.293273081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.668211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:54.293289791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.293303431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.669517Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-2:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:06:54.293312801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.669597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m54 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.293323291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.670250Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:54.293335181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.670326Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:54.293347771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.670342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.293359251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.815949Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.293370681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.816690Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs2 keys\n"} -{"Time":"2024-04-23T18:06:54.293380501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.816726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:06:54.29338989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.817290Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:54.2934005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.817599Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:06:54.29341105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.817626Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:06:54.29342185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.817762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:06:54.29343286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.817811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.29344427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.817847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:54.29345836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.817901Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.29347294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.817981Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 25151:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:54.29348019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.29348674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:06:54.29349333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.293501719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.818208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:54.293513569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.818261Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:54.293524289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.818606Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:06:54.293534919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.818626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 25151\n"} -{"Time":"2024-04-23T18:06:54.293545639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.818646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 25151:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:06:54.293555099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.293561399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:06:54.293567789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:06:54.293574059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"hs2. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:06:54.293580379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:06:54.293586989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.293593359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.293601629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.818664Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 25151:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:06:54.293610748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.293616978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:06:54.293623198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:06:54.293636108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"hs2. 600 IN A 172.28.0.3\n"} -{"Time":"2024-04-23T18:06:54.293642548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:06:54.293649188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.293656068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.293664138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.818950Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:06:54.293675118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.818973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:443\n"} -{"Time":"2024-04-23T18:06:54.293686478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.819075Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:06:54.293699458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.819130Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:06:54.293714798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.819157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:06:54.293726937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.819202Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:06:54.293737867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.819276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:06:54.293749677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.819313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:06:54.293760267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.819340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.293771857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.819366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:54.293783537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.819385Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.293794797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.819436Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 34902:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:54.293801737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.293808137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.293814947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.293822877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.819489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:54.293833487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.819544Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:54.293844796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.820714Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:54.293859426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.820761Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 34902\n"} -{"Time":"2024-04-23T18:06:54.293869786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.820805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 34902:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:54.293880816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.293887866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.293894606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:54.293901026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:54.293907836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":". 85960 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:54.293914846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.293921436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.293929586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.820847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:54.293952685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.820882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:54.293963835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.821082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:54.293974745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.821128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.293984515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.821209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m15627\n"} -{"Time":"2024-04-23T18:06:54.293992425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.821224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 15627:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:54.294001415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.294007985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.294016085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.294022835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.821249Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:54.294030505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.823599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:54.294037945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.823610Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:06:54.294050405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.823618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:54.294059564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.823630Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:54.294066924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.823638Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:54.294074284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.823645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:54.294081674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.823653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:54.294088934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.823664Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:54.294097484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.823697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 15627:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:54.294106334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.294112724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.294119564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:54.294126184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:54.294133214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":". 85960 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:54.294139964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.294146304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.294154154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.823746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:06:54.294164474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.823767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.294176113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.823789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:54.294187503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.823807Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.294198963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.823854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 46343:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:54.294205983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.294219413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.294226183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.294234133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.823908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:54.294244373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.823974Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:54.294254803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.825004Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:54.294267583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.825027Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 46343\n"} -{"Time":"2024-04-23T18:06:54.294278502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.825060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 46343:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:54.294287322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.294293832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.294300432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:54.294306652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:54.294314852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":". 85960 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:54.294321612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.294328032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.294336342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.825086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:54.294348512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.825108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:54.294360822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.825125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.294370412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.825168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:54.294378722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.825185Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m9430\n"} -{"Time":"2024-04-23T18:06:54.294386731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.825196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 9430:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:54.294394161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.294400561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.294414131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.294421471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.825216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:54.294430141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.868177Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:54.294437561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.868193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:06:54.294445011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.868202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:54.294452431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.868215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:54.294459851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.868224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:54.294467061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.868231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:54.294474391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.868240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:54.294481731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.868252Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:54.29449014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.868295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 9430:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:54.29449937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.29450584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.2945124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:54.29451875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:54.29452556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":". 85960 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:54.2945323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.29453861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.29454683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.868353Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:54.29455778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.868394Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:06:54.29456863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.868435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:06:54.29457945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.868459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.29459219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.868485Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:54.294603389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.868506Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.294613739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.868569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 62062:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:54.294620799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.294627309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.294640449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.294648529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.868640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:54.294659309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.868689Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:54.294669629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.869626Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:54.294679799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.869654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 62062\n"} -{"Time":"2024-04-23T18:06:54.294692259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.869694Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 62062:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:54.294701169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.294707528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.294713988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:54.294720298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:54.294727268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":". 85960 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:54.294733908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.294740558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.294748968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.869726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:54.294760118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.869753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:54.294771108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.869771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.294782268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.869820Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:54.294790668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.869843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m45798\n"} -{"Time":"2024-04-23T18:06:54.294798478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.869856Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 45798:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:54.294805568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.294813338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.294819827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.294826787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.869876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:54.294834477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.912239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:54.294841567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.912251Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:06:54.294849057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.912259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:54.294856507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.912270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:54.294864027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.912278Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:54.294871137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.912284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:54.294878337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.912291Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:54.294886807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.912301Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:54.294902707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.912336Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 45798:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:54.294912307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.294918777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.294925136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:54.294941506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:54.294949336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":". 85960 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:54.294955896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.294962286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.294970106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.912383Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:06:54.294981096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.912421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.294991896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.912444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:54.295003256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.912462Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.295013216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.912510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 64211:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:54.295020366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.295026886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.295033126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.295040445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.912545Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:54.295051195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.912571Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:54.295063305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.913713Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:54.295074355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.913735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 64211\n"} -{"Time":"2024-04-23T18:06:54.295084465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.913767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 64211:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:54.295093225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.295099825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.295106155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:54.295112365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:54.295119415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":". 85960 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:54.295126245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.295132505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.295140755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.913793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:54.295152704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.913815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:54.295163674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.913832Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.295173084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.913874Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:54.295181304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.913891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m41055\n"} -{"Time":"2024-04-23T18:06:54.295198864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.913905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 41055:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:54.295205984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.295212474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.295218814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.295225724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.913923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:54.295233644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.956882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:54.295240914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.956893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:06:54.295247974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.956901Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:54.295255464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.956911Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:54.295263123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.956918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:54.295270563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.956924Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:54.295277683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.956930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:54.295284933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.956948Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:54.295293453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.956982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 41055:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:54.295304133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.295310803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.295316893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:54.295323293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:54.295330213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":". 85960 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:54.295337003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.295343353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.295351323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.957024Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:54.295362043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.957073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:06:54.295372803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.957145Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:06:54.295384212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.957374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:54.295406272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.957442Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.295416612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.957489Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:06:54.295427532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.957516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:06:54.295437542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.957687Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.3:8448\n"} -{"Time":"2024-04-23T18:06:54.295447862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.959122Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:54.295458442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.959207Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.295469502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.959759Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.295479702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.959785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.295490411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.959918Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/key/v2/server with https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:54.295500901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.959947Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:54.295510801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.960023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:54.295535311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.960603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!rOQBkP6T5basLOxjMy:hs2/$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"1461\"}\n"} -{"Time":"2024-04-23T18:06:54.295552361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.960629Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/invite/!rOQBkP6T5basLOxjMy:hs2/$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc Some(Object({\"event\": Object({\"auth_events\": Array([String(\"$nAutMwjKC2Z18gf1W5Sqk_iT_s-i2hMHoo1G5rRfuFw\"), String(\"$wyKZm1jGqnBC8DstuBeb0N4b0d2lfub1eWfXJo5NRww\"), String(\"$Z2mkVlTIJJ49Fvolu6T5wjk_fEzp3C5kGunLnmV_vHE\"), String(\"$NwcU5VSTJQcghQcftU-O3FAOL3ymv4OPLhZt0eIXRaE\")]), \"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"PFU0yx4JQitODR6Z+bhSIapyOixwyDq14j2gPxKvsXg\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910008671, \"prev_events\": Array([String(\"$0NUA493dG_oafEo3VWZ-cGbDn3IfmtUaBxfssOnNs_M\")]), \"room_id\": String(\"!rOQBkP6T5basLOxjMy:hs2\"), \"sender\": String(\"@user-1:hs2\"), \"signatures\": Object({\"hs2\": Object("} -{"Time":"2024-04-23T18:06:54.295568081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"{\"ed25519:9XALTvIZ\": String(\"zAJGFHepu6tMECNdWl+g91xpT4ow1IHlDfpfPNVUCHfEGi5wZZnn/r6YxT6j2GwUUP3h1MA44kHrwThFs3VKAw\")})}), \"state_key\": String(\"@user-2:hs1\"), \"type\": String(\"m.room.member\")}), \"invite_room_state\": Array([Object({\"content\": Object({\"creator\": String(\"@user-1:hs2\"), \"room_version\": String(\"8\")}), \"sender\": String(\"@user-1:hs2\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.create\")}), Object({\"content\": Object({\"allow\": Array([Object({\"room_id\": String(\"!HdX1GCrm5hx7zpgqpc:hs2\"), \"type\": String(\"m.room_membership\"), \"via\": Array([String(\"hs2\")])})]), \"join_rule\": String(\"restricted\")}), \"sender\": String(\"@user-1:hs2\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")}), Object({\"content\": Object({\"name\": String(\"Room\")}), \"sender\": String(\"@user-1:hs2\"), \"state_key\": String(\"\"), \"type\": String(\"m.room.name\")}), Object({\"content\": Object({\"displayname\": String(\"user-1 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"is_direct\": Bool(false), \"membership\": String(\"join\")}), \"sender\": String(\"@u"} -{"Time":"2024-04-23T18:06:54.295583571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"ser-1:hs2\"), \"state_key\": String(\"@user-1:hs2\"), \"type\": String(\"m.room.member\")}), Object({\"content\": Object({\"is_direct\": Bool(false), \"membership\": String(\"invite\")}), \"sender\": String(\"@user-1:hs2\"), \"state_key\": String(\"@user-2:hs1\"), \"type\": String(\"m.room.member\")})]), \"org.matrix.msc4125.via\": Array([String(\"hs2\"), String(\"hs2\")]), \"room_version\": String(\"8\")}))\n"} -{"Time":"2024-04-23T18:06:54.295594961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.960877Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:54.29560508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.962201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/invite/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m146 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.29561428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.963379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.29562324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.963580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.29563294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.971150Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.29564246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.971375Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21rOQBkP6T5basLOxjMy:hs2?server_name=hs2 {\"host\": \"127.0.0.1:1207\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.29565432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.971390Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21rOQBkP6T5basLOxjMy:hs2?server_name=hs2 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:54.29566375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.971644Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !rOQBkP6T5basLOxjMy:hs2 over federation.\n"} -{"Time":"2024-04-23T18:06:54.29567263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.971719Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (0)\n"} -{"Time":"2024-04-23T18:06:54.29568154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.971809Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:54.29569233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.971976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:54.29570632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.972005Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:54.29571626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.972017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.295727209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.973751Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.295736999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.973778Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.295749219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.973803Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.295760659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.973819Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:54.295770449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.973852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.295780409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.973916Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:06:54.295789759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.973942Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:54.295798729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.973960Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (1)\n"} -{"Time":"2024-04-23T18:06:54.295807129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.974013Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:54.295817719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.974187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:54.295829679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.974228Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:54.295839858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.974245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.295850588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.975560Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.295860408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.975582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.295871288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.975605Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.295882358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.975620Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:54.295892278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.975644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.295902418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.975694Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:06:54.295911258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.975710Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:54.295919818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.975727Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (2)\n"} -{"Time":"2024-04-23T18:06:54.295929078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.975776Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:54.295950087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.975947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:54.295964617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.975988Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:54.295976307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.976005Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.295985917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.977220Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.295995817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.977241Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296006647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.977264Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.296018757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.977279Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:54.296042097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.977303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.296052387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.977354Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:06:54.296061466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.977370Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:54.296070326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.977387Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (3)\n"} -{"Time":"2024-04-23T18:06:54.296080196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.977435Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:54.296090886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.977595Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:54.296102656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.977634Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:54.296112616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.977651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296124676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.978845Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296134526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.978867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296148696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.978890Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.296160236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.978905Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:54.296170306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.978929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.296180375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.978994Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:06:54.296188705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.979010Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:54.296198445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.979027Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (4)\n"} -{"Time":"2024-04-23T18:06:54.296209005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.979075Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:54.296221005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.979234Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:54.296232765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.979273Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:54.296242705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.979290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296253365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.980470Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296263155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.980492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296275005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.980514Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.296286764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.980529Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:54.296296904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.980553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.296306854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.980604Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:06:54.296315194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.980620Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:54.296323994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.980636Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (5)\n"} -{"Time":"2024-04-23T18:06:54.296334294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.980684Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:54.296345184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.980842Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:54.296358984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.980880Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:54.296369034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.980898Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296378604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.982030Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296388184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.982053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296399983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.982075Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.296411843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.982090Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:54.296422793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.982114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.296432803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.982165Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:06:54.296441453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.982181Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:54.296449853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.982197Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (6)\n"} -{"Time":"2024-04-23T18:06:54.296471043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.982245Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:54.296482673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.982403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:54.296494523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.982441Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:54.296504403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.982459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296514012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.983594Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296525002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.983616Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296536892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.983638Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.296548362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.983653Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:54.296558532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.983677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.296568072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.983727Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:06:54.296577322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.983743Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:54.296586092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.983759Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (7)\n"} -{"Time":"2024-04-23T18:06:54.296596412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.983807Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:54.296607222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.983982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:54.296619082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.984021Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:54.296632951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.984038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296642321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.985226Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296651921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.985248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296663621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.985271Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.296675221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.985286Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:54.296686281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.985310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.296696761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.985360Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:06:54.296705471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.985376Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:54.296714461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.985470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m14 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:54.296723441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.986297Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.296732691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.986388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1207\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.29674316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.986403Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-3\")}))\n"} -{"Time":"2024-04-23T18:06:54.29675312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.023841Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-3:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:54.29676212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.024026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m37 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.29677089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.024617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.29678092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.024758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:54.2967926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.024843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:54.29680434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.024868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!8aOnduDgWY5TkaIN8q:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.29682458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.024943Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21rOQBkP6T5basLOxjMy:hs2/invite {\"host\": \"127.0.0.1:1207\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.29683569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.024969Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21rOQBkP6T5basLOxjMy:hs2/invite Some(Object({\"user_id\": String(\"@user-3:hs1\")}))\n"} -{"Time":"2024-04-23T18:06:54.29684497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.025231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: You don't have permission to view this room.\n"} -{"Time":"2024-04-23T18:06:54.296855139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.025301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:06:54.296864189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.025753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.296873619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.025895Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21rOQBkP6T5basLOxjMy:hs2?server_name=hs1 {\"host\": \"127.0.0.1:1207\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.296883919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.025920Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21rOQBkP6T5basLOxjMy:hs2?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:54.296892819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.026160Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !rOQBkP6T5basLOxjMy:hs2 over federation.\n"} -{"Time":"2024-04-23T18:06:54.296901609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.026187Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (0)\n"} -{"Time":"2024-04-23T18:06:54.296910389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.026228Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:54.296920859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.026396Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-3:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:54.296944199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.026437Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:54.296955249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.026455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296965039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.028152Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296975028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.028170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.296985748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.028188Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.296996888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.028197Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:54.297006558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.028214Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 400 for GET https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.297016598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.028255Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:06:54.297025198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.028265Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_UNABLE_TO_AUTHORISE_JOIN\"\n"} -{"Time":"2024-04-23T18:06:54.297034278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.028327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:54.297043218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.029042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.297053578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.029179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21HdX1GCrm5hx7zpgqpc:hs2?server_name=hs2 {\"host\": \"127.0.0.1:1207\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.297063798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.029202Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21HdX1GCrm5hx7zpgqpc:hs2?server_name=hs2 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:54.297072738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.029417Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !HdX1GCrm5hx7zpgqpc:hs2 over federation.\n"} -{"Time":"2024-04-23T18:06:54.297081347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.029443Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (0)\n"} -{"Time":"2024-04-23T18:06:54.297090197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.029501Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:54.297100877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.029668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!HdX1GCrm5hx7zpgqpc:hs2/@user-3:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:54.297112117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.029710Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:54.297123827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.029727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.297143517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.032134Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.297155857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.032150Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.297166427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.032163Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!HdX1GCrm5hx7zpgqpc:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!HdX1GCrm5hx7zpgqpc:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.297178827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.032171Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:54.297188777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.032183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/federation/v1/make_join/!HdX1GCrm5hx7zpgqpc:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.297201646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.032217Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$WQdbVf6wvAOGyp_ixov_wrE2lNQTY8-1Eo2O1cP7PcE\",\"$UPlEoBC-aNbxGKepnsyIXyq-SJ0lLHILzE1eGQsjiJc\",\"$scNMWTjg9mMJKJtNwkQ819AAgeM9o8YQzqPikQWlCw4\"],\"content\":{\"membership\":\"join\"},\"depth\":8,\"hashes\":{\"sha256\":\"m/ntOFWRjzDpOrHxADMOyftp7rLxc1CIyREbfZMH/tM\"},\"origin\":\"hs2\",\"origin_server_ts\":1713910009031,\"prev_events\":[\"$XHLu9U7ch9SS5aG02hcqifGuCsI4PcLtMVFKr2Ocp0E\"],\"room_id\":\"!HdX1GCrm5hx7zpgqpc:hs2\",\"sender\":\"@user-3:hs1\",\"signatures\":{\"hs2\":{\"ed25519:9XALTvIZ\":\"Zv23gl0yTPdnDMJ2lhndddPtGDcwhdrJSmyN5sslDkLd8wjpxssUjqOeMLek60SDaVA+ER0B1++j9Niud9rIDA\"}},\"state_key\":\"@user-3:hs1\",\"type\":\"m.room.member\"}) })\n"} -{"Time":"2024-04-23T18:06:54.297215496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.032229Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:06:54.297224666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.032367Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for send_join in room !HdX1GCrm5hx7zpgqpc:hs2\n"} -{"Time":"2024-04-23T18:06:54.297233536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.032478Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:54.297244856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.032655Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!HdX1GCrm5hx7zpgqpc:hs2/$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:54.297256576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.032680Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:54.297266936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.032690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.297276756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.050102Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.297286336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.050122Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.297296426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.050136Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v2/send_join/!HdX1GCrm5hx7zpgqpc:hs2/$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg with https://hs2:8448/_matrix/federation/v2/send_join/!HdX1GCrm5hx7zpgqpc:hs2/$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\n"} -{"Time":"2024-04-23T18:06:54.297307306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.050144Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:54.297316855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.050158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v2/send_join/!HdX1GCrm5hx7zpgqpc:hs2/$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\n"} -{"Time":"2024-04-23T18:06:54.297326615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.050212Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:06:54.297335505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.050362Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:06:54.297343955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.050420Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:06:54.297352915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.050554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs2\n"} -{"Time":"2024-04-23T18:06:54.297361805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.050755Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We had all keys cached locally, not fetching any keys from remote servers\n"} -{"Time":"2024-04-23T18:06:54.297370765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.050766Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:06:54.297379455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.052111Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:06:54.297389145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.052537Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:06:54.297397855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.052560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg (m.room.member)\n"} -{"Time":"2024-04-23T18:06:54.297406495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.052723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:54.297414875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.052912Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:54.297423524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.052924Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:06:54.297432214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.054428Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:06:54.297440234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.054783Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:06:54.297458194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.055322Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:06:54.297467484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.055435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m26 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.297476634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.056276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.297485664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.056426Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21rOQBkP6T5basLOxjMy:hs2?server_name=hs1 {\"host\": \"127.0.0.1:1207\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.297495644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.056450Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21rOQBkP6T5basLOxjMy:hs2?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:06:54.297504504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.056675Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !rOQBkP6T5basLOxjMy:hs2 over federation.\n"} -{"Time":"2024-04-23T18:06:54.297513154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.056700Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (0)\n"} -{"Time":"2024-04-23T18:06:54.297522164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.056746Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:54.297534344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.056946Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-3:hs1\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:06:54.297546023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.057006Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:54.297556053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.057032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.297565453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.057237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.297575223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.057401Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:54.297585263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.057540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/_fxfi5XuWkOfCyZ8VXljkCFXFic-8-Md23bpMFh28eQ {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"902\"}\n"} -{"Time":"2024-04-23T18:06:54.297599493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.057552Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/_fxfi5XuWkOfCyZ8VXljkCFXFic-8-Md23bpMFh28eQ Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910009050, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$WQdbVf6wvAOGyp_ixov_wrE2lNQTY8-1Eo2O1cP7PcE\"), String(\"$UPlEoBC-aNbxGKepnsyIXyq-SJ0lLHILzE1eGQsjiJc\"), String(\"$scNMWTjg9mMJKJtNwkQ819AAgeM9o8YQzqPikQWlCw4\")]), \"content\": Object({\"displayname\": String(\"user-3 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"GuIQdvkGq/GO9NO2DUIV3/AT34J0yA9vxDzy6hqUqUE\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713910009032, \"prev_events\": Array([String(\"$XHLu9U7ch9SS5aG02hcqifGuCsI4PcLtMVFKr2Ocp0E\")]),"} -{"Time":"2024-04-23T18:06:54.297613113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" \"room_id\": String(\"!HdX1GCrm5hx7zpgqpc:hs2\"), \"sender\": String(\"@user-3:hs1\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"Pdn81jaxjP/jgZcFYOlrmK07C/P7yXP3OUUM39ohSCG6rjMnpXJI/6IXdhNFqKyows9qe8xd0/vgLhJyMLykDA\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"VFk+/8hF4CeoHKJuWQj8AuP/5yyomfFrIrn3xbQlIpUQioiVDP94U/J11DXzJz/aHEZKSA82dqI/TXJkR8ILDw\")})}), \"state_key\": String(\"@user-3:hs1\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({})})])}))\n"} -{"Time":"2024-04-23T18:06:54.297624243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.057743Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m140.569µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"_fxfi5XuWkOfCyZ8VXljkCFXFic-8-Md23bpMFh28eQ\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:06:54.297634673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.057770Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2, hs1\n"} -{"Time":"2024-04-23T18:06:54.297643893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.057830Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:54.297653322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.057875Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:54.297662672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.057901Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m299.558µs\n"} -{"Time":"2024-04-23T18:06:54.297672532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.057948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m39.41µs \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m346.397µs\n"} -{"Time":"2024-04-23T18:06:54.297682652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.058002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m400.807µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"_fxfi5XuWkOfCyZ8VXljkCFXFic-8-Md23bpMFh28eQ\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\n"} -{"Time":"2024-04-23T18:06:54.297693062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.058070Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.297702122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.059300Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.297711812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.059324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:06:54.297722602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.059348Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.297739242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.059365Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:54.297749672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.059389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs2:8448/_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:06:54.297760722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.059447Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:06:54.297769291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.059464Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_FORBIDDEN\"\n"} -{"Time":"2024-04-23T18:06:54.297778011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.059551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:06:54.297786901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"2024/04/23 18:06:54 ============== 87ca81a4a366a5574a3c3e622427d1c32094bc6aa2e8b193482784e417f89b6f : END LOGS ==============\n"} -{"Time":"2024-04-23T18:06:54.297794101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.297800371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.495176254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"2024/04/23 18:06:54 ============================================\n"} -{"Time":"2024-04-23T18:06:54.495201884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.495209394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.495217694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"2024/04/23 18:06:54 bb9d1e5290f2a367c45a5e733b3e0da509adfc1a4fa11bc3c1cd7228d2bfb0b2 : Server logs:\n"} -{"Time":"2024-04-23T18:06:54.495231043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:06:54.495238613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:06:54.495249063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:06:54.495256403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:06:54.495266913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:06:54.495274443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"+ echo 'IP.1 = 172.28.0.3'\n"} -{"Time":"2024-04-23T18:06:54.495281953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:06:54.495293173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:06:54.495300833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:06:54.495308393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:06:54.495316163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.973930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:06:54.495324883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.974038Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:06:54.495337202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.974361Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:06:54.495346242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.974368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:06:54.495354152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.974374Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:06:54.495362092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.974381Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:06:54.495371312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.975073Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:06:54.495384632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.495395532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:06:54.495403872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.975154Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:06:54.495413372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.977623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:06:54.495422232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.979227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:06:54.495430692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.979836Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:06:54.495440642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:47.980837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:06:54.495448581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.465553Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 486.321382ms\n"} -{"Time":"2024-04-23T18:06:54.495457021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467657Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:06:54.495468601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467721Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:54.495477151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467732Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:06:54.495485541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467739Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:06:54.495493661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467745Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:06:54.495501691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467751Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:06:54.495511241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467759Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:06:54.495519371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467765Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:06:54.495527641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467772Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:06:54.495535411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467779Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:06:54.495543381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467786Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:06:54.495551451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467792Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:06:54.495559631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467799Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:06:54.49557129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467805Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:06:54.4955798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467822Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:06:54.49558792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467833Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:06:54.49559596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467841Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:06:54.49560578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467851Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:06:54.49561394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467859Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:06:54.49562329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.467867Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:06:54.49563146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.469279Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:06:54.49563944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.471735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:06:54.49564896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.487359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:06:54.49565733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.487370Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:06:54.49566736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.487942Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:06:54.495676449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.488082Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:06:54.495693179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.537211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.495703139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.538032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1209\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.495714579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.538180Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:06:54.495725309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.538543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.495734919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.539414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.495744929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.539786Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1209\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.495757899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.539802Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:06:54.495768389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.580435Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:06:54.495779089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.581947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:54.495792468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.582113Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:54.495805108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.582223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:54.495819158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.584721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:54.495832528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.584738Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:54.495846328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.584760Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:54.495858928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.586089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:54.495873368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.586122Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:54.495886988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.586132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:54.495908507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.586153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:54.495921157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.586201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs2\", \"@user-1:hs2\"}\n"} -{"Time":"2024-04-23T18:06:54.495954037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.586213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:06:54.495967937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.586238Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:54.495980957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.586245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.495999707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.587621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:54.496015486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:54.496036606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.587647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:54.496051796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:54.496073986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.587655Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:06:54.496091076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.496104096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.588845Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs2 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:06:54.496113256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.588921Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m49 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.496132725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.589317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:06:54.496145095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.589345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:06:54.496157115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.589352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CSdTZ0pfXSeBGRbCq0:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.496167965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.589612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.496177855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.590042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1209\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.496188495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.590078Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"name\": String(\"Space\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:06:54.496199235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.590754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs2\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:06:54.496212825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.590787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs2\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:06:54.496226625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.590822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs2\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:06:54.496238965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.592646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:54.496252174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.592685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:54.496265284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.592756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:54.496278504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.594987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:54.496295214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.595040Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:54.496310404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.595061Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:54.496323784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.595092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:54.496337394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.595111Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:54.496350774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.595125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.496363983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.596917Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:54.496376283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.596995Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:54.496397173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.597016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.496411183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.598816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:06:54.496423943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.598878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:06:54.496435953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.598899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.496448193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.600759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:06:54.496460573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.600822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:54.496473032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.600843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.496485692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.602663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:06:54.496497512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.602726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:54.496510712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.602747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.496521462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.604075Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs2 created a room\n"} -{"Time":"2024-04-23T18:06:54.496530532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.604182Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m14 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.496539632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.604591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.496548962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.604727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1209\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"245\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.496562872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.604744Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"initial_state\": Array([Object({\"content\": Object({\"allow\": Array([Object({\"room_id\": String(\"!HdX1GCrm5hx7zpgqpc:hs2\"), \"type\": String(\"m.room_membership\"), \"via\": Array([String(\"hs2\")])})]), \"join_rule\": String(\"restricted\")}), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")})]), \"name\": String(\"Room\"), \"preset\": String(\"public_chat\"), \"room_version\": String(\"8\")}))\n"} -{"Time":"2024-04-23T18:06:54.496576782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.605029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs2\",\"room_version\":\"8\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:06:54.496589941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.605043Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs2\",\"room_version\":\"8\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:06:54.496601941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.605057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs2\",\"room_version\":\"8\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:06:54.496614251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.605986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:54.496627181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.606004Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:54.496649251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.606034Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:54.496664181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.607234Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:06:54.496677931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.607257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:54.496692581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.607265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:06:54.4967054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.607277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:06:54.49671977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.607285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:06:54.49673424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.607291Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.49674729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.608164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:54.49675935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.608191Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:54.49677124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.608200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.49678486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.609100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:06:54.49679728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.609126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:06:54.4968096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.609134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.496822039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.610127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:06:54.496835539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.610172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:54.496849299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.610185Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.496862329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.611685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!HdX1GCrm5hx7zpgqpc:hs2\",\"type\":\"m.room_membership\",\"via\":[\"hs2\"]}],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:54.496875809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.611729Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!HdX1GCrm5hx7zpgqpc:hs2\",\"type\":\"m.room_membership\",\"via\":[\"hs2\"]}],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:54.496888719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.611742Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!HdX1GCrm5hx7zpgqpc:hs2\",\"type\":\"m.room_membership\",\"via\":[\"hs2\"]}],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.496910129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.613362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:06:54.496922599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.613406Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:54.496948528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.613420Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.496960318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.614546Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs2 created a room\n"} -{"Time":"2024-04-23T18:06:54.496969478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.614621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m10 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.496979068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.670295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.496988718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.670664Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21rOQBkP6T5basLOxjMy:hs2/invite {\"host\": \"127.0.0.1:1209\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.496999418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.670693Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21rOQBkP6T5basLOxjMy:hs2/invite Some(Object({\"user_id\": String(\"@user-2:hs1\")}))\n"} -{"Time":"2024-04-23T18:06:54.497009068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.671656Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:54.497017978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.671691Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:54.497026708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.671795Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:54.497036828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.673636Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:54.497047147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.673891Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:06:54.497057497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.673917Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:06:54.497068887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.674057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:06:54.497080467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.674084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.497093737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.674116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:54.497106167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.674146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.497124057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.674197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 40484:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:54.497132167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.497140757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:06:54.497147457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.497155366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.674364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:54.497165896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.674440Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:54.497176496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.674982Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:06:54.497188186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.675008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 40484\n"} -{"Time":"2024-04-23T18:06:54.497199066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.675043Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 40484:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:06:54.497208176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.497214796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:06:54.497221636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:06:54.497228766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"hs1. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:06:54.497235636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:06:54.497242476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.497249096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.497257006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.675080Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 40484:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:06:54.497266205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.497272865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:06:54.497279405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:06:54.497286095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"hs1. 600 IN A 172.28.0.2\n"} -{"Time":"2024-04-23T18:06:54.497292535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:06:54.497299215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.497305885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.497313935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.675694Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:06:54.497324975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.675796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:443\n"} -{"Time":"2024-04-23T18:06:54.497335895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.676107Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.28.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:06:54.497348625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.676168Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:06:54.497362915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.676201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:06:54.497375155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.676249Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:06:54.497395454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.676314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:06:54.497406674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.676373Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:06:54.497417414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.676427Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.497428524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.676459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:54.497439644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.676491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.497450764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.676547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 10478:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:54.497458364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.497465094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.497471954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.497479644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.676611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:54.497490034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.676647Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:54.497500693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.678226Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:54.497510983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.678242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 10478\n"} -{"Time":"2024-04-23T18:06:54.497522323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.678260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 10478:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:54.497531683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.497538433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.497545233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:54.497552033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:54.497559123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":". 85960 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:54.497566233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.497574063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.497582583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.678277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:54.497594133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.678290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:54.497604643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.678402Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:54.497616682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.678428Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.497626602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.678474Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m38055\n"} -{"Time":"2024-04-23T18:06:54.497634652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.678483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 38055:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:54.497642112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.497648852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.497655622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.497662812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.678497Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:54.497670432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.680751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:54.497678062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.680759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:06:54.497685832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.680764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:54.497693632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.680769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:54.497701482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.680773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:54.497708992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.680777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:54.497716332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.680781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:54.497723741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.680786Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:54.497733231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.680807Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 38055:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:54.497742461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.497758141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.497765421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:54.497773541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:54.497780741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":". 85960 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:54.497788931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.497795631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.497803631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.680833Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:06:54.497814451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.680842Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.497826941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.680853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:54.4978393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.680861Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.49784944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.680887Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 58720:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:54.49785697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.49786395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.49787065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.49787899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.680917Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:54.49788944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.680954Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:54.4978999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.682223Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:54.49791029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.682251Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 58720\n"} -{"Time":"2024-04-23T18:06:54.49792056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.682283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 58720:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:54.49792972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.49794659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.497953609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:54.497960279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:54.497968249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":". 85960 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:54.497975149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.497982029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.497990589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.682310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:54.498002159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.682332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:54.498013529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.682349Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.498023599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.682397Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:54.498032919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.682420Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m58587\n"} -{"Time":"2024-04-23T18:06:54.498041249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.682432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 58587:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:54.498048809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.498055518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.498062398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.498069888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.682447Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:54.498077788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.724872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:54.498085258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.724881Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:06:54.498092998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.724885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:54.498100878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.724892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:06:54.498109198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.724896Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:54.498117058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.724900Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:54.498124748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.724904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:54.498132258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.724911Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:54.498140858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.724942Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 58587:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:54.498150018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.498156668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.498163397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:54.498170047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:54.498177417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":". 85960 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:54.498184357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.498191017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.498199947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.724979Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:54.498210687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.725008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:06:54.498220977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.725037Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:06:54.498243217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.725053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.498256407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.725069Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:54.498267577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.725084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.498277756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.725121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 53158:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:54.498285336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.498292986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.498299746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.498307886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.725148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:54.498318216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.725177Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:54.498328616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.726358Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:54.498339026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.726387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 53158\n"} -{"Time":"2024-04-23T18:06:54.498350896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.726418Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 53158:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:54.498360096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.498366556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.498373146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:54.498380015-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:54.498387275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":". 85960 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:54.498394445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.498401175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.498409595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.726447Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:54.498421645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.726475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:54.498432805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.726492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.498443125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.726535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:54.498451345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.726556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m25960\n"} -{"Time":"2024-04-23T18:06:54.498459365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.726571Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 25960:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:54.498466955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.498473645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.498480255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.498487194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.726593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:54.498495024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.768920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:54.498502764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.768927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:06:54.498510554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.768936Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:54.498519674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.768941Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:54.498527634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.768944Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:54.498535384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.768947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:54.498542804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.768950Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:54.498550464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.768955Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:54.498559224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.768972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 25960:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:54.498567934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.498574674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.498581174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:54.498587834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:54.498595094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":". 85960 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:54.498602173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.498609943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.498617703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.768996Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:06:54.498628453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.769005Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.498641523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.769015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:54.498652793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.769023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.498662763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.769047Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 7229:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:54.498670103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.498676803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.498683343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.498691483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.769075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:06:54.498702083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.769102Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:06:54.498713372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.769916Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:54.498723522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.769929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 7229\n"} -{"Time":"2024-04-23T18:06:54.498734432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.769963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 7229:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:54.498743432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.498749982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.498756642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:54.498763282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:54.498770492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":". 85960 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:54.498777742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.498784772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.498793182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.769977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:54.498805742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.769987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:06:54.498817161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.769995Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:06:54.498826851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.770016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:06:54.498834691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.770025Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m54858\n"} -{"Time":"2024-04-23T18:06:54.498842851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.770029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 54858:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:06:54.498850171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.498856841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.498863551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.498870631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.770038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:06:54.498878091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.813060Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:54.498885791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.813067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:06:54.498893771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.813071Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:54.498901531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.813076Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:06:54.498909061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.813079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:06:54.49894477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.813082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:06:54.49895431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.813085Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:06:54.49896207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.813090Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:06:54.49897072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.813108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 54858:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:06:54.49897987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; query\n"} -{"Time":"2024-04-23T18:06:54.49898653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:06:54.49899321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:06:54.49899988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:06:54.49900668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":". 85960 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:06:54.49901365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:06:54.49902034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.49902889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.813131Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:06:54.499039539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.813158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:06:54.499049779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.813197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:06:54.499061679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.813477Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/invite/!rOQBkP6T5basLOxjMy:hs2/$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:54.499073439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.813510Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:54.499083829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.813526Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:06:54.499094219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.813538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:06:54.499111569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.813620Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:06:54.499122269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.815509Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:54.499132699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.815552Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:54.499141959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.959430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.499151168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.959606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.499160808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.962409Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:54.499170998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.962424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:54.499181968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.962509Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/invite/!rOQBkP6T5basLOxjMy:hs2/$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc with https://hs1:8448/_matrix/federation/v2/invite/!rOQBkP6T5basLOxjMy:hs2/$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\n"} -{"Time":"2024-04-23T18:06:54.499192868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.962519Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:54.499203248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.962538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v2/invite/!rOQBkP6T5basLOxjMy:hs2/$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\n"} -{"Time":"2024-04-23T18:06:54.499213358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.962694Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:06:54.499222618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.962875Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs1 keys\n"} -{"Time":"2024-04-23T18:06:54.499233238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.962889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:06:54.499243208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.962989Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:54.499254218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.963092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:54.499267487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.963114Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:06:54.499278077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.963124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:54.499289797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.963171Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:54.499300587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.963711Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:54.499311847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.963724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:54.499322567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.963784Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:54.499334397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.963792Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:54.499345787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.963831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:06:54.499356287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964106Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:54.499367197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:06:54.499377886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964428Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $nAutMwjKC2Z18gf1W5Sqk_iT_s-i2hMHoo1G5rRfuFw in db\n"} -{"Time":"2024-04-23T18:06:54.499388996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964450Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $wyKZm1jGqnBC8DstuBeb0N4b0d2lfub1eWfXJo5NRww in db\n"} -{"Time":"2024-04-23T18:06:54.499400036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964468Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Z2mkVlTIJJ49Fvolu6T5wjk_fEzp3C5kGunLnmV_vHE in db\n"} -{"Time":"2024-04-23T18:06:54.499411106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964487Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $NwcU5VSTJQcghQcftU-O3FAOL3ymv4OPLhZt0eIXRaE in db\n"} -{"Time":"2024-04-23T18:06:54.499421936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964503Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:54.499432566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964511Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $nAutMwjKC2Z18gf1W5Sqk_iT_s-i2hMHoo1G5rRfuFw in db\n"} -{"Time":"2024-04-23T18:06:54.499444946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964518Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $wyKZm1jGqnBC8DstuBeb0N4b0d2lfub1eWfXJo5NRww in db\n"} -{"Time":"2024-04-23T18:06:54.499456876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964525Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Z2mkVlTIJJ49Fvolu6T5wjk_fEzp3C5kGunLnmV_vHE in db\n"} -{"Time":"2024-04-23T18:06:54.499467376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964531Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $NwcU5VSTJQcghQcftU-O3FAOL3ymv4OPLhZt0eIXRaE in db\n"} -{"Time":"2024-04-23T18:06:54.499477466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:06:54.499488265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc (m.room.member)\n"} -{"Time":"2024-04-23T18:06:54.499499175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:54.499509835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964718Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:54.499520495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964770Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:06:54.499530595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964838Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:06:54.499542495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964929Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0NUA493dG_oafEo3VWZ-cGbDn3IfmtUaBxfssOnNs_M in db\n"} -{"Time":"2024-04-23T18:06:54.499555675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964949Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:54.499566965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.964956Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $0NUA493dG_oafEo3VWZ-cGbDn3IfmtUaBxfssOnNs_M in db\n"} -{"Time":"2024-04-23T18:06:54.499578085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:54.499592875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965069Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$0NUA493dG_oafEo3VWZ-cGbDn3IfmtUaBxfssOnNs_M\"]\n"} -{"Time":"2024-04-23T18:06:54.499603754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:06:54.499615124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:06:54.499627154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:06:54.499638804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:06:54.499651744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc (m.room.member)\n"} -{"Time":"2024-04-23T18:06:54.499662804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965358Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:54.499673134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:54.499683544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:06:54.499695304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:06:54.499706554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965624Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc (m.room.member)\n"} -{"Time":"2024-04-23T18:06:54.499717353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:54.499727863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965717Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:54.499738173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965730Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:06:54.499748513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965737Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:06:54.499761853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965771Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:06:54.499772973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:06:54.499783643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:06:54.499794463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.965919Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:06:54.499824233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.966023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m44.12µs\n"} -{"Time":"2024-04-23T18:06:54.499836962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.966170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nAutMwjKC2Z18gf1W5Sqk_iT_s-i2hMHoo1G5rRfuFw\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m191.109µs\n"} -{"Time":"2024-04-23T18:06:54.499849352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.966231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m252.118µs\n"} -{"Time":"2024-04-23T18:06:54.499861152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.966368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$r2puMwszLrzzm7-Ccj5r-ZGsXPB2bSm7ABno9ffEfPk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m388.557µs\n"} -{"Time":"2024-04-23T18:06:54.499873192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.966424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m445.346µs\n"} -{"Time":"2024-04-23T18:06:54.499885362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.966559Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$N9GMWKy187JVmbVL_ZQVWa08Cqy0idT4XqiKV6rd4Ec\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m580.195µs\n"} -{"Time":"2024-04-23T18:06:54.499897902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.966615Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m636.185µs\n"} -{"Time":"2024-04-23T18:06:54.499911132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.966752Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$NwcU5VSTJQcghQcftU-O3FAOL3ymv4OPLhZt0eIXRaE\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m772.374µs\n"} -{"Time":"2024-04-23T18:06:54.499922882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.966808Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m828.743µs\n"} -{"Time":"2024-04-23T18:06:54.499945611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.966950Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$0NUA493dG_oafEo3VWZ-cGbDn3IfmtUaBxfssOnNs_M\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m970.452µs\n"} -{"Time":"2024-04-23T18:06:54.499958801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967011Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.032161ms\n"} -{"Time":"2024-04-23T18:06:54.499971071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Z2mkVlTIJJ49Fvolu6T5wjk_fEzp3C5kGunLnmV_vHE\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.12209ms\n"} -{"Time":"2024-04-23T18:06:54.499982901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.17465ms\n"} -{"Time":"2024-04-23T18:06:54.499994921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$wyKZm1jGqnBC8DstuBeb0N4b0d2lfub1eWfXJo5NRww\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.279379ms\n"} -{"Time":"2024-04-23T18:06:54.500009151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.333339ms\n"} -{"Time":"2024-04-23T18:06:54.500021301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.346068ms\n"} -{"Time":"2024-04-23T18:06:54.500032861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m15.01µs\n"} -{"Time":"2024-04-23T18:06:54.500044651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m188.749µs\n"} -{"Time":"2024-04-23T18:06:54.50005785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967596Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m246.988µs\n"} -{"Time":"2024-04-23T18:06:54.50007084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m263.658µs\n"} -{"Time":"2024-04-23T18:06:54.50008268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:06:54.50009316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:06:54.50010492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967830Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:06:54.5001154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:06:54.50012752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967873Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.name\", \"\"): \"$0NUA493dG_oafEo3VWZ-cGbDn3IfmtUaBxfssOnNs_M\", (\"m.room.create\", \"\"): \"$Z2mkVlTIJJ49Fvolu6T5wjk_fEzp3C5kGunLnmV_vHE\", (\"m.room.join_rules\", \"\"): \"$NwcU5VSTJQcghQcftU-O3FAOL3ymv4OPLhZt0eIXRaE\", (\"m.room.history_visibility\", \"\"): \"$r2puMwszLrzzm7-Ccj5r-ZGsXPB2bSm7ABno9ffEfPk\", (\"m.room.member\", \"@user-1:hs2\"): \"$wyKZm1jGqnBC8DstuBeb0N4b0d2lfub1eWfXJo5NRww\", (\"m.room.power_levels\", \"\"): \"$nAutMwjKC2Z18gf1W5Sqk_iT_s-i2hMHoo1G5rRfuFw\", (\"m.room.guest_access\", \"\"): \"$N9GMWKy187JVmbVL_ZQVWa08Cqy0idT4XqiKV6rd4Ec\"}\n"} -{"Time":"2024-04-23T18:06:54.50014165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:06:54.50015238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967896Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs1\"): [\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\"]}\n"} -{"Time":"2024-04-23T18:06:54.50016316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:06:54.500173429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.967980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\", \"$NwcU5VSTJQcghQcftU-O3FAOL3ymv4OPLhZt0eIXRaE\"}\n"} -{"Time":"2024-04-23T18:06:54.500185559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968031Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:06:54.500196349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968058Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($NwcU5VSTJQcghQcftU-O3FAOL3ymv4OPLhZt0eIXRaE) senders power level\n"} -{"Time":"2024-04-23T18:06:54.500209189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs2 at power_level 100\n"} -{"Time":"2024-04-23T18:06:54.500220619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $NwcU5VSTJQcghQcftU-O3FAOL3ymv4OPLhZt0eIXRaE power level 100\n"} -{"Time":"2024-04-23T18:06:54.500231389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:54.500241609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:06:54.500251909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968154Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$NwcU5VSTJQcghQcftU-O3FAOL3ymv4OPLhZt0eIXRaE\"]\n"} -{"Time":"2024-04-23T18:06:54.500263509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:54.500274239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$NwcU5VSTJQcghQcftU-O3FAOL3ymv4OPLhZt0eIXRaE\"]\n"} -{"Time":"2024-04-23T18:06:54.500285398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$NwcU5VSTJQcghQcftU-O3FAOL3ymv4OPLhZt0eIXRaE\"\n"} -{"Time":"2024-04-23T18:06:54.500296308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $NwcU5VSTJQcghQcftU-O3FAOL3ymv4OPLhZt0eIXRaE (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:54.500307018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $NwcU5VSTJQcghQcftU-O3FAOL3ymv4OPLhZt0eIXRaE ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:54.500318128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.500329638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:06:54.500342208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968315Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.name\", \"\"): \"$0NUA493dG_oafEo3VWZ-cGbDn3IfmtUaBxfssOnNs_M\", (\"m.room.create\", \"\"): \"$Z2mkVlTIJJ49Fvolu6T5wjk_fEzp3C5kGunLnmV_vHE\", (\"m.room.guest_access\", \"\"): \"$N9GMWKy187JVmbVL_ZQVWa08Cqy0idT4XqiKV6rd4Ec\", (\"m.room.power_levels\", \"\"): \"$nAutMwjKC2Z18gf1W5Sqk_iT_s-i2hMHoo1G5rRfuFw\", (\"m.room.join_rules\", \"\"): \"$NwcU5VSTJQcghQcftU-O3FAOL3ymv4OPLhZt0eIXRaE\", (\"m.room.history_visibility\", \"\"): \"$r2puMwszLrzzm7-Ccj5r-ZGsXPB2bSm7ABno9ffEfPk\", (\"m.room.member\", \"@user-1:hs2\"): \"$wyKZm1jGqnBC8DstuBeb0N4b0d2lfub1eWfXJo5NRww\"}\n"} -{"Time":"2024-04-23T18:06:54.500355918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:06:54.500366398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968340Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\"]\n"} -{"Time":"2024-04-23T18:06:54.500377098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$nAutMwjKC2Z18gf1W5Sqk_iT_s-i2hMHoo1G5rRfuFw\")\n"} -{"Time":"2024-04-23T18:06:54.500388838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968354Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:06:54.500401527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\n"} -{"Time":"2024-04-23T18:06:54.500412817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $nAutMwjKC2Z18gf1W5Sqk_iT_s-i2hMHoo1G5rRfuFw\n"} -{"Time":"2024-04-23T18:06:54.500424517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968467Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\"]\n"} -{"Time":"2024-04-23T18:06:54.500435027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:54.500445357-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\"]\n"} -{"Time":"2024-04-23T18:06:54.500457577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\"\n"} -{"Time":"2024-04-23T18:06:54.500468767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968596Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc (m.room.member)\n"} -{"Time":"2024-04-23T18:06:54.500480547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:54.500491447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968656Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:54.500501977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968675Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:06:54.500512486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.968729Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:06:54.500524376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.969385Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:06:54.500535426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.970553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qFYC3NRpY0UsYHDW8E-DW_SbX2Vhd8i_GWzKLvaI9Sc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!rOQBkP6T5basLOxjMy:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m5.391923ms\n"} -{"Time":"2024-04-23T18:06:54.500546026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.970693Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m300 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.500555706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.972283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.500565186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.972695Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:54.500575616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.972870Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:06:54.500588426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.972892Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:54.500598126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.973170Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:54.500607736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.973439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:54.500617356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.973531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:54.500626845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.974468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.500636205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.974655Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:54.500646415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.974815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:06:54.500659095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.974835Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:54.500669345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.975034Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:54.500678705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.975282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:54.500689325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.975365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:54.500698745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.976228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.500727985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.976395Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:54.500739444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.976543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:06:54.500750294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.976561Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:54.500759734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.976714Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:54.500769004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.976947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:54.500778224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.977030Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:54.500787874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.977860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.500796814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.978049Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:54.500807374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.978200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:06:54.500818734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.978218Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:54.500828304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.978370Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:54.500837654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.978586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:54.500847824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.978660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:54.500857333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.979501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.500867013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.979665Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:54.500876853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.979812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:06:54.500887743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.979831Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:54.500897153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.980010Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:54.500907833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.980223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:54.500917353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.980292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:54.500926313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.981108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.500946003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.981262Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:54.500958003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.981400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:06:54.500968642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.981417Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:54.500978732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.981560Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:54.500987992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.981771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:54.500997672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.981840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:54.501006942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.982661Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.501016322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.982816Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:54.501026802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.982976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:06:54.501039492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.982998Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:54.501049512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.983143Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:54.501059212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.983346Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:54.501068622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.983416Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:54.501077702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.984247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.501087001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.984411Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:54.501098581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.984557Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:06:54.501109141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.984576Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-2:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:54.501118811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.984728Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:54.501128121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.984960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:54.501138951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:48.985039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:54.501148281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.026816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.501157551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.027114Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:54.501167971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.027293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:06:54.501178831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.027314Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:54.501188891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.027526Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:54.50119826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.027792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 400 Bad Request: M_UNABLE_TO_AUTHORISE_JOIN: User is not known to be in any required room.\n"} -{"Time":"2024-04-23T18:06:54.50120758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.027886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m400\n"} -{"Time":"2024-04-23T18:06:54.50121733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.029978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.50122667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.030159Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:54.50123686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.030313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!HdX1GCrm5hx7zpgqpc:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:06:54.50124769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.030332Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!HdX1GCrm5hx7zpgqpc:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:54.50125736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.030493Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:54.5012666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.031303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:54.50127547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.031339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:54.50128485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.031404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:54.50129399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.031924Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.50130313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.032897Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.501312259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.033170Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:54.501322509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.033433Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!HdX1GCrm5hx7zpgqpc:hs2/$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"772\"}\n"} -{"Time":"2024-04-23T18:06:54.501337869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.033456Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!HdX1GCrm5hx7zpgqpc:hs2/$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg Some(Object({\"auth_events\": Array([String(\"$WQdbVf6wvAOGyp_ixov_wrE2lNQTY8-1Eo2O1cP7PcE\"), String(\"$UPlEoBC-aNbxGKepnsyIXyq-SJ0lLHILzE1eGQsjiJc\"), String(\"$scNMWTjg9mMJKJtNwkQ819AAgeM9o8YQzqPikQWlCw4\")]), \"content\": Object({\"displayname\": String(\"user-3 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"GuIQdvkGq/GO9NO2DUIV3/AT34J0yA9vxDzy6hqUqUE\")}), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713910009032, \"prev_events\": Array([String(\"$XHLu9U7ch9SS5aG02hcqifGuCsI4PcLtMVFKr2Ocp0E\")]), \"room_id\": String(\"!HdX1GCrm5hx7zpgqpc:hs2\"), \"sender\": String(\"@user-3:hs1\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:47tEZhMl\": String(\"P"} -{"Time":"2024-04-23T18:06:54.501352269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"dn81jaxjP/jgZcFYOlrmK07C/P7yXP3OUUM39ohSCG6rjMnpXJI/6IXdhNFqKyows9qe8xd0/vgLhJyMLykDA\")}), \"hs2\": Object({\"ed25519:9XALTvIZ\": String(\"Zv23gl0yTPdnDMJ2lhndddPtGDcwhdrJSmyN5sslDkLd8wjpxssUjqOeMLek60SDaVA+ER0B1++j9Niud9rIDA\")})}), \"state_key\": String(\"@user-3:hs1\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:06:54.501361559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.033643Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:54.501371899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.033988Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs2, hs1\n"} -{"Time":"2024-04-23T18:06:54.501381829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.034111Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:54.501392859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.034200Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:54.501402789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.034391Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:54.501413179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.034864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:06:54.501424158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.034944Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $WQdbVf6wvAOGyp_ixov_wrE2lNQTY8-1Eo2O1cP7PcE in db\n"} -{"Time":"2024-04-23T18:06:54.501435678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035001Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $UPlEoBC-aNbxGKepnsyIXyq-SJ0lLHILzE1eGQsjiJc in db\n"} -{"Time":"2024-04-23T18:06:54.501446438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035045Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $scNMWTjg9mMJKJtNwkQ819AAgeM9o8YQzqPikQWlCw4 in db\n"} -{"Time":"2024-04-23T18:06:54.501458348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035064Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:54.501470338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035080Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $WQdbVf6wvAOGyp_ixov_wrE2lNQTY8-1Eo2O1cP7PcE in db\n"} -{"Time":"2024-04-23T18:06:54.501480998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035097Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $UPlEoBC-aNbxGKepnsyIXyq-SJ0lLHILzE1eGQsjiJc in db\n"} -{"Time":"2024-04-23T18:06:54.501491658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035111Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $scNMWTjg9mMJKJtNwkQ819AAgeM9o8YQzqPikQWlCw4 in db\n"} -{"Time":"2024-04-23T18:06:54.501502268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:06:54.501512768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg (m.room.member)\n"} -{"Time":"2024-04-23T18:06:54.501523718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:54.501535057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:54.501546577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035330Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:06:54.501557117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035464Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:06:54.501567967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035656Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $XHLu9U7ch9SS5aG02hcqifGuCsI4PcLtMVFKr2Ocp0E in db\n"} -{"Time":"2024-04-23T18:06:54.501579417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035683Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:06:54.501590487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035699Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $XHLu9U7ch9SS5aG02hcqifGuCsI4PcLtMVFKr2Ocp0E in db\n"} -{"Time":"2024-04-23T18:06:54.501602637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035739Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:54.501615377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$XHLu9U7ch9SS5aG02hcqifGuCsI4PcLtMVFKr2Ocp0E\"]\n"} -{"Time":"2024-04-23T18:06:54.501626397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035895Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:06:54.501637747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.035922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:06:54.501648676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.036057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:06:54.501659286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.036147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:06:54.501692376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.036165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg (m.room.member)\n"} -{"Time":"2024-04-23T18:06:54.501703836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.036264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:54.501714336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.036365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:54.501724506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.036388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:06:54.501734946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.036629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:06:54.501745746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.036650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg (m.room.member)\n"} -{"Time":"2024-04-23T18:06:54.501756816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.036676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:54.501768565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.036724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:54.501779165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.036746Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:06:54.501790515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.036762Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:06:54.501801035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.036836Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:06:54.501811785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.036861Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:06:54.501823145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.036928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:06:54.501834005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.037165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:06:54.501844685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.037344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m43.519µs\n"} -{"Time":"2024-04-23T18:06:54.501857305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.037564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WQdbVf6wvAOGyp_ixov_wrE2lNQTY8-1Eo2O1cP7PcE\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m264.047µs\n"} -{"Time":"2024-04-23T18:06:54.501869945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.037679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m378.906µs\n"} -{"Time":"2024-04-23T18:06:54.501883634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.037917Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$QnvvTZxvUvX9g0Ql8hugIy4NgkPKT28Y0B2v7BqU_Pk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m617.224µs\n"} -{"Time":"2024-04-23T18:06:54.501895784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.038068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m767.763µs\n"} -{"Time":"2024-04-23T18:06:54.501908814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.038344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$scNMWTjg9mMJKJtNwkQ819AAgeM9o8YQzqPikQWlCw4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.04418ms\n"} -{"Time":"2024-04-23T18:06:54.501920684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.038460Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.160909ms\n"} -{"Time":"2024-04-23T18:06:54.501943364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.038759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$UPlEoBC-aNbxGKepnsyIXyq-SJ0lLHILzE1eGQsjiJc\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.459147ms\n"} -{"Time":"2024-04-23T18:06:54.501956304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.038888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.588316ms\n"} -{"Time":"2024-04-23T18:06:54.501968124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.039245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$fCKSm7PrF0T0ru1Wl78TapmKF-QFSPOTcsDi3p9i4P4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.944832ms\n"} -{"Time":"2024-04-23T18:06:54.501981254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.039367Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.067301ms\n"} -{"Time":"2024-04-23T18:06:54.501993403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.039668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$czL6o-379GIGa5hp0t7XnJI8WIwbbdCvgzA7AFOMZ2o\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.368149ms\n"} -{"Time":"2024-04-23T18:06:54.502005583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.039784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.484858ms\n"} -{"Time":"2024-04-23T18:06:54.502017183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.040144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$XHLu9U7ch9SS5aG02hcqifGuCsI4PcLtMVFKr2Ocp0E\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.843924ms\n"} -{"Time":"2024-04-23T18:06:54.502030693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.040265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.965153ms\n"} -{"Time":"2024-04-23T18:06:54.502044083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.040293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.994003ms\n"} -{"Time":"2024-04-23T18:06:54.502055513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.040587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m235.407µs\n"} -{"Time":"2024-04-23T18:06:54.502068963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.040964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m612.354µs\n"} -{"Time":"2024-04-23T18:06:54.502081013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.041096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m745.503µs\n"} -{"Time":"2024-04-23T18:06:54.502095203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.041153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m803.432µs\n"} -{"Time":"2024-04-23T18:06:54.502107052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.041216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:06:54.502117722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.041348Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:06:54.502128212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.041366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:06:54.502138562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.041442Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:06:54.502150822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.041459Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs2\"): \"$QnvvTZxvUvX9g0Ql8hugIy4NgkPKT28Y0B2v7BqU_Pk\", (\"m.room.name\", \"\"): \"$XHLu9U7ch9SS5aG02hcqifGuCsI4PcLtMVFKr2Ocp0E\", (\"m.room.guest_access\", \"\"): \"$czL6o-379GIGa5hp0t7XnJI8WIwbbdCvgzA7AFOMZ2o\", (\"m.room.create\", \"\"): \"$WQdbVf6wvAOGyp_ixov_wrE2lNQTY8-1Eo2O1cP7PcE\", (\"m.room.join_rules\", \"\"): \"$UPlEoBC-aNbxGKepnsyIXyq-SJ0lLHILzE1eGQsjiJc\", (\"m.room.power_levels\", \"\"): \"$scNMWTjg9mMJKJtNwkQ819AAgeM9o8YQzqPikQWlCw4\", (\"m.room.history_visibility\", \"\"): \"$fCKSm7PrF0T0ru1Wl78TapmKF-QFSPOTcsDi3p9i4P4\"}\n"} -{"Time":"2024-04-23T18:06:54.502164802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.041499Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:06:54.502175462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.041517Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-3:hs1\"): [\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\"]}\n"} -{"Time":"2024-04-23T18:06:54.502186412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.041667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:06:54.502197752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.041689Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\", \"$UPlEoBC-aNbxGKepnsyIXyq-SJ0lLHILzE1eGQsjiJc\"}\n"} -{"Time":"2024-04-23T18:06:54.502209862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.041793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:06:54.502220661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.041866Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($UPlEoBC-aNbxGKepnsyIXyq-SJ0lLHILzE1eGQsjiJc) senders power level\n"} -{"Time":"2024-04-23T18:06:54.502231451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042028Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs2 at power_level 100\n"} -{"Time":"2024-04-23T18:06:54.502242151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $UPlEoBC-aNbxGKepnsyIXyq-SJ0lLHILzE1eGQsjiJc power level 100\n"} -{"Time":"2024-04-23T18:06:54.502252641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042072Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:06:54.502263131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:06:54.502275031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042180Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$UPlEoBC-aNbxGKepnsyIXyq-SJ0lLHILzE1eGQsjiJc\"]\n"} -{"Time":"2024-04-23T18:06:54.502285581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:54.502296091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042220Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$UPlEoBC-aNbxGKepnsyIXyq-SJ0lLHILzE1eGQsjiJc\"]\n"} -{"Time":"2024-04-23T18:06:54.502306421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042466Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$UPlEoBC-aNbxGKepnsyIXyq-SJ0lLHILzE1eGQsjiJc\"\n"} -{"Time":"2024-04-23T18:06:54.502317351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $UPlEoBC-aNbxGKepnsyIXyq-SJ0lLHILzE1eGQsjiJc (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:06:54.502327841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042552Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $UPlEoBC-aNbxGKepnsyIXyq-SJ0lLHILzE1eGQsjiJc ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:06:54.50234103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:06:54.50235167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:06:54.50236622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042633Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$scNMWTjg9mMJKJtNwkQ819AAgeM9o8YQzqPikQWlCw4\", (\"m.room.member\", \"@user-1:hs2\"): \"$QnvvTZxvUvX9g0Ql8hugIy4NgkPKT28Y0B2v7BqU_Pk\", (\"m.room.name\", \"\"): \"$XHLu9U7ch9SS5aG02hcqifGuCsI4PcLtMVFKr2Ocp0E\", (\"m.room.guest_access\", \"\"): \"$czL6o-379GIGa5hp0t7XnJI8WIwbbdCvgzA7AFOMZ2o\", (\"m.room.create\", \"\"): \"$WQdbVf6wvAOGyp_ixov_wrE2lNQTY8-1Eo2O1cP7PcE\", (\"m.room.join_rules\", \"\"): \"$UPlEoBC-aNbxGKepnsyIXyq-SJ0lLHILzE1eGQsjiJc\", (\"m.room.history_visibility\", \"\"): \"$fCKSm7PrF0T0ru1Wl78TapmKF-QFSPOTcsDi3p9i4P4\"}\n"} -{"Time":"2024-04-23T18:06:54.50237998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:06:54.50239024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042688Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\"]\n"} -{"Time":"2024-04-23T18:06:54.50240279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042706Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$scNMWTjg9mMJKJtNwkQ819AAgeM9o8YQzqPikQWlCw4\")\n"} -{"Time":"2024-04-23T18:06:54.50241334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042722Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:06:54.50242427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\n"} -{"Time":"2024-04-23T18:06:54.50243509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.042972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $scNMWTjg9mMJKJtNwkQ819AAgeM9o8YQzqPikQWlCw4\n"} -{"Time":"2024-04-23T18:06:54.502445899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.043045Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\"]\n"} -{"Time":"2024-04-23T18:06:54.502457489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.043064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:06:54.502468089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.043078Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\"]\n"} -{"Time":"2024-04-23T18:06:54.502480049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.043272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\"\n"} -{"Time":"2024-04-23T18:06:54.502491449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.043296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg (m.room.member)\n"} -{"Time":"2024-04-23T18:06:54.502502319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.043319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:54.502512819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.043370Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:06:54.502523149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.043404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:06:54.502548809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.043509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:06:54.502560258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.044880Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:06:54.502570788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.047142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hXoc1jTrkDPgXxPdT5N2C9vWs0pLp_gj3VyLcKbumIg\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!HdX1GCrm5hx7zpgqpc:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m11.2278ms\n"} -{"Time":"2024-04-23T18:06:54.502582418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.047312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m32.37µs\n"} -{"Time":"2024-04-23T18:06:54.502592348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.047364Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m85.599µs\n"} -{"Time":"2024-04-23T18:06:54.502602088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.049842Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m16 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.502611468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.050867Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:06:54.502621778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.051267Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/send/_fxfi5XuWkOfCyZ8VXljkCFXFic-8-Md23bpMFh28eQ\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:06:54.502632978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.051321Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:54.502642318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.051365Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:06:54.502652368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.051393Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:06:54.502661548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.051576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.28.0.2:8448\n"} -{"Time":"2024-04-23T18:06:54.502671587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.056800Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:06:54.502680487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.056920Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:54.502689547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.057316Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.502699077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.057583Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:06:54.502709527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.057751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:06:54.502720677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.057772Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!rOQBkP6T5basLOxjMy:hs2/@user-3:hs1?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:06:54.502729767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.058014Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:06:54.502738817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.058860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:06:54.502747787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.058895Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:06:54.502757027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.059003Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:06:54.502766177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.059093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:06:54.502775237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.059314Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:54.502783906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.059339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:06:54.502794316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.059377Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/send/_fxfi5XuWkOfCyZ8VXljkCFXFic-8-Md23bpMFh28eQ with https://hs1:8448/_matrix/federation/v1/send/_fxfi5XuWkOfCyZ8VXljkCFXFic-8-Md23bpMFh28eQ\n"} -{"Time":"2024-04-23T18:06:54.502804106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.059398Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:06:54.502813366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.059431Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v1/send/_fxfi5XuWkOfCyZ8VXljkCFXFic-8-Md23bpMFh28eQ\n"} -{"Time":"2024-04-23T18:06:54.502822686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.060388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.502832236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.060652Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1209\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.502842296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.060676Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:54.502850686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.067453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs2 timeout:300s\n"} -{"Time":"2024-04-23T18:06:54.502860406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.067724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.502869446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.068556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.502878866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.068726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 {\"host\": \"127.0.0.1:1209\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.502889016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.068751Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:54.502898955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:49.068823Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs2\n"} -{"Time":"2024-04-23T18:06:54.502907625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:50.071428Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.502918035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:50.071909Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.502929425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:50.072050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 {\"host\": \"127.0.0.1:1209\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.502950575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:50.072074Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:54.502959885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:51.074355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.502969005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:51.074780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.502978415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:51.074888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 {\"host\": \"127.0.0.1:1209\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.502988025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:51.074910Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:54.502995665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:52.077277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.503004235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:52.078090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.503014564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:52.078253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 {\"host\": \"127.0.0.1:1209\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.503024454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:52.078277Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:54.503033734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:53.080681Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.503042484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:53.081179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:06:54.503051824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:53.081288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 {\"host\": \"127.0.0.1:1209\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:06:54.503061574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:53.081310Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=210\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:06:54.503070884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:54.083450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:06:54.503079684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:54.129464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:06:54.503087594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\u001b[2m2024-04-23T22:06:54.129547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:06:54.503095404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"2024/04/23 18:06:54 ============== bb9d1e5290f2a367c45a5e733b3e0da509adfc1a4fa11bc3c1cd7228d2bfb0b2 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:06:54.503102394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.503108774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"\n"} -{"Time":"2024-04-23T18:06:54.520083462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Output":"--- FAIL: TestRestrictedRoomsRemoteJoinLocalUser (7.16s)\n"} -{"Time":"2024-04-23T18:06:54.520093682-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinLocalUser","Elapsed":7.16} -{"Time":"2024-04-23T18:06:54.520106942-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver"} -{"Time":"2024-04-23T18:06:54.520113852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"=== RUN TestRestrictedRoomsRemoteJoinFailOver\n"} -{"Time":"2024-04-23T18:06:54.520157302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" restricted_rooms_test.go:334: WARNING: TestRestrictedRoomsRemoteJoinFailOver called runtime.SkipIf([dendrite]) but Complement doesn't know which HS is running as it was run without a *_blacklist tag: executing test.\n"} -{"Time":"2024-04-23T18:06:55.765828662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" restricted_rooms_test.go:336: Deploy times: 6.435012ms blueprints, 1.239191928s containers\n"} -{"Time":"2024-04-23T18:06:55.817878298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (51.980747ms)\n"} -{"Time":"2024-04-23T18:06:55.834440591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (16.469284ms)\n"} -{"Time":"2024-04-23T18:06:55.851324781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (16.76358ms)\n"} -{"Time":"2024-04-23T18:06:55.85136129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" restricted_rooms_test.go:341: @user-1:hs1 created authorizing room !lqB6uB6QOw0M9L0LEH:hs1.\n"} -{"Time":"2024-04-23T18:06:55.85137301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" restricted_rooms_test.go:342: @user-1:hs1 created restricted room !yq1YdZnjvQaTbQml3d:hs1.\n"} -{"Time":"2024-04-23T18:06:55.85138013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" restricted_rooms_test.go:345: @user-1:hs1 restricts invites to themself only.\n"} -{"Time":"2024-04-23T18:06:55.854567452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!yq1YdZnjvQaTbQml3d:hs1/state/m.room.power_levels/ =\u003e 200 OK (3.062633ms)\n"} -{"Time":"2024-04-23T18:06:55.854596772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" restricted_rooms_test.go:347: SendEventSynced waiting for event ID $rIJMYZ6AudK9kHX292IDgOuTi2AdyVVlZaOZToUL6K4\n"} -{"Time":"2024-04-23T18:06:55.859590337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (4.905196ms)\n"} -{"Time":"2024-04-23T18:06:55.912333878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (52.499233ms)\n"} -{"Time":"2024-04-23T18:06:55.912356877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" restricted_rooms_test.go:362: @user-2:hs2 joins the authorizing room via hs1.\n"} -{"Time":"2024-04-23T18:06:55.912367917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" restricted_rooms_test.go:363: @user-2:hs2 joins the restricted room via hs1.\n"} -{"Time":"2024-04-23T18:06:56.228850599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!lqB6uB6QOw0M9L0LEH:hs1 =\u003e 200 OK (316.367083ms)\n"} -{"Time":"2024-04-23T18:06:56.235280712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!yq1YdZnjvQaTbQml3d:hs1 =\u003e 403 Forbidden (6.367354ms)\n"} -{"Time":"2024-04-23T18:06:56.28945666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" client.go:631: [CSAPI] POST hs3/_matrix/client/v3/register =\u003e 200 OK (54.100628ms)\n"} -{"Time":"2024-04-23T18:06:56.28947226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" restricted_rooms_test.go:369: @user-3:hs3 joins the authorizing room via hs1.\n"} -{"Time":"2024-04-23T18:06:56.871702126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" client.go:631: [CSAPI] POST hs3/_matrix/client/v3/join/!lqB6uB6QOw0M9L0LEH:hs1 =\u003e 200 OK (582.139747ms)\n"} -{"Time":"2024-04-23T18:06:56.871727326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" restricted_rooms_test.go:373: @user-3:hs3 joins the restricted room via hs2, which is expected to fail.\n"} -{"Time":"2024-04-23T18:06:56.877750462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" client.go:631: [CSAPI] POST hs3/_matrix/client/v3/join/!yq1YdZnjvQaTbQml3d:hs1 =\u003e 403 Forbidden (5.965347ms)\n"} -{"Time":"2024-04-23T18:06:56.877784732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" restricted_rooms_test.go:378: @user-3:hs3 joins the restricted room via {hs2,hs1}.\n"} -{"Time":"2024-04-23T18:06:56.885367274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" client.go:631: [CSAPI] POST hs3/_matrix/client/v3/join/!yq1YdZnjvQaTbQml3d:hs1 =\u003e 403 Forbidden (7.494063ms)\n"} -{"Time":"2024-04-23T18:06:56.892409732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (6.989828ms)\n"} -{"Time":"2024-04-23T18:06:57.895396421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002766221s)\n"} -{"Time":"2024-04-23T18:06:58.898290671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00278617s)\n"} -{"Time":"2024-04-23T18:06:59.901193639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.00281006s)\n"} -{"Time":"2024-04-23T18:07:00.903747961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002482922s)\n"} -{"Time":"2024-04-23T18:07:01.906372571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (1.002547331s)\n"} -{"Time":"2024-04-23T18:07:01.90644599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" restricted_rooms_test.go:382: \u001b[31m@user-2:hs2 MustSyncUntil: timed out after 5.021024557s. Seen 6 /sync responses. Checkers:\n"} -{"Time":"2024-04-23T18:07:01.90645778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" [t=7.198566ms] Response #1: SyncTimelineHas(!yq1YdZnjvQaTbQml3d:hs1): Key rooms.join.!yq1YdZnjvQaTbQml3d:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:07:01.90646603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" [t=1.010056387s] Response #2: SyncTimelineHas(!yq1YdZnjvQaTbQml3d:hs1): Key rooms.join.!yq1YdZnjvQaTbQml3d:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:07:01.90647388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" [t=2.012955206s] Response #3: SyncTimelineHas(!yq1YdZnjvQaTbQml3d:hs1): Key rooms.join.!yq1YdZnjvQaTbQml3d:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:07:01.90648117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" [t=3.015849515s] Response #4: SyncTimelineHas(!yq1YdZnjvQaTbQml3d:hs1): Key rooms.join.!yq1YdZnjvQaTbQml3d:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:07:01.90648852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" [t=4.018404656s] Response #5: SyncTimelineHas(!yq1YdZnjvQaTbQml3d:hs1): Key rooms.join.!yq1YdZnjvQaTbQml3d:hs1.timeline.events does not exist\n"} -{"Time":"2024-04-23T18:07:01.906496079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" [t=5.021022607s] Response #6: SyncTimelineHas(!yq1YdZnjvQaTbQml3d:hs1): Key rooms.join.!yq1YdZnjvQaTbQml3d:hs1.timeline.events does not exist, \n"} -{"Time":"2024-04-23T18:07:01.906508319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" \u001b[39m\n"} -{"Time":"2024-04-23T18:07:02.110269904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"2024/04/23 18:07:02 ============================================\n"} -{"Time":"2024-04-23T18:07:02.110294744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.110302294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.110309504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"2024/04/23 18:07:02 4fc3ae3968c0aebb2eb9870a52af3789e0fbcd01270b2d96cf3f29e8cb9b6e90 : Server logs:\n"} -{"Time":"2024-04-23T18:07:02.110422703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:07:02.110441643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs3' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:07:02.110448213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:07:02.110457913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ echo 'DNS.1 = hs3'\n"} -{"Time":"2024-04-23T18:07:02.110465243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:07:02.110471252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ echo 'IP.1 = 172.29.0.2'\n"} -{"Time":"2024-04-23T18:07:02.110479172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:07:02.110487532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:07:02.110494452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs3\n"} -{"Time":"2024-04-23T18:07:02.110502892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs3 CONDUIT_WELL_KNOWN_SERVER=hs3:8448 CONDUIT_WELL_KNOWN_SERVER=hs3:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:07:02.110510722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.014238Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:07:02.110521342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.014372Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:07:02.110530202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.014883Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:07:02.110538402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.014894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:07:02.110546292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.014903Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:07:02.110554612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.014917Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:07:02.110563172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.016121Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:07:02.110576772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.110588041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:07:02.110595811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.016199Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs3\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:07:02.110604671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.018577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:07:02.110619241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.020279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:07:02.110627321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.020875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:07:02.110646551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.021950Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:07:02.110654231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.513456Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 493.17209ms\n"} -{"Time":"2024-04-23T18:07:02.110662021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516309Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:07:02.110669781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516384Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:07:02.110681191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516395Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:07:02.11068883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516402Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:07:02.11070073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516408Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:07:02.11071225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516414Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:07:02.11072035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516422Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:07:02.11072799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516430Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:07:02.11073949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516439Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:07:02.11075697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516447Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:07:02.11076515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516456Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:07:02.1107726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516465Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:07:02.11078454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516473Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:07:02.11079232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516480Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:07:02.110799619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516499Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:07:02.110805509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516510Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:07:02.110811329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516518Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:07:02.110822409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516530Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:07:02.110828909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516541Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:07:02.110834619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.516550Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:07:02.110840249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.517938Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:07:02.110846869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.520469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:07:02.110852909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.536130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:07:02.110858949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.536139Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:07:02.110864929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.536807Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:07:02.110871019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.536985Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:07:02.110877119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.561616Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.110883859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.562481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1211\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.110890919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.562645Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:07:02.110897599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.563013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.110904178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.236063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.110912038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.236777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1211\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.110921418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.236807Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-3\")}))\n"} -{"Time":"2024-04-23T18:07:02.110951028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.279734Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-3:hs3\" registered on this server.\n"} -{"Time":"2024-04-23T18:07:02.110960908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.281522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-3:hs3\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.110973848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.281740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-3:hs3\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.110985588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.281877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-3:hs3\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.110998498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.284514Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3:hs3\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.111012798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.284532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3:hs3\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.111027227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.284556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-3 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-3:hs3\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-3:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.111042077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.285978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs3\":100,\"@user-3:hs3\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:02.111055557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.286004Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs3\":100,\"@user-3:hs3\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:02.111071927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.286012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs3\":100,\"@user-3:hs3\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:02.111083787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.286044Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs3\":100,\"@user-3:hs3\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:02.111099657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.286102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs3\":100,\"@user-3:hs3\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs3\", \"@user-3:hs3\"}\n"} -{"Time":"2024-04-23T18:07:02.111112567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.286116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs3\":100,\"@user-3:hs3\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:07:02.111135556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.286144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs3\":100,\"@user-3:hs3\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:02.111147686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.286152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs3\":100,\"@user-3:hs3\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.111162776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.287696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs3: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:07:02.111178886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs3: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:02.111199326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.287723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs3: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:07:02.111224276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs3: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:02.111242075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.287734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs3: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:07:02.111255345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs3: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.111270335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.289073Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-3:hs3 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:07:02.111279545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.289168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m53 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.111293805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.289838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.111310635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.289996Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs3\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:02.111322345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.290068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs3\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:02.111336885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.290085Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-3:hs3\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs3\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!gi9no3CHyOq7DXu9UV:hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.111348525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.290317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21lqB6uB6QOw0M9L0LEH:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1211\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.111359514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.290351Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21lqB6uB6QOw0M9L0LEH:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:07:02.111368454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.290872Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !lqB6uB6QOw0M9L0LEH:hs1 over federation.\n"} -{"Time":"2024-04-23T18:07:02.111380834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.291010Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:07:02.111389784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.291561Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.111399794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.291846Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:07:02.111409554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.291872Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:07:02.111426034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.292016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:07:02.111434944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.292064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.111443464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.292115Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.111452924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.292150Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.111466714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.292186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 64897:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.111477873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.111484863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:07:02.111491553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.111501033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.292757Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.111519403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.292837Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.111529803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.293100Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:07:02.111537693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.293119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 64897\n"} -{"Time":"2024-04-23T18:07:02.111546093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.293141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 64897:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:07:02.111555213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.111566513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:07:02.111572793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:07:02.111579173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"hs1. 600 IN A 172.29.0.4\n"} -{"Time":"2024-04-23T18:07:02.111585592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:07:02.111592182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.111598592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.111606612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.293163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 64897:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:07:02.111619642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.111626142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:07:02.111632402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:07:02.111639012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"hs1. 600 IN A 172.29.0.4\n"} -{"Time":"2024-04-23T18:07:02.111645642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:07:02.111652102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.111658232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.111670192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.293427Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:07:02.111682062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.293448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.4:443\n"} -{"Time":"2024-04-23T18:07:02.111692682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.293583Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.29.0.4:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:07:02.111711411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.293610Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:07:02.111735871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.293626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:07:02.111749861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.293648Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:07:02.111759641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.293679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:07:02.111769991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.293701Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:07:02.111784741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.293719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.111795661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.293733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.111806431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.293745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.11181714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.293773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 19800:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.11182453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.11183107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.11183866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.11185156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.293993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.11186169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.294029Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.11187146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.295140Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.11188152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.295154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 19800\n"} -{"Time":"2024-04-23T18:07:02.11189206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.295175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 19800:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.11190437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.11191699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.111925199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.111948599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.111956449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.111963429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.111973339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.111979659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.295198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.111989339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.295211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.112000109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.295308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.112010539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.295324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.112018399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.295358Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m12167\n"} -{"Time":"2024-04-23T18:07:02.112027309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.295366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 12167:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.112034629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.112041318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.112047348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.112052688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.295378Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.112058538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.297664Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.112064228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.297677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:07:02.112072338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.297685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.112080148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.297696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.112088078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.297704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.112095598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.297711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.112101438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.297718Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.112109328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.297731Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.112117908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.297767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 12167:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.112134318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.112139658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.112144758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.112151547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.112158167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.112165017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.112171467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.112179707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.297822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:07:02.112190047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.297843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.112201487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.297867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.112212267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.297885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.112222007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.297942Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 33545:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.112229347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.112235847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.112242127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.112250197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.297995Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.112260457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.298037Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.112270196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.299102Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.112280136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.299128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 33545\n"} -{"Time":"2024-04-23T18:07:02.112290476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.299159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 33545:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.112299356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.112305846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.112312166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.112318606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.112325766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.112332636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.112347916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.112356456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.299189Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.112367996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.299211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.112380455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.299228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.112390215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.299272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.112397995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.299290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m14201\n"} -{"Time":"2024-04-23T18:07:02.112416055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.299300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 14201:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.112424105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.112430675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.112437125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.112444795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.299314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.112452535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.342229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.112460115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.342237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:07:02.112467955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.342241Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.112475525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.342246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.112482965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.342250Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.112490855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.342253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.112499774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.342256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.112511114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.342262Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.112519594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.342284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 14201:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.112528464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.112534904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.112541384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.112547864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.112554694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.112561504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.112584414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.112593184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.342310Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.112605394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.342328Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:07:02.112615993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.342345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:07:02.112626063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.342357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.112637023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.342368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.112651373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.342376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.112661373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.342400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 58556:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.112668763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.112675103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.112682083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.112690093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.342453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.112700003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.342501Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.112710243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.343718Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.112722092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.343731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 58556\n"} -{"Time":"2024-04-23T18:07:02.112736952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.343749Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 58556:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.112745712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.112752082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.112758372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.112765152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.112771982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.112778912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.112785212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.112793252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.343763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.112805592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.343777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.112821892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.343787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.112831592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.343810Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.112839451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.343820Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m396\n"} -{"Time":"2024-04-23T18:07:02.112847571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.343826Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 396:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.112855021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.112861571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.112874591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.112881571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.343836Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.112889271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.385815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.112908201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.385828Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:02.112915861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.385835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.112923621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.385846Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.112930421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.385853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.11296834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.385860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.11297915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.385867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.11298514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.385877Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.11299311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.385912Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 396:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.11300231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.11300854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.1130151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.11302171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.11302832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.11303537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.11304192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.11305003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.385982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:07:02.113071489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.386003Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.113084719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.386027Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.113093829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.386049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.113101839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.386096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 59878:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.113108039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.113114079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.113120499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.113128509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.386158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.113139609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.386213Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.113153669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.387265Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.113161209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.387279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 59878\n"} -{"Time":"2024-04-23T18:07:02.113168739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.387297Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 59878:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.113177658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.113182618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.113187598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.113203478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.113210188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.113215668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.113221878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.113229998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.387312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.113242608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.387323Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.113250788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.387335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.113257698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.387357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.113263528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.387367Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m38897\n"} -{"Time":"2024-04-23T18:07:02.113269468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.387372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 38897:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.113275318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.113280238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.113285038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.113290397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.387382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.113298497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.429920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.113306187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.429946Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:02.113312307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.429956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.113317957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.429970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.113328007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.429979Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.113335707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.429985Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.113343747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.429991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.113351657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.430002Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.113360227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.430041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 38897:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.113368957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.113376037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.113382067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.113387067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.113392167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.113398177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.113403736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.113410876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.430091Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.113421226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.430141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:07:02.113431836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.430220Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:07:02.113443906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.430508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!lqB6uB6QOw0M9L0LEH:hs1/@user-3:hs3\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.113454176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.430570Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.113461746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.430599Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:07:02.113469086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.430622Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.4:8448\n"} -{"Time":"2024-04-23T18:07:02.113476146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.430796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.29.0.4:8448\n"} -{"Time":"2024-04-23T18:07:02.113485706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.433013Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:07:02.113493116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.433101Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.113500406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.614062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.113506926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.614372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.113523675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.617449Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.113531855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.617476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.113539935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.617504Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!lqB6uB6QOw0M9L0LEH:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!lqB6uB6QOw0M9L0LEH:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:02.113549325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.617524Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.113559405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.617560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_join/!lqB6uB6QOw0M9L0LEH:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:02.113569465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.617656Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\",\"$hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc\",\"$49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\"],\"content\":{\"membership\":\"join\"},\"depth\":9,\"hashes\":{\"sha256\":\"TxC8INfKgXGnnOLvGF3EwgWBCM2/gf6UJNsEdHu8aSc\"},\"origin\":\"hs1\",\"origin_server_ts\":1713910016616,\"prev_events\":[\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\"],\"room_id\":\"!lqB6uB6QOw0M9L0LEH:hs1\",\"sender\":\"@user-3:hs3\",\"signatures\":{\"hs1\":{\"ed25519:oeh1gCtM\":\"+8LCxSmi+jF83PuShADjboHzUO2724jNKxFi+m1jHW3NDM7ss5Zvp9yVxlk3bF/MXPDcXoxrLwmTDbT4CgIwDw\"}},\"state_key\":\"@user-3:hs3\",\"type\":\"m.room.member\"}) })\n"} -{"Time":"2024-04-23T18:07:02.113579545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.617679Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:07:02.113586165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.617902Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for send_join in room !lqB6uB6QOw0M9L0LEH:hs1\n"} -{"Time":"2024-04-23T18:07:02.113594235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.618163Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.113606455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.618507Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!lqB6uB6QOw0M9L0LEH:hs1/$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.113615245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.618559Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:07:02.113622515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.618582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.113631294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.632248Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_join/!lqB6uB6QOw0M9L0LEH:hs1/$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk with https://hs1:8448/_matrix/federation/v2/send_join/!lqB6uB6QOw0M9L0LEH:hs1/$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\n"} -{"Time":"2024-04-23T18:07:02.113639064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.632273Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.113645574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.632376Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.113651524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.632390Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.113658114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.632449Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v2/send_join/!lqB6uB6QOw0M9L0LEH:hs1/$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\n"} -{"Time":"2024-04-23T18:07:02.113665894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.632593Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:07:02.113675254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.632874Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:07:02.113683724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.633011Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:07:02.113691454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.633250Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs1\n"} -{"Time":"2024-04-23T18:07:02.113698474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.633285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Signing key not loaded for hs1\n"} -{"Time":"2024-04-23T18:07:02.113705114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.633531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs2\n"} -{"Time":"2024-04-23T18:07:02.113711634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.633555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Signing key not loaded for hs2\n"} -{"Time":"2024-04-23T18:07:02.113718584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.633744Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted key servers first for homeserver signing keys.\n"} -{"Time":"2024-04-23T18:07:02.113725434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.633774Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Remaining servers left that the notary/trusted servers did not provide: {\"hs1\": {}, \"hs2\": {}}\n"} -{"Time":"2024-04-23T18:07:02.113732264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.633794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking individual servers for signing keys: {\"hs1\": {}, \"hs2\": {}}\n"} -{"Time":"2024-04-23T18:07:02.113744703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.633887Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.113754673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.113766513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634174Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:07:02.113773923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.113781043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634258Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.113788503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634291Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:07:02.113796563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634311Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:07:02.113803863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634390Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:07:02.113811593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.113820233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.113831293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.113841063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634544Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 58642:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.113847223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.113852133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:07:02.113856912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.113862832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.113870602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634716Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.113878132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634926Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:07:02.113885712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634968Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 58642\n"} -{"Time":"2024-04-23T18:07:02.113893382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 58642:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:07:02.113900562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.113906362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:07:02.113914102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:07:02.113920852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"hs2. 600 IN A 172.29.0.3\n"} -{"Time":"2024-04-23T18:07:02.113926312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:07:02.113945012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.113950782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.113956962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635030Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 58642:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:07:02.113963762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.113968612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:07:02.113979311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:07:02.113984531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"hs2. 600 IN A 172.29.0.3\n"} -{"Time":"2024-04-23T18:07:02.113991311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:07:02.113997641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.114003791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.114009891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635139Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:07:02.114017631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.3:443\n"} -{"Time":"2024-04-23T18:07:02.114025351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635396Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.29.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:07:02.114036611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635439Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:07:02.114046581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635465Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:07:02.114055131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635502Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:07:02.114062361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:07:02.114071921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:07:02.11408335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.11409162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635622Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.11409951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.11410955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635680Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.11411682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.11412415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635728Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:02.11413132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635744Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.11413845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635775Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:02.11414745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635795Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 10125:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.11415581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.11416201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.11416702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.11417261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Received new Future result\n"} -{"Time":"2024-04-23T18:07:02.11418601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635851Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Result is from hs1\n"} -{"Time":"2024-04-23T18:07:02.11419295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Done handling Future result\n"} -{"Time":"2024-04-23T18:07:02.114199829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.114207169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636157Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.114215049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636795Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.114222749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637330Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.114233289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637627Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/cxk4M8d3SeOy_1mMnjvKRAB1oA2agv4DhAe7Q_MXGTQ {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs3:8448\", \"content-length\": \"1007\"}\n"} -{"Time":"2024-04-23T18:07:02.114247319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637653Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/cxk4M8d3SeOy_1mMnjvKRAB1oA2agv4DhAe7Q_MXGTQ Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([Object({\"currently_active\": Bool(true), \"last_active_ago\": 0, \"presence\": String(\"online\"), \"status_msg\": String(\"\"), \"user_id\": String(\"@user-1:hs1\")})])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713910016633, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\"), String(\"$hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc\"), String(\"$49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\")]), \"content\": Object({\"displayname\": String(\"user-3 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"iuZY/HhmakqpJAOt+TPFKUOF05+5EfieK4+f"} -{"Time":"2024-04-23T18:07:02.114258679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"5/HzRsM\")}), \"origin\": String(\"hs3\"), \"origin_server_ts\": 1713910016617, \"prev_events\": Array([String(\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\")]), \"room_id\": String(\"!lqB6uB6QOw0M9L0LEH:hs1\"), \"sender\": String(\"@user-3:hs3\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:oeh1gCtM\": String(\"M2pt2XqZuePi1hGwwkSBO51MJzSumwcgSbOayMEtfBtXw+zNsM+fVfEVo4ZIma32oIDqjBN0TSNQyIZXjoYXDg\")}), \"hs3\": Object({\"ed25519:9rAj6lYS\": String(\"RvMmdMYV6BX5o2s0nORkvA1baow3J9YW7/SgsYb7P7/bDTCEF+Dmm2GEHX32BkzoW5luDEVXr6oPOvAzaPNFDw\")})}), \"state_key\": String(\"@user-3:hs3\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({})})])}))\n"} -{"Time":"2024-04-23T18:07:02.114267859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637876Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Could not parse PDU: Server is not in room !lqB6uB6QOw0M9L0LEH:hs1\n"} -{"Time":"2024-04-23T18:07:02.114275019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637904Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m135.229µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"cxk4M8d3SeOy_1mMnjvKRAB1oA2agv4DhAe7Q_MXGTQ\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:07:02.114283079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638399Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m627.924µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"cxk4M8d3SeOy_1mMnjvKRAB1oA2agv4DhAe7Q_MXGTQ\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:07:02.114290759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638443Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.114298149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638463Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 10125\n"} -{"Time":"2024-04-23T18:07:02.114308119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638497Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 10125:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.114316838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.114322258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.114327318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.114332158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.114337188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.114343488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.114348258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.114353898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.114361348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638527Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.114369498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.114377488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638572Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.114386068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:07:02.114394798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.114401298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m10728\n"} -{"Time":"2024-04-23T18:07:02.114407258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 10728:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.114418118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.114423538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.114428527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.114433847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.114441187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.680906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.114446877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.680929Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:07:02.114452467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.680949Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.114458117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.680960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.114465537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.680967Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.114473147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.680974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.114479797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.680980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.114485407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.680999Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.114491657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.681503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 10728:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.114498117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.114502947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.114507717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.114512467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.114517467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.114522547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.114527297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.114533227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.681571Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:07:02.114541936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.681604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.114553766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.681633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.114562346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.681652Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.114569406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.681710Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 11467:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.114574766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.114579686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.114584446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.114590286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.681797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.114597916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.681864Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.114605356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.682977Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.114612606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683009Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 11467\n"} -{"Time":"2024-04-23T18:07:02.114619946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683047Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 11467:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.114629906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.114635006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.114640686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.114647156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.114653875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.114659305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.114664085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.114671105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.114680095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.114688105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.114694965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683198Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.114700845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m20681\n"} -{"Time":"2024-04-23T18:07:02.114706725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 20681:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.114713305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.114718365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.114723235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.114728595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.114734255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.114739785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:07:02.114745565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726083Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.114751125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726094Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.114756675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.114762225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.114767884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.114773444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726127Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.114781664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 20681:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.114795964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.114801234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.114806144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.114810934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.114816134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.114821274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.114826074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.114832174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726225Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.114840174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:07:02.114847684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:07:02.114856334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.114865064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.114873904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726360Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.114881093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 42911:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.114887103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.114891993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.114896833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.114902733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.114910443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726530Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.114918073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.727543Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.114925623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.727573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 42911\n"} -{"Time":"2024-04-23T18:07:02.114942623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.727614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 42911:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.114950533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.114958933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.114964113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.114968983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.114974043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.114979123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.114983933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.114990142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.727647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.114999402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.727679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.115010512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.727702Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.115018892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.727761Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.115025752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.727784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m21153\n"} -{"Time":"2024-04-23T18:07:02.115031892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.727797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 21153:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.115037312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.115042272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.115047152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.115052322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.727821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.115057942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.770135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.115063472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.770148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:02.115068972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.770156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.115077472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.770169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.115083292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.770177Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.115088832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.770184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.115095282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.770192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.115101021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.770204Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.115107971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.770248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 21153:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.115114361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.115119221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.115124021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.115128931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.115136661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.115141821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.115146551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.115152551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.770301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:07:02.115160161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.770322Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.115168161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.770345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.115176251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.770367Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.115185951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.770418Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 23483:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.115191461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.115196251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.115202051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.11520818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.770480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.11521557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.770533Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.11522667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771635Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.11523427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 23483\n"} -{"Time":"2024-04-23T18:07:02.11524174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 23483:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.11524797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.11525384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.11525873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.1152661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.1152736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.1152787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.11528346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.11528958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.11530031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771775Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.11530903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771799Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.115316079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771869Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.115321809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m24395\n"} -{"Time":"2024-04-23T18:07:02.115331919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 24395:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.115338629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.115343489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.115348289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.115357269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.115363109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.115368659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:02.115374189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.115380979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815280Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.115392439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.115398769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815298Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.115404459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.115409969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815325Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.115416269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815383Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 24395:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.115425098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.115430038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.115434818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.115439578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.115444678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.115449618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.115457528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.115463768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815448Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.115471418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815517Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:07:02.115478768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815639Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:07:02.115486868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815871Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.115497678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815922Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.115505278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815989Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:07:02.115513628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.816019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.3:8448\n"} -{"Time":"2024-04-23T18:07:02.115521548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.816231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.29.0.3:8448\n"} -{"Time":"2024-04-23T18:07:02.115528758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.818289Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:07:02.115538747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.818371Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.115546897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.818715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.115555027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.818999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.115561987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.859102Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.115571687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.859132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.115579967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.859164Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/key/v2/server with https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:02.115587167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.859187Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.115594177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.859223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:02.115602337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.859296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Received new Future result\n"} -{"Time":"2024-04-23T18:07:02.115611487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.859312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Result is from hs2\n"} -{"Time":"2024-04-23T18:07:02.115618117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.859559Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Done handling Future result\n"} -{"Time":"2024-04-23T18:07:02.115624547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.859587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Search for signing keys done\n"} -{"Time":"2024-04-23T18:07:02.115630897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.859608Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:07:02.115637997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.863247Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:07:02.115644366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.864456Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:07:02.115650826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.864494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.115659786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.864628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.115667206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.864889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.115673606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.864913Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:07:02.115681206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.869231Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:07:02.115687516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.869988Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:07:02.115696746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.871152Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:07:02.115703376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.871360Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m581 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.115710136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.872440Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.115717076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.872587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21yq1YdZnjvQaTbQml3d:hs1?server_name=hs2 {\"host\": \"127.0.0.1:1211\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.115724656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.872611Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21yq1YdZnjvQaTbQml3d:hs1?server_name=hs2 Some(Object({}))\n"} -{"Time":"2024-04-23T18:07:02.115741656-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.872864Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !yq1YdZnjvQaTbQml3d:hs1 over federation.\n"} -{"Time":"2024-04-23T18:07:02.115748845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.872891Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (0)\n"} -{"Time":"2024-04-23T18:07:02.115755395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.872966Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.115763265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.873152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.115772855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.873196Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:07:02.115780025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.873216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.115788105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.874477Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.115795255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.874507Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.115806035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.874535Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:02.115815235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.874557Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.115823225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.874587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 404 for GET https://hs2:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:02.115830515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.874652Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:07:02.115836885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.874675Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_NOT_FOUND\"\n"} -{"Time":"2024-04-23T18:07:02.115843335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.874693Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:07:02.115852475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.874760Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.115860594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.874970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.115872254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.875017Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:07:02.115879614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.875040Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.115886854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.877215Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.115893904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.877239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.115901784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.877264Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:02.115909864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.877280Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.115917144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.877305Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs1:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:02.115926324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.877363Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:07:02.115941244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.877379Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_FORBIDDEN\"\n"} -{"Time":"2024-04-23T18:07:02.115948424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.877479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:07:02.115955164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.878418Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.115967563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.878589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21yq1YdZnjvQaTbQml3d:hs1?server_name=hs2\u0026server_name=hs1 {\"host\": \"127.0.0.1:1211\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.115975693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.878614Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21yq1YdZnjvQaTbQml3d:hs1?server_name=hs2\u0026server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:07:02.115982403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.878860Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !yq1YdZnjvQaTbQml3d:hs1 over federation.\n"} -{"Time":"2024-04-23T18:07:02.115988863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.878887Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for make_join (0)\n"} -{"Time":"2024-04-23T18:07:02.115995453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.878950Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.116003283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.879172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.116012623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.879215Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:07:02.116019833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.879233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.116026973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.880170Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.116034073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.880196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.116043663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.880219Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs2:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:02.116057903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.880234Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.116065673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.880258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 404 for GET https://hs2:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:02.116073183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.880310Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs2)\n"} -{"Time":"2024-04-23T18:07:02.116080842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.880325Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_NOT_FOUND\"\n"} -{"Time":"2024-04-23T18:07:02.116089792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.880339Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:07:02.116098092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.880394Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.116106122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.880560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.116115532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.880599Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:07:02.116122892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.880616Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.116130042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.882584Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.116137112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.882612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.116145592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.882637Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:02.116156342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.882654Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.116163702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.882680Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs1:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:02.116176182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.882735Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:07:02.116182922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.882752Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_FORBIDDEN\"\n"} -{"Time":"2024-04-23T18:07:02.116189352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.882768Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (2)\n"} -{"Time":"2024-04-23T18:07:02.116196791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.882822Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.116204761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.883012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.116213021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.883055Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:07:02.116220131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.883074Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.116227181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.884869Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.116237851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.884892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.116252651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.884917Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:02.116262421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.884943Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.116272561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.884970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs1:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:02.116281951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.885023Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:07:02.116288391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.885039Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_FORBIDDEN\"\n"} -{"Time":"2024-04-23T18:07:02.116296281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.885120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m6 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:07:02.11630569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"2024/04/23 18:07:02 ============== 4fc3ae3968c0aebb2eb9870a52af3789e0fbcd01270b2d96cf3f29e8cb9b6e90 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:07:02.11631106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.11631645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.314134988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"2024/04/23 18:07:02 ============================================\n"} -{"Time":"2024-04-23T18:07:02.314160928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.314167288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.314173148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"2024/04/23 18:07:02 5f8c0cba7c8729c498d848e761f17a8bb4ad37caaa78a55176d49b5ece345f7d : Server logs:\n"} -{"Time":"2024-04-23T18:07:02.314287257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:07:02.314296887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:07:02.314302927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:07:02.314311107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:07:02.314316577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:07:02.314324267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ echo 'IP.1 = 172.29.0.3'\n"} -{"Time":"2024-04-23T18:07:02.314329627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:07:02.314337997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:07:02.314343346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:07:02.314353046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:07:02.314359936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.074541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:07:02.314371866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.074666Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:07:02.314380326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.075036Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:07:02.314391436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.075044Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:07:02.314398566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.075050Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:07:02.314404386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.075063Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:07:02.314412586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.075814Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:07:02.314418286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.314426136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:07:02.314436126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.075887Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:07:02.314448156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.078413Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:07:02.314458745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.080130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:07:02.314466225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.080806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:07:02.314475095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.081853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:07:02.314482765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.596807Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 516.670021ms\n"} -{"Time":"2024-04-23T18:07:02.314496255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599152Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:07:02.314504655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599226Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:07:02.314514055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599240Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:07:02.314522325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599249Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:07:02.314531805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599256Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:07:02.314542235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599262Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:07:02.314550575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599269Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:07:02.314559525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599277Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:07:02.314567844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599284Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:07:02.314578454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599290Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:07:02.314588484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599297Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:07:02.314600324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599303Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:07:02.314608314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599310Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:07:02.314615984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599316Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:07:02.314626054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599331Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:07:02.314633024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599342Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:07:02.314640434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599352Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:07:02.314650244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599361Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:07:02.314656104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599369Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:07:02.314664124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.599376Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:07:02.314671964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.600977Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:07:02.314682343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.603577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:07:02.314689853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.619134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:07:02.314700423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.619143Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:07:02.314709853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.619731Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:07:02.314720093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.619864Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:07:02.314728573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.661412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.314737313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.661954Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1213\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.314747943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.662063Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:07:02.314758783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.662371Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.314771123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.860343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.314779003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.860775Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1213\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.314789263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.860789Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:07:02.314796482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.902415Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:07:02.314804602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.904332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.314818862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.904552Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.314829052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.904690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.314839492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.907525Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.314852952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.907542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.314865152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.907564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs2\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.314873902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.909006Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:02.314883692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.909032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:02.314898042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.909041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:02.314907642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.909063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:02.314918331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.909135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs2\", \"@user-2:hs2\"}\n"} -{"Time":"2024-04-23T18:07:02.314926521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.909148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:07:02.314959811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.909173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:02.314979051-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.909181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs2\":100,\"@user-2:hs2\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.314993731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.910654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:07:02.315006901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:02.3150263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.910680Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:07:02.31503907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:02.31505647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.910688Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs2: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:07:02.31506606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs2: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.31507622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.911985Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-2:hs2 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:07:02.31508437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.912073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m51 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.31509391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.912736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.31510274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.912925Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:02.31511439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.913007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:02.31512701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.913023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!aTqhR8mQrwcEOaE3jO:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.315136719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.913228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21lqB6uB6QOw0M9L0LEH:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1213\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.315148529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.913270Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21lqB6uB6QOw0M9L0LEH:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:07:02.315157299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.913953Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !lqB6uB6QOw0M9L0LEH:hs1 over federation.\n"} -{"Time":"2024-04-23T18:07:02.315170999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.914146Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:07:02.315179979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.914788Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.315190379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.915173Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:07:02.315198099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.915192Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:07:02.315205349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.915271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:07:02.315220399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.915297Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.315233599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.915319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.315246259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.915357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.315255938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.915400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 10492:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.315262968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.315268158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:07:02.315277788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.315285248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.916012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.315294508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.916095Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.315302058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.916343Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:07:02.315309538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.916363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 10492\n"} -{"Time":"2024-04-23T18:07:02.315317078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.916388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 10492:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:07:02.315327048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.315333398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:07:02.315340488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:07:02.315347908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"hs1. 600 IN A 172.29.0.4\n"} -{"Time":"2024-04-23T18:07:02.315353068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:07:02.315359098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.315368457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.315376577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.916407Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 10492:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:07:02.315386137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.315392207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:07:02.315398037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:07:02.315406387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"hs1. 600 IN A 172.29.0.4\n"} -{"Time":"2024-04-23T18:07:02.315411347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:07:02.315416067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.315422017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.315428067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.916659Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:07:02.315438687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.916679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.4:443\n"} -{"Time":"2024-04-23T18:07:02.315447377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.916816Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.29.0.4:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:07:02.315457977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.916845Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:07:02.315474577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.916859Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:07:02.315486856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.916877Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:07:02.315497936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.916907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:07:02.315507386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.916927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:07:02.315515046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.916954Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.315525936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.916967Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.315631655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.916977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.315646455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.917003Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 144:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.315652815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.315661195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.315666405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.315674665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.917031Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.315684925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.917072Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.315694935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.918861Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.315707774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.918893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 144\n"} -{"Time":"2024-04-23T18:07:02.315718934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.918948Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 144:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.315727954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.315734354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.315741194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.315746174-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.315751264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85953 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.315760954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.315767304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.315775604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.918996Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.315786964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.919023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.315797014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.919216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.315808274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.919261Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.315821803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.919342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m40643\n"} -{"Time":"2024-04-23T18:07:02.315829673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.919357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 40643:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.315836583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.315843173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.315849593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.315856613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.919379Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.315864123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.921447Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.315874923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.921456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:07:02.315882423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.921462Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.315889813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.921468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.315897623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.921475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.315904973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.921479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.315912223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.921483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.315919643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.921489Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.315929243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.921510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 40643:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.315954382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.315961512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.315967942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.315974242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.315980912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85953 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.315987622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.315993992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.316001802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.921540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:07:02.316014892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.921551Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.316026072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.921564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.316036572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.921575Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.316045991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.921603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 32985:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.316053351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.316060001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.316071861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.316083141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.921667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.316093491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.921720Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.316103101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.922909Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.316126201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.922943Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 32985\n"} -{"Time":"2024-04-23T18:07:02.316139821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.922980Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 32985:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.316148811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.31615924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.31617285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.31617978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.31618649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85953 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.31619633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.31620266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.31621105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.923008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.31622482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.923029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.31623573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.923046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.31626482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.923092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.316273289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.923111Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m10899\n"} -{"Time":"2024-04-23T18:07:02.316281309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.923123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 10899:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.316292089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.316302909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.316309609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.316321199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.923141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.316328929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.966016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.316336579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.966022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:07:02.316352259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.966026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.316359729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.966031Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.316367349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.966035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.316374839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.966038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.316382319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.966041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.316389738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.966046Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.316397988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.966065Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 10899:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.316406808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.316413288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.316419628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.316426008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.316435688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85953 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.316442448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.316448828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.316456918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.966089Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.316470718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.966104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:07:02.316488788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.966118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:07:02.316499358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.966128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.316519907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.966139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.316530997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.966148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.316543467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.966171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 62026:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.316550587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.316557037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.316563647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.316571657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.966196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.316585307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.966233Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.316595247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.967487Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.316604807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.967518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 62026\n"} -{"Time":"2024-04-23T18:07:02.316614676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.967553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 62026:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.316627426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.316636216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.316642716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.316649146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.316657196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85953 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.316672446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.316678856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.316687886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.967585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.316699226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.967609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.316712586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.967628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.316723386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.967674Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.316732655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.967694Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m22574\n"} -{"Time":"2024-04-23T18:07:02.316741625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.967705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 22574:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.316748695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.316755195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.316761475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.316768325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.967720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.316776125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.010077Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.316787355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.010085Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:02.316794925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.010089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.316802625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.010094Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.316818115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.010098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.316825615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.010101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.316837905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.010104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.316845724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.010109Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.316854344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.010127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 22574:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.316863054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.316869584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.316876084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.316882354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.316893064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.316899974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.316906444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.316914314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.010151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:07:02.316924764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.010161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.316945054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.010171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.316955963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.010180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.316965773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.010203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 51765:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.316973143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.316979453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.316985833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.316993613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.010227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.317005103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.010249Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.317014983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.011570Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.317026043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.011601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 51765\n"} -{"Time":"2024-04-23T18:07:02.317036243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.011635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 51765:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.317045453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.317051923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.317058493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.317064782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.317071522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.317078212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.317084602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.317092772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.011665Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.317103782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.011689Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.317115732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.011707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.317125542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.011752Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.317135272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.011772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m51415\n"} -{"Time":"2024-04-23T18:07:02.317143352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.011783Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 51415:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.317152182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.317169172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.317175991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.317182961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.011798Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.317190471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.054154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.317198031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.054162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:02.317205451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.054166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.317212931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.054171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.317220451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.054174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.317227971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.054177Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.317235351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.054180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.317242971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.054185Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.317251561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.054204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 51415:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.317259941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.317266321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.317273151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.31727941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.31728593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.31729428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.31730063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.31730868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.054224Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.31732036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.054247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:07:02.31733019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.054282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:07:02.31734158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.054435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!lqB6uB6QOw0M9L0LEH:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.31735338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.054466Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.31736431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.054481Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:07:02.31737398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.054494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.4:8448\n"} -{"Time":"2024-04-23T18:07:02.31738327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.054577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.29.0.4:8448\n"} -{"Time":"2024-04-23T18:07:02.317393069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.056014Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:07:02.317402479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.056095Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.317411419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.200704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.317420199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.200891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.317429639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.203655Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.317439079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.203672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.317449779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.203694Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!lqB6uB6QOw0M9L0LEH:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!lqB6uB6QOw0M9L0LEH:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:02.317460999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.203703Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.317473449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.203718Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_join/!lqB6uB6QOw0M9L0LEH:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:02.317485669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.203774Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc\",\"$49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\",\"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\"],\"content\":{\"membership\":\"join\"},\"depth\":8,\"hashes\":{\"sha256\":\"rzVhfirQkG1+lETfEyBQ9NfIM8BQjddDidmUXhnyDfc\"},\"origin\":\"hs1\",\"origin_server_ts\":1713910016202,\"prev_events\":[\"$mhfomRNE8lZ_pKze9fDoi6NNRIvQARsv63Kx1mQIm6I\"],\"room_id\":\"!lqB6uB6QOw0M9L0LEH:hs1\",\"sender\":\"@user-2:hs2\",\"signatures\":{\"hs1\":{\"ed25519:oeh1gCtM\":\"cmlvIWdkTy7G8/2FPZF1Lfa/7otRRyqVVXtSyJ91tH4lBFqxqXhBl9H796aC30NJ2ps3wM7sq2WWoHXqXNPEBQ\"}},\"state_key\":\"@user-2:hs2\",\"type\":\"m.room.member\"}) })\n"} -{"Time":"2024-04-23T18:07:02.317499108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.203787Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:07:02.317507808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.203915Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for send_join in room !lqB6uB6QOw0M9L0LEH:hs1\n"} -{"Time":"2024-04-23T18:07:02.317516688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.204043Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.317537858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.204227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!lqB6uB6QOw0M9L0LEH:hs1/$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.317552568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.204253Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:07:02.317562248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.204264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.317571628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.221421Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.317581298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.221433Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.317591628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.221544Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_join/!lqB6uB6QOw0M9L0LEH:hs1/$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ with https://hs1:8448/_matrix/federation/v2/send_join/!lqB6uB6QOw0M9L0LEH:hs1/$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\n"} -{"Time":"2024-04-23T18:07:02.317602117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.221553Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.317611887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.221565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v2/send_join/!lqB6uB6QOw0M9L0LEH:hs1/$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\n"} -{"Time":"2024-04-23T18:07:02.317621397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.221612Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:07:02.317630107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.221770Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:07:02.317638467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.221829Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:07:02.317647617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.221964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs1\n"} -{"Time":"2024-04-23T18:07:02.317656397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.221983Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Signing key not loaded for hs1\n"} -{"Time":"2024-04-23T18:07:02.317665177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.222142Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted key servers first for homeserver signing keys.\n"} -{"Time":"2024-04-23T18:07:02.317674197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.222160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Remaining servers left that the notary/trusted servers did not provide: {\"hs1\": {}}\n"} -{"Time":"2024-04-23T18:07:02.317683047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.222170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking individual servers for signing keys: {\"hs1\": {}}\n"} -{"Time":"2024-04-23T18:07:02.317692067-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.222226Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.317702197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.222310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.317713056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.222336Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:07:02.317722626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.222345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.317732096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.222985Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.317741306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.222998Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.317752206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.223013Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:02.317762406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.223022Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.317771596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.223035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:02.317780786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.223068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Received new Future result\n"} -{"Time":"2024-04-23T18:07:02.317789746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.223075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Result is from hs1\n"} -{"Time":"2024-04-23T18:07:02.317798496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.223183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Done handling Future result\n"} -{"Time":"2024-04-23T18:07:02.317807166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.223195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Search for signing keys done\n"} -{"Time":"2024-04-23T18:07:02.317816036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.223202Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:07:02.317824505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.224677Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:07:02.317834215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.225169Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:07:02.317843005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.225188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.317851445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.225263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.317860135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.225434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.317869745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.225446Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:07:02.317878555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.227416Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:07:02.317887075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.227879Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:07:02.317896245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.228437Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:07:02.317904915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.228554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m315 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.317913955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.229396Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.317923515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.229493Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21yq1YdZnjvQaTbQml3d:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1213\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.317943564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.229507Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21yq1YdZnjvQaTbQml3d:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:07:02.317953234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.229636Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !yq1YdZnjvQaTbQml3d:hs1 over federation.\n"} -{"Time":"2024-04-23T18:07:02.317977264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.229649Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:07:02.317986394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.229671Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.317997184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.229762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.318008794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.229783Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:07:02.318018324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.229793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.318028094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.231795Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.318037974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.231835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.318048353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.231867Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:02.318060053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.231885Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.318069643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.231914Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs1:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:02.318080013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.232003Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:07:02.318088493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.232024Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_FORBIDDEN\"\n"} -{"Time":"2024-04-23T18:07:02.318096943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.232041Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (1)\n"} -{"Time":"2024-04-23T18:07:02.318105873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.232127Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.318116643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.232386Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.318127803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.232436Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:07:02.318137243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.232455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.318146403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.232882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.318155192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.233379Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.318166532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.233660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/qf6gn_HKMbmGWmGkj1TpKKUAtX2k6A_6b9CnAZaIOaw {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1007\"}\n"} -{"Time":"2024-04-23T18:07:02.318183082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.233691Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/qf6gn_HKMbmGWmGkj1TpKKUAtX2k6A_6b9CnAZaIOaw Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([Object({\"currently_active\": Bool(true), \"last_active_ago\": 0, \"presence\": String(\"online\"), \"status_msg\": String(\"\"), \"user_id\": String(\"@user-1:hs1\")})])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713910016222, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc\"), String(\"$49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\"), String(\"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"FDJfuxNKRUT9LSO2gAS0ilSDWI3/GAVJOuNl"} -{"Time":"2024-04-23T18:07:02.318199102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"FuuzYZ0\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910016203, \"prev_events\": Array([String(\"$mhfomRNE8lZ_pKze9fDoi6NNRIvQARsv63Kx1mQIm6I\")]), \"room_id\": String(\"!lqB6uB6QOw0M9L0LEH:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:oeh1gCtM\": String(\"WOdWda6xCcdfeKWTw8bST0WcfnS+vAhvi3kuDOTeIopIEe+ep9Hbjs2NKE5UmEcintRRkh6G8iGAVgYpEApDAw\")}), \"hs2\": Object({\"ed25519:WwSlC3wS\": String(\"jsJcctY13Vn3mQMpTZnOGvrm0P+yrOQvkqpZc0ijvGU0YHICKCTsjt9CDcZ9apEilURMaEMk3drZD3LR2OQgDA\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({})})])}))\n"} -{"Time":"2024-04-23T18:07:02.318211822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.234127Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m331.517µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"qf6gn_HKMbmGWmGkj1TpKKUAtX2k6A_6b9CnAZaIOaw\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:07:02.318223462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.234181Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:07:02.318232982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.234318Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.318242682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.234389Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.318252202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.234461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m666.814µs\n"} -{"Time":"2024-04-23T18:07:02.318261012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.234537Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m60.45µs \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m743.193µs\n"} -{"Time":"2024-04-23T18:07:02.318271041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.234887Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.09182ms \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"qf6gn_HKMbmGWmGkj1TpKKUAtX2k6A_6b9CnAZaIOaw\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:07:02.318282111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.234942Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.318291931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.234955Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:02.318302341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.234968Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:02.318313261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.234976Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.318322911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.234988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for GET https://hs1:8448/_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:02.318332661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.235029Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Err(hs1)\n"} -{"Time":"2024-04-23T18:07:02.318341381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.235038Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join ErrorKind string: \"M_FORBIDDEN\"\n"} -{"Time":"2024-04-23T18:07:02.318350721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.235035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.318361511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.235084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:07:02.318369941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.235102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:07:02.318377491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.31838664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635330Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.31839681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/YECGIZpjbYLKVbNmOVexOWBK14eQu0Mzqhn7dzDbbVc {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"902\"}\n"} -{"Time":"2024-04-23T18:07:02.31841208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635702Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/YECGIZpjbYLKVbNmOVexOWBK14eQu0Mzqhn7dzDbbVc Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713910016632, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\"), String(\"$hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc\"), String(\"$49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\")]), \"content\": Object({\"displayname\": String(\"user-3 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"iuZY/HhmakqpJAOt+TPFKUOF05+5EfieK4+f5/HzRsM\")}), \"origin\": String(\"hs3\"), \"origin_server_ts\": 1713910016617, \"prev_events\": Array([String(\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\")]),"} -{"Time":"2024-04-23T18:07:02.3184271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" \"room_id\": String(\"!lqB6uB6QOw0M9L0LEH:hs1\"), \"sender\": String(\"@user-3:hs3\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:oeh1gCtM\": String(\"M2pt2XqZuePi1hGwwkSBO51MJzSumwcgSbOayMEtfBtXw+zNsM+fVfEVo4ZIma32oIDqjBN0TSNQyIZXjoYXDg\")}), \"hs3\": Object({\"ed25519:9rAj6lYS\": String(\"RvMmdMYV6BX5o2s0nORkvA1baow3J9YW7/SgsYb7P7/bDTCEF+Dmm2GEHX32BkzoW5luDEVXr6oPOvAzaPNFDw\")})}), \"state_key\": String(\"@user-3:hs3\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({})})])}))\n"} -{"Time":"2024-04-23T18:07:02.31843765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636149Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m340.197µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"YECGIZpjbYLKVbNmOVexOWBK14eQu0Mzqhn7dzDbbVc\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:07:02.31844766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636209Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs3, hs1\n"} -{"Time":"2024-04-23T18:07:02.31845546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636338Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs3 keys\n"} -{"Time":"2024-04-23T18:07:02.31846483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs3 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:07:02.31847395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636432Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.31848389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636500Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs3\n"} -{"Time":"2024-04-23T18:07:02.318495459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636525Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs3\n"} -{"Time":"2024-04-23T18:07:02.318505759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636595Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs3 A\n"} -{"Time":"2024-04-23T18:07:02.318516729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs3\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.318529449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.318599989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636687Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs3\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.318612958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636814Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.318621738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636911Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 59556:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.318630378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.318653058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; hs3. IN A\n"} -{"Time":"2024-04-23T18:07:02.318660318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.318669018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637033Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.318680378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637099Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.318691908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637299Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:07:02.318703008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637331Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 59556\n"} -{"Time":"2024-04-23T18:07:02.318713508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 59556:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:07:02.318722457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.318730457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; hs3. IN A\n"} -{"Time":"2024-04-23T18:07:02.318736667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:07:02.318743047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"hs3. 600 IN A 172.29.0.2\n"} -{"Time":"2024-04-23T18:07:02.318749857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:07:02.318756397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.318762707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.318770757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637405Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 59556:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:07:02.318779697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.318786127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; hs3. IN A\n"} -{"Time":"2024-04-23T18:07:02.318792327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:07:02.318798787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"hs3. 600 IN A 172.29.0.2\n"} -{"Time":"2024-04-23T18:07:02.318805267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:07:02.318811667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.318818347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.318826437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637511Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs3\"), port=None\n"} -{"Time":"2024-04-23T18:07:02.318837416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.2:443\n"} -{"Time":"2024-04-23T18:07:02.318849336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637742Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.29.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:07:02.318863506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637787Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs3\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:07:02.318877046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs3\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:07:02.318890646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637854Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:07:02.318904746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs3.\"\n"} -{"Time":"2024-04-23T18:07:02.318915556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs3 SRV\n"} -{"Time":"2024-04-23T18:07:02.318926426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637966Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.318954865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.637991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.318966815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.318976825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638072Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 60413:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.318984155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.318990425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.318996895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.319004955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.319015195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638147Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.319025535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.639346Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.319036055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.639380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 60413\n"} -{"Time":"2024-04-23T18:07:02.319046655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.639421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 60413:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.319055575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.319062105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.319068644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.319075034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.319081814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.319088394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.319094584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.319102854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.639455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.319114844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.639485Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.319125944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.639507Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.319135844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.639562Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.319143384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.639589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m13873\n"} -{"Time":"2024-04-23T18:07:02.319151494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.639604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 13873:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.319158874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.319165234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.319171494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.319179983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.639626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.319187843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.681887Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.319195353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.681904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:07:02.319203023-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.681915Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.319210763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.681928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.319218093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.681947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.319225373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.681956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.319232763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.681964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.319240363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.681974Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.319249593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.682022Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 13873:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.319258863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.319265303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.319271983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.319278743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.319285573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.319292452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.319299042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.319307152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.682071Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs3. SRV\n"} -{"Time":"2024-04-23T18:07:02.319320052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.682091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.319331712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.682113Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.319343922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.682133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.319354022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.682188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 60221:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.319361412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.319367952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.319374472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.319382372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.682243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.319392692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.682298Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.319402722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683479Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.319413041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 60221\n"} -{"Time":"2024-04-23T18:07:02.319423351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 60221:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.319432471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.319439181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.319445671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.319451971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.319459631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.319466411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.319472921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.319481621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.319493121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.319504421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683604Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.319514371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.31953943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m43300\n"} -{"Time":"2024-04-23T18:07:02.31954811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 43300:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.31955527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.31956178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.31956828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.31957549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.683696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.31958312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.31959113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:07:02.31959852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.31960618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.31961365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.31962135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.31962855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.319635869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726195Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.319644679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 43300:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.319654059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.319660569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.319667139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.319673539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.319680169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.319687029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.319693289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.319702119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726307Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.319712879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726349Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs3.\"\n"} -{"Time":"2024-04-23T18:07:02.319723279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs3 SRV\n"} -{"Time":"2024-04-23T18:07:02.319734039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.319746898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726445Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.319758178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.319769428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 40505:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.319776798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.319783318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.319789918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.319797748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.319807958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.726648Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.319818548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.727981Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.319829008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.728013Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 40505\n"} -{"Time":"2024-04-23T18:07:02.319839638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.728059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 40505:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.319848728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.319855088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.319861427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.319867967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.319874517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.319881267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.319887457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.319896857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.728090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.319910107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.728114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.319920987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.728132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.319940377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.728183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.319949297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.728205Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m38013\n"} -{"Time":"2024-04-23T18:07:02.319957247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.728219Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 38013:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.319965687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.319971967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.319978526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.319985416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.728242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.319993186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.320000436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:02.320007736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.320015126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.320021606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.320027066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771177Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.320034506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.320041676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771194Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.320050146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771237Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 38013:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.320059216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.320065876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.320072486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.320078706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.320086195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.320093055-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.320099345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.320107535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs3. SRV\n"} -{"Time":"2024-04-23T18:07:02.320120075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.320131305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.320142405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.320153555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 60860:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.320160765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.320167215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.320174635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.320182525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.320192685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.771511Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.320202804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.772601Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.320211914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.772626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 60860\n"} -{"Time":"2024-04-23T18:07:02.320222254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.772660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 60860:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.320231264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.320237614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.320244734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.320251154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.320257564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.320264374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.320270504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.320279554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.772689Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.320291074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.772712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.320301954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.772731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.320311254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.772780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.320319003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.772803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m63350\n"} -{"Time":"2024-04-23T18:07:02.320327913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.772819Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 63350:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.320335163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.320341503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.320347163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.320354153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.772844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.320362663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.320369893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:02.320377343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.320384663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.320392103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815189Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.320399563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.320405943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.320413223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815213Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.320422483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 63350:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.320431392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.320437692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.320444122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.320450542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.320457242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.320464082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.320470252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.320479262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815297Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.320488222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:07:02.320496082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815429Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs3\", \":8448\") hostname: Named(\"hs3\", \":8448\")\n"} -{"Time":"2024-04-23T18:07:02.320509152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs3\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.320520592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815693Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:07:02.320551761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815735Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs3\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:07:02.320562841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815762Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.2:8448\n"} -{"Time":"2024-04-23T18:07:02.320572591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.815977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.29.0.2:8448\n"} -{"Time":"2024-04-23T18:07:02.320580301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.818303Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:07:02.320590711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.818403Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:07:02.320600121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.818745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.320608591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.819043Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.320617761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.859305Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:07:02.320627721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.859332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:07:02.320638821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.859354Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs3:8448 for https://hs3:8448/_matrix/key/v2/server with https://hs3:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:02.320648821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.859368Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.32065893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.859390Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs3:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:02.32066781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.859651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m223.844367ms\n"} -{"Time":"2024-04-23T18:07:02.32067692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.859867Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:02.32068691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.860313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:07:02.32069695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.860390Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE in db\n"} -{"Time":"2024-04-23T18:07:02.32070672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.860427Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc in db\n"} -{"Time":"2024-04-23T18:07:02.320717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.860463Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y in db\n"} -{"Time":"2024-04-23T18:07:02.32072702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.860491Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:07:02.32073734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.860505Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE in db\n"} -{"Time":"2024-04-23T18:07:02.32074826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.860517Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc in db\n"} -{"Time":"2024-04-23T18:07:02.3207588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.860526Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y in db\n"} -{"Time":"2024-04-23T18:07:02.320769049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.860543Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:07:02.320778789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.860645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.320789409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.860671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.320799429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.860723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.320810189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.860742Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:07:02.320819679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.860858Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:07:02.320830109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.861087Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ in db\n"} -{"Time":"2024-04-23T18:07:02.320840379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.861116Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:07:02.320852599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.861130Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ in db\n"} -{"Time":"2024-04-23T18:07:02.320861789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.861288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:07:02.320870749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.861340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\"]\n"} -{"Time":"2024-04-23T18:07:02.320881039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.861500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:07:02.320890778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.861527Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:07:02.320900848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.861653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:07:02.320910728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.861734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:07:02.320920708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.861831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.320930878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.861965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.320952978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.862072Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.320961518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.862097Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:07:02.320969948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.862350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:07:02.320980308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.862371Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.320990358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.862405Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.321001287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.862512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.321010607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.862535Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:07:02.321017947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.862550Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:07:02.321028367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.862616Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:07:02.321038347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.862636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:07:02.321048687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.862692Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:07:02.321058627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.862918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:07:02.321067187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.863117Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m76.749µs\n"} -{"Time":"2024-04-23T18:07:02.321079887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.863443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mhfomRNE8lZ_pKze9fDoi6NNRIvQARsv63Kx1mQIm6I\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m402.756µs\n"} -{"Time":"2024-04-23T18:07:02.321092187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.863574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m534.515µs\n"} -{"Time":"2024-04-23T18:07:02.321103686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.863838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m798.163µs\n"} -{"Time":"2024-04-23T18:07:02.321114516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.863960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m920.812µs\n"} -{"Time":"2024-04-23T18:07:02.321125836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.864190Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$aTFL10Dxvj35zzBg4k0ZXA-G_Yadkx9jG8aCv4Z9LJ4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.15028ms\n"} -{"Time":"2024-04-23T18:07:02.321137456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.864298Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.258649ms\n"} -{"Time":"2024-04-23T18:07:02.321149356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.864595Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jnDNO73lDCbwEpGQj5kPxjlfOqUt8DPfHroYlq9lemY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.554956ms\n"} -{"Time":"2024-04-23T18:07:02.321159966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.864707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.667295ms\n"} -{"Time":"2024-04-23T18:07:02.321171396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.865014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.973603ms\n"} -{"Time":"2024-04-23T18:07:02.321183436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.865130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.089562ms\n"} -{"Time":"2024-04-23T18:07:02.321197246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.865428Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ML9JlODPhW6o2Ky-aco95pymfFMCZZeTQaFWayHgFuI\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.387459ms\n"} -{"Time":"2024-04-23T18:07:02.321205856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.865550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.510658ms\n"} -{"Time":"2024-04-23T18:07:02.321216675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.865740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.700106ms\n"} -{"Time":"2024-04-23T18:07:02.321227665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.865844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.804735ms\n"} -{"Time":"2024-04-23T18:07:02.321238525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.866194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m3.154172ms\n"} -{"Time":"2024-04-23T18:07:02.321250555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.866309Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m3.269461ms\n"} -{"Time":"2024-04-23T18:07:02.321261385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.866338Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m3.299641ms\n"} -{"Time":"2024-04-23T18:07:02.321271025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.866614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m9 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m222.988µs\n"} -{"Time":"2024-04-23T18:07:02.321282075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.866984Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m593.045µs\n"} -{"Time":"2024-04-23T18:07:02.321294275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.867101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m710.614µs\n"} -{"Time":"2024-04-23T18:07:02.321304995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.867146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m756.113µs\n"} -{"Time":"2024-04-23T18:07:02.321316464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.867193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:07:02.321326154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.867443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:07:02.321353214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.867576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:07:02.321363544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.867653Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 8\n"} -{"Time":"2024-04-23T18:07:02.321375164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.867668Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.join_rules\", \"\"): \"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\", (\"m.room.guest_access\", \"\"): \"$ML9JlODPhW6o2Ky-aco95pymfFMCZZeTQaFWayHgFuI\", (\"m.room.create\", \"\"): \"$hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc\", (\"m.room.power_levels\", \"\"): \"$49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\", (\"m.room.member\", \"@user-2:hs2\"): \"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\", (\"m.room.history_visibility\", \"\"): \"$jnDNO73lDCbwEpGQj5kPxjlfOqUt8DPfHroYlq9lemY\", (\"m.room.member\", \"@user-1:hs1\"): \"$aTFL10Dxvj35zzBg4k0ZXA-G_Yadkx9jG8aCv4Z9LJ4\", (\"m.room.name\", \"\"): \"$mhfomRNE8lZ_pKze9fDoi6NNRIvQARsv63Kx1mQIm6I\"}\n"} -{"Time":"2024-04-23T18:07:02.321388364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.867697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:07:02.321400964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.867710Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-3:hs3\"): [\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\"]}\n"} -{"Time":"2024-04-23T18:07:02.321409104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.867822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 1\n"} -{"Time":"2024-04-23T18:07:02.321418834-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.867840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\"}\n"} -{"Time":"2024-04-23T18:07:02.321428433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.867918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:07:02.321438203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.867945Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:07:02.321448243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.867963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:07:02.321457153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.867976Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:07:02.321465433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.867994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:07:02.321475203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.868007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:07:02.321484783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.868021Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 8\n"} -{"Time":"2024-04-23T18:07:02.321496213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.868034Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.join_rules\", \"\"): \"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\", (\"m.room.guest_access\", \"\"): \"$ML9JlODPhW6o2Ky-aco95pymfFMCZZeTQaFWayHgFuI\", (\"m.room.create\", \"\"): \"$hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc\", (\"m.room.power_levels\", \"\"): \"$49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\", (\"m.room.member\", \"@user-2:hs2\"): \"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\", (\"m.room.history_visibility\", \"\"): \"$jnDNO73lDCbwEpGQj5kPxjlfOqUt8DPfHroYlq9lemY\", (\"m.room.member\", \"@user-1:hs1\"): \"$aTFL10Dxvj35zzBg4k0ZXA-G_Yadkx9jG8aCv4Z9LJ4\", (\"m.room.name\", \"\"): \"$mhfomRNE8lZ_pKze9fDoi6NNRIvQARsv63Kx1mQIm6I\"}\n"} -{"Time":"2024-04-23T18:07:02.321509063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.868067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:07:02.321520283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.868081Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\"]\n"} -{"Time":"2024-04-23T18:07:02.321530143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.868097Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\")\n"} -{"Time":"2024-04-23T18:07:02.321540562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.868113Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:07:02.321550672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.868246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\n"} -{"Time":"2024-04-23T18:07:02.321560642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.868340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\n"} -{"Time":"2024-04-23T18:07:02.321570472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.868399Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\"]\n"} -{"Time":"2024-04-23T18:07:02.321580962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.868416Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:07:02.321588482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.868429Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\"]\n"} -{"Time":"2024-04-23T18:07:02.321599872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.868633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\"\n"} -{"Time":"2024-04-23T18:07:02.321610072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.868657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.321621122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.868680Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.321630332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.868747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.321640072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.868782Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:07:02.321649891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.868895Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:07:02.321659701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.870392Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:07:02.321669571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.872647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m11.127431ms\n"} -{"Time":"2024-04-23T18:07:02.321678611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.872703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m13.033214ms \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m236.896481ms\n"} -{"Time":"2024-04-23T18:07:02.321687521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.872741Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m236.934461ms \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"YECGIZpjbYLKVbNmOVexOWBK14eQu0Mzqhn7dzDbbVc\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:07:02.321697561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.872872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m238 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.321706381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.873457Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.321715261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.873806Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs3, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.321725141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.873970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:07:02.321733451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.873991Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:07:02.321741951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.874185Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_NOT_FOUND: Room is unknown to this server.\n"} -{"Time":"2024-04-23T18:07:02.32175091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.874265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:07:02.32176073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.879470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.32176977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.879638Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs3, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.32177936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.879786Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\"}\n"} -{"Time":"2024-04-23T18:07:02.32178731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.879805Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:07:02.32179522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.879893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_NOT_FOUND: Room is unknown to this server.\n"} -{"Time":"2024-04-23T18:07:02.32180408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.879975Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:07:02.32181254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.885817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.32182125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.886213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1213\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.32183195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.886241Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:02.321841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.891807Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 1: @user-2:hs2 timeout:300s\n"} -{"Time":"2024-04-23T18:07:02.32184841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.892111Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m6 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.321857529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.892772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.321866799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.892904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 {\"host\": \"127.0.0.1:1213\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.321876289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.892928Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:02.321884529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.892993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-2:hs2\n"} -{"Time":"2024-04-23T18:07:02.321892449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:57.895134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.321900439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:57.895646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.321909129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:57.895758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 {\"host\": \"127.0.0.1:1213\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.321918309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:57.895780Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:02.321926789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:58.897923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.321943739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:58.898582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.321953349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:58.898737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 {\"host\": \"127.0.0.1:1213\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.321962919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:58.898762Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:02.321971588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:59.900947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.321980038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:59.901409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.321988708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:59.901519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 {\"host\": \"127.0.0.1:1213\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.321996418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:59.901541Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:02.322004758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:07:00.903509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.322013218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:07:00.903991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.322021978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:07:00.904101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 {\"host\": \"127.0.0.1:1213\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.322031178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:07:00.904123Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=124\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:02.322039308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:07:01.906123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1002 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.322045718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:07:01.939612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:07:02.322052298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"2024/04/23 18:07:02 ============== 5f8c0cba7c8729c498d848e761f17a8bb4ad37caaa78a55176d49b5ece345f7d : END LOGS ==============\n"} -{"Time":"2024-04-23T18:07:02.322059088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.322065438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.526814374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"2024/04/23 18:07:02 ============================================\n"} -{"Time":"2024-04-23T18:07:02.526846754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.526854794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.526861704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"2024/04/23 18:07:02 d64c0575abe7ccc3e3a02607389c5debf3252b51aa1f691680bbc0a773537f68 : Server logs:\n"} -{"Time":"2024-04-23T18:07:02.527001212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:07:02.527014272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:07:02.527022372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:07:02.527029222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:07:02.527036432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:07:02.527046762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ echo 'IP.1 = 172.29.0.4'\n"} -{"Time":"2024-04-23T18:07:02.527054312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:07:02.527061912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:07:02.527069092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:07:02.527076212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:07:02.527083942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.250495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:07:02.527091712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.250589Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:07:02.527103291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.250876Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:07:02.527111431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.250884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:07:02.527117201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.250890Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:07:02.527123731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.250897Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:07:02.527131591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.251597Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:07:02.527139441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.527148471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:07:02.527155371-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.251659Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:07:02.527163811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.254008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:07:02.527171891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.255580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:07:02.527179671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.256293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:07:02.527192401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.257350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:07:02.527200331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.734374Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 478.789807ms\n"} -{"Time":"2024-04-23T18:07:02.527208071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736546Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:07:02.5272158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736609Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:07:02.52722324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736620Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:07:02.52723178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736627Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:07:02.52723806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736634Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:07:02.52724384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736640Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:07:02.52725171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736648Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:07:02.52725933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736654Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:07:02.52726975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736662Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:07:02.52727731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736668Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:07:02.52728515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736675Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:07:02.52729235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736682Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:07:02.5273008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736690Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:07:02.52730683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736696Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:07:02.52731463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736713Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:07:02.527323119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736725Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:07:02.527333319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736733Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:07:02.527340739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736742Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:07:02.527348219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736752Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:07:02.527355689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.736760Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:07:02.527366799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.738598Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:07:02.527374439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.741571Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:07:02.527382369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.758133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:07:02.527389119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.758142Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:07:02.527397519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.758845Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:07:02.527406639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.759001Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:07:02.527421799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.764504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.527430418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.764989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1215\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.527441168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.765087Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:07:02.527451118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.765471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.527459808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.766251Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.527472088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.766865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1215\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.527485838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.766903Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:07:02.527495908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.807805Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:07:02.527509208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.809682Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.527518748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.809905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.527534238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.810041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.527545367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.812910Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.527559207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.812928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.527579767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.812958Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.527591957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.814414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:02.527601367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.814441Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:02.527612907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.814451Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:02.527623697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.814473Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:02.527635497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.814540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:07:02.527650796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.814552Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:07:02.527662326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.814578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:02.527676386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.814585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.527698026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.816121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:07:02.527712746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:02.527730196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.816149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:07:02.527744906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:02.527766085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.816162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:07:02.527779765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.527795505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.817511Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:07:02.527804615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.817593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m51 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.527815685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.818234Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.527823265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.818417Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:02.527833075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.818479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:02.527845225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.818495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!AgDMtruxfIDFpcDh5G:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.527857355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.818677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1215\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"46\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.527868074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.818711Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"name\": String(\"Allowed Room\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:02.527882444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.819463Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:02.527893544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.819494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:02.527903634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.819522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:02.527912554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.821123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.527922804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.821158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.527961094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.821219Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.527979343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.823700Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:02.527995713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.823746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:02.528008273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.823763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:02.528021433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.823788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:02.528031903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.823804Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:02.528044583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.823816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.528053693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.825889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:02.528064203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.825958Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:02.528073123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.825976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.528083582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.828061Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:02.528126632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.828116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:02.528139832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.828133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.528150902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.830300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:02.528162432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.830355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:02.528170972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.830372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.528181322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.832421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Allowed Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:07:02.528192662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.832476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Allowed Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:02.528203911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.832493Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Allowed Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.528286311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.834076Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:02.528298031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.834176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m15 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.5283096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.834696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.52832235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.834916Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1215\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"245\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.52833358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.834960Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"initial_state\": Array([Object({\"content\": Object({\"allow\": Array([Object({\"room_id\": String(\"!lqB6uB6QOw0M9L0LEH:hs1\"), \"type\": String(\"m.room_membership\"), \"via\": Array([String(\"hs1\")])})]), \"join_rule\": String(\"restricted\")}), \"state_key\": String(\"\"), \"type\": String(\"m.room.join_rules\")})]), \"name\": String(\"Room\"), \"preset\": String(\"public_chat\"), \"room_version\": String(\"8\")}))\n"} -{"Time":"2024-04-23T18:07:02.52834676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.835504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"8\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:02.52835894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.835532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"8\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:02.52836956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.835556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"8\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:02.52838147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.837265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.52839534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.837299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.52840594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.837361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.52841866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.839528Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:02.528432509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.839574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:02.528480109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.839591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:02.528494129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.839614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:02.528504439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.839629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:02.528516759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.839641Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.528530009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.841447Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:02.528542098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.841502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:02.528557528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.841519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.528569368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.843415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:02.528579058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.843470Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:02.528588758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.843487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.528602188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.845369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:02.528617978-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.845422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:02.528631328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.845439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.528646318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.847369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!lqB6uB6QOw0M9L0LEH:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:02.528664027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.847422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!lqB6uB6QOw0M9L0LEH:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:02.528678967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.847439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"allow\":[{\"room_id\":\"!lqB6uB6QOw0M9L0LEH:hs1\",\"type\":\"m.room_membership\",\"via\":[\"hs1\"]}],\"join_rule\":\"restricted\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.528692277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.849471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:07:02.528707307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.849525Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:02.528718337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.849542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Room\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.528727107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.850970Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:02.528733727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.851057Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m16 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.528740457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.851644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.528750507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.851798Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21yq1YdZnjvQaTbQml3d:hs1/state/m.room.power_levels/ {\"host\": \"127.0.0.1:1215\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"42\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.528758587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.851823Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21yq1YdZnjvQaTbQml3d:hs1/state/m.room.power_levels/ Some(Object({\"invite\": 100, \"users\": Object({\"@user-1:hs1\": 100})}))\n"} -{"Time":"2024-04-23T18:07:02.528842436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.852403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"invite\":100,\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:02.528862466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.852456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"invite\":100,\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:02.528875296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.852473Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"invite\":100,\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:02.528886225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.852488Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"invite\":100,\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:02.528900975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.852514Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"invite\":100,\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:07:02.528911835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.852549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"invite\":100,\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {\"m.room.encryption\", \"m.room.history_visibility\", \"m.room.power_levels\", \"m.room.server_acl\", \"m.room.tombstone\"}\n"} -{"Time":"2024-04-23T18:07:02.528923695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.852595Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"invite\":100,\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:02.528948825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.852608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"invite\":100,\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yq1YdZnjvQaTbQml3d:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.528960025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.854288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.528966695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.854848Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.528973075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.855190Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1215\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:02.528979935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.855215Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:02.528989605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.859217Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:07:02.528995694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:55.859367Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.529004674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.056398Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.529013044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.056877Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs2 keys\n"} -{"Time":"2024-04-23T18:07:02.529022424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.056902Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:07:02.529031654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.057382Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.529045514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.057699Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:07:02.529055504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.057727Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:07:02.529065444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.057877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:07:02.529075644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.057923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.529091504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.057979Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.529102214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.058038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.529111863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.058124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 21148:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.529117423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.529122523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:07:02.529127883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.529203733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.058332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.529215883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.058407Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.529225952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.058712Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:07:02.529235882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.058744Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 21148\n"} -{"Time":"2024-04-23T18:07:02.529245802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.058783Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 21148:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:07:02.529258322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.529264922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:07:02.529271642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:07:02.529278192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"hs2. 600 IN A 172.29.0.3\n"} -{"Time":"2024-04-23T18:07:02.529285012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:07:02.529291552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.529297722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.529309002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.058815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 21148:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:07:02.529318402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.529324912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:07:02.529331382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:07:02.529337841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"hs2. 600 IN A 172.29.0.3\n"} -{"Time":"2024-04-23T18:07:02.529347531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:07:02.529354341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.529361031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.529369331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.059177Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:07:02.529380211-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.059213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.3:443\n"} -{"Time":"2024-04-23T18:07:02.529396401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.059398Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.29.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:07:02.529408961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.059444Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:07:02.529422961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.059471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:07:02.529435141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.059508Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:07:02.529445481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.059570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:07:02.5294619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.059608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:07:02.52947297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.059630Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.52948385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.059656Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.52949447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.059675Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.52950172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.059727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 48929:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.52950711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.52951316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.52952295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.52953093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.059790Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.52954142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.059848Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.52955178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.061156Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.529562139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.061180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 48929\n"} -{"Time":"2024-04-23T18:07:02.529571839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.061212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 48929:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.529579489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.529584369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.529592389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.529597349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.529605249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.529612349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.529618599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.529627929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.061242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.529639399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.061269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.529650529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.061434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.529662189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.061464Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.529671509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.061532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m16798\n"} -{"Time":"2024-04-23T18:07:02.529682368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.061545Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 16798:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.529690638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.529697008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.529704448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.529709998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.061566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.529715768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.063697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.529721368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.063711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:07:02.529729558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.063719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.529736688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.063730Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.529742378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.063738Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.529747908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.063745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.529755698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.063752Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.529763318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.063762Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.529771908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.063792Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 16798:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.529780678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.529791577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.529798237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.529804437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.529809907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.529815057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.529819857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.529828557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.063841Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:07:02.529839917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.063862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.529849457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.063885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.529860627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.063904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.529870207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.063964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 60378:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.529878667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.529883947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.529888917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.529896697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.064030Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.529906456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.064083Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.529917996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.065171Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.529927236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.065194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 60378\n"} -{"Time":"2024-04-23T18:07:02.529954366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.065226Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 60378:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.529961406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.529968336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.529974376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.529980706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.529988126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.529994986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.530000096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.530006456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.065253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.530015035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.065276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.530023445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.065294Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.530032925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.065338Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.530040595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.065356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m27878\n"} -{"Time":"2024-04-23T18:07:02.530048385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.065366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 27878:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.530054695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.530059545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.530064495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.530070655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.065384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.530080735-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.108272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.530086745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.108286Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:07:02.530092275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.108294Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.530099185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.108305Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.530107435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.108312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.530113175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.108318Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.530119705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.108325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.530127115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.108335Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.530133844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.108371Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 27878:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.530140444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.530145334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.530152214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.530158544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.530164964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.530170274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.530175014-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.530181354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.108416Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.530189344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.108449Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:07:02.530197954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.108480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:07:02.530206474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.108500Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.530218044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.108522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.530234064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.108540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.530243913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.108589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 29690:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.530249663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.530256533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.530262333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.530270773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.108632Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.530280493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.108681Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.530292563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.109756Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.530301723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.109779Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 29690\n"} -{"Time":"2024-04-23T18:07:02.530309423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.109811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 29690:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.530317103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.530324813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.530329893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.530334663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.530343503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.530351113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.530357512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.530366062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.109838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.530376972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.109859Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.530385162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.109877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.530395812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.109920Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.530403582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.109957Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m33683\n"} -{"Time":"2024-04-23T18:07:02.530411502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.109973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 33683:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.530419852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.530426812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.530433142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.530438832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.109997Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.530447142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.152867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.530453072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.152881Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:02.530459992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.152888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.530468182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.152899Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.530475491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.152905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.530482881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.152912Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.530492781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.152918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.530498461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.152928Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.530504911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.152969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 33683:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.530512641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.530519011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.530525111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.530531311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.530541071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.530547061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.530552261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.530558261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.153016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:07:02.530567591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.153036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.530579721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.153058Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.53058805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.153076Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.53059515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.153124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 8592:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.53060516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.53061185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.53061708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.53062297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.153183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.53063138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.153235Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.53063916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.154564Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.53064666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.154700Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 8592\n"} -{"Time":"2024-04-23T18:07:02.53065515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.154755Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 8592:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.53066157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.53066645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.53067387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.53068056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.53068706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.53069345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.530698609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.530705689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.154800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.530715539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.154831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.530726939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.154853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.530739909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.154925Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.530746859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.154978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m15917\n"} -{"Time":"2024-04-23T18:07:02.530752969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.154991Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 15917:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.530758269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.530763079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.530767889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.530773009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.155009Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.530778649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.197971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.530784109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.197987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:02.530792059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.197996Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.530798479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.198006Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.530805979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.198014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.530813528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.198021Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.530819728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.198028Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.530825238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.198039Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.530836088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.198080Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 15917:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.530842858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.530848688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.530854868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.530861138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.530866328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.530871238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.530880078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.530888348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.198134Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.530898698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.198197Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:07:02.530906868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.198290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:07:02.530916478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.198547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.530926037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.198607Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.530951297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.198641Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:07:02.530961687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.198669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.3:8448\n"} -{"Time":"2024-04-23T18:07:02.530972287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.198871Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.29.0.3:8448\n"} -{"Time":"2024-04-23T18:07:02.530983897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.200394Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:07:02.530991467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.200476Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.530998967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.201064Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.531006537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.201091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.531015617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.201245Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/key/v2/server with https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:02.531025577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.201264Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.531036257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.201353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:02.531043986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.201763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!lqB6uB6QOw0M9L0LEH:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:07:02.531053506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.201786Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!lqB6uB6QOw0M9L0LEH:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:07:02.531060716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.202097Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:02.531067306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.202815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.531073626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.202850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.531080566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.202905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.531087116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.203426Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m147 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.531098536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.204489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.531107776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.204763Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.531115696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.205015Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!lqB6uB6QOw0M9L0LEH:hs1/$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"772\"}\n"} -{"Time":"2024-04-23T18:07:02.531127316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.205038Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!lqB6uB6QOw0M9L0LEH:hs1/$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ Some(Object({\"auth_events\": Array([String(\"$hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc\"), String(\"$49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\"), String(\"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 8, \"hashes\": Object({\"sha256\": String(\"FDJfuxNKRUT9LSO2gAS0ilSDWI3/GAVJOuNlFuuzYZ0\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910016203, \"prev_events\": Array([String(\"$mhfomRNE8lZ_pKze9fDoi6NNRIvQARsv63Kx1mQIm6I\")]), \"room_id\": String(\"!lqB6uB6QOw0M9L0LEH:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:oeh1gCtM\": String(\"c"} -{"Time":"2024-04-23T18:07:02.531143316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"mlvIWdkTy7G8/2FPZF1Lfa/7otRRyqVVXtSyJ91tH4lBFqxqXhBl9H796aC30NJ2ps3wM7sq2WWoHXqXNPEBQ\")}), \"hs2\": Object({\"ed25519:WwSlC3wS\": String(\"jsJcctY13Vn3mQMpTZnOGvrm0P+yrOQvkqpZc0ijvGU0YHICKCTsjt9CDcZ9apEilURMaEMk3drZD3LR2OQgDA\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:07:02.531152145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.205233Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:02.531158815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.205636Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:07:02.531165525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.205813Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.531175555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.205913Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.531184205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.206113Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:02.531194795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.206610Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:07:02.531203825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.206683Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc in db\n"} -{"Time":"2024-04-23T18:07:02.531213825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.206726Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y in db\n"} -{"Time":"2024-04-23T18:07:02.531224365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.206764Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE in db\n"} -{"Time":"2024-04-23T18:07:02.531239645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.206794Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:07:02.531248815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.206810Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc in db\n"} -{"Time":"2024-04-23T18:07:02.531256625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.206825Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y in db\n"} -{"Time":"2024-04-23T18:07:02.531268044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.206838Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE in db\n"} -{"Time":"2024-04-23T18:07:02.531278474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.206858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:07:02.531290474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.207049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.531300814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.207086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.531313614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.207140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.531322554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.207243Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:07:02.531330054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.207379Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:07:02.531337584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.207562Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $mhfomRNE8lZ_pKze9fDoi6NNRIvQARsv63Kx1mQIm6I in db\n"} -{"Time":"2024-04-23T18:07:02.531346184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.207587Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:07:02.531357424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.207601Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $mhfomRNE8lZ_pKze9fDoi6NNRIvQARsv63Kx1mQIm6I in db\n"} -{"Time":"2024-04-23T18:07:02.531367544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.207724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:07:02.531439503-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.207774Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$mhfomRNE8lZ_pKze9fDoi6NNRIvQARsv63Kx1mQIm6I\"]\n"} -{"Time":"2024-04-23T18:07:02.531449753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.207946Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:07:02.531457183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.207974Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:07:02.531464583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.208096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:07:02.531475273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.208178Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:07:02.531484593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.208248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.531493822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.208352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.531502342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.208542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.531512522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.208565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:07:02.531519992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.208796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:07:02.531530882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.208816Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.531539292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.208839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.531549822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.208971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.531558562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.208996Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:07:02.531569462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.209012Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:07:02.531579202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.209074Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:07:02.531586782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.209094Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:07:02.531595212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.209148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:07:02.531608621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.209378Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:07:02.531687761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.209563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m79.819µs\n"} -{"Time":"2024-04-23T18:07:02.531697891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.209766Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m282.708µs\n"} -{"Time":"2024-04-23T18:07:02.531707561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.209877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m395.187µs\n"} -{"Time":"2024-04-23T18:07:02.53172094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.210109Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$aTFL10Dxvj35zzBg4k0ZXA-G_Yadkx9jG8aCv4Z9LJ4\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m625.425µs\n"} -{"Time":"2024-04-23T18:07:02.5317301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.210219Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m736.284µs\n"} -{"Time":"2024-04-23T18:07:02.53174081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.210459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m976.251µs\n"} -{"Time":"2024-04-23T18:07:02.53175108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.210570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.08783ms\n"} -{"Time":"2024-04-23T18:07:02.53175897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.210844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.361348ms\n"} -{"Time":"2024-04-23T18:07:02.53177382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.210963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.480227ms\n"} -{"Time":"2024-04-23T18:07:02.53178397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.211239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$jnDNO73lDCbwEpGQj5kPxjlfOqUt8DPfHroYlq9lemY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.755814ms\n"} -{"Time":"2024-04-23T18:07:02.53179286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.211351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.868923ms\n"} -{"Time":"2024-04-23T18:07:02.53180206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.211624Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ML9JlODPhW6o2Ky-aco95pymfFMCZZeTQaFWayHgFuI\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.140411ms\n"} -{"Time":"2024-04-23T18:07:02.53181066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.211736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.25348ms\n"} -{"Time":"2024-04-23T18:07:02.53183217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.212023Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$mhfomRNE8lZ_pKze9fDoi6NNRIvQARsv63Kx1mQIm6I\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.539357ms\n"} -{"Time":"2024-04-23T18:07:02.531843509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.212138Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.655796ms\n"} -{"Time":"2024-04-23T18:07:02.531851159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.212164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.682676ms\n"} -{"Time":"2024-04-23T18:07:02.531862539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.212452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m239.767µs\n"} -{"Time":"2024-04-23T18:07:02.531870349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.212785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m573.855µs\n"} -{"Time":"2024-04-23T18:07:02.531882429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.212838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m628.764µs\n"} -{"Time":"2024-04-23T18:07:02.531893779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.212882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m671.954µs\n"} -{"Time":"2024-04-23T18:07:02.531904089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.212930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:07:02.531915129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.213053Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:07:02.531922799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.213184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:07:02.531929809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.213253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 7\n"} -{"Time":"2024-04-23T18:07:02.532006448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.213268Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$aTFL10Dxvj35zzBg4k0ZXA-G_Yadkx9jG8aCv4Z9LJ4\", (\"m.room.name\", \"\"): \"$mhfomRNE8lZ_pKze9fDoi6NNRIvQARsv63Kx1mQIm6I\", (\"m.room.history_visibility\", \"\"): \"$jnDNO73lDCbwEpGQj5kPxjlfOqUt8DPfHroYlq9lemY\", (\"m.room.create\", \"\"): \"$hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc\", (\"m.room.power_levels\", \"\"): \"$49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\", (\"m.room.guest_access\", \"\"): \"$ML9JlODPhW6o2Ky-aco95pymfFMCZZeTQaFWayHgFuI\", (\"m.room.join_rules\", \"\"): \"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\"}\n"} -{"Time":"2024-04-23T18:07:02.532016848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.213296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:07:02.532026378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.213309Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\"]}\n"} -{"Time":"2024-04-23T18:07:02.532033788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.213449Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:07:02.532040678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.213468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\", \"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\"}\n"} -{"Time":"2024-04-23T18:07:02.532050288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.213568Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:07:02.532057427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.213623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE) senders power level\n"} -{"Time":"2024-04-23T18:07:02.532064287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.213710Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:07:02.532073757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.213730Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE power level 100\n"} -{"Time":"2024-04-23T18:07:02.532081637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.213746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:07:02.532093797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.213804Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:07:02.532101557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.213827Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\"]\n"} -{"Time":"2024-04-23T18:07:02.532108587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.213852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:07:02.532120037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.213865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\"]\n"} -{"Time":"2024-04-23T18:07:02.532127177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214076Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\"\n"} -{"Time":"2024-04-23T18:07:02.532134277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:02.532143777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214143Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:02.532259626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214160Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:02.532268216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 7\n"} -{"Time":"2024-04-23T18:07:02.532278355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214202Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.history_visibility\", \"\"): \"$jnDNO73lDCbwEpGQj5kPxjlfOqUt8DPfHroYlq9lemY\", (\"m.room.join_rules\", \"\"): \"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\", (\"m.room.name\", \"\"): \"$mhfomRNE8lZ_pKze9fDoi6NNRIvQARsv63Kx1mQIm6I\", (\"m.room.create\", \"\"): \"$hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc\", (\"m.room.member\", \"@user-1:hs1\"): \"$aTFL10Dxvj35zzBg4k0ZXA-G_Yadkx9jG8aCv4Z9LJ4\", (\"m.room.power_levels\", \"\"): \"$49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\", (\"m.room.guest_access\", \"\"): \"$ML9JlODPhW6o2Ky-aco95pymfFMCZZeTQaFWayHgFuI\"}\n"} -{"Time":"2024-04-23T18:07:02.532294855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:07:02.532301965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214253Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\"]\n"} -{"Time":"2024-04-23T18:07:02.532309185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\")\n"} -{"Time":"2024-04-23T18:07:02.532316425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:07:02.532327635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214410Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\n"} -{"Time":"2024-04-23T18:07:02.532337425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214473Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\n"} -{"Time":"2024-04-23T18:07:02.532346815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214531Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\"]\n"} -{"Time":"2024-04-23T18:07:02.532353845-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:07:02.532362555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\"]\n"} -{"Time":"2024-04-23T18:07:02.532378944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\"\n"} -{"Time":"2024-04-23T18:07:02.532387364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214757Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.532394564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214779Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.532401484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.532408604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:07:02.532415934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.214995Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:07:02.532429044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.216500Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:07:02.532439664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.218660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m10.694725ms\n"} -{"Time":"2024-04-23T18:07:02.532449284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.218824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m32.98µs\n"} -{"Time":"2024-04-23T18:07:02.532459324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.218876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m85.2µs\n"} -{"Time":"2024-04-23T18:07:02.532467474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.221176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m16 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.532475304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.222234Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.532487893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.222554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.532495683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.222611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/qf6gn_HKMbmGWmGkj1TpKKUAtX2k6A_6b9CnAZaIOaw\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.532503203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.222663Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.532539383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.222694Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:07:02.532546323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.222720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.3:8448\n"} -{"Time":"2024-04-23T18:07:02.532553333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.222799Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.532565243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.222923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.29.0.3:8448\n"} -{"Time":"2024-04-23T18:07:02.532573153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.229977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.532579583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.230192Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.532586363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.230343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:07:02.532596282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.230363Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:07:02.532605982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.230530Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:02.532613332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.231368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.532619572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.231401Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.532625932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.231483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:07:02.532638922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.231557Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:07:02.532647652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.232245Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:07:02.532657012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.232339Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.532664312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.232706Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.532670872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.232920Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.532680182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.233090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:07:02.532687692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.233109Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:07:02.532694102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.233272Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:02.532701662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.234068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.532710441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.234103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.532719381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.234182Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:07:02.532728961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.234263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:07:02.532736971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.273100Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.532743501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.273128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.532750081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.273276Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/qf6gn_HKMbmGWmGkj1TpKKUAtX2k6A_6b9CnAZaIOaw with https://hs2:8448/_matrix/federation/v1/send/qf6gn_HKMbmGWmGkj1TpKKUAtX2k6A_6b9CnAZaIOaw\n"} -{"Time":"2024-04-23T18:07:02.532759291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.273300Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.532766681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.273328Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/qf6gn_HKMbmGWmGkj1TpKKUAtX2k6A_6b9CnAZaIOaw\n"} -{"Time":"2024-04-23T18:07:02.532775781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.433377Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.532782041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.433553Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs3 keys\n"} -{"Time":"2024-04-23T18:07:02.532789571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.433581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs3 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:07:02.532798631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.433623Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.53288068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.433660Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs3\n"} -{"Time":"2024-04-23T18:07:02.53289608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.433680Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs3\n"} -{"Time":"2024-04-23T18:07:02.53290346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.433750Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs3 A\n"} -{"Time":"2024-04-23T18:07:02.53291389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.433785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs3\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.532921769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.433814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.532929339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.433835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs3\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.532951429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.433894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 54326:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.532957069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.532962719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; hs3. IN A\n"} -{"Time":"2024-04-23T18:07:02.532972699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.532980869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434002Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.532990799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434090Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.532999869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434204Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:07:02.533010219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 54326\n"} -{"Time":"2024-04-23T18:07:02.533074598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434262Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 54326:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:07:02.533082328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.533087118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; hs3. IN A\n"} -{"Time":"2024-04-23T18:07:02.533095318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:07:02.533101938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"hs3. 600 IN A 172.29.0.2\n"} -{"Time":"2024-04-23T18:07:02.533108098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:07:02.533118928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.533124748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.533132108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 54326:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:07:02.533144008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.533150327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; hs3. IN A\n"} -{"Time":"2024-04-23T18:07:02.533156597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:07:02.533165467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"hs3. 600 IN A 172.29.0.2\n"} -{"Time":"2024-04-23T18:07:02.533170767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:07:02.533175647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.533184017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.533195107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434382Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs3\"), port=None\n"} -{"Time":"2024-04-23T18:07:02.533206007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.2:443\n"} -{"Time":"2024-04-23T18:07:02.533216767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434587Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.29.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:07:02.533230397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434630Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs3\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:07:02.533243337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434656Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs3\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:07:02.533256587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434691Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:07:02.533267256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs3.\"\n"} -{"Time":"2024-04-23T18:07:02.533275326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs3 SRV\n"} -{"Time":"2024-04-23T18:07:02.533283116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434776Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.533294066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434799Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.533305176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.533314966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434866Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 20835:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.533321896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.533326856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.533334616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.533341986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.434951Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.533352396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.435020Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.533361186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.436373Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.533371526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.436395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 20835\n"} -{"Time":"2024-04-23T18:07:02.533380835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.436428Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 20835:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.533391635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.533398095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.533404505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.533410695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.533415885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.533420955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.533425855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.533432175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.436457Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.533445455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.436480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.533453875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.436498Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.533460935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.436542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.533466875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.436562Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m19865\n"} -{"Time":"2024-04-23T18:07:02.533475265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.436573Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 19865:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.533482375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.533488974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.533496574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.533501904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.436591Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.533507564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.478999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.533513184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.479017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:07:02.533518844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.479027Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.533525774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.479042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.533533244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.479050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.533548024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.479059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.533556954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.479067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.533564144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.479083Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.533572744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.479133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 19865:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.533580654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.533585634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.533590494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.533597804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.533603113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.533609963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.533616313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.533624073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.479208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs3. SRV\n"} -{"Time":"2024-04-23T18:07:02.533637403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.479239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.533649313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.479274Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.533660863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.479293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.533668403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.479348Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 35014:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.533677313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.533684013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.533690423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.533697213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.479397Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.533704923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.479448Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.533712763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.480588Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.533725652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.480635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 35014\n"} -{"Time":"2024-04-23T18:07:02.533735642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.480676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 35014:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.533742272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.533747952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.533753642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.533759962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.533770582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.533777422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.533783102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.533789582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.480715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.533799462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.480746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.533813822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.480766Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.533821222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.480823Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.533827062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.480848Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m32594\n"} -{"Time":"2024-04-23T18:07:02.533832981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.480861Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 32594:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.533839741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.533849931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.533856121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.533861461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.480881Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.533867161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.523097Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.533876881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.523108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:07:02.533884391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.523116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.533891521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.523126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:02.533899881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.523132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.533905721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.523139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.533911251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.523146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.533917661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.523156Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.533928251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.523187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 32594:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.53395062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.53395724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix-fed._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.53396516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.53397009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.53397512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.53398309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.53398885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.53399895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.523234Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.53400875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.523265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs3.\"\n"} -{"Time":"2024-04-23T18:07:02.53402145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.523294Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs3 SRV\n"} -{"Time":"2024-04-23T18:07:02.53403112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.523314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.53404192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.523335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.53405281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.523353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.534061319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.523400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 21410:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.534068459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.534077599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.534084149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.534090999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.523457Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.534103889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.523508Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.534114629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.524587Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.534125569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.524609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 21410\n"} -{"Time":"2024-04-23T18:07:02.534133359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.524641Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 21410:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.534140159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.534149049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.534155589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.534162879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.534172278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.534177638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.534182398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.534192418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.524668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.534203958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.524693Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.534215258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.524714Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs3\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.534222538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.524755Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.534228258-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.524772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m13075\n"} -{"Time":"2024-04-23T18:07:02.534236648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.524783Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 13075:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.534242118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.534247088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.534254248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.534259658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.524801Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.534268018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.567129Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.534277458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.567141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:02.534287447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.567148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.534298567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.567158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.534304527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.567165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.534313647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.567172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.534320857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.567178Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.534328937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.567188Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.534337987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.567220Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 13075:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.534350837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.534358347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.534366447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.534372337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.534381747-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.534387257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.534396916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.534403366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.567269Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs3. SRV\n"} -{"Time":"2024-04-23T18:07:02.534416606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.567290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.534426076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.567311Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.534436736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.567329Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.534445936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.567376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 50991:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.534453276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.534458306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.534465686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.534471956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.567442Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:02.534479676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.567500Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:02.534489976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.568677Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.534501346-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.568698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 50991\n"} -{"Time":"2024-04-23T18:07:02.534510335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.568731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 50991:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.534519135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.534525045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.534532525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.534537505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.534542915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.534547975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.534555485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.534564565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.568757Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.534578135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.568777Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:02.534587355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.568795Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:02.534595815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.568836Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:02.534606675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.568853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m58992\n"} -{"Time":"2024-04-23T18:07:02.534615455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.568863Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 58992:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:02.534622085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.534630774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.534635874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.534642354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.568881Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:02.534653064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.610732Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.534660254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.610751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:02.534669544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.610761Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.534677094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.610774Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:02.534686594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.610783Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:02.534692594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.610791Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:02.534701584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.610799Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:02.534708524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.610812Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:02.534717524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.610864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 58992:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:02.534724374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; query\n"} -{"Time":"2024-04-23T18:07:02.534733434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":";; _matrix._tcp.hs3. IN SRV\n"} -{"Time":"2024-04-23T18:07:02.534740143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:02.534747543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:02.534755243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":". 85952 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:02.534763993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:02.534772513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.534783243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.610921Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs3.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:02.534794493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.610995Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:07:02.534802313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.611083Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs3\", \":8448\") hostname: Named(\"hs3\", \":8448\")\n"} -{"Time":"2024-04-23T18:07:02.534813453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.611266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs3\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.534826973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.611312Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:07:02.534837913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.611343Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs3\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:07:02.534849943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.611371Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.2:8448\n"} -{"Time":"2024-04-23T18:07:02.534860172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.611568Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.29.0.2:8448\n"} -{"Time":"2024-04-23T18:07:02.534870302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.613675Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:07:02.534884182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.613756Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:07:02.534893832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.614618Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:07:02.534903302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.614646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:07:02.534911052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.614674Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs3:8448 for https://hs3:8448/_matrix/key/v2/server with https://hs3:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:02.534921952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.614694Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.534942212-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.614722Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs3:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:02.534952662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.615216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!lqB6uB6QOw0M9L0LEH:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:07:02.534960562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.615250Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!lqB6uB6QOw0M9L0LEH:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:07:02.534970331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.615524Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:02.534978261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.616507Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.534984871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.616552Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.534993881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.616624Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.535001421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.617163Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m183 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.535008011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.618849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.535018831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.619096Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs3, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.535027321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.619352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!lqB6uB6QOw0M9L0LEH:hs1/$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"772\"}\n"} -{"Time":"2024-04-23T18:07:02.535040381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.619374Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!lqB6uB6QOw0M9L0LEH:hs1/$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk Some(Object({\"auth_events\": Array([String(\"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\"), String(\"$hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc\"), String(\"$49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\")]), \"content\": Object({\"displayname\": String(\"user-3 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"iuZY/HhmakqpJAOt+TPFKUOF05+5EfieK4+f5/HzRsM\")}), \"origin\": String(\"hs3\"), \"origin_server_ts\": 1713910016617, \"prev_events\": Array([String(\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\")]), \"room_id\": String(\"!lqB6uB6QOw0M9L0LEH:hs1\"), \"sender\": String(\"@user-3:hs3\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:oeh1gCtM\": String(\"+"} -{"Time":"2024-04-23T18:07:02.535053701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"8LCxSmi+jF83PuShADjboHzUO2724jNKxFi+m1jHW3NDM7ss5Zvp9yVxlk3bF/MXPDcXoxrLwmTDbT4CgIwDw\")}), \"hs3\": Object({\"ed25519:9rAj6lYS\": String(\"RvMmdMYV6BX5o2s0nORkvA1baow3J9YW7/SgsYb7P7/bDTCEF+Dmm2GEHX32BkzoW5luDEVXr6oPOvAzaPNFDw\")})}), \"state_key\": String(\"@user-3:hs3\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:07:02.535065591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.619587Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:02.535072381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.619909Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs3\n"} -{"Time":"2024-04-23T18:07:02.53508147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.620029Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.53508993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.620113Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs3, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.53509948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.620287Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:02.53511195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.620724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:07:02.53512058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.620809Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE in db\n"} -{"Time":"2024-04-23T18:07:02.53513256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.620850Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc in db\n"} -{"Time":"2024-04-23T18:07:02.53514046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.620889Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y in db\n"} -{"Time":"2024-04-23T18:07:02.53514835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.620907Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:07:02.53515883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.620921Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE in db\n"} -{"Time":"2024-04-23T18:07:02.53516673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.620946Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc in db\n"} -{"Time":"2024-04-23T18:07:02.53517646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.620958Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y in db\n"} -{"Time":"2024-04-23T18:07:02.53518671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.620979Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:07:02.535198509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.621067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.535208729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.621096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.535220879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.621153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.535237889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.621170Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:07:02.535247449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.621313Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:07:02.535255199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.621496Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ in db\n"} -{"Time":"2024-04-23T18:07:02.535266049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.621521Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:07:02.535277969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.621535Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ in db\n"} -{"Time":"2024-04-23T18:07:02.535288309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.621569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:07:02.535299809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.621613Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\"]\n"} -{"Time":"2024-04-23T18:07:02.535310198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.621707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:07:02.535320018-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.621732Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:07:02.535328028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.621834Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:07:02.535338778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.621913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:07:02.535354938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.621930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.535363308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.622040Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.535370708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.622136Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.535378228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.622158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:07:02.535388578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.622385Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:07:02.535398378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.622406Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.535406078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.622430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.535413348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.622476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.535421817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.622497Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:07:02.535433737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.622512Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:07:02.535444877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.622573Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:07:02.535455107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.622593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:07:02.535465497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.622647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:07:02.535477047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.622869Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:07:02.535486587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.623044Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m45.43µs\n"} -{"Time":"2024-04-23T18:07:02.535494987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.623104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m106.679µs\n"} -{"Time":"2024-04-23T18:07:02.535508947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.623372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m9 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m218.198µs\n"} -{"Time":"2024-04-23T18:07:02.535521087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.623707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m554.555µs\n"} -{"Time":"2024-04-23T18:07:02.535532147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.623825Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m672.714µs\n"} -{"Time":"2024-04-23T18:07:02.535540736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.623889Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m736.283µs\n"} -{"Time":"2024-04-23T18:07:02.535550486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.623949Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:07:02.535560016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:07:02.535567756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624084Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:07:02.535580026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 8\n"} -{"Time":"2024-04-23T18:07:02.535589426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624186Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\", (\"m.room.join_rules\", \"\"): \"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\", (\"m.room.name\", \"\"): \"$mhfomRNE8lZ_pKze9fDoi6NNRIvQARsv63Kx1mQIm6I\", (\"m.room.guest_access\", \"\"): \"$ML9JlODPhW6o2Ky-aco95pymfFMCZZeTQaFWayHgFuI\", (\"m.room.member\", \"@user-1:hs1\"): \"$aTFL10Dxvj35zzBg4k0ZXA-G_Yadkx9jG8aCv4Z9LJ4\", (\"m.room.create\", \"\"): \"$hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc\", (\"m.room.history_visibility\", \"\"): \"$jnDNO73lDCbwEpGQj5kPxjlfOqUt8DPfHroYlq9lemY\", (\"m.room.member\", \"@user-2:hs2\"): \"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\"}\n"} -{"Time":"2024-04-23T18:07:02.535601976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:07:02.535612166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-3:hs3\"): [\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\"]}\n"} -{"Time":"2024-04-23T18:07:02.535622856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 1\n"} -{"Time":"2024-04-23T18:07:02.535634766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\"}\n"} -{"Time":"2024-04-23T18:07:02.535645816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:07:02.535654025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624420Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:07:02.535663965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 0\n"} -{"Time":"2024-04-23T18:07:02.535676415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624448Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m []\n"} -{"Time":"2024-04-23T18:07:02.535686445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624465Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:07:02.535696725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on []\n"} -{"Time":"2024-04-23T18:07:02.535707225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 8\n"} -{"Time":"2024-04-23T18:07:02.535719785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624504Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.power_levels\", \"\"): \"$49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\", (\"m.room.join_rules\", \"\"): \"$Ie8X71X04DlS36jFmYC7DSqQoFmz_DlOAcACJVUSZfE\", (\"m.room.name\", \"\"): \"$mhfomRNE8lZ_pKze9fDoi6NNRIvQARsv63Kx1mQIm6I\", (\"m.room.guest_access\", \"\"): \"$ML9JlODPhW6o2Ky-aco95pymfFMCZZeTQaFWayHgFuI\", (\"m.room.member\", \"@user-1:hs1\"): \"$aTFL10Dxvj35zzBg4k0ZXA-G_Yadkx9jG8aCv4Z9LJ4\", (\"m.room.create\", \"\"): \"$hBjXMVqSTOUPXZySo6-fJaD0lSTnWKtlXH_z3dcG4Hc\", (\"m.room.history_visibility\", \"\"): \"$jnDNO73lDCbwEpGQj5kPxjlfOqUt8DPfHroYlq9lemY\", (\"m.room.member\", \"@user-2:hs2\"): \"$DAupYMjL9S28NZzX3wGHp-scKOi4K0eB6Ust8XSaIxQ\"}\n"} -{"Time":"2024-04-23T18:07:02.535729955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:07:02.535740485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624549Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\"]\n"} -{"Time":"2024-04-23T18:07:02.535749965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624565Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\")\n"} -{"Time":"2024-04-23T18:07:02.535760264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:07:02.535769184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\n"} -{"Time":"2024-04-23T18:07:02.535776724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624778Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $49tdx-otrLqJ6GwAgxpqK5PA8xrSWEq3OwMIf0OOH7Y\n"} -{"Time":"2024-04-23T18:07:02.535784134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624835Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\"]\n"} -{"Time":"2024-04-23T18:07:02.535797814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:07:02.535805604-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.624864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\"]\n"} -{"Time":"2024-04-23T18:07:02.535813054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.625073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\"\n"} -{"Time":"2024-04-23T18:07:02.535821614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.625097Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.535829244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.625120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.535839724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.625168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:02.535847444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.625202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:07:02.535854924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.625303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:07:02.535866434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.626807Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:07:02.535874113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.628904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$voHvmVPC4_jGYriIyRokJ9Z-GsV6WTEiLkKVePmt9kk\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!lqB6uB6QOw0M9L0LEH:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m7.179326ms\n"} -{"Time":"2024-04-23T18:07:02.535881383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.629082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m8 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m33.38µs\n"} -{"Time":"2024-04-23T18:07:02.535890863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.629134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m86.78µs\n"} -{"Time":"2024-04-23T18:07:02.535898103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.631773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.535907263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.632706Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.535917513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.633108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/YECGIZpjbYLKVbNmOVexOWBK14eQu0Mzqhn7dzDbbVc\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.535926763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.633174Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:07:02.535947103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.633196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.535956583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.633916Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:02.535967533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs3\")), port: Some(8448), path: \"/_matrix/federation/v1/send/cxk4M8d3SeOy_1mMnjvKRAB1oA2agv4DhAe7Q_MXGTQ\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:02.535975993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634272Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:07:02.535983633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634313Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs3\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:07:02.536061172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634341Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.29.0.2:8448\n"} -{"Time":"2024-04-23T18:07:02.536069222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.29.0.2:8448\n"} -{"Time":"2024-04-23T18:07:02.536076632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.634772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.536088472-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.635110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:02.536096881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636411Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:07:02.536105281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.636501Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:07:02.536112131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638784Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:07:02.536120651-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs3:8448)\n"} -{"Time":"2024-04-23T18:07:02.536132061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638841Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs3:8448 for https://hs3:8448/_matrix/federation/v1/send/cxk4M8d3SeOy_1mMnjvKRAB1oA2agv4DhAe7Q_MXGTQ with https://hs3:8448/_matrix/federation/v1/send/cxk4M8d3SeOy_1mMnjvKRAB1oA2agv4DhAe7Q_MXGTQ\n"} -{"Time":"2024-04-23T18:07:02.536139131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638857Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.536145801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.638885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs3\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs3:8448/_matrix/federation/v1/send/cxk4M8d3SeOy_1mMnjvKRAB1oA2agv4DhAe7Q_MXGTQ\n"} -{"Time":"2024-04-23T18:07:02.536154331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.873146Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.536163231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.873178Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:02.536173581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.873205Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/YECGIZpjbYLKVbNmOVexOWBK14eQu0Mzqhn7dzDbbVc with https://hs2:8448/_matrix/federation/v1/send/YECGIZpjbYLKVbNmOVexOWBK14eQu0Mzqhn7dzDbbVc\n"} -{"Time":"2024-04-23T18:07:02.536184071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.873221Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:02.536192961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.873252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/YECGIZpjbYLKVbNmOVexOWBK14eQu0Mzqhn7dzDbbVc\n"} -{"Time":"2024-04-23T18:07:02.5362022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.875343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.53621114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.875580Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs3, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.5362194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.875744Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:07:02.53622826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.875764Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:07:02.53624061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.875973Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:02.53625064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.876797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.53625883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.876832Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.53626544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.876913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:07:02.53627202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.877007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:07:02.53627974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.880858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.5362889-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.881069Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs3, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.53630137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.881222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:07:02.536311519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.881241Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:07:02.536318519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.881402Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:02.536325189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.882201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.536332839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.882235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.536342959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.882308Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:07:02.536352049-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.882384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:07:02.536364009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.883284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:02.536370859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.883448Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs3, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:02.536378109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.883587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:07:02.536387569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.883606Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!yq1YdZnjvQaTbQml3d:hs1/@user-3:hs3?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:07:02.536397119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.883750Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:02.536405759-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.884513Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:02.536413939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.884545Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:02.536423518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.884611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:07:02.536432588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:06:56.884681Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:07:02.536440798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:07:01.939636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:07:02.536447028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:07:01.939763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:07:02.536452738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:07:02.160215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:07:02.536458418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\u001b[2m2024-04-23T22:07:02.160334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:07:02.536494588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"2024/04/23 18:07:02 ============== d64c0575abe7ccc3e3a02607389c5debf3252b51aa1f691680bbc0a773537f68 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:07:02.536501118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.536506098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"\n"} -{"Time":"2024-04-23T18:07:02.555012043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Output":"--- FAIL: TestRestrictedRoomsRemoteJoinFailOver (8.03s)\n"} -{"Time":"2024-04-23T18:07:02.555020863-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestRestrictedRoomsRemoteJoinFailOver","Elapsed":8.03} -{"Time":"2024-04-23T18:07:02.555032953-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary"} -{"Time":"2024-04-23T18:07:02.555039063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"=== RUN TestClientSpacesSummary\n"} -{"Time":"2024-04-23T18:07:03.475049368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" room_hierarchy_test.go:86: Deploy times: 11.037621ms blueprints, 908.906594ms containers\n"} -{"Time":"2024-04-23T18:07:03.527156353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (52.022117ms)\n"} -{"Time":"2024-04-23T18:07:03.538618791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (11.350479ms)\n"} -{"Time":"2024-04-23T18:07:03.55334806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (14.63543ms)\n"} -{"Time":"2024-04-23T18:07:03.569911592-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (16.475633ms)\n"} -{"Time":"2024-04-23T18:07:03.584031107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (14.028115ms)\n"} -{"Time":"2024-04-23T18:07:03.598339669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (14.223014ms)\n"} -{"Time":"2024-04-23T18:07:03.612707821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (14.297653ms)\n"} -{"Time":"2024-04-23T18:07:03.657002636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (44.204496ms)\n"} -{"Time":"2024-04-23T18:07:03.671001922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (13.937436ms)\n"} -{"Time":"2024-04-23T18:07:03.680565417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (9.481055ms)\n"} -{"Time":"2024-04-23T18:07:03.680636296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" room_hierarchy_test.go:154: map[!0rJTk1OLNGgvBBT2kN:hs1:R5 !9LErVUAhhLGRlZghDo:hs1:Root !L4pug2EaTeSRZ4wAJP:hs1:R4 !S78ycJ1ty72dlORsrE:hs1:SS2 !ZgKHbvUQMf4lirIPFm:hs1:R3 !e5cKGallSGJGJkRFYT:hs1:Sub-Space 1 !mKO7tzVU4oFGZ7jM1P:hs1:R2 !sxuiXTQzFrNarTbuGd:hs1:R1]\n"} -{"Time":"2024-04-23T18:07:03.68242801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!9LErVUAhhLGRlZghDo:hs1/state/m.space.child/!sxuiXTQzFrNarTbuGd:hs1 =\u003e 200 OK (1.692935ms)\n"} -{"Time":"2024-04-23T18:07:03.68245637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" room_hierarchy_test.go:158: SendEventSynced waiting for event ID $wIKyw9o9qAXZ7ayDqBAs4j6Dd11PsUoUXPCFfouRAow\n"} -{"Time":"2024-04-23T18:07:03.689640556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (7.096546ms)\n"} -{"Time":"2024-04-23T18:07:03.692720148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!9LErVUAhhLGRlZghDo:hs1/state/m.space.child/!e5cKGallSGJGJkRFYT:hs1 =\u003e 200 OK (2.832145ms)\n"} -{"Time":"2024-04-23T18:07:03.692754768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" room_hierarchy_test.go:167: SendEventSynced waiting for event ID $HLaWEGL78Hoiz0soAeq98izmccPFSwWW9RyP4ZtDGHo\n"} -{"Time":"2024-04-23T18:07:03.693808669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.001221ms)\n"} -{"Time":"2024-04-23T18:07:03.697262378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.156542ms)\n"} -{"Time":"2024-04-23T18:07:03.699856255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!9LErVUAhhLGRlZghDo:hs1/state/m.space.child/!mKO7tzVU4oFGZ7jM1P:hs1 =\u003e 200 OK (2.486008ms)\n"} -{"Time":"2024-04-23T18:07:03.699874405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" room_hierarchy_test.go:175: SendEventSynced waiting for event ID $Dc4gXoPJ2inuVa5EfD1u45-yBGDfq-9cxNp40IGPrG4\n"} -{"Time":"2024-04-23T18:07:03.709738267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (9.807622ms)\n"} -{"Time":"2024-04-23T18:07:03.712981138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!mKO7tzVU4oFGZ7jM1P:hs1/state/m.space.child/!0rJTk1OLNGgvBBT2kN:hs1 =\u003e 200 OK (2.965044ms)\n"} -{"Time":"2024-04-23T18:07:03.713018008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" room_hierarchy_test.go:184: SendEventSynced waiting for event ID $iFUciOIrxOXRDhI7GgnBoiy067Un--HVNUZBZttNUM0\n"} -{"Time":"2024-04-23T18:07:03.714092808-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.01448ms)\n"} -{"Time":"2024-04-23T18:07:03.717759975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.35858ms)\n"} -{"Time":"2024-04-23T18:07:03.720673219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!mKO7tzVU4oFGZ7jM1P:hs1/state/m.space.parent/!9LErVUAhhLGRlZghDo:hs1 =\u003e 200 OK (2.818175ms)\n"} -{"Time":"2024-04-23T18:07:03.720694989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" room_hierarchy_test.go:191: SendEventSynced waiting for event ID $STs1iqUH3N5LoJS_cjsmqJ0CFbpvw3huWV8xgif0Uiw\n"} -{"Time":"2024-04-23T18:07:03.733310087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (12.549518ms)\n"} -{"Time":"2024-04-23T18:07:03.736634387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!e5cKGallSGJGJkRFYT:hs1/state/m.space.child/!S78ycJ1ty72dlORsrE:hs1 =\u003e 200 OK (3.033443ms)\n"} -{"Time":"2024-04-23T18:07:03.736654917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" room_hierarchy_test.go:199: SendEventSynced waiting for event ID $1Pwphjm4iaGJ-fwvpgWJGeAznwgd7BAN4IrvT4SUuEw\n"} -{"Time":"2024-04-23T18:07:03.737693858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (987.051µs)\n"} -{"Time":"2024-04-23T18:07:03.741226276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.235192ms)\n"} -{"Time":"2024-04-23T18:07:03.74414428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!S78ycJ1ty72dlORsrE:hs1/state/m.space.child/!ZgKHbvUQMf4lirIPFm:hs1 =\u003e 200 OK (2.815275ms)\n"} -{"Time":"2024-04-23T18:07:03.74416148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" room_hierarchy_test.go:207: SendEventSynced waiting for event ID $-mIr9M0DvHLuoOL8riH7Poioqp-uEROod_FhsBa1zZY\n"} -{"Time":"2024-04-23T18:07:03.756759908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (12.539058ms)\n"} -{"Time":"2024-04-23T18:07:03.760026749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!S78ycJ1ty72dlORsrE:hs1/state/m.space.child/!L4pug2EaTeSRZ4wAJP:hs1 =\u003e 200 OK (3.035753ms)\n"} -{"Time":"2024-04-23T18:07:03.760058668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" room_hierarchy_test.go:215: SendEventSynced waiting for event ID $dxjVH4ujGhP5MPGFlI97Sg91mqcFT0hWeM2GBjBCjpk\n"} -{"Time":"2024-04-23T18:07:03.76104138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (933.132µs)\n"} -{"Time":"2024-04-23T18:07:03.764600288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (3.231641ms)\n"} -{"Time":"2024-04-23T18:07:03.764646138-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/query_whole_graph"} -{"Time":"2024-04-23T18:07:03.764652608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/query_whole_graph","Output":"=== RUN TestClientSpacesSummary/query_whole_graph\n"} -{"Time":"2024-04-23T18:07:03.77227696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v1/rooms/!9LErVUAhhLGRlZghDo:hs1/hierarchy =\u003e 200 OK (7.565033ms)\n"} -{"Time":"2024-04-23T18:07:03.772415538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/query_whole_graph","Output":" room_hierarchy_test.go:228: \u001b[31mMatchResponse JSONCheckOff(rooms): unexpected item {\"name\":\"R5\",\"num_joined_members\":1,\"room_id\":\"!0rJTk1OLNGgvBBT2kN:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"children_state\":[]} (mapped value !0rJTk1OLNGgvBBT2kN:hs1) - http://127.0.0.1:1217/_matrix/client/v1/rooms/%!L(MISSING)ErVUAhhLGRlZghDo:hs1/hierarchy =\u003e {\"rooms\":[{\"name\":\"Root\",\"num_joined_members\":1,\"room_id\":\"!9LErVUAhhLGRlZghDo:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"room_type\":\"m.space\",\"children_state\":[{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023690,\"sender\":\"@user-1:hs1\",\"state_key\":\"!e5cKGallSGJGJkRFYT:hs1\",\"type\":\"m.space.child\"},{\"content\":{\"suggested\":true,\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023698,\"sender\":\"@user-1:hs1\",\"state_key\":\"!mKO7tzVU4oFGZ7jM1P:hs1\",\"type\":\"m.space.child\"},{\"content\":{\"suggested\":true,\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023681,\"sender\":\"@user-1:hs1\",\"state_key\":\"!sxuiXTQzFrNarTbuGd:hs1\",\"type\":\"m.space.child\"}]},{\"name\":\"Sub-Space 1\",\""} -{"Time":"2024-04-23T18:07:03.772428918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/query_whole_graph","Output":"num_joined_members\":1,\"room_id\":\"!e5cKGallSGJGJkRFYT:hs1\",\"topic\":\"Some topic for sub-space 1\",\"world_readable\":false,\"guest_can_join\":false,\"room_type\":\"m.space\",\"children_state\":[{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023734,\"sender\":\"@user-1:hs1\",\"state_key\":\"!S78ycJ1ty72dlORsrE:hs1\",\"type\":\"m.space.child\"}]},{\"name\":\"SS2\",\"num_joined_members\":1,\"room_id\":\"!S78ycJ1ty72dlORsrE:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"room_type\":\"m.space\",\"children_state\":[{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023757,\"sender\":\"@user-1:hs1\",\"state_key\":\"!L4pug2EaTeSRZ4wAJP:hs1\",\"type\":\"m.space.child\"},{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023742,\"sender\":\"@user-1:hs1\",\"state_key\":\"!ZgKHbvUQMf4lirIPFm:hs1\",\"type\":\"m.space.child\"}]},{\"name\":\"R4\",\"num_joined_members\":1,\"room_id\":\"!L4pug2EaTeSRZ4wAJP:hs1\",\"world_readable\":true,\"guest_can_join\":false,\"children_state\":[]},{\"name\":\"R3\",\"num_joined_members\":1,\"room_id\":\"!ZgKHbvUQMf4lirIPFm:hs1\",\"world_readable\":false,\"guest_can_j"} -{"Time":"2024-04-23T18:07:03.772442228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/query_whole_graph","Output":"oin\":false,\"children_state\":[]},{\"name\":\"R2\",\"num_joined_members\":1,\"room_id\":\"!mKO7tzVU4oFGZ7jM1P:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"children_state\":[{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023710,\"sender\":\"@user-1:hs1\",\"state_key\":\"!0rJTk1OLNGgvBBT2kN:hs1\",\"type\":\"m.space.child\"}]},{\"name\":\"R5\",\"num_joined_members\":1,\"room_id\":\"!0rJTk1OLNGgvBBT2kN:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"children_state\":[]},{\"name\":\"R1\",\"num_joined_members\":1,\"room_id\":\"!sxuiXTQzFrNarTbuGd:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"children_state\":[]}]}\u001b[39m\n"} -{"Time":"2024-04-23T18:07:03.772456468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/query_whole_graph","Output":"--- FAIL: TestClientSpacesSummary/query_whole_graph (0.01s)\n"} -{"Time":"2024-04-23T18:07:03.772462548-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/query_whole_graph","Elapsed":0.01} -{"Time":"2024-04-23T18:07:03.772470348-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/max_depth"} -{"Time":"2024-04-23T18:07:03.772475508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/max_depth","Output":"=== RUN TestClientSpacesSummary/max_depth\n"} -{"Time":"2024-04-23T18:07:03.773481629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v1/rooms/!9LErVUAhhLGRlZghDo:hs1/hierarchy =\u003e 200 OK (952.501µs)\n"} -{"Time":"2024-04-23T18:07:03.773647778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/max_depth","Output":" room_hierarchy_test.go:271: \u001b[31mMatchResponse JSONCheckOff(rooms.#(room_type==\"m.space\")#): unexpected item {\"name\":\"Root\",\"num_joined_members\":1,\"room_id\":\"!9LErVUAhhLGRlZghDo:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"room_type\":\"m.space\",\"children_state\":[{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023690,\"sender\":\"@user-1:hs1\",\"state_key\":\"!e5cKGallSGJGJkRFYT:hs1\",\"type\":\"m.space.child\"},{\"content\":{\"suggested\":true,\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023698,\"sender\":\"@user-1:hs1\",\"state_key\":\"!mKO7tzVU4oFGZ7jM1P:hs1\",\"type\":\"m.space.child\"},{\"content\":{\"suggested\":true,\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023681,\"sender\":\"@user-1:hs1\",\"state_key\":\"!sxuiXTQzFrNarTbuGd:hs1\",\"type\":\"m.space.child\"}]} (mapped value !9LErVUAhhLGRlZghDo:hs1|!e5cKGallSGJGJkRFYT:hs1|m.space.child;!9LErVUAhhLGRlZghDo:hs1|!mKO7tzVU4oFGZ7jM1P:hs1|m.space.child;!9LErVUAhhLGRlZghDo:hs1|!sxuiXTQzFrNarTbuGd:hs1|m.space.child) - http://127.0.0.1:1217/_matrix/client/v1/rooms/%!L(MISSING)ErVUAhhLGRlZghDo:hs"} -{"Time":"2024-04-23T18:07:03.773667057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/max_depth","Output":"1/hierarchy?max_depth=1 =\u003e {\"rooms\":[{\"name\":\"Root\",\"num_joined_members\":1,\"room_id\":\"!9LErVUAhhLGRlZghDo:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"room_type\":\"m.space\",\"children_state\":[{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023690,\"sender\":\"@user-1:hs1\",\"state_key\":\"!e5cKGallSGJGJkRFYT:hs1\",\"type\":\"m.space.child\"},{\"content\":{\"suggested\":true,\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023698,\"sender\":\"@user-1:hs1\",\"state_key\":\"!mKO7tzVU4oFGZ7jM1P:hs1\",\"type\":\"m.space.child\"},{\"content\":{\"suggested\":true,\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023681,\"sender\":\"@user-1:hs1\",\"state_key\":\"!sxuiXTQzFrNarTbuGd:hs1\",\"type\":\"m.space.child\"}]},{\"name\":\"Sub-Space 1\",\"num_joined_members\":1,\"room_id\":\"!e5cKGallSGJGJkRFYT:hs1\",\"topic\":\"Some topic for sub-space 1\",\"world_readable\":false,\"guest_can_join\":false,\"room_type\":\"m.space\",\"children_state\":[{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023734,\"sender\":\"@user-1:hs1\",\"state_key\":\"!S78ycJ1ty72dlORsrE:hs1\",\"type\":\"m.space.child\"}]},{\"nam"} -{"Time":"2024-04-23T18:07:03.773681677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/max_depth","Output":"e\":\"R2\",\"num_joined_members\":1,\"room_id\":\"!mKO7tzVU4oFGZ7jM1P:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"children_state\":[{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023710,\"sender\":\"@user-1:hs1\",\"state_key\":\"!0rJTk1OLNGgvBBT2kN:hs1\",\"type\":\"m.space.child\"}]},{\"name\":\"R1\",\"num_joined_members\":1,\"room_id\":\"!sxuiXTQzFrNarTbuGd:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"children_state\":[]}]}\u001b[39m\n"} -{"Time":"2024-04-23T18:07:03.773694377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/max_depth","Output":"--- FAIL: TestClientSpacesSummary/max_depth (0.00s)\n"} -{"Time":"2024-04-23T18:07:03.773705877-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/max_depth","Elapsed":0} -{"Time":"2024-04-23T18:07:03.773716887-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/suggested_only"} -{"Time":"2024-04-23T18:07:03.773723877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/suggested_only","Output":"=== RUN TestClientSpacesSummary/suggested_only\n"} -{"Time":"2024-04-23T18:07:03.774653238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v1/rooms/!9LErVUAhhLGRlZghDo:hs1/hierarchy =\u003e 200 OK (877.092µs)\n"} -{"Time":"2024-04-23T18:07:03.774775207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/suggested_only","Output":" room_hierarchy_test.go:297: \u001b[31mMatchResponse JSONCheckOff(rooms.#(room_type==\"m.space\")#): unexpected item {\"name\":\"Root\",\"num_joined_members\":1,\"room_id\":\"!9LErVUAhhLGRlZghDo:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"room_type\":\"m.space\",\"children_state\":[{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023690,\"sender\":\"@user-1:hs1\",\"state_key\":\"!e5cKGallSGJGJkRFYT:hs1\",\"type\":\"m.space.child\"},{\"content\":{\"suggested\":true,\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023698,\"sender\":\"@user-1:hs1\",\"state_key\":\"!mKO7tzVU4oFGZ7jM1P:hs1\",\"type\":\"m.space.child\"},{\"content\":{\"suggested\":true,\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023681,\"sender\":\"@user-1:hs1\",\"state_key\":\"!sxuiXTQzFrNarTbuGd:hs1\",\"type\":\"m.space.child\"}]} (mapped value !9LErVUAhhLGRlZghDo:hs1|!e5cKGallSGJGJkRFYT:hs1|m.space.child;!9LErVUAhhLGRlZghDo:hs1|!mKO7tzVU4oFGZ7jM1P:hs1|m.space.child;!9LErVUAhhLGRlZghDo:hs1|!sxuiXTQzFrNarTbuGd:hs1|m.space.child) - http://127.0.0.1:1217/_matrix/client/v1/rooms/%!L(MISSING)ErVUAhhLGRlZghDo:hs"} -{"Time":"2024-04-23T18:07:03.774791927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/suggested_only","Output":"1/hierarchy?suggested_only=true =\u003e {\"rooms\":[{\"name\":\"Root\",\"num_joined_members\":1,\"room_id\":\"!9LErVUAhhLGRlZghDo:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"room_type\":\"m.space\",\"children_state\":[{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023690,\"sender\":\"@user-1:hs1\",\"state_key\":\"!e5cKGallSGJGJkRFYT:hs1\",\"type\":\"m.space.child\"},{\"content\":{\"suggested\":true,\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023698,\"sender\":\"@user-1:hs1\",\"state_key\":\"!mKO7tzVU4oFGZ7jM1P:hs1\",\"type\":\"m.space.child\"},{\"content\":{\"suggested\":true,\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023681,\"sender\":\"@user-1:hs1\",\"state_key\":\"!sxuiXTQzFrNarTbuGd:hs1\",\"type\":\"m.space.child\"}]},{\"name\":\"R2\",\"num_joined_members\":1,\"room_id\":\"!mKO7tzVU4oFGZ7jM1P:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"children_state\":[{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023710,\"sender\":\"@user-1:hs1\",\"state_key\":\"!0rJTk1OLNGgvBBT2kN:hs1\",\"type\":\"m.space.child\"}]},{\"name\":\"R1\",\"num_joined_members\":1,\"room_id\":\"!sxuiXTQzFrNarTbuG"} -{"Time":"2024-04-23T18:07:03.774805617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/suggested_only","Output":"d:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"children_state\":[]}]}\u001b[39m\n"} -{"Time":"2024-04-23T18:07:03.774814637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/suggested_only","Output":"--- FAIL: TestClientSpacesSummary/suggested_only (0.00s)\n"} -{"Time":"2024-04-23T18:07:03.774823437-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/suggested_only","Elapsed":0} -{"Time":"2024-04-23T18:07:03.774831697-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/pagination"} -{"Time":"2024-04-23T18:07:03.774837967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/pagination","Output":"=== RUN TestClientSpacesSummary/pagination\n"} -{"Time":"2024-04-23T18:07:03.775851638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v1/rooms/!9LErVUAhhLGRlZghDo:hs1/hierarchy =\u003e 200 OK (983.101µs)\n"} -{"Time":"2024-04-23T18:07:03.775948727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/pagination","Output":" room_hierarchy_test.go:323: \u001b[31mMatchResponse JSONCheckOff(rooms): unexpected item {\"name\":\"R4\",\"num_joined_members\":1,\"room_id\":\"!L4pug2EaTeSRZ4wAJP:hs1\",\"world_readable\":true,\"guest_can_join\":false,\"children_state\":[]} (mapped value !L4pug2EaTeSRZ4wAJP:hs1) - http://127.0.0.1:1217/_matrix/client/v1/rooms/%!L(MISSING)ErVUAhhLGRlZghDo:hs1/hierarchy?limit=4 =\u003e {\"next_batch\":\"4_3_3_false\",\"rooms\":[{\"name\":\"Root\",\"num_joined_members\":1,\"room_id\":\"!9LErVUAhhLGRlZghDo:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"room_type\":\"m.space\",\"children_state\":[{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023690,\"sender\":\"@user-1:hs1\",\"state_key\":\"!e5cKGallSGJGJkRFYT:hs1\",\"type\":\"m.space.child\"},{\"content\":{\"suggested\":true,\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023698,\"sender\":\"@user-1:hs1\",\"state_key\":\"!mKO7tzVU4oFGZ7jM1P:hs1\",\"type\":\"m.space.child\"},{\"content\":{\"suggested\":true,\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023681,\"sender\":\"@user-1:hs1\",\"state_key\":\"!sxuiXTQzFrNarTbuGd:hs1\",\"type\":\"m.space"} -{"Time":"2024-04-23T18:07:03.775961817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/pagination","Output":".child\"}]},{\"name\":\"Sub-Space 1\",\"num_joined_members\":1,\"room_id\":\"!e5cKGallSGJGJkRFYT:hs1\",\"topic\":\"Some topic for sub-space 1\",\"world_readable\":false,\"guest_can_join\":false,\"room_type\":\"m.space\",\"children_state\":[{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023734,\"sender\":\"@user-1:hs1\",\"state_key\":\"!S78ycJ1ty72dlORsrE:hs1\",\"type\":\"m.space.child\"}]},{\"name\":\"SS2\",\"num_joined_members\":1,\"room_id\":\"!S78ycJ1ty72dlORsrE:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"room_type\":\"m.space\",\"children_state\":[{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023757,\"sender\":\"@user-1:hs1\",\"state_key\":\"!L4pug2EaTeSRZ4wAJP:hs1\",\"type\":\"m.space.child\"},{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023742,\"sender\":\"@user-1:hs1\",\"state_key\":\"!ZgKHbvUQMf4lirIPFm:hs1\",\"type\":\"m.space.child\"}]},{\"name\":\"R4\",\"num_joined_members\":1,\"room_id\":\"!L4pug2EaTeSRZ4wAJP:hs1\",\"world_readable\":true,\"guest_can_join\":false,\"children_state\":[]}]}\u001b[39m\n"} -{"Time":"2024-04-23T18:07:03.775976677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/pagination","Output":"--- FAIL: TestClientSpacesSummary/pagination (0.00s)\n"} -{"Time":"2024-04-23T18:07:03.775982637-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/pagination","Elapsed":0} -{"Time":"2024-04-23T18:07:03.775988437-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/redact_link"} -{"Time":"2024-04-23T18:07:03.775993226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/redact_link","Output":"=== RUN TestClientSpacesSummary/redact_link\n"} -{"Time":"2024-04-23T18:07:03.778851421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!9LErVUAhhLGRlZghDo:hs1/state/m.space.child/!e5cKGallSGJGJkRFYT:hs1 =\u003e 200 OK (2.788015ms)\n"} -{"Time":"2024-04-23T18:07:03.778886721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/redact_link","Output":" room_hierarchy_test.go:355: SendEventSynced waiting for event ID $wPI_3avaaI8cnRtjPEyzdT-GCmVMLpmykVbnRluJu7o\n"} -{"Time":"2024-04-23T18:07:03.790880254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (11.927305ms)\n"} -{"Time":"2024-04-23T18:07:03.793031595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v1/rooms/!9LErVUAhhLGRlZghDo:hs1/hierarchy =\u003e 200 OK (1.895053ms)\n"} -{"Time":"2024-04-23T18:07:03.793112064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/redact_link","Output":" room_hierarchy_test.go:361: \u001b[31mMatchResponse JSONCheckOff(rooms): unexpected item {\"name\":\"R5\",\"num_joined_members\":1,\"room_id\":\"!0rJTk1OLNGgvBBT2kN:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"children_state\":[]} (mapped value !0rJTk1OLNGgvBBT2kN:hs1) - http://127.0.0.1:1217/_matrix/client/v1/rooms/%!L(MISSING)ErVUAhhLGRlZghDo:hs1/hierarchy =\u003e {\"rooms\":[{\"name\":\"Root\",\"num_joined_members\":1,\"room_id\":\"!9LErVUAhhLGRlZghDo:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"room_type\":\"m.space\",\"children_state\":[{\"content\":{\"suggested\":true,\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023698,\"sender\":\"@user-1:hs1\",\"state_key\":\"!mKO7tzVU4oFGZ7jM1P:hs1\",\"type\":\"m.space.child\"},{\"content\":{\"suggested\":true,\"via\":[\"hs1\"]},\"origin_server_ts\":1713910023681,\"sender\":\"@user-1:hs1\",\"state_key\":\"!sxuiXTQzFrNarTbuGd:hs1\",\"type\":\"m.space.child\"}]},{\"name\":\"R2\",\"num_joined_members\":1,\"room_id\":\"!mKO7tzVU4oFGZ7jM1P:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"children_state\":[{\"content\":{\"via\":[\"hs1\"]},\"orig"} -{"Time":"2024-04-23T18:07:03.793126964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/redact_link","Output":"in_server_ts\":1713910023710,\"sender\":\"@user-1:hs1\",\"state_key\":\"!0rJTk1OLNGgvBBT2kN:hs1\",\"type\":\"m.space.child\"}]},{\"name\":\"R5\",\"num_joined_members\":1,\"room_id\":\"!0rJTk1OLNGgvBBT2kN:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"children_state\":[]},{\"name\":\"R1\",\"num_joined_members\":1,\"room_id\":\"!sxuiXTQzFrNarTbuGd:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"children_state\":[]}]}\u001b[39m\n"} -{"Time":"2024-04-23T18:07:03.793139324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/redact_link","Output":"--- FAIL: TestClientSpacesSummary/redact_link (0.02s)\n"} -{"Time":"2024-04-23T18:07:03.793145554-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary/redact_link","Elapsed":0.02} -{"Time":"2024-04-23T18:07:03.985449021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"2024/04/23 18:07:03 ============================================\n"} -{"Time":"2024-04-23T18:07:03.98547352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\n"} -{"Time":"2024-04-23T18:07:03.98547911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\n"} -{"Time":"2024-04-23T18:07:03.98548433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"2024/04/23 18:07:03 0ff5fadf97d62f4bad62543f5005949441a59bb332b8c238e4ccd3cb545cbb1d : Server logs:\n"} -{"Time":"2024-04-23T18:07:03.985594329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:07:03.985608289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:07:03.985617069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:07:03.985625069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:07:03.985635529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:07:03.985643539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"+ echo 'IP.1 = 172.27.0.2'\n"} -{"Time":"2024-04-23T18:07:03.985659369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:07:03.985669969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:07:03.985676989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:07:03.985684369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:07:03.985694938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.059068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:07:03.985707548-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.059189Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:07:03.985719188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.059579Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:07:03.985727748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.059586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:07:03.985735758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.059592Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:07:03.985743578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.059602Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:07:03.985752058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.060374Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:07:03.985763898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\n"} -{"Time":"2024-04-23T18:07:03.985770368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:07:03.985777488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.060453Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:07:03.985786008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.063185Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:07:03.985795308-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.064954Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:07:03.985805697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.065723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:07:03.985813317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.066772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:07:03.985820987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.409366Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 344.405893ms\n"} -{"Time":"2024-04-23T18:07:03.985828517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411642Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:07:03.985838927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411705Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:07:03.985846657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411715Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:07:03.985854177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411722Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:07:03.985861607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411729Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:07:03.985868737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411735Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:07:03.985876267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411742Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:07:03.985886687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411749Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:07:03.985894637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411756Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:07:03.985902057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411763Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:07:03.985909337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411770Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:07:03.985919566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411777Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:07:03.985927256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411784Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:07:03.985958466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411790Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:07:03.985966906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411807Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:07:03.985974246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411818Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:07:03.985985186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411826Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:07:03.985992866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411836Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:07:03.986000326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411844Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:07:03.986009546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.411852Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:07:03.986017576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.413623Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:07:03.986027956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.416571Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:07:03.986035475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.433069Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:07:03.986043405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.433077Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:07:03.986052865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.433650Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:07:03.986061285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.433802Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:07:03.986069435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.473635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.986078305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.474212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.986091675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.474348Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:07:03.986100865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.474682Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.986112315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.475713Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.986121325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.476324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.986131815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.476359Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:07:03.986141615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.517163Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:07:03.986151544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.519050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:03.986172184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.519283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:03.986184004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.519420Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:03.986196064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.522271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:03.986210024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.522289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:03.986224944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.522314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:03.986238044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.523754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:03.986250484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.523783Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.986263143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.523794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:03.986283683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.523817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:03.986295973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.523888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:07:03.986308303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.523900Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:07:03.986320233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.523927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:03.986332303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.523941Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.986349933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.525448Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:07:03.986364303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:03.986382992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.525476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:07:03.986398872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:03.986419272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.525486Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:07:03.986433582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.986446572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.526791Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:07:03.986456162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.526872Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m51 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.986466972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.527447Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.986476432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.527705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"76\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.986487021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.527722Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"creation_content\": Object({\"type\": String(\"m.space\")}), \"name\": String(\"Root\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:03.986497921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.527747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:03.986517691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.527815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:03.986529341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.527831Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.986541041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.528081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:03.986553341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.528097Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:03.986565411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.528111Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:03.986578611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.529106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:03.986591881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.529123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:03.98660519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.529183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:03.9866178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.531411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:03.98663203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.531461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.98664538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.531479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:03.98665811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.531505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:03.98667276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.531521Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:03.9866881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.531535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.98670073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.532809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:03.98671241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.532837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.986731899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.532845Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.986744539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.534677Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:03.986756779-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.534736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:03.986769269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.534753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.986780979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.536469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:03.986793569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.536496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.986804799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.536504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.986817569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.537541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Root\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:07:03.986830418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.537568Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Root\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.986843668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.537576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Root\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.986854398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.538370Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:03.986863248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.538416Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m10 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.986875798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.538895Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.986884858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.539132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"36\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.986894908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.539163Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"name\": String(\"R1\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:03.986905428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.539694Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:03.986919108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.539721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:03.986941507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.539746Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:03.986954077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.541438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:03.986966667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.541472Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:03.986989267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.541533Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:03.987002257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.543748Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:03.987015767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.543794Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.987028827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.543811Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:03.987042027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.543835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:03.987054257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.543850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:03.987069176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.543862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.987083366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.545671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:03.987095626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.545727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.987106896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.545744Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.987118486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.547584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:03.987131136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.547639Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:03.987142946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.547655Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.987154936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.549578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:03.987174255-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.549632Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.987186815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.549649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.987198215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.551523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R1\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:07:03.987209785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.551577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R1\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.987221175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.551593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R1\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!sxuiXTQzFrNarTbuGd:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.987232715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.552978Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:03.987241615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.553073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m14 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.987250535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.553595Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.987259485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.553731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"120\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.987272195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.553754Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"creation_content\": Object({\"type\": String(\"m.space\")}), \"name\": String(\"Sub-Space 1\"), \"preset\": String(\"public_chat\"), \"topic\": String(\"Some topic for sub-space 1\")}))\n"} -{"Time":"2024-04-23T18:07:03.987283764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.554180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:03.987296734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.554203Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:03.987308584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.554227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:03.987320764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.555973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:03.987333694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.556007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:03.987345884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.556046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:03.987358914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.558347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:03.987372294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.558395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.987385544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.558411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:03.987398093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.558434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:03.987420593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.558449Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:03.987434313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.558461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.987446613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.560330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:03.987457903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.560386Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.987469603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.560403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.987483213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.562274Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:03.987496523-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.562330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:03.987507933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.562347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.987519432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.564231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:03.987532072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.564286Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.987544292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.564303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.987555812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.566174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Sub-Space 1\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:07:03.987567182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.566229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Sub-Space 1\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.987580712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.566245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Sub-Space 1\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.987592712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.568118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.topic\", content: RawValue({\"topic\":\"Some topic for sub-space 1\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.topic)\n"} -{"Time":"2024-04-23T18:07:03.987604632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.568173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.topic\", content: RawValue({\"topic\":\"Some topic for sub-space 1\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.987624331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.568190Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.topic\", content: RawValue({\"topic\":\"Some topic for sub-space 1\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.987635021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.569586Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:03.987643681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.569671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m16 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.987652521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.570157Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.987661501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.570282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"36\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.987671381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.570306Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"name\": String(\"R2\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:03.987681771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.570690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:03.987694111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.570713Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:03.987705911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.570735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:03.987718611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.572366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:03.987732241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.572399Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:03.98774404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.572438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:03.98775707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.574603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:03.98777105-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.574650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.98778568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.574666Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:03.98779912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.574688Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:03.98781221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.574703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:03.98782483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.574716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.98784467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.576486Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:03.987856969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.576540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.987868789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.576557Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.987880469-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.578367Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:03.987892189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.578421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:03.987904179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.578437Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.987917089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.580302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:03.987929739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.580356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.987950849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.580373Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.987962809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.582247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R2\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:07:03.987974488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.582301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R2\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.987985948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.582318Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R2\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.987996058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.583689Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:03.988006398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.583773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.988015428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.584282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.988033298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.584414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"75\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.988043718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.584437Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"creation_content\": Object({\"type\": String(\"m.space\")}), \"name\": String(\"SS2\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:03.988054188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.584839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:03.988066298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.584861Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:03.988078247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.584885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:03.988092457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.586556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:03.988104427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.586589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:03.988117477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.586628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:03.988130717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.588804Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:03.988143867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.588868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.988165127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.588885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:03.988178227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.588907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:03.988191386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.588922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:03.988204166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.588947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.988225046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.590765Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:03.988237576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.590820Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.988249716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.590837Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.988261106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.592685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:03.988272916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.592739Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:03.988286056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.592756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.988297895-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.594668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:03.988310205-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.594722Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.988321815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.594739Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.988333865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.596558Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"SS2\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:07:03.988345685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.596612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"SS2\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.988357145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.596629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"SS2\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.988373135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.598016Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:03.988383295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.598100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.988392555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.598586Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.988401704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.598711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"36\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.988411564-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.598734Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"name\": String(\"R3\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:03.988421844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.599153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:03.988433504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.599176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:03.988446684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.599200Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:03.988459234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.600875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:03.988472844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.600908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:03.988484924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.600961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:03.988497914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.603227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:03.988511213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.603273Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.988530493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.603289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:03.988546613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.603312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:03.988559983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.603327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:03.988574233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.603339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.988586313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.605165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:03.988599033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.605220Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.988611602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.605236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.988627152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.607079Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:03.988640152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.607133Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:03.988654832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.607149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.988667042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.609045Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:03.988678872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.609099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.988690752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.609115Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.988702412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.610925Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R3\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:07:03.988791681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.610993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R3\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.988803861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.611010Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R3\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!ZgKHbvUQMf4lirIPFm:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.988814891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.612395Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:03.988826701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.612478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.98883506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.612965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.98884356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.613102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.98885318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.613125Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:07:03.98886415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.656573Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:07:03.98887285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.656736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m43 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.98888116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.657184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.98889254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.657267Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"156\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.98890248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.657275Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:03.988971429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.657281Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"initial_state\": Array([Object({\"content\": Object({\"history_visibility\": String(\"world_readable\")}), \"state_key\": String(\"\"), \"type\": String(\"m.room.history_visibility\")})]), \"name\": String(\"R4\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:03.988985239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.657325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:03.988996509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.657340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.989007069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.657555Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-2:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:03.989019739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.657568Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-2:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:03.989077038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.657581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-2:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:03.989089638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.658501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:03.989101338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.658519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:03.989117378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.658546Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:03.989129348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.659588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:03.989201477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.659613Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.989213917-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.659624Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:03.989226407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.659637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:03.989243227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.659644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:03.989255647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.659651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.989266797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.661234Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:03.989277566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.661294Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.989288236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.661312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.989300576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.663165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:03.989315026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.663224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:03.989333236-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.663241Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.989347736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.665137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:03.989359356-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.665199Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.989373186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.665218Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.989383506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.667187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"world_readable\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:03.989394565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.667246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"world_readable\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:03.989409495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.667263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"world_readable\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.989420335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.669233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R4\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:07:03.989494175-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.669292Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R4\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.989506204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.669309Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R4\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!L4pug2EaTeSRZ4wAJP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.989516984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.670682Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-2:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:03.989525194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.670771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.989537284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.671170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.989546284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.671245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"36\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.989555914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.671258Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"name\": String(\"R5\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:03.989565204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.671501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-2:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:03.989576364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.671513Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-2:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:03.989587244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.671525Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-2:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:03.989598394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.672847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:03.989613154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.672881Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:03.989627173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.672919Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:03.989641733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.675123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:03.989653843-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.675147Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.989667713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.675156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:03.989683203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.675167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:03.989695763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.675174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:03.989708773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.675181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-2:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.989721223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.676208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:03.989765202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.676236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.989776682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.676245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.989787852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.677297Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:03.989802412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.677325Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:03.989813042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.677334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.989823602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.678407Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:03.989836422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.678435Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.989847481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.678444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.989861331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.679481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R5\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:07:03.989871901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.679509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R5\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.989883131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.679518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R5\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!0rJTk1OLNGgvBBT2kN:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.989892611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.680317Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-2:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:03.989901961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.680361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.989911791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.680825Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.989921201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.680907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%219LErVUAhhLGRlZghDo:hs1/state/m.space.child/%21sxuiXTQzFrNarTbuGd:hs1 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"32\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.989955781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.680920Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%219LErVUAhhLGRlZghDo:hs1/state/m.space.child/%21sxuiXTQzFrNarTbuGd:hs1 Some(Object({\"suggested\": Bool(true), \"via\": Array([String(\"hs1\")])}))\n"} -{"Time":"2024-04-23T18:07:03.98996963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.681204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"suggested\":true,\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!sxuiXTQzFrNarTbuGd:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.space.child)\n"} -{"Time":"2024-04-23T18:07:03.98998179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.681232Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"suggested\":true,\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!sxuiXTQzFrNarTbuGd:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.98999335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.681244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"suggested\":true,\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!sxuiXTQzFrNarTbuGd:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.99000795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.682227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.99001671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.682606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.9900252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.682826Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.99003461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.682842Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:03.9900427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.689185Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:07:03.9900537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.689405Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m6 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.99006216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.690083Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.99007074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.690216Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%219LErVUAhhLGRlZghDo:hs1/state/m.space.child/%21e5cKGallSGJGJkRFYT:hs1 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"15\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.990080769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.690241Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%219LErVUAhhLGRlZghDo:hs1/state/m.space.child/%21e5cKGallSGJGJkRFYT:hs1 Some(Object({\"via\": Array([String(\"hs1\")])}))\n"} -{"Time":"2024-04-23T18:07:03.990091109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.690736Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!e5cKGallSGJGJkRFYT:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.space.child)\n"} -{"Time":"2024-04-23T18:07:03.990141859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.690795Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!e5cKGallSGJGJkRFYT:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.990153869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.690812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!e5cKGallSGJGJkRFYT:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.990164209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.692491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.990175799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.692955Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.990186029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.693065Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.990196048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.693091Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:03.990204678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.693560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.990213058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.694264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.990224198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.694382Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=468\u0026timeout=1000 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.990233618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.694410Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=468\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:03.990242118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.694467Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:03.990250388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.697036Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.990258768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.697504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.990270218-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.697618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%219LErVUAhhLGRlZghDo:hs1/state/m.space.child/%21mKO7tzVU4oFGZ7jM1P:hs1 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"32\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.990280638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.697632Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%219LErVUAhhLGRlZghDo:hs1/state/m.space.child/%21mKO7tzVU4oFGZ7jM1P:hs1 Some(Object({\"suggested\": Bool(true), \"via\": Array([String(\"hs1\")])}))\n"} -{"Time":"2024-04-23T18:07:03.990290418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.698012Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"suggested\":true,\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!mKO7tzVU4oFGZ7jM1P:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.space.child)\n"} -{"Time":"2024-04-23T18:07:03.990301417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.698054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"suggested\":true,\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!mKO7tzVU4oFGZ7jM1P:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.990312477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.698063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"suggested\":true,\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!mKO7tzVU4oFGZ7jM1P:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.990328047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.699631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.990336837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.700063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.990344947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.700151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.990353987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.700168Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:03.990362177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.700209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:03.990370407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.709516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.990378857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.710173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.990388007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.710318Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21mKO7tzVU4oFGZ7jM1P:hs1/state/m.space.child/%210rJTk1OLNGgvBBT2kN:hs1 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"15\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.990401447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.710345Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21mKO7tzVU4oFGZ7jM1P:hs1/state/m.space.child/%210rJTk1OLNGgvBBT2kN:hs1 Some(Object({\"via\": Array([String(\"hs1\")])}))\n"} -{"Time":"2024-04-23T18:07:03.990412337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.710868Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!0rJTk1OLNGgvBBT2kN:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.space.child)\n"} -{"Time":"2024-04-23T18:07:03.990423646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.710930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!0rJTk1OLNGgvBBT2kN:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.990435076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.710965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!0rJTk1OLNGgvBBT2kN:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.990445266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.712712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.990453886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.713245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.990462486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.713362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.990475096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.713390Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:03.990483026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.713827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.990491306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.714544Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.990499726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.714662Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=482\u0026timeout=1000 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.990512296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.714689Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=482\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:03.990520486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.714751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:03.990529025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.717509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.990540185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.718037Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.990548965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.718170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21mKO7tzVU4oFGZ7jM1P:hs1/state/m.space.parent/%219LErVUAhhLGRlZghDo:hs1 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"15\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.990559325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.718195Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21mKO7tzVU4oFGZ7jM1P:hs1/state/m.space.parent/%219LErVUAhhLGRlZghDo:hs1 Some(Object({\"via\": Array([String(\"hs1\")])}))\n"} -{"Time":"2024-04-23T18:07:03.990568965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.718684Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.parent\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!9LErVUAhhLGRlZghDo:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.space.parent)\n"} -{"Time":"2024-04-23T18:07:03.990579685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.718738Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.parent\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!9LErVUAhhLGRlZghDo:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.990630745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.718755Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.parent\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!9LErVUAhhLGRlZghDo:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mKO7tzVU4oFGZ7jM1P:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.990642624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.720449Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.990651234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.720905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.990663434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.721031Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.990672754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.721055Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:03.990680674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.721096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:03.990688774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.733063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.990697244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.733767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.990706194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.733907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21e5cKGallSGJGJkRFYT:hs1/state/m.space.child/%21S78ycJ1ty72dlORsrE:hs1 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"15\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.990719944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.733953Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21e5cKGallSGJGJkRFYT:hs1/state/m.space.child/%21S78ycJ1ty72dlORsrE:hs1 Some(Object({\"via\": Array([String(\"hs1\")])}))\n"} -{"Time":"2024-04-23T18:07:03.990729244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.734495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!S78ycJ1ty72dlORsrE:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.space.child)\n"} -{"Time":"2024-04-23T18:07:03.990739764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.734557Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!S78ycJ1ty72dlORsrE:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.990750574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.734575Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!S78ycJ1ty72dlORsrE:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!e5cKGallSGJGJkRFYT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.990760683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.736387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.990769623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.736862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.990778693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.736994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.990791933-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.737020Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:03.990800643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.737461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.990810833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.738134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.990820043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.738250Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=496\u0026timeout=1000 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.990829493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.738278Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=496\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:03.990837863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.738340Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:03.990846373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.740979Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.990855613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.741508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.990866713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.741643Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21S78ycJ1ty72dlORsrE:hs1/state/m.space.child/%21ZgKHbvUQMf4lirIPFm:hs1 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"15\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.990882282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.741667Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21S78ycJ1ty72dlORsrE:hs1/state/m.space.child/%21ZgKHbvUQMf4lirIPFm:hs1 Some(Object({\"via\": Array([String(\"hs1\")])}))\n"} -{"Time":"2024-04-23T18:07:03.990892832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.742184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!ZgKHbvUQMf4lirIPFm:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.space.child)\n"} -{"Time":"2024-04-23T18:07:03.990905832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.742241Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!ZgKHbvUQMf4lirIPFm:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.990921412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.742258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!ZgKHbvUQMf4lirIPFm:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.990945752-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.743886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.990955462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.744369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.990964482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.744478Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.990977692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.744500Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:03.990985941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.744540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:03.990994491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.756537Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.991003501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.757161Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.991013301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.757305Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21S78ycJ1ty72dlORsrE:hs1/state/m.space.child/%21L4pug2EaTeSRZ4wAJP:hs1 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"15\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.991023861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.757331Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21S78ycJ1ty72dlORsrE:hs1/state/m.space.child/%21L4pug2EaTeSRZ4wAJP:hs1 Some(Object({\"via\": Array([String(\"hs1\")])}))\n"} -{"Time":"2024-04-23T18:07:03.991037871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.757865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!L4pug2EaTeSRZ4wAJP:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.space.child)\n"} -{"Time":"2024-04-23T18:07:03.991049961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.757927Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!L4pug2EaTeSRZ4wAJP:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.991062011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.757965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!L4pug2EaTeSRZ4wAJP:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!S78ycJ1ty72dlORsrE:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.991072871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.759780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.991081491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.760260Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.991090271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.760377Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.99109995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.760404Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:03.9911121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.760788Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.99112082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.761519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.9911298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.761635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=510\u0026timeout=1000 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.99114073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.761663Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=510\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:03.99114959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.761725Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:03.9911589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.764361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.99116764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.764894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.99117711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.765121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%219LErVUAhhLGRlZghDo:hs1/hierarchy {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.99119085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.765145Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%219LErVUAhhLGRlZghDo:hs1/hierarchy None\n"} -{"Time":"2024-04-23T18:07:03.99120119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.772029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.991209729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.772687Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.991219109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.772796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%219LErVUAhhLGRlZghDo:hs1/hierarchy?max_depth=1 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.991229029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.772819Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%219LErVUAhhLGRlZghDo:hs1/hierarchy?max_depth=1 None\n"} -{"Time":"2024-04-23T18:07:03.991241309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.773219Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.991250389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.773965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.991259579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.774075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%219LErVUAhhLGRlZghDo:hs1/hierarchy?suggested_only=true {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.991270749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.774097Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%219LErVUAhhLGRlZghDo:hs1/hierarchy?suggested_only=true None\n"} -{"Time":"2024-04-23T18:07:03.991279599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.774409Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.991289109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.775042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.991298789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.775150Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%219LErVUAhhLGRlZghDo:hs1/hierarchy?limit=4 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.991312109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.775171Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%219LErVUAhhLGRlZghDo:hs1/hierarchy?limit=4 None\n"} -{"Time":"2024-04-23T18:07:03.991321109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.775610Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.991329968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.776236Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.991339348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.776352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%219LErVUAhhLGRlZghDo:hs1/state/m.space.child/%21e5cKGallSGJGJkRFYT:hs1 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.991349778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.776375Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%219LErVUAhhLGRlZghDo:hs1/state/m.space.child/%21e5cKGallSGJGJkRFYT:hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:07:03.991363008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.776928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({}), unsigned: None, state_key: Some(\"!e5cKGallSGJGJkRFYT:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.space.child)\n"} -{"Time":"2024-04-23T18:07:03.991374888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.777000Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({}), unsigned: None, state_key: Some(\"!e5cKGallSGJGJkRFYT:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:03.991386318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.777016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({}), unsigned: None, state_key: Some(\"!e5cKGallSGJGJkRFYT:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!9LErVUAhhLGRlZghDo:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:03.991402118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.778606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.991411248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.779116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.991420428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.779224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.991429908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.779246Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:03.991441407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.779288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:03.991450527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.790648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m11 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.991459397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.791300Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:03.991468687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.791430Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%219LErVUAhhLGRlZghDo:hs1/hierarchy {\"host\": \"127.0.0.1:1217\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:03.991478387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.791456Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%219LErVUAhhLGRlZghDo:hs1/hierarchy None\n"} -{"Time":"2024-04-23T18:07:03.991487187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\u001b[2m2024-04-23T22:07:03.792813Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:03.991528787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"2024/04/23 18:07:03 ============== 0ff5fadf97d62f4bad62543f5005949441a59bb332b8c238e4ccd3cb545cbb1d : END LOGS ==============\n"} -{"Time":"2024-04-23T18:07:03.991536937-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\n"} -{"Time":"2024-04-23T18:07:03.991543297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"\n"} -{"Time":"2024-04-23T18:07:04.008637984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Output":"--- FAIL: TestClientSpacesSummary (1.45s)\n"} -{"Time":"2024-04-23T18:07:04.008649474-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummary","Elapsed":1.45} -{"Time":"2024-04-23T18:07:04.008663134-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules"} -{"Time":"2024-04-23T18:07:04.008669844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"=== RUN TestClientSpacesSummaryJoinRules\n"} -{"Time":"2024-04-23T18:07:04.988475645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" room_hierarchy_test.go:396: Deploy times: 9.813162ms blueprints, 969.93555ms containers\n"} -{"Time":"2024-04-23T18:07:05.039010585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (50.48966ms)\n"} -{"Time":"2024-04-23T18:07:05.048474231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (9.384746ms)\n"} -{"Time":"2024-04-23T18:07:05.06315833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (14.57496ms)\n"} -{"Time":"2024-04-23T18:07:05.07768979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (14.447652ms)\n"} -{"Time":"2024-04-23T18:07:05.093922715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (16.165556ms)\n"} -{"Time":"2024-04-23T18:07:05.10804458-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (14.079245ms)\n"} -{"Time":"2024-04-23T18:07:05.110960364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!tk84xtEeNCFvL0BO86:hs1/state/m.space.child/!yAxXeP8FfLhJo7a5jq:hs1 =\u003e 200 OK (2.784455ms)\n"} -{"Time":"2024-04-23T18:07:05.111004363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" room_hierarchy_test.go:439: SendEventSynced waiting for event ID $6pmqFhJmBIzM4YQoR34OueDXxIH8rbiLKcKXG3Al_5M\n"} -{"Time":"2024-04-23T18:07:05.118037151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (6.956118ms)\n"} -{"Time":"2024-04-23T18:07:05.120063943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!tk84xtEeNCFvL0BO86:hs1/state/m.space.child/!RXQS7y4EnD3QUSiqYx:hs1 =\u003e 200 OK (1.752974ms)\n"} -{"Time":"2024-04-23T18:07:05.120096202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" room_hierarchy_test.go:447: SendEventSynced waiting for event ID $wTNQR2DWW--6vorwTbBiw6NvGqdODd1exAJKD-iWK2o\n"} -{"Time":"2024-04-23T18:07:05.121031194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (894.512µs)\n"} -{"Time":"2024-04-23T18:07:05.123822069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.611707ms)\n"} -{"Time":"2024-04-23T18:07:05.126145969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!RXQS7y4EnD3QUSiqYx:hs1/state/m.space.child/!xvXYpCDW21Zsp3ef3X:hs1 =\u003e 200 OK (2.206441ms)\n"} -{"Time":"2024-04-23T18:07:05.126175058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" room_hierarchy_test.go:455: SendEventSynced waiting for event ID $iZMkgERurSc-W0GcvoIWdlYI8hyysYkspKX6MRk9Ne8\n"} -{"Time":"2024-04-23T18:07:05.133314045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (7.089457ms)\n"} -{"Time":"2024-04-23T18:07:05.136541966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!RXQS7y4EnD3QUSiqYx:hs1/state/m.space.child/!qCzVC7UJJ1f9u1Wnnz:hs1 =\u003e 200 OK (2.973953ms)\n"} -{"Time":"2024-04-23T18:07:05.136553866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" room_hierarchy_test.go:463: SendEventSynced waiting for event ID $2a1WOqJugBeTCTUuCJWfwb60N_Aa1SXiZLXjhGj7NxU\n"} -{"Time":"2024-04-23T18:07:05.137506237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (910.272µs)\n"} -{"Time":"2024-04-23T18:07:05.140670439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.997483ms)\n"} -{"Time":"2024-04-23T18:07:05.180303516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (39.556557ms)\n"} -{"Time":"2024-04-23T18:07:05.184681397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!tk84xtEeNCFvL0BO86:hs1 =\u003e 200 OK (4.288281ms)\n"} -{"Time":"2024-04-23T18:07:05.188600992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v1/rooms/!tk84xtEeNCFvL0BO86:hs1/hierarchy =\u003e 200 OK (3.868805ms)\n"} -{"Time":"2024-04-23T18:07:05.191321348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!yAxXeP8FfLhJo7a5jq:hs1/invite =\u003e 200 OK (2.597177ms)\n"} -{"Time":"2024-04-23T18:07:05.196375433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/rooms/!qCzVC7UJJ1f9u1Wnnz:hs1/invite =\u003e 200 OK (5.001005ms)\n"} -{"Time":"2024-04-23T18:07:05.198061368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v1/rooms/!tk84xtEeNCFvL0BO86:hs1/hierarchy =\u003e 200 OK (1.645745ms)\n"} -{"Time":"2024-04-23T18:07:05.198119847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" room_hierarchy_test.go:494: \u001b[31mMatchResponse JSONCheckOff(rooms): did not see items: [!yAxXeP8FfLhJo7a5jq:hs1] - http://127.0.0.1:1219/_matrix/client/v1/rooms/%!t(MISSING)k84xtEeNCFvL0BO86:hs1/hierarchy =\u003e {\"rooms\":[{\"name\":\"Root\",\"num_joined_members\":2,\"room_id\":\"!tk84xtEeNCFvL0BO86:hs1\",\"world_readable\":false,\"guest_can_join\":false,\"room_type\":\"m.space\",\"children_state\":[{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910025109,\"sender\":\"@user-1:hs1\",\"state_key\":\"!yAxXeP8FfLhJo7a5jq:hs1\",\"type\":\"m.space.child\"},{\"content\":{\"via\":[\"hs1\"]},\"origin_server_ts\":1713910025118,\"sender\":\"@user-1:hs1\",\"state_key\":\"!RXQS7y4EnD3QUSiqYx:hs1\",\"type\":\"m.space.child\"}]}]}\u001b[39m\n"} -{"Time":"2024-04-23T18:07:05.400296776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"2024/04/23 18:07:05 ============================================\n"} -{"Time":"2024-04-23T18:07:05.400328856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\n"} -{"Time":"2024-04-23T18:07:05.400336686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\n"} -{"Time":"2024-04-23T18:07:05.400343706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"2024/04/23 18:07:05 31236b9aac0da04bad079757abb46f675db794655386256021387cc7afbf01b8 : Server logs:\n"} -{"Time":"2024-04-23T18:07:05.400430705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:07:05.400455695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:07:05.400462675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:07:05.400473594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:07:05.400479484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:07:05.400485234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"+ echo 'IP.1 = 172.27.0.2'\n"} -{"Time":"2024-04-23T18:07:05.400493964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:07:05.400506984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:07:05.400514724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:07:05.400522824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:07:05.400531104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.618845Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:07:05.400539584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.618972Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:07:05.400549134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.619344Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:07:05.400557934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.619351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:07:05.400565754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.619357Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:07:05.400573914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.619363Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:07:05.400582673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.620109Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:07:05.400591033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\n"} -{"Time":"2024-04-23T18:07:05.400598113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:07:05.400605893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.620190Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:07:05.400614883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.622576Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:07:05.400622963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.624158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:07:05.400630563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.624741Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:07:05.400638163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.625760Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:07:05.400645553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.962479Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 338.315686ms\n"} -{"Time":"2024-04-23T18:07:05.400653203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964555Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:07:05.400661263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964617Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:07:05.400672943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964628Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:07:05.400681133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964635Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:07:05.400689173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964642Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:07:05.400697062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964648Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:07:05.400705042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964656Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:07:05.400712802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964662Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:07:05.400720972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964669Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:07:05.400729132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964676Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:07:05.400741542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964683Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:07:05.400749782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964691Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:07:05.400758222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964698Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:07:05.400766102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964704Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:07:05.400774092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964720Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:07:05.400782302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964731Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:07:05.400793942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964740Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:07:05.400802802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964749Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:07:05.400811271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964761Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:07:05.400819331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.964769Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:07:05.400827391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.966268Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:07:05.400835701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.969042Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:07:05.400844031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.985302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:07:05.400852621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.985311Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:07:05.400861311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.985954Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:07:05.400872451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.986112Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:07:05.400881061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.987102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.400890551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.987838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.400900691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.987976Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:07:05.400917421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.988232Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.40092731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.988772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.40095875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.989118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.4009702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:04.989138Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:07:05.40097829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.029839Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:07:05.40098627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.031469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:05.40099612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.031648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:05.40100572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.031772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:05.40101678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.034389Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:05.40103337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.034407Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:05.401047979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.034432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:05.401060629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.035791Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:05.401072379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.035823Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.401081719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.035835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:05.401090799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.035862Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:05.401107109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.035918Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:07:05.401119789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.035930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:07:05.401139859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.035963Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:05.401151898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.035971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.401170938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.037407Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:07:05.401185248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:05.401205148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.037434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:07:05.401220128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:05.401243738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.037443Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:07:05.401257428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.401270617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.038674Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:07:05.401279387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.038755Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m49 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.401288197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.039225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.401295167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.039481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"76\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.401303207-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.039502Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"creation_content\": Object({\"type\": String(\"m.space\")}), \"name\": String(\"Root\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:05.401311217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.039570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:05.401321677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.039635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:05.401331437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.039651Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.401349247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.039840Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:05.401362667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.039857Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:05.401372157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.039873Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:05.401381056-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.041471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:05.401390306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.041508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:05.401401726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.041584Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:05.401413556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.043038Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:05.401427136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.043063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.401444366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.043073Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:05.401458836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.043089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:05.401471646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.043099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:05.401485606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.043108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.401501765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.044121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:05.401515525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.044152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.401528925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.044162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.401541585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.045206Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:05.401553265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.045233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:05.401564805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.045242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.401577515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.046291Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:05.401592435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.046319Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.401601135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.046330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.401609534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.047366Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Root\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:07:05.401617994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.047393Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Root\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.401629524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.047401Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Root\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.401639734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.048191Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:05.401648554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.048243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.401657614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.048769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.401666684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.048994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"37\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.401677614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.049026Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"name\": String(\"R1\"), \"preset\": String(\"private_chat\")}))\n"} -{"Time":"2024-04-23T18:07:05.401691394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.049554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:05.401703274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.049582Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:05.401714724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.049608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:05.401726873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.051288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:05.401742563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.051322Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:05.401755863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.051384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:05.401768463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.053548Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:05.401778283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.053595Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.401787973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.053612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:05.401797303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.053636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:05.401810123-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.053652Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:05.401862502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.053664Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.401877912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.055469Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:05.401887662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.055524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.401898792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.055541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.401907242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.057369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:05.401918512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.057424Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:05.401928322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.057441Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.401954871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.059433Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:05.401966571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.059488Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.401980661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.059505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.401993291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.061332Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R1\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:07:05.402006341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.061386Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R1\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.402017971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.061403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R1\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.402028121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.062809Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:05.402041191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.062903Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m14 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.402050191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.063393Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.40205963-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.063540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"84\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.40206994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.063564Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"creation_content\": Object({\"type\": String(\"m.space\")}), \"name\": String(\"Sub-Space 1\"), \"preset\": String(\"private_chat\")}))\n"} -{"Time":"2024-04-23T18:07:05.40208096-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.064004Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:05.40209379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.064027Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:05.40210376-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.064051Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\",\"type\":\"m.space\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:05.40211296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.065735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:05.40212232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.065769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:05.40213935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.065809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:05.40215132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.068156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:05.402162159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.068204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.402171769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.068221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:05.402180989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.068244Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:05.402239379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.068259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:05.402249869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.068271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.402258879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.070124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:05.402270138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.070179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.402278678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.070196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.402287118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.072070Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:05.402295478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.072125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:05.402306438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.072141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.402316188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.074034Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:05.402325658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.074088Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.402334118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.074105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.402410007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.075952Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Sub-Space 1\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:07:05.402422987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.076007Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Sub-Space 1\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.402431477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.076024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"Sub-Space 1\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.402441377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.077398Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:05.402448097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.077483Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m14 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.402454597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.077911Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.402461297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.078064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"156\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.402469157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.078089Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"initial_state\": Array([Object({\"content\": Object({\"history_visibility\": String(\"world_readable\")}), \"state_key\": String(\"\"), \"type\": String(\"m.room.history_visibility\")})]), \"name\": String(\"R2\"), \"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:05.402480657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.078488Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:05.402489396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.078511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:05.402497826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.078535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:05.402507496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.080215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:05.402516676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.080249Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:05.402528006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.080288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:05.402598985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.082427Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:05.402611135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.082473Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.402623115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.082489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:05.402632625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.082512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:05.402642155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.082526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:05.402651375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.082539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.402662725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.084336Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:05.402671215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.084391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.402753954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.084408Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.402768334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.086258Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:05.402777354-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.086313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:05.402789494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.086330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.402798044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.088212Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:05.402806524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.088266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.402815773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.088283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.402827643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.090169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"world_readable\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:05.402841143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.090224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"world_readable\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:05.402849973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.090240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"world_readable\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.402905923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.092213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R2\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:07:05.402918732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.092267Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R2\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.402927262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.092284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R2\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!xvXYpCDW21Zsp3ef3X:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.402953922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.093638Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:05.402962852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.093722Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m15 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.402970712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.094119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.402977902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.094246Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"37\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.402988802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.094271Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"name\": String(\"R3\"), \"preset\": String(\"private_chat\")}))\n"} -{"Time":"2024-04-23T18:07:05.402996662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.094666Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:05.403005602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.094689Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:05.403016562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.094713Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:05.403030172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.096392Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:05.403039461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.096427Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:05.403048411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.096466Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:05.403103421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.098631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:05.403118801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.098678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.403129191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.098694Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:05.40315193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.098717Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:05.40316575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.098732Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:05.40317607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.098745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.40318623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.100553Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:05.40319557-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.100608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.40321396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.100625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"invite\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.4032285-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.102454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:05.40324567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.102509Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:05.403259199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.102526Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.403272289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.104402Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:05.403284589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.104457Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.403302539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.104474Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"can_join\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.403311899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.106290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R3\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.name)\n"} -{"Time":"2024-04-23T18:07:05.403324119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.106345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R3\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.403337169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.106362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.name\", content: RawValue({\"name\":\"R3\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.403348709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.107737Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:05.403356019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.107822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.403397768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.108293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.403410658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.108458Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21tk84xtEeNCFvL0BO86:hs1/state/m.space.child/%21yAxXeP8FfLhJo7a5jq:hs1 {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"15\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.403419638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.108482Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21tk84xtEeNCFvL0BO86:hs1/state/m.space.child/%21yAxXeP8FfLhJo7a5jq:hs1 Some(Object({\"via\": Array([String(\"hs1\")])}))\n"} -{"Time":"2024-04-23T18:07:05.403431118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.109020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!yAxXeP8FfLhJo7a5jq:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.space.child)\n"} -{"Time":"2024-04-23T18:07:05.403440928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.109075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!yAxXeP8FfLhJo7a5jq:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.403450568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.109092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!yAxXeP8FfLhJo7a5jq:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.403462598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.110671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.403472538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.111204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.403487487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.111521Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.403496367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.111545Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:05.403503147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.117619Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:07:05.403509807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.117824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m6 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.403517377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.118426Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.403525297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.118506Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21tk84xtEeNCFvL0BO86:hs1/state/m.space.child/%21RXQS7y4EnD3QUSiqYx:hs1 {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"15\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.403535107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.118520Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21tk84xtEeNCFvL0BO86:hs1/state/m.space.child/%21RXQS7y4EnD3QUSiqYx:hs1 Some(Object({\"via\": Array([String(\"hs1\")])}))\n"} -{"Time":"2024-04-23T18:07:05.403547617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.118801Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!RXQS7y4EnD3QUSiqYx:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.space.child)\n"} -{"Time":"2024-04-23T18:07:05.403593867-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.118830Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!RXQS7y4EnD3QUSiqYx:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.403609206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.118841Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!RXQS7y4EnD3QUSiqYx:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.403626846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.119885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.403637646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.120285Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.403647426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.120397Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.403661076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.120423Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:05.403671856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.120828Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.403682286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.121312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.403693156-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.121421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=327\u0026timeout=1000 {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.403707996-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.121446Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=327\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:05.403718585-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.121505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:05.403728065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.123602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.403738685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.124141Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.403749465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.124283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21RXQS7y4EnD3QUSiqYx:hs1/state/m.space.child/%21xvXYpCDW21Zsp3ef3X:hs1 {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"15\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.403764875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.124309Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21RXQS7y4EnD3QUSiqYx:hs1/state/m.space.child/%21xvXYpCDW21Zsp3ef3X:hs1 Some(Object({\"via\": Array([String(\"hs1\")])}))\n"} -{"Time":"2024-04-23T18:07:05.403777535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.124835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!xvXYpCDW21Zsp3ef3X:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.space.child)\n"} -{"Time":"2024-04-23T18:07:05.403791345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.124893Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!xvXYpCDW21Zsp3ef3X:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.403804915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.124911Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!xvXYpCDW21Zsp3ef3X:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.403817085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.125982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.403826784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.126349Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.403841824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.126475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.403854684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.126498Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:05.403864344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.126539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:05.403874924-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.133139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m6 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.403884514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.133729Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.403895484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.133865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21RXQS7y4EnD3QUSiqYx:hs1/state/m.space.child/%21qCzVC7UJJ1f9u1Wnnz:hs1 {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"15\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.403908034-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.133895Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21RXQS7y4EnD3QUSiqYx:hs1/state/m.space.child/%21qCzVC7UJJ1f9u1Wnnz:hs1 Some(Object({\"via\": Array([String(\"hs1\")])}))\n"} -{"Time":"2024-04-23T18:07:05.403919894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.134457Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!qCzVC7UJJ1f9u1Wnnz:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.space.child)\n"} -{"Time":"2024-04-23T18:07:05.403947763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.134519Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!qCzVC7UJJ1f9u1Wnnz:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:05.403967643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.134542Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.space.child\", content: RawValue({\"via\":[\"hs1\"]}), unsigned: None, state_key: Some(\"!qCzVC7UJJ1f9u1Wnnz:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!RXQS7y4EnD3QUSiqYx:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.403982203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.136345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/state/:event_type/:state_key\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.403991993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.136719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.404002063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.136835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.404013883-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.136862Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:05.404023813-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.137276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.404034243-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.137778Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.404044073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.137892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=341\u0026timeout=1000 {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.404054422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.137916Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=341\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:05.404063692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.137987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:05.404074392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.140452Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.404085482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.140901Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.404101672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.141044Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.404111792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.141068Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:07:05.404119432-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.179911Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:07:05.404126252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.180083Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m39 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.404132972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.180511Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.404140132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.180705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:05.404148692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.180721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21tk84xtEeNCFvL0BO86:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.404156442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.180735Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21tk84xtEeNCFvL0BO86:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:07:05.404163602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.180770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:05.404172111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.180787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:05.404180681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.180946Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m We can join locally\n"} -{"Time":"2024-04-23T18:07:05.404189531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.181793Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:05.404204301-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.181829Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:05.404222381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.181906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-2:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tk84xtEeNCFvL0BO86:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:05.404235151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.184432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.404245281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.185184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.404255281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.185456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%21tk84xtEeNCFvL0BO86:hs1/hierarchy {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.404263261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.185483Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%21tk84xtEeNCFvL0BO86:hs1/hierarchy None\n"} -{"Time":"2024-04-23T18:07:05.404273231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.187026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::spaces\u001b[0m\u001b[2m:\u001b[0m User is not allowed to see room !yAxXeP8FfLhJo7a5jq:hs1\n"} -{"Time":"2024-04-23T18:07:05.40428186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.187188Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::spaces\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for /hierarchy\n"} -{"Time":"2024-04-23T18:07:05.40428906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.187723Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:05.40429898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.187747Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadConfig: Won't send federation request to ourselves\n"} -{"Time":"2024-04-23T18:07:05.40430891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.188229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::spaces\u001b[0m\u001b[2m:\u001b[0m User is not allowed to see room !RXQS7y4EnD3QUSiqYx:hs1\n"} -{"Time":"2024-04-23T18:07:05.40431622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.188297Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::spaces\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for /hierarchy\n"} -{"Time":"2024-04-23T18:07:05.40432634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.188320Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:05.40433421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.188329Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadConfig: Won't send federation request to ourselves\n"} -{"Time":"2024-04-23T18:07:05.40434187-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.188402Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.40434919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.188796Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.40435784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.188966Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21yAxXeP8FfLhJo7a5jq:hs1/invite {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.40436874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.188980Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21yAxXeP8FfLhJo7a5jq:hs1/invite Some(Object({\"user_id\": String(\"@user-2:hs1\")}))\n"} -{"Time":"2024-04-23T18:07:05.40438037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.189362Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:05.40439058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.189380Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:05.404404429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.189413Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!yAxXeP8FfLhJo7a5jq:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:05.404413429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.191090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.404420639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.191786Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.404431009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.191928Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21qCzVC7UJJ1f9u1Wnnz:hs1/invite {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.404442899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.191970Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/rooms/%21qCzVC7UJJ1f9u1Wnnz:hs1/invite Some(Object({\"user_id\": String(\"@user-2:hs1\")}))\n"} -{"Time":"2024-04-23T18:07:05.404454119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.192754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:05.404467929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.192789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:05.404484389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.192849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-2 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-2:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!qCzVC7UJJ1f9u1Wnnz:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:05.404494839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.196139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/invite\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.404502169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.196878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:05.404512288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.197026Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%21tk84xtEeNCFvL0BO86:hs1/hierarchy {\"host\": \"127.0.0.1:1219\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:05.404522528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.197054Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v1/rooms/%21tk84xtEeNCFvL0BO86:hs1/hierarchy None\n"} -{"Time":"2024-04-23T18:07:05.404532078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.197361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::spaces\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for /hierarchy\n"} -{"Time":"2024-04-23T18:07:05.404543378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.197417Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:05.404552148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.197438Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadConfig: Won't send federation request to ourselves\n"} -{"Time":"2024-04-23T18:07:05.404559688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.197626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::spaces\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for /hierarchy\n"} -{"Time":"2024-04-23T18:07:05.404566958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.197676Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:05.404574658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.197697Z\u001b[0m \u001b[31mERROR\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m BadConfig: Won't send federation request to ourselves\n"} -{"Time":"2024-04-23T18:07:05.404586268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\u001b[2m2024-04-23T22:07:05.197833Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/:room_id/hierarchy\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:05.404631177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"2024/04/23 18:07:05 ============== 31236b9aac0da04bad079757abb46f675db794655386256021387cc7afbf01b8 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:07:05.404638597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\n"} -{"Time":"2024-04-23T18:07:05.404644097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"\n"} -{"Time":"2024-04-23T18:07:05.42335922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Output":"--- FAIL: TestClientSpacesSummaryJoinRules (1.41s)\n"} -{"Time":"2024-04-23T18:07:05.42337359-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestClientSpacesSummaryJoinRules","Elapsed":1.41} -{"Time":"2024-04-23T18:07:05.42338615-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces"} -{"Time":"2024-04-23T18:07:05.42339209-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":"=== RUN TestFederatedClientSpaces\n"} -{"Time":"2024-04-23T18:07:06.537739682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" room_hierarchy_test.go:544: Deploy times: 11.179181ms blueprints, 1.103121591s containers\n"} -{"Time":"2024-04-23T18:07:06.590791339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (52.984448ms)\n"} -{"Time":"2024-04-23T18:07:06.605661537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (14.781908ms)\n"} -{"Time":"2024-04-23T18:07:06.620160957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (14.390612ms)\n"} -{"Time":"2024-04-23T18:07:06.634130693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (13.880806ms)\n"} -{"Time":"2024-04-23T18:07:06.648028329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (13.832647ms)\n"} -{"Time":"2024-04-23T18:07:06.708786118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (60.685209ms)\n"} -{"Time":"2024-04-23T18:07:06.724557267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/createRoom =\u003e 200 OK (15.685831ms)\n"} -{"Time":"2024-04-23T18:07:06.740174668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/createRoom =\u003e 200 OK (15.541931ms)\n"} -{"Time":"2024-04-23T18:07:06.754614539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/createRoom =\u003e 200 OK (14.359542ms)\n"} -{"Time":"2024-04-23T18:07:06.757715822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!IqAph7494Kg6GwcmWa:hs1/state/m.space.child/!5eDiK9lpS6fpxST0UB:hs1 =\u003e 200 OK (3.007543ms)\n"} -{"Time":"2024-04-23T18:07:06.757745781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" room_hierarchy_test.go:587: SendEventSynced waiting for event ID $s8-P2xSh7SYy32Q0NR55BxkBlld0eqJuXg_KZgRW2h0\n"} -{"Time":"2024-04-23T18:07:06.768529016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (10.713115ms)\n"} -{"Time":"2024-04-23T18:07:06.770832995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!IqAph7494Kg6GwcmWa:hs1/state/m.space.child/!GaeeKNA0lm3qJ752V7:hs1 =\u003e 200 OK (2.022682ms)\n"} -{"Time":"2024-04-23T18:07:06.770861525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" room_hierarchy_test.go:595: SendEventSynced waiting for event ID $uJetO4-Wnlph7q96Ehex6hRhj8qRgjHXDDbX-8yvXVI\n"} -{"Time":"2024-04-23T18:07:06.771781546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (872.193µs)\n"} -{"Time":"2024-04-23T18:07:06.77471511-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.636487ms)\n"} -{"Time":"2024-04-23T18:07:06.777574815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!IqAph7494Kg6GwcmWa:hs1/state/m.space.child/!z22lGtjSEd410CQDXW:hs2 =\u003e 200 OK (2.771735ms)\n"} -{"Time":"2024-04-23T18:07:06.777600915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" room_hierarchy_test.go:603: SendEventSynced waiting for event ID $irbFmbJujYpxEMXVNH8x6-ITb4Oqc9BMYPdyLZV3u4Q\n"} -{"Time":"2024-04-23T18:07:06.786890782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (9.243228ms)\n"} -{"Time":"2024-04-23T18:07:06.789917525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!GaeeKNA0lm3qJ752V7:hs1/state/m.space.child/!v3eFn8v9xlTR6upk8N:hs2 =\u003e 200 OK (2.740005ms)\n"} -{"Time":"2024-04-23T18:07:06.789953394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" room_hierarchy_test.go:611: SendEventSynced waiting for event ID $m3RE2nVIc-E_vXyARe9dpJPFgrzXLooiKJt-yPAy0Ts\n"} -{"Time":"2024-04-23T18:07:06.790842287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (842.043µs)\n"} -{"Time":"2024-04-23T18:07:06.79379574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.674827ms)\n"} -{"Time":"2024-04-23T18:07:06.796620935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!GaeeKNA0lm3qJ752V7:hs1/state/m.space.child/!RY7GVVWbsdRnfmzR3n:hs2 =\u003e 200 OK (2.742076ms)\n"} -{"Time":"2024-04-23T18:07:06.796648075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" room_hierarchy_test.go:619: SendEventSynced waiting for event ID $HJw-2iDaaczfpBUkxqsTnLshDUR5SIJZ2ruKc-wSHmg\n"} -{"Time":"2024-04-23T18:07:06.80620342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (9.506515ms)\n"} -{"Time":"2024-04-23T18:07:06.809256623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] PUT hs2/_matrix/client/v3/rooms/!v3eFn8v9xlTR6upk8N:hs2/state/m.space.child/!1ohkGTcDLLTh122Uvu:hs1 =\u003e 200 OK (2.793515ms)\n"} -{"Time":"2024-04-23T18:07:06.809281382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" room_hierarchy_test.go:627: SendEventSynced waiting for event ID $V11VKqxQn_jFqBokk3VT_a2Odd4JgZE84_quC7mAICc\n"} -{"Time":"2024-04-23T18:07:06.814946252-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v3/sync =\u003e 200 OK (5.61642ms)\n"} -{"Time":"2024-04-23T18:07:06.81515107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" room_hierarchy_test.go:639: rooms: [!IqAph7494Kg6GwcmWa:hs1|!5eDiK9lpS6fpxST0UB:hs1|m.space.child !IqAph7494Kg6GwcmWa:hs1|!z22lGtjSEd410CQDXW:hs2|m.space.child !IqAph7494Kg6GwcmWa:hs1|!GaeeKNA0lm3qJ752V7:hs1|m.space.child !GaeeKNA0lm3qJ752V7:hs1|!RY7GVVWbsdRnfmzR3n:hs2|m.space.child !GaeeKNA0lm3qJ752V7:hs1|!v3eFn8v9xlTR6upk8N:hs2|m.space.child !v3eFn8v9xlTR6upk8N:hs2|!1ohkGTcDLLTh122Uvu:hs1|m.space.child]\n"} -{"Time":"2024-04-23T18:07:07.115439194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v1/rooms/!IqAph7494Kg6GwcmWa:hs1/hierarchy =\u003e 200 OK (300.223095ms)\n"} -{"Time":"2024-04-23T18:07:07.519332316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Output":"--- PASS: TestFederatedClientSpaces (2.10s)\n"} -{"Time":"2024-04-23T18:07:07.519359585-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestFederatedClientSpaces","Elapsed":2.1} -{"Time":"2024-04-23T18:07:07.519376165-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint"} -{"Time":"2024-04-23T18:07:07.519387195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"=== RUN TestJumpToDateEndpoint\n"} -{"Time":"2024-04-23T18:07:08.702509692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" room_timestamp_to_event_test.go:29: OldDeploy times: 7.351585ms blueprints, 1.175748933s containers\n"} -{"Time":"2024-04-23T18:07:08.752376358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (49.798186ms)\n"} -{"Time":"2024-04-23T18:07:08.796346316-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/register =\u003e 200 OK (43.854239ms)\n"} -{"Time":"2024-04-23T18:07:08.796374535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" room_timestamp_to_event_test.go:40: WARNING: Deployment.Client - HS name 'hs1' - user ID '@the-bridge-user:hs1' - deviceID not found\n"} -{"Time":"2024-04-23T18:07:08.796387275-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel"} -{"Time":"2024-04-23T18:07:08.796394825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel","Output":"=== RUN TestJumpToDateEndpoint/parallel\n"} -{"Time":"2024-04-23T18:07:08.796413155-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_after_given_timestmap"} -{"Time":"2024-04-23T18:07:08.796420465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_after_given_timestmap","Output":"=== RUN TestJumpToDateEndpoint/parallel/should_find_event_after_given_timestmap\n"} -{"Time":"2024-04-23T18:07:08.796431995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_after_given_timestmap","Output":"=== PAUSE TestJumpToDateEndpoint/parallel/should_find_event_after_given_timestmap\n"} -{"Time":"2024-04-23T18:07:08.796439935-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_after_given_timestmap"} -{"Time":"2024-04-23T18:07:08.796451465-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_before_given_timestmap"} -{"Time":"2024-04-23T18:07:08.796458135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_before_given_timestmap","Output":"=== RUN TestJumpToDateEndpoint/parallel/should_find_event_before_given_timestmap\n"} -{"Time":"2024-04-23T18:07:08.796469435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_before_given_timestmap","Output":"=== PAUSE TestJumpToDateEndpoint/parallel/should_find_event_before_given_timestmap\n"} -{"Time":"2024-04-23T18:07:08.796476265-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_before_given_timestmap"} -{"Time":"2024-04-23T18:07:08.796487064-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_before_the_earliest_timestmap"} -{"Time":"2024-04-23T18:07:08.796500494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_before_the_earliest_timestmap","Output":"=== RUN TestJumpToDateEndpoint/parallel/should_find_nothing_before_the_earliest_timestmap\n"} -{"Time":"2024-04-23T18:07:08.796512324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_before_the_earliest_timestmap","Output":"=== PAUSE TestJumpToDateEndpoint/parallel/should_find_nothing_before_the_earliest_timestmap\n"} -{"Time":"2024-04-23T18:07:08.796525774-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_before_the_earliest_timestmap"} -{"Time":"2024-04-23T18:07:08.796540104-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_after_the_latest_timestmap"} -{"Time":"2024-04-23T18:07:08.796546944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_after_the_latest_timestmap","Output":"=== RUN TestJumpToDateEndpoint/parallel/should_find_nothing_after_the_latest_timestmap\n"} -{"Time":"2024-04-23T18:07:08.796561424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_after_the_latest_timestmap","Output":"=== PAUSE TestJumpToDateEndpoint/parallel/should_find_nothing_after_the_latest_timestmap\n"} -{"Time":"2024-04-23T18:07:08.796581534-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_after_the_latest_timestmap"} -{"Time":"2024-04-23T18:07:08.796593614-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_before_given_timestamp_when_all_message_timestamps_are_the_same"} -{"Time":"2024-04-23T18:07:08.796600673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_before_given_timestamp_when_all_message_timestamps_are_the_same","Output":"=== RUN TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_before_given_timestamp_when_all_message_timestamps_are_the_same\n"} -{"Time":"2024-04-23T18:07:08.796609343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_before_given_timestamp_when_all_message_timestamps_are_the_same","Output":"=== PAUSE TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_before_given_timestamp_when_all_message_timestamps_are_the_same\n"} -{"Time":"2024-04-23T18:07:08.796620743-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_before_given_timestamp_when_all_message_timestamps_are_the_same"} -{"Time":"2024-04-23T18:07:08.796643123-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_after_given_timestmap_when_all_message_timestamps_are_the_same"} -{"Time":"2024-04-23T18:07:08.796655603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_after_given_timestmap_when_all_message_timestamps_are_the_same","Output":"=== RUN TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_after_given_timestmap_when_all_message_timestamps_are_the_same\n"} -{"Time":"2024-04-23T18:07:08.796664143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_after_given_timestmap_when_all_message_timestamps_are_the_same","Output":"=== PAUSE TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_after_given_timestmap_when_all_message_timestamps_are_the_same\n"} -{"Time":"2024-04-23T18:07:08.796671223-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_after_given_timestmap_when_all_message_timestamps_are_the_same"} -{"Time":"2024-04-23T18:07:08.796684863-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_private_room_you_are_not_a_member_of"} -{"Time":"2024-04-23T18:07:08.796691783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_private_room_you_are_not_a_member_of","Output":"=== RUN TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_private_room_you_are_not_a_member_of\n"} -{"Time":"2024-04-23T18:07:08.796712513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_private_room_you_are_not_a_member_of","Output":"=== PAUSE TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_private_room_you_are_not_a_member_of\n"} -{"Time":"2024-04-23T18:07:08.796719882-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_private_room_you_are_not_a_member_of"} -{"Time":"2024-04-23T18:07:08.796728012-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_public_room_you_are_not_a_member_of"} -{"Time":"2024-04-23T18:07:08.796734722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_public_room_you_are_not_a_member_of","Output":"=== RUN TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_public_room_you_are_not_a_member_of\n"} -{"Time":"2024-04-23T18:07:08.796743012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_public_room_you_are_not_a_member_of","Output":"=== PAUSE TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_public_room_you_are_not_a_member_of\n"} -{"Time":"2024-04-23T18:07:08.796749992-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_public_room_you_are_not_a_member_of"} -{"Time":"2024-04-23T18:07:08.796765392-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation"} -{"Time":"2024-04-23T18:07:08.796772342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation","Output":"=== RUN TestJumpToDateEndpoint/parallel/federation\n"} -{"Time":"2024-04-23T18:07:08.796780402-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_forwards,_should_be_able_to_find_event_that_was_sent_before_we_joined"} -{"Time":"2024-04-23T18:07:08.796787062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_forwards,_should_be_able_to_find_event_that_was_sent_before_we_joined","Output":"=== RUN TestJumpToDateEndpoint/parallel/federation/looking_forwards,_should_be_able_to_find_event_that_was_sent_before_we_joined\n"} -{"Time":"2024-04-23T18:07:08.796799352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_forwards,_should_be_able_to_find_event_that_was_sent_before_we_joined","Output":"=== PAUSE TestJumpToDateEndpoint/parallel/federation/looking_forwards,_should_be_able_to_find_event_that_was_sent_before_we_joined\n"} -{"Time":"2024-04-23T18:07:08.796806292-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_forwards,_should_be_able_to_find_event_that_was_sent_before_we_joined"} -{"Time":"2024-04-23T18:07:08.796820972-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_backwards,_should_be_able_to_find_event_that_was_sent_before_we_joined"} -{"Time":"2024-04-23T18:07:08.796832661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_backwards,_should_be_able_to_find_event_that_was_sent_before_we_joined","Output":"=== RUN TestJumpToDateEndpoint/parallel/federation/looking_backwards,_should_be_able_to_find_event_that_was_sent_before_we_joined\n"} -{"Time":"2024-04-23T18:07:08.796841381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_backwards,_should_be_able_to_find_event_that_was_sent_before_we_joined","Output":"=== PAUSE TestJumpToDateEndpoint/parallel/federation/looking_backwards,_should_be_able_to_find_event_that_was_sent_before_we_joined\n"} -{"Time":"2024-04-23T18:07:08.796851011-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_backwards,_should_be_able_to_find_event_that_was_sent_before_we_joined"} -{"Time":"2024-04-23T18:07:08.796862611-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/when_looking_backwards_before_the_room_was_created,_should_be_able_to_find_event_that_was_imported"} -{"Time":"2024-04-23T18:07:08.796870031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/when_looking_backwards_before_the_room_was_created,_should_be_able_to_find_event_that_was_imported","Output":"=== RUN TestJumpToDateEndpoint/parallel/federation/when_looking_backwards_before_the_room_was_created,_should_be_able_to_find_event_that_was_imported\n"} -{"Time":"2024-04-23T18:07:08.796889461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/when_looking_backwards_before_the_room_was_created,_should_be_able_to_find_event_that_was_imported","Output":"=== PAUSE TestJumpToDateEndpoint/parallel/federation/when_looking_backwards_before_the_room_was_created,_should_be_able_to_find_event_that_was_imported\n"} -{"Time":"2024-04-23T18:07:08.796898641-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/when_looking_backwards_before_the_room_was_created,_should_be_able_to_find_event_that_was_imported"} -{"Time":"2024-04-23T18:07:08.796906641-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/can_paginate_after_getting_remote_event_from_timestamp_to_event_endpoint"} -{"Time":"2024-04-23T18:07:08.796913471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/can_paginate_after_getting_remote_event_from_timestamp_to_event_endpoint","Output":"=== RUN TestJumpToDateEndpoint/parallel/federation/can_paginate_after_getting_remote_event_from_timestamp_to_event_endpoint\n"} -{"Time":"2024-04-23T18:07:08.796929591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/can_paginate_after_getting_remote_event_from_timestamp_to_event_endpoint","Output":"=== PAUSE TestJumpToDateEndpoint/parallel/federation/can_paginate_after_getting_remote_event_from_timestamp_to_event_endpoint\n"} -{"Time":"2024-04-23T18:07:08.79704805-04:00","Action":"pause","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/can_paginate_after_getting_remote_event_from_timestamp_to_event_endpoint"} -{"Time":"2024-04-23T18:07:08.797060189-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_forwards,_should_be_able_to_find_event_that_was_sent_before_we_joined"} -{"Time":"2024-04-23T18:07:08.797067379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_forwards,_should_be_able_to_find_event_that_was_sent_before_we_joined","Output":"=== CONT TestJumpToDateEndpoint/parallel/federation/looking_forwards,_should_be_able_to_find_event_that_was_sent_before_we_joined\n"} -{"Time":"2024-04-23T18:07:08.797075969-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/when_looking_backwards_before_the_room_was_created,_should_be_able_to_find_event_that_was_imported"} -{"Time":"2024-04-23T18:07:08.797082749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/when_looking_backwards_before_the_room_was_created,_should_be_able_to_find_event_that_was_imported","Output":"=== CONT TestJumpToDateEndpoint/parallel/federation/when_looking_backwards_before_the_room_was_created,_should_be_able_to_find_event_that_was_imported\n"} -{"Time":"2024-04-23T18:07:08.797091449-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/can_paginate_after_getting_remote_event_from_timestamp_to_event_endpoint"} -{"Time":"2024-04-23T18:07:08.797098669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/can_paginate_after_getting_remote_event_from_timestamp_to_event_endpoint","Output":"=== CONT TestJumpToDateEndpoint/parallel/federation/can_paginate_after_getting_remote_event_from_timestamp_to_event_endpoint\n"} -{"Time":"2024-04-23T18:07:08.797111969-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_backwards,_should_be_able_to_find_event_that_was_sent_before_we_joined"} -{"Time":"2024-04-23T18:07:08.797119289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_backwards,_should_be_able_to_find_event_that_was_sent_before_we_joined","Output":"=== CONT TestJumpToDateEndpoint/parallel/federation/looking_backwards,_should_be_able_to_find_event_that_was_sent_before_we_joined\n"} -{"Time":"2024-04-23T18:07:08.807912903-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (10.926632ms)\n"} -{"Time":"2024-04-23T18:07:08.810345591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!imsY6u3rFIEgcjSSPT:hs1/send/m.room.message/1 =\u003e 200 OK (2.32719ms)\n"} -{"Time":"2024-04-23T18:07:08.810397671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_forwards,_should_be_able_to_find_event_that_was_sent_before_we_joined","Output":" room_timestamp_to_event_test.go:166: SendEventSynced waiting for event ID $yogt9NOhwpJtjSsCuz0zvJAOZ8zFD2ng_pC5pOQxFVM\n"} -{"Time":"2024-04-23T18:07:08.815092539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (4.639048ms)\n"} -{"Time":"2024-04-23T18:07:08.816994662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!imsY6u3rFIEgcjSSPT:hs1/send/m.room.message/2 =\u003e 200 OK (1.773854ms)\n"} -{"Time":"2024-04-23T18:07:08.817046961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_forwards,_should_be_able_to_find_event_that_was_sent_before_we_joined","Output":" room_timestamp_to_event_test.go:166: SendEventSynced waiting for event ID $-FvIt20XwEecXCrOjkw5NN-GBeD0Wxry-DAiir0xPaM\n"} -{"Time":"2024-04-23T18:07:08.817601386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (493.986µs)\n"} -{"Time":"2024-04-23T18:07:08.820282692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (23.285523ms)\n"} -{"Time":"2024-04-23T18:07:08.820903407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (23.918197ms)\n"} -{"Time":"2024-04-23T18:07:08.82168242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (24.64841ms)\n"} -{"Time":"2024-04-23T18:07:08.82173792-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!vSeoHB6NV8CVlD1Bhy:hs1/send/m.room.message/3 =\u003e 200 OK (1.394068ms)\n"} -{"Time":"2024-04-23T18:07:08.821788429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_backwards,_should_be_able_to_find_event_that_was_sent_before_we_joined","Output":" room_timestamp_to_event_test.go:173: SendEventSynced waiting for event ID $641FjT5Biag0PDhOuxfMVcXCxd-EUk0t_q4eMNK2R-g\n"} -{"Time":"2024-04-23T18:07:08.822420024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (4.645089ms)\n"} -{"Time":"2024-04-23T18:07:08.823213837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!tKVDI8EvPY4SWi0mpP:hs1/send/m.room.message/5 =\u003e 200 OK (1.447417ms)\n"} -{"Time":"2024-04-23T18:07:08.823257136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/can_paginate_after_getting_remote_event_from_timestamp_to_event_endpoint","Output":" room_timestamp_to_event_test.go:197: SendEventSynced waiting for event ID $uS_-qYlUx6HHVwDRfdRH99z0EYnF4-UwK56vRAsdz88\n"} -{"Time":"2024-04-23T18:07:08.823655092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!Ak4fW9sZSveyyVayNM:hs1/send/m.room.message/4 =\u003e 200 OK (2.654786ms)\n"} -{"Time":"2024-04-23T18:07:08.823686012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/when_looking_backwards_before_the_room_was_created,_should_be_able_to_find_event_that_was_imported","Output":" room_timestamp_to_event_test.go:181: SendEventSynced waiting for event ID $iAACWbtq2lKAHnseAU-vDfJyAxRuMUEQwLvhRtW_znY\n"} -{"Time":"2024-04-23T18:07:08.829735198-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (5.999537ms)\n"} -{"Time":"2024-04-23T18:07:08.829777318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (7.943929ms)\n"} -{"Time":"2024-04-23T18:07:08.829813048-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (6.523662ms)\n"} -{"Time":"2024-04-23T18:07:08.83181154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!tKVDI8EvPY4SWi0mpP:hs1/send/m.room.message/7 =\u003e 200 OK (1.814414ms)\n"} -{"Time":"2024-04-23T18:07:08.831887289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/can_paginate_after_getting_remote_event_from_timestamp_to_event_endpoint","Output":" room_timestamp_to_event_test.go:197: SendEventSynced waiting for event ID $NNaM2lCp3nj_uuibSXNW9bF1FrbNgicaHT6h2wKxcHs\n"} -{"Time":"2024-04-23T18:07:08.832009988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!Ak4fW9sZSveyyVayNM:hs1/send/m.room.message/6 =\u003e 200 OK (1.992182ms)\n"} -{"Time":"2024-04-23T18:07:08.832035008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/when_looking_backwards_before_the_room_was_created,_should_be_able_to_find_event_that_was_imported","Output":" room_timestamp_to_event_test.go:181: SendEventSynced waiting for event ID $Os2Ix5BFMmSJKAAagHYxqrK5JUXw2v-IT5IZsBfqQC4\n"} -{"Time":"2024-04-23T18:07:08.832450414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (503.235µs)\n"} -{"Time":"2024-04-23T18:07:08.832754471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (658.564µs)\n"} -{"Time":"2024-04-23T18:07:08.833078758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!vSeoHB6NV8CVlD1Bhy:hs1/send/m.room.message/8 =\u003e 200 OK (2.981883ms)\n"} -{"Time":"2024-04-23T18:07:08.833123428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_backwards,_should_be_able_to_find_event_that_was_sent_before_we_joined","Output":" room_timestamp_to_event_test.go:173: SendEventSynced waiting for event ID $Q7xZF0Zqb2bi-4VVST43BGofJb9OlGY2d3onJI0kc5M\n"} -{"Time":"2024-04-23T18:07:08.834437467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.743005ms)\n"} -{"Time":"2024-04-23T18:07:08.834595975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (1.512467ms)\n"} -{"Time":"2024-04-23T18:07:08.835450807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!Ak4fW9sZSveyyVayNM:hs1 =\u003e 401 Unauthorized (747.423µs)\n"} -{"Time":"2024-04-23T18:07:08.835516077-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/when_looking_backwards_before_the_room_was_created,_should_be_able_to_find_event_that_was_imported","Output":" client.go:755: \u001b[31mCSAPI.Must: POST http://127.0.0.1:1227/_matrix/client/v3/join/%21Ak4fW9sZSveyyVayNM:hs1?server_name=hs1 returned non-2xx code: 401 Unauthorized - body: {\"errcode\":\"M_UNKNOWN_TOKEN\",\"error\":\"M_UNKNOWN_TOKEN: Unknown access token.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:07:08.835538957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/when_looking_backwards_before_the_room_was_created,_should_be_able_to_find_event_that_was_imported","Output":"--- FAIL: TestJumpToDateEndpoint/parallel/federation/when_looking_backwards_before_the_room_was_created,_should_be_able_to_find_event_that_was_imported (0.04s)\n"} -{"Time":"2024-04-23T18:07:08.841162666-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/when_looking_backwards_before_the_room_was_created,_should_be_able_to_find_event_that_was_imported","Elapsed":0.04} -{"Time":"2024-04-23T18:07:08.841178516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (7.974699ms)\n"} -{"Time":"2024-04-23T18:07:09.046583026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!tKVDI8EvPY4SWi0mpP:hs1 =\u003e 403 Forbidden (212.019391ms)\n"} -{"Time":"2024-04-23T18:07:09.046686405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/can_paginate_after_getting_remote_event_from_timestamp_to_event_endpoint","Output":" client.go:755: \u001b[31mCSAPI.Must: POST http://127.0.0.1:1225/_matrix/client/v3/join/%21tKVDI8EvPY4SWi0mpP:hs1?server_name=hs1 returned non-2xx code: 403 Forbidden - body: {\"errcode\":\"M_FORBIDDEN\",\"error\":\"Answer from hs1: [403 / M_FORBIDDEN] M_FORBIDDEN: Evil event in db\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:07:09.046733114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/can_paginate_after_getting_remote_event_from_timestamp_to_event_endpoint","Output":"--- FAIL: TestJumpToDateEndpoint/parallel/federation/can_paginate_after_getting_remote_event_from_timestamp_to_event_endpoint (0.25s)\n"} -{"Time":"2024-04-23T18:07:09.065472638-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/can_paginate_after_getting_remote_event_from_timestamp_to_event_endpoint","Elapsed":0.25} -{"Time":"2024-04-23T18:07:09.065487698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!imsY6u3rFIEgcjSSPT:hs1 =\u003e 200 OK (242.921715ms)\n"} -{"Time":"2024-04-23T18:07:09.066126602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs2/_matrix/client/v3/join/!vSeoHB6NV8CVlD1Bhy:hs1 =\u003e 200 OK (224.680688ms)\n"} -{"Time":"2024-04-23T18:07:09.066201421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v1/rooms/!imsY6u3rFIEgcjSSPT:hs1/timestamp_to_event =\u003e 404 Not Found (673.494µs)\n"} -{"Time":"2024-04-23T18:07:09.066261741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_forwards,_should_be_able_to_find_event_that_was_sent_before_we_joined","Output":" room_timestamp_to_event_test.go:168: mustCheckEventisReturnedForTime: /timestamp_to_event request failed with status=404 body={\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\n"} -{"Time":"2024-04-23T18:07:09.06627994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_forwards,_should_be_able_to_find_event_that_was_sent_before_we_joined","Output":"--- FAIL: TestJumpToDateEndpoint/parallel/federation/looking_forwards,_should_be_able_to_find_event_that_was_sent_before_we_joined (0.27s)\n"} -{"Time":"2024-04-23T18:07:09.066609427-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_forwards,_should_be_able_to_find_event_that_was_sent_before_we_joined","Elapsed":0.27} -{"Time":"2024-04-23T18:07:09.066623887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs2/_matrix/client/v1/rooms/!vSeoHB6NV8CVlD1Bhy:hs1/timestamp_to_event =\u003e 404 Not Found (412.456µs)\n"} -{"Time":"2024-04-23T18:07:09.066673337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_backwards,_should_be_able_to_find_event_that_was_sent_before_we_joined","Output":" room_timestamp_to_event_test.go:175: mustCheckEventisReturnedForTime: /timestamp_to_event request failed with status=404 body={\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\n"} -{"Time":"2024-04-23T18:07:09.066688667-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_backwards,_should_be_able_to_find_event_that_was_sent_before_we_joined","Output":"--- FAIL: TestJumpToDateEndpoint/parallel/federation/looking_backwards,_should_be_able_to_find_event_that_was_sent_before_we_joined (0.27s)\n"} -{"Time":"2024-04-23T18:07:09.066701267-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation/looking_backwards,_should_be_able_to_find_event_that_was_sent_before_we_joined","Elapsed":0.27} -{"Time":"2024-04-23T18:07:09.066709306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation","Output":"--- FAIL: TestJumpToDateEndpoint/parallel/federation (0.00s)\n"} -{"Time":"2024-04-23T18:07:09.066720196-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/federation","Elapsed":0} -{"Time":"2024-04-23T18:07:09.066728076-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_after_given_timestmap"} -{"Time":"2024-04-23T18:07:09.066734826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_after_given_timestmap","Output":"=== CONT TestJumpToDateEndpoint/parallel/should_find_event_after_given_timestmap\n"} -{"Time":"2024-04-23T18:07:09.066751056-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_after_given_timestmap_when_all_message_timestamps_are_the_same"} -{"Time":"2024-04-23T18:07:09.066758176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_after_given_timestmap_when_all_message_timestamps_are_the_same","Output":"=== CONT TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_after_given_timestmap_when_all_message_timestamps_are_the_same\n"} -{"Time":"2024-04-23T18:07:09.066774326-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_after_the_latest_timestmap"} -{"Time":"2024-04-23T18:07:09.066781006-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_after_the_latest_timestmap","Output":"=== CONT TestJumpToDateEndpoint/parallel/should_find_nothing_after_the_latest_timestmap\n"} -{"Time":"2024-04-23T18:07:09.066791706-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_before_given_timestamp_when_all_message_timestamps_are_the_same"} -{"Time":"2024-04-23T18:07:09.066798576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_before_given_timestamp_when_all_message_timestamps_are_the_same","Output":"=== CONT TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_before_given_timestamp_when_all_message_timestamps_are_the_same\n"} -{"Time":"2024-04-23T18:07:09.066809906-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_public_room_you_are_not_a_member_of"} -{"Time":"2024-04-23T18:07:09.066816885-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_public_room_you_are_not_a_member_of","Output":"=== CONT TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_public_room_you_are_not_a_member_of\n"} -{"Time":"2024-04-23T18:07:09.066825225-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_private_room_you_are_not_a_member_of"} -{"Time":"2024-04-23T18:07:09.066832025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_private_room_you_are_not_a_member_of","Output":"=== CONT TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_private_room_you_are_not_a_member_of\n"} -{"Time":"2024-04-23T18:07:09.066843525-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_before_the_earliest_timestmap"} -{"Time":"2024-04-23T18:07:09.066852785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_before_the_earliest_timestmap","Output":"=== CONT TestJumpToDateEndpoint/parallel/should_find_nothing_before_the_earliest_timestmap\n"} -{"Time":"2024-04-23T18:07:09.066864055-04:00","Action":"cont","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_before_given_timestmap"} -{"Time":"2024-04-23T18:07:09.066870755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_before_given_timestmap","Output":"=== CONT TestJumpToDateEndpoint/parallel/should_find_event_before_given_timestmap\n"} -{"Time":"2024-04-23T18:07:09.074567916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (7.795201ms)\n"} -{"Time":"2024-04-23T18:07:09.078410302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 403 Forbidden (11.510408ms)\n"} -{"Time":"2024-04-23T18:07:09.078445002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_private_room_you_are_not_a_member_of","Output":" client.go:755: \u001b[31mCSAPI.Must: POST http://127.0.0.1:1227/_matrix/client/v3/createRoom returned non-2xx code: 403 Forbidden - body: {\"errcode\":\"M_FORBIDDEN\",\"error\":\"M_FORBIDDEN: Event is not authorized.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:07:09.078461772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_private_room_you_are_not_a_member_of","Output":"--- FAIL: TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_private_room_you_are_not_a_member_of (0.01s)\n"} -{"Time":"2024-04-23T18:07:09.078548231-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_private_room_you_are_not_a_member_of","Elapsed":0.01} -{"Time":"2024-04-23T18:07:09.078562261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 403 Forbidden (11.637387ms)\n"} -{"Time":"2024-04-23T18:07:09.07862108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_before_the_earliest_timestmap","Output":" client.go:755: \u001b[31mCSAPI.Must: POST http://127.0.0.1:1227/_matrix/client/v3/createRoom returned non-2xx code: 403 Forbidden - body: {\"errcode\":\"M_FORBIDDEN\",\"error\":\"M_FORBIDDEN: Event is not authorized.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:07:09.07863549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_before_the_earliest_timestmap","Output":"--- FAIL: TestJumpToDateEndpoint/parallel/should_find_nothing_before_the_earliest_timestmap (0.01s)\n"} -{"Time":"2024-04-23T18:07:09.078787849-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_before_the_earliest_timestmap","Elapsed":0.01} -{"Time":"2024-04-23T18:07:09.078805939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 403 Forbidden (11.874144ms)\n"} -{"Time":"2024-04-23T18:07:09.078881998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_public_room_you_are_not_a_member_of","Output":" client.go:755: \u001b[31mCSAPI.Must: POST http://127.0.0.1:1227/_matrix/client/v3/createRoom returned non-2xx code: 403 Forbidden - body: {\"errcode\":\"M_FORBIDDEN\",\"error\":\"M_FORBIDDEN: Event is not authorized.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:07:09.078901028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_public_room_you_are_not_a_member_of","Output":"--- FAIL: TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_public_room_you_are_not_a_member_of (0.01s)\n"} -{"Time":"2024-04-23T18:07:09.078909638-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_not_be_able_to_query_a_public_room_you_are_not_a_member_of","Elapsed":0.01} -{"Time":"2024-04-23T18:07:09.078917678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 403 Forbidden (12.088512ms)\n"} -{"Time":"2024-04-23T18:07:09.078980567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_after_given_timestmap_when_all_message_timestamps_are_the_same","Output":" client.go:755: \u001b[31mCSAPI.Must: POST http://127.0.0.1:1227/_matrix/client/v3/createRoom returned non-2xx code: 403 Forbidden - body: {\"errcode\":\"M_FORBIDDEN\",\"error\":\"M_FORBIDDEN: Event is not authorized.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:07:09.078998287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_after_given_timestmap_when_all_message_timestamps_are_the_same","Output":"--- FAIL: TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_after_given_timestmap_when_all_message_timestamps_are_the_same (0.01s)\n"} -{"Time":"2024-04-23T18:07:09.081218077-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_after_given_timestmap_when_all_message_timestamps_are_the_same","Elapsed":0.01} -{"Time":"2024-04-23T18:07:09.081230407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!DHnE9FKz8bEzUGjTsL:hs1/send/m.room.message/9 =\u003e 200 OK (6.596342ms)\n"} -{"Time":"2024-04-23T18:07:09.081280287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_after_given_timestmap","Output":" room_timestamp_to_event_test.go:45: SendEventSynced waiting for event ID $ma2972Y8kFJWUhOJ36jByFhR63EYu0bsLIDXyUaZy4Q\n"} -{"Time":"2024-04-23T18:07:09.082213858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (871.752µs)\n"} -{"Time":"2024-04-23T18:07:09.084609477-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (17.738063ms)\n"} -{"Time":"2024-04-23T18:07:09.085335571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (18.279427ms)\n"} -{"Time":"2024-04-23T18:07:09.085994825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!iAF0X7LGVkh4U3VqIM:hs1/send/m.room.message/10 =\u003e 200 OK (1.280328ms)\n"} -{"Time":"2024-04-23T18:07:09.086064224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_after_the_latest_timestmap","Output":" room_timestamp_to_event_test.go:64: SendEventSynced waiting for event ID $uTVaryWZovMY2YM7ocKHcw1gtRB59HM7IYNOEXNR6q4\n"} -{"Time":"2024-04-23T18:07:09.087040165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!wolkFkc76WFuShyzHC:hs1/send/m.room.message/11 =\u003e 200 OK (1.587925ms)\n"} -{"Time":"2024-04-23T18:07:09.087057705-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_before_given_timestmap","Output":" room_timestamp_to_event_test.go:51: SendEventSynced waiting for event ID $o1yp0WK2oLfo31QUGv7NN17u9lMhTr1rMoOgaF3kmT8\n"} -{"Time":"2024-04-23T18:07:09.088989558-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/createRoom =\u003e 200 OK (22.096394ms)\n"} -{"Time":"2024-04-23T18:07:09.090739722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!CdcisW6SHwPOM3RwZg:hs1/send/m.room.message/12 =\u003e 200 OK (1.647786ms)\n"} -{"Time":"2024-04-23T18:07:09.090754582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_before_given_timestamp_when_all_message_timestamps_are_the_same","Output":" room_timestamp_to_event_test.go:70: SendEventSynced waiting for event ID $F8E3OCYRD2RmbBtEjOknOBpfcgAi-2gXVH13D24eK5w\n"} -{"Time":"2024-04-23T18:07:09.092442437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (10.10378ms)\n"} -{"Time":"2024-04-23T18:07:09.093570837-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (6.462483ms)\n"} -{"Time":"2024-04-23T18:07:09.093807085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (2.994364ms)\n"} -{"Time":"2024-04-23T18:07:09.093896744-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (7.781721ms)\n"} -{"Time":"2024-04-23T18:07:09.095303702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!DHnE9FKz8bEzUGjTsL:hs1/send/m.room.message/13 =\u003e 200 OK (2.730166ms)\n"} -{"Time":"2024-04-23T18:07:09.095358501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_after_given_timestmap","Output":" room_timestamp_to_event_test.go:45: SendEventSynced waiting for event ID $Mzn-dTNa5T4Q4z98NhtGLTQcGg-WOdKeuD2epD5mfs8\n"} -{"Time":"2024-04-23T18:07:09.096529541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!wolkFkc76WFuShyzHC:hs1/send/m.room.message/14 =\u003e 200 OK (2.607806ms)\n"} -{"Time":"2024-04-23T18:07:09.09657893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_before_given_timestmap","Output":" room_timestamp_to_event_test.go:51: SendEventSynced waiting for event ID $cysGHQOQaVnGEsDtSSiP3-RzETqmBLj44BFGP-Hh9OI\n"} -{"Time":"2024-04-23T18:07:09.097424763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!iAF0X7LGVkh4U3VqIM:hs1/send/m.room.message/15 =\u003e 200 OK (3.33211ms)\n"} -{"Time":"2024-04-23T18:07:09.097452623-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_after_the_latest_timestmap","Output":" room_timestamp_to_event_test.go:64: SendEventSynced waiting for event ID $aQdWlvJi2bClywkZzmv5I0WYNu_v3UJV7fSJE_7QLsc\n"} -{"Time":"2024-04-23T18:07:09.100573225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (6.347773ms)\n"} -{"Time":"2024-04-23T18:07:09.102839724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/rooms/!CdcisW6SHwPOM3RwZg:hs1/send/m.room.message/16 =\u003e 200 OK (2.140021ms)\n"} -{"Time":"2024-04-23T18:07:09.102884734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_before_given_timestamp_when_all_message_timestamps_are_the_same","Output":" room_timestamp_to_event_test.go:70: SendEventSynced waiting for event ID $CiFT538GvnDpf-M3enb-rABxz4GVYIXmByVLoJ8kKQA\n"} -{"Time":"2024-04-23T18:07:09.108239516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (10.732104ms)\n"} -{"Time":"2024-04-23T18:07:09.108263446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (5.347983ms)\n"} -{"Time":"2024-04-23T18:07:09.108359915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (12.951095ms)\n"} -{"Time":"2024-04-23T18:07:09.108477124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (11.849515ms)\n"} -{"Time":"2024-04-23T18:07:09.109243008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v1/rooms/!iAF0X7LGVkh4U3VqIM:hs1/timestamp_to_event =\u003e 404 Not Found (651.854µs)\n"} -{"Time":"2024-04-23T18:07:09.109277907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_after_the_latest_timestmap","Output":"--- PASS: TestJumpToDateEndpoint/parallel/should_find_nothing_after_the_latest_timestmap (0.04s)\n"} -{"Time":"2024-04-23T18:07:09.109393116-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_nothing_after_the_latest_timestmap","Elapsed":0.04} -{"Time":"2024-04-23T18:07:09.109402556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v1/rooms/!wolkFkc76WFuShyzHC:hs1/timestamp_to_event =\u003e 404 Not Found (720.624µs)\n"} -{"Time":"2024-04-23T18:07:09.109443286-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_before_given_timestmap","Output":" room_timestamp_to_event_test.go:52: mustCheckEventisReturnedForTime: /timestamp_to_event request failed with status=404 body={\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\n"} -{"Time":"2024-04-23T18:07:09.109458916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_before_given_timestmap","Output":"--- FAIL: TestJumpToDateEndpoint/parallel/should_find_event_before_given_timestmap (0.04s)\n"} -{"Time":"2024-04-23T18:07:09.109640514-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_before_given_timestmap","Elapsed":0.04} -{"Time":"2024-04-23T18:07:09.109649124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v1/rooms/!DHnE9FKz8bEzUGjTsL:hs1/timestamp_to_event =\u003e 404 Not Found (969.581µs)\n"} -{"Time":"2024-04-23T18:07:09.109690044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_after_given_timestmap","Output":" room_timestamp_to_event_test.go:46: mustCheckEventisReturnedForTime: /timestamp_to_event request failed with status=404 body={\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\n"} -{"Time":"2024-04-23T18:07:09.109700414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_after_given_timestmap","Output":"--- FAIL: TestJumpToDateEndpoint/parallel/should_find_event_after_given_timestmap (0.04s)\n"} -{"Time":"2024-04-23T18:07:09.11453993-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_event_after_given_timestmap","Elapsed":0.04} -{"Time":"2024-04-23T18:07:09.11454941-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/sync =\u003e 200 OK (5.984497ms)\n"} -{"Time":"2024-04-23T18:07:09.115016486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/join/!CdcisW6SHwPOM3RwZg:hs1 =\u003e 401 Unauthorized (386.596µs)\n"} -{"Time":"2024-04-23T18:07:09.115038886-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_before_given_timestamp_when_all_message_timestamps_are_the_same","Output":" client.go:755: \u001b[31mCSAPI.Must: POST http://127.0.0.1:1227/_matrix/client/v3/join/%21CdcisW6SHwPOM3RwZg:hs1?server_name=hs1 returned non-2xx code: 401 Unauthorized - body: {\"errcode\":\"M_UNKNOWN_TOKEN\",\"error\":\"M_UNKNOWN_TOKEN: Unknown access token.\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:07:09.115055256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_before_given_timestamp_when_all_message_timestamps_are_the_same","Output":"--- FAIL: TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_before_given_timestamp_when_all_message_timestamps_are_the_same (0.05s)\n"} -{"Time":"2024-04-23T18:07:09.115067285-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel/should_find_next_event_topologically_before_given_timestamp_when_all_message_timestamps_are_the_same","Elapsed":0.05} -{"Time":"2024-04-23T18:07:09.115075095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel","Output":"--- FAIL: TestJumpToDateEndpoint/parallel (0.27s)\n"} -{"Time":"2024-04-23T18:07:09.115082445-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint/parallel","Elapsed":0.27} -{"Time":"2024-04-23T18:07:09.309256355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"2024/04/23 18:07:09 ============================================\n"} -{"Time":"2024-04-23T18:07:09.309290975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.309298464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.309305884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"2024/04/23 18:07:09 271a25af1d4db9a629183d0b4cfbaaf3e66c8d781b04e6bd26488a42b4360d55 : Server logs:\n"} -{"Time":"2024-04-23T18:07:09.309318374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:07:09.309325494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs2' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:07:09.309332404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:07:09.309342484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"+ echo 'DNS.1 = hs2'\n"} -{"Time":"2024-04-23T18:07:09.309349364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:07:09.309356634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"+ echo 'IP.1 = 172.26.0.2'\n"} -{"Time":"2024-04-23T18:07:09.309363434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:07:09.309370894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:07:09.309380914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs2\n"} -{"Time":"2024-04-23T18:07:09.309387934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs2 CONDUIT_WELL_KNOWN_SERVER=hs2:8448 CONDUIT_WELL_KNOWN_SERVER=hs2:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:07:09.309398474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.082559Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:07:09.309407314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.082660Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:07:09.309415423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.082982Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:07:09.309423553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.082990Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:07:09.309433973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.082996Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:07:09.309442263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.083003Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:07:09.309450493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.083668Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:07:09.309458373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.309464753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:07:09.309472083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.083736Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs2\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:07:09.309480543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.085998Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:07:09.309487993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.087535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:07:09.309495433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.088166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:07:09.309506573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.089230Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:07:09.309514323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.655426Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 530 in 567.8848ms\n"} -{"Time":"2024-04-23T18:07:09.309521463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657482Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:07:09.309529002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657548Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:07:09.309536522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657562Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:07:09.309544002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657571Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:07:09.309551362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657580Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:07:09.309558842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657586Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:07:09.309569532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657593Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:07:09.309576782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657600Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:07:09.309584272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657607Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:07:09.309591882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657614Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:07:09.309599242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657622Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:07:09.309606462-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657629Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:07:09.309613842-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657636Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:07:09.309621312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657642Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:07:09.309629222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657659Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:07:09.309636662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657671Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:07:09.309644091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657679Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:07:09.309651091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657689Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:07:09.309664821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657698Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:07:09.309672591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.657705Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:07:09.309680031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.659394Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:07:09.309687171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.662137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:07:09.309694771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.678281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:07:09.309702611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.678290Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:07:09.309710481-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.678857Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:07:09.309719141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.679005Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:07:09.309728691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.689724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.309737891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.690272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1225\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.309747191-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.690377Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:07:09.30975588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.690628Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.3097649-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.752847Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.30977395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.753295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1225\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.30978403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.753315Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-2\")}))\n"} -{"Time":"2024-04-23T18:07:09.30979534-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.795697Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-2:hs2\" registered on this server.\n"} -{"Time":"2024-04-23T18:07:09.30980849-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.796049Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m43 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.30981901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.798984Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I98nF1KLCMg8i4VYOP:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:09.3098311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.799468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I98nF1KLCMg8i4VYOP:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:09.30984215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.799489Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-2:hs2\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs2\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!I98nF1KLCMg8i4VYOP:hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.3098524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.822971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.30986138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.823525Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21imsY6u3rFIEgcjSSPT:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1225\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.309871809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.823566Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21imsY6u3rFIEgcjSSPT:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:07:09.309880739-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.824267Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !imsY6u3rFIEgcjSSPT:hs1 over federation.\n"} -{"Time":"2024-04-23T18:07:09.309897169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.824452Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:07:09.309905929-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.825150Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:09.309915899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.825336Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:07:09.309927159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.825352Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:07:09.309965419-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.825438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs1 A\n"} -{"Time":"2024-04-23T18:07:09.309977289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.825465Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.309988518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.825487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.310001128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.825518Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs1\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.310010648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.825559Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 47388:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.310017878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.310023918-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:07:09.310030168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.310037578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.825998Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:09.310047678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.826080Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:09.310058818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.826381Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:07:09.310070538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.826400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 47388\n"} -{"Time":"2024-04-23T18:07:09.310080468-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.826423Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 47388:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:07:09.310089058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.310095517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:07:09.310101947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:07:09.310108017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"hs1. 600 IN A 172.26.0.3\n"} -{"Time":"2024-04-23T18:07:09.310119387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:07:09.310126017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.310132287-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.310140037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.826444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 47388:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:07:09.310149197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.310155547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; hs1. IN A\n"} -{"Time":"2024-04-23T18:07:09.310161687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:07:09.310167797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"hs1. 600 IN A 172.26.0.3\n"} -{"Time":"2024-04-23T18:07:09.310173617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:07:09.310181497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.310187877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.310195717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.826691Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:07:09.310206336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.826715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.26.0.3:443\n"} -{"Time":"2024-04-23T18:07:09.310216486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.826842Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.26.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:07:09.310228496-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.826872Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:07:09.310252146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.826892Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:07:09.310263786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.826919Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:07:09.310273676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.826970Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:07:09.310283966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.827003Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:07:09.310294536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.827014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.310305606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.827029Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.310315836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.827043Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.310325465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.827075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 431:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.310332595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.310338965-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.310345655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.310353145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.827540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:09.310364315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.827609Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:09.310374075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.828908Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.310383805-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.828923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 431\n"} -{"Time":"2024-04-23T18:07:09.310393235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.828947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 431:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.310402935-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.310409295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.310415875-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.310422195-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.310429425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.310436224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.310442414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.310450384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.828965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.310461224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.828978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.310471644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.829091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:09.310482954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.829113Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.310492394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.829158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m7593\n"} -{"Time":"2024-04-23T18:07:09.310500404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.829167Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 7593:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.310507364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.310513774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.310520314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.310526894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.829179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:09.310534274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.310541754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831501Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:07:09.310562213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831506Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:09.310570143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:09.310577753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.310584833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831520Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:09.310592113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:09.310599273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831530Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.310607583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 7593:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.310616473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.310624383-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.310631003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.310637333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.310644273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.310651263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.310657483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.310664982-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:07:09.310675312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.310686632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831622Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.310696952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.310706202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 24597:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.310714452-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.310720622-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.310727022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.310734632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831751Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:09.310745892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831812Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:09.310756562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.833019Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.310766312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.833050Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 24597\n"} -{"Time":"2024-04-23T18:07:09.310776421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.833086Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 24597:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.310784991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.310791281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.310797831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.310804181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.310810891-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.310818021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.310824451-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.310832021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.833117Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.310844031-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.833139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.310854581-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.833158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.310864311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.833209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:09.310871681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.833230Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m28726\n"} -{"Time":"2024-04-23T18:07:09.310879541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.833242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 28726:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.310886881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.31089338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.31089964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.31090639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.833265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:09.31091427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.834947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.31092304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835103Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21tKVDI8EvPY4SWi0mpP:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1225\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.31094568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835118Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21tKVDI8EvPY4SWi0mpP:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:07:09.31095501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835287Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !tKVDI8EvPY4SWi0mpP:hs1 over federation.\n"} -{"Time":"2024-04-23T18:07:09.31096395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835304Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:07:09.31097272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835340Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:09.31098259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835364Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:07:09.31099224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835374Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:07:09.311002289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835436Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:07:09.311012149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.26.0.3:443\n"} -{"Time":"2024-04-23T18:07:09.311022199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835563Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.26.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:07:09.311033869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835588Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:07:09.311048339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835603Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:07:09.311059879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835621Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:07:09.311071239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:07:09.311082189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:07:09.311095289-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.311106579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835693Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.311117298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835704Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.311126868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 60079:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.311133708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.311139958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.311146498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.311153938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835791Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:09.311166088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835843Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:09.311191518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.836946Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.311201838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.836960Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 60079\n"} -{"Time":"2024-04-23T18:07:09.311211378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.836978Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 60079:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.311219838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.311226208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.311232737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.311238897-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.311245817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.311252517-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.311258787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.311266877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.836994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.311279677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.837005Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.311291047-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.837014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.311300387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.837041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m9995\n"} -{"Time":"2024-04-23T18:07:09.311308197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.837047Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 9995:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.311315377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.311321657-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.311328117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.311334887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.837055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:09.311343686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.841896Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.311354476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.842096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21vSeoHB6NV8CVlD1Bhy:hs1?server_name=hs1 {\"host\": \"127.0.0.1:1225\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"2\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.311365456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.842124Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/join/%21vSeoHB6NV8CVlD1Bhy:hs1?server_name=hs1 Some(Object({}))\n"} -{"Time":"2024-04-23T18:07:09.311374206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.842385Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Joining !vSeoHB6NV8CVlD1Bhy:hs1 over federation.\n"} -{"Time":"2024-04-23T18:07:09.311382696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.842413Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for make_join (0)\n"} -{"Time":"2024-04-23T18:07:09.311391306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.842468Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:09.311400906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.842504Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs1\n"} -{"Time":"2024-04-23T18:07:09.311410576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.842527Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs1\n"} -{"Time":"2024-04-23T18:07:09.311420526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.842620Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=None\n"} -{"Time":"2024-04-23T18:07:09.311430916-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.842650Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.26.0.3:443\n"} -{"Time":"2024-04-23T18:07:09.311442216-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.842847Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.26.0.3:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:07:09.311454606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.842893Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:07:09.311468455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.842923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:07:09.311479725-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.842978Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:07:09.311489665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.843017Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:07:09.311499675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.843058Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:07:09.311509975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.843082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.311520385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.843114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.311530975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.843134Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.311540375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.843191Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 47495:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.311549555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.311556025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.311562375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.311569724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.843235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:09.311580694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.843283Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:09.311590234-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.844468Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.311599784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.844480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 47495\n"} -{"Time":"2024-04-23T18:07:09.311609634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.844495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 47495:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.311620104-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.311626514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.311632984-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.311639264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.311645824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.311652514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.311658994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.311666684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.844510Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.311678674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.844520Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.311689293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.844529Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.311698443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.844554Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m32863\n"} -{"Time":"2024-04-23T18:07:09.311706653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.844560Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 32863:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.311713773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.311720083-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.311726533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.311733203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.844567Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:09.311740603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.876077Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.311748053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.876092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:07:09.311755413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.876100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:09.311763073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.876110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:09.311770973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.876117Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.311777833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.876124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:09.311784973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.876130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:09.311792033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.876141Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.311800482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.876176Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 28726:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.311809192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.311815382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.311821942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.311828102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.311834972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.311841442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.311847632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.311855632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.876226Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.311865392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.876256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:07:09.311875202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.876287Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:07:09.311885182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.876306Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.311896162-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.876327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.311906502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.876345Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.311915851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.876393Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 50725:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.311922771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.311929181-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.311945331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.311953901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.876425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:09.311966171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.876454Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:09.311976021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.877556Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.311999821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.877585Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 50725\n"} -{"Time":"2024-04-23T18:07:09.312010171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.877617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 50725:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.312018521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.31202482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.31203124-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.31203768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.3120442-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.31205095-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.31205716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.31206539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.877646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.31207754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.877667Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.3120877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.877683Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.3120969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.877737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:09.31210474-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.877756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m14205\n"} -{"Time":"2024-04-23T18:07:09.31211262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.877766Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 14205:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.3121197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.3121259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.312132099-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.312138809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.877779Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:09.312146309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.878076Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.312153559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.878088Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:07:09.312160799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.878096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:09.312167939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.878105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:09.312175359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.878112Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.312182659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.878118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:09.312190029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.878124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:09.312197299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.878134Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.312206179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.878171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 9995:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.312214729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.312221589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.312229559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.312235799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.312244318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.312250888-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.312257248-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.312265148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.878212Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.312275568-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.878242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:07:09.312285798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.878275Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:07:09.312296068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.878293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.312306848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.878314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.312317438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.878331Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.312326908-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.878377Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 59069:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.312334068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.312340328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.312346627-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.312354317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.878432Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:09.312364487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.878477Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:09.312374317-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.879548Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.312384127-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.879574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 59069\n"} -{"Time":"2024-04-23T18:07:09.312394087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.879606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 59069:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.312402537-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.312408717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.312414737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.312420977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.312427707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.312435737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.312442147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.312449887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.879635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.312462166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.879658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.312472696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.879676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.312481666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.879716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:09.312489326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.879735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m34801\n"} -{"Time":"2024-04-23T18:07:09.312497336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.879745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 34801:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.312504406-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.312510566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.312516756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.312523396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.879759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:09.312530896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.880087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.312538416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.880098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:07:09.312545946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.880105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:09.312553936-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.880115Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:09.312561315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.880122Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.312568745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.880128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:09.312576485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.880135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:09.312585215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.880145Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.312593495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.880175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 32863:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.312602035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.312608415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.312615135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.312621375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.312628295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.312634955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.312641315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.312648975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.880214Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.312659435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.880242Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs1.\"\n"} -{"Time":"2024-04-23T18:07:09.312671154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.880271Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1 SRV\n"} -{"Time":"2024-04-23T18:07:09.312681334-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.880289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.312691854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.880310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.312703444-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.880327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.312713244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.880371Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 50570:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.312720154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.312726414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.312732414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.312739754-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.880410Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:09.312750524-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.880457Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:09.312760374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.881554Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.312769764-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.881580Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 50570\n"} -{"Time":"2024-04-23T18:07:09.312779693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.881609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 50570:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.312790113-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.312796583-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.312802923-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.312809013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.312815753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.312822303-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.312828593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.312836803-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.881636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.312855413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.881658Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.312866203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.881675Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.312875433-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.881716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:09.312883073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.881734Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m24592\n"} -{"Time":"2024-04-23T18:07:09.312890892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.881745Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 24592:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.312913822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.312920612-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.312927142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.312943702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.881758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:09.312951282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.882089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.312958632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.882101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:09.312965722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.882108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:09.312973202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.882118Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:09.312980292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.882124Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.312987582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.882131Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:09.312994802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.882137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:09.313002161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.882147Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.313010421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.882180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 14205:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.313018881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.313025171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.313031441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.313037591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.313044421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.313051091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.313057521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.313064991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.882228Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:07:09.313075421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.882252Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.313086241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.882277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.313096541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.882294Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.313106131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.882339Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 33604:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.31311321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.31311953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.31312579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.31313342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.882391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:09.31314391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.882436Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:09.31315394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.883535Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.3131635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.883547Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 33604\n"} -{"Time":"2024-04-23T18:07:09.31317525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.883563Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 33604:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.31318377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.31319017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.3131966-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.31320283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.31320944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.31321605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.31322228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.313230609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.883577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.313241919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.883587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.313253239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.883596Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.313262269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.883617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:09.313269969-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.883626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m36141\n"} -{"Time":"2024-04-23T18:07:09.313277809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.883631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 36141:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.313285089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.313291309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.313298839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.313305659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.883638Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:09.313313079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.884102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.313320309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.884110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:09.313327579-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.884114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:09.313335339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.884119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:09.313342668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.884123Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.313350158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.884126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:09.313357228-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.884130Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:09.313364398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.884135Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.313372738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.884151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 34801:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.313381438-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.313387828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.313394298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.313400288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.313407008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.313413618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.313419998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.313427538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.884174Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:07:09.313437638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.884184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.313448408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.884194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.313459547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.884202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.313469117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.884225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 6727:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.313475967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.313482807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.313489267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.313496987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.884276Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:09.313506687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.884327Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:09.313517327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.885560Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.313527197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.885581Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 6727\n"} -{"Time":"2024-04-23T18:07:09.313537157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.885611Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 6727:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.313545647-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.313551927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.313558267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.313565776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.313573276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.313579786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.313586176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.313594046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.885636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.313606066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.885656Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.313616646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.885673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.313626526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.885713Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:09.313633826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.885730Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m3503\n"} -{"Time":"2024-04-23T18:07:09.313642666-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.885740Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 3503:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.313650026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.313656536-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.313662746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.313669366-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.885753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:09.313676726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.886082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.313684075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.886098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:09.313691525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.886108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:09.313698835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.886120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:09.313706225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.886129Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.313713505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.886137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:09.313721445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.886144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:09.313728915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.886154Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.313737135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.886191Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 24592:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.313745905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.313752315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.313758605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.313764865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.313771645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.313778335-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.313784645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.313792254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.886245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs1. SRV\n"} -{"Time":"2024-04-23T18:07:09.313802384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.886266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.313812824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.886288Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.313823344-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.886305Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.313832804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.886353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 32235:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.313840004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.313846294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.313852644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.313860284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.886405Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:09.313870514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.886449Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:09.313879904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.887580Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.313890114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.887592Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 32235\n"} -{"Time":"2024-04-23T18:07:09.313901554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.887607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 32235:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.313910133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.313916423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.313922653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.313928873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.313946763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.313953993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.313960533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.313968653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.887621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.313979423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.887631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.313989833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.887640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.313998973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.887661Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:09.314006533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.887670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m25375\n"} -{"Time":"2024-04-23T18:07:09.314014413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.887675Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 25375:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.314021332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.314027542-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.314054082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.314061372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.887682Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:09.314068762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.888081Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.314076092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.888089Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:09.314083242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.888093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:09.314092082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.888100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:09.314099562-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.888104Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.314106742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.888107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:09.314114122-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.888111Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:09.314121372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.888116Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.314130012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.888132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 36141:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.314139561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.314145991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.314152241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.314158621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.314165401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.314172011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.314178421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.314186141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.888154Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.314196311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.888178Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:07:09.314206261-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.888222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:07:09.314217781-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.888400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!imsY6u3rFIEgcjSSPT:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:07:09.314229701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.888439Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.314240661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.888467Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:07:09.3142509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.888481Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.26.0.3:8448\n"} -{"Time":"2024-04-23T18:07:09.31426012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.888572Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.26.0.3:8448\n"} -{"Time":"2024-04-23T18:07:09.31426952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890467Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:07:09.31427901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890517Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.3142877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890583Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:09.31429521-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890594Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.31430274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:09.31431008-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:09.31431776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890607Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:09.3143264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890610Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.31433378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890613Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:09.31434065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:09.31434774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890622Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.31435606-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890639Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 3503:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.314364719-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.314371039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.314377899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.314384139-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.314391169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.314397409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.314403519-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.314411019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890661Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.314422459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890682Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:07:09.314433539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890716Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:07:09.314444949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890798Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!tKVDI8EvPY4SWi0mpP:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:07:09.314457569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890819Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.314467339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890842Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:07:09.314476828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.26.0.3:8448\n"} -{"Time":"2024-04-23T18:07:09.314486288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890956Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.26.0.3:8448\n"} -{"Time":"2024-04-23T18:07:09.314496028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:09.314503358-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.314510478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:09.314517868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892132Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:09.314525318-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:09.314532718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892152Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.314539938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892155Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:09.314548118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:09.314555498-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892164Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.314564418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892182Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 25375:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.314573058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.314579948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs1. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.314586108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.314592147-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.314598857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.314605417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.314611827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.314620137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892204Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs1.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.314630197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892226Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:07:09.314639967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892261Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs1\", \":8448\") hostname: Named(\"hs1\", \":8448\")\n"} -{"Time":"2024-04-23T18:07:09.314651197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v1/make_join/!vSeoHB6NV8CVlD1Bhy:hs1/@user-2:hs2\", query: Some(\"ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\"), fragment: None }\n"} -{"Time":"2024-04-23T18:07:09.314662827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892383Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.314672297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892399Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:07:09.314682037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.26.0.3:8448\n"} -{"Time":"2024-04-23T18:07:09.314691447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892502Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.26.0.3:8448\n"} -{"Time":"2024-04-23T18:07:09.314702066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892898Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:07:09.314711686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892957Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.314721176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.893259Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:07:09.314730696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.893301Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.314741796-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.032069Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.314750386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.032265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.314759776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.034814Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.314769466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.034829Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.314779846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.034844Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!imsY6u3rFIEgcjSSPT:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!imsY6u3rFIEgcjSSPT:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:09.314791166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.034854Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:09.314802206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.034875Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_join/!imsY6u3rFIEgcjSSPT:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:09.314815395-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.034943Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$RLEcLG-1BrhZi6SXvJ184SSaq7I6t4PdSNT_xR_OCK0\",\"$TZ2xaNcWOdrq6lDkAMJRyQGy_IR3zs0gip4fyfZlvBY\",\"$Kby_rNUBWaFEki9m7_iL42c74F6KKU1RP_iydZD_JDc\"],\"content\":{\"membership\":\"join\"},\"depth\":9,\"hashes\":{\"sha256\":\"pnbWcj05hrYyutqzIfvn+2sm9ZdlF9wCeeFVyxEuxMg\"},\"origin\":\"hs1\",\"origin_server_ts\":1713910029034,\"prev_events\":[\"$-FvIt20XwEecXCrOjkw5NN-GBeD0Wxry-DAiir0xPaM\"],\"room_id\":\"!imsY6u3rFIEgcjSSPT:hs1\",\"sender\":\"@user-2:hs2\",\"signatures\":{\"hs1\":{\"ed25519:BJKCoICq\":\"pVX9EN5gGXLwsx3gN/DxaQmQmrTaZdPe5tx8wOqawx2qbHf6SJkNDy2K2JS4yYV5V91vE7XoP4PDXMmJXLvgBQ\"}},\"state_key\":\"@user-2:hs2\",\"type\":\"m.room.member\"}) })\n"} -{"Time":"2024-04-23T18:07:09.314830775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.034956Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:07:09.314839455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.035114Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for send_join in room !imsY6u3rFIEgcjSSPT:hs1\n"} -{"Time":"2024-04-23T18:07:09.314848085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.035248Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:09.314860385-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.035429Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!imsY6u3rFIEgcjSSPT:hs1/$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:09.314871615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.035453Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:07:09.314881355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.035463Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.314891085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.036795Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.314900415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.036812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.314912025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.036828Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!tKVDI8EvPY4SWi0mpP:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!tKVDI8EvPY4SWi0mpP:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:09.314924765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.036838Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:09.314946774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.036853Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_join/!tKVDI8EvPY4SWi0mpP:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:09.314959644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.036892Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$ZWFyJlZOSTxtcUK4pmK6nrZucV_Pf8w0nJApQbvE1wQ\",\"$_Y5ZLlWZTQyvKAmblXQU4VjiJbIlaLX4YyuUgpzrRek\",\"$q1_GUcZgIRlqDBwLRd09qVaeEyvm8lpvSyPX5Rw-ILI\"],\"content\":{\"membership\":\"join\"},\"depth\":9,\"hashes\":{\"sha256\":\"ZdeE9AzekiITLrILbVWDQKiYqkRV1ixjM/ZaMRV3KhY\"},\"origin\":\"hs1\",\"origin_server_ts\":1713910029035,\"prev_events\":[\"$NNaM2lCp3nj_uuibSXNW9bF1FrbNgicaHT6h2wKxcHs\"],\"room_id\":\"!tKVDI8EvPY4SWi0mpP:hs1\",\"sender\":\"@user-2:hs2\",\"signatures\":{\"hs1\":{\"ed25519:BJKCoICq\":\"/nN6O0wnTfoGBSvPXy8hHPTv7UN6to/Ml9koAIvgjYkOaZs8qs8pT89iv4MTD75x45JUKJgmv4C8Soq/sC0CDQ\"}},\"state_key\":\"@user-2:hs2\",\"type\":\"m.room.member\"}) })\n"} -{"Time":"2024-04-23T18:07:09.314972504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.036904Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:07:09.314980894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.037040Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for send_join in room !tKVDI8EvPY4SWi0mpP:hs1\n"} -{"Time":"2024-04-23T18:07:09.314989634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.037180Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:09.315001274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.037371Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!tKVDI8EvPY4SWi0mpP:hs1/$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:09.315015134-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.037402Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:07:09.315024634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.037414Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.315034324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.038112Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.315043773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.038127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.315054053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.038139Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v1/make_join/!vSeoHB6NV8CVlD1Bhy:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 with https://hs1:8448/_matrix/federation/v1/make_join/!vSeoHB6NV8CVlD1Bhy:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:09.315066323-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.038146Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:09.315077983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.038159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/federation/v1/make_join/!vSeoHB6NV8CVlD1Bhy:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5\n"} -{"Time":"2024-04-23T18:07:09.315090213-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.038188Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join response: Ok(Response { room_version: Some(V10), event: RawValue({\"auth_events\":[\"$Az14Nn_OL5Fv38U07mZk5OSBpN9ydS0XN9AmOVqQ95M\",\"$vpkzy8P0a0og4ERFjEtUwSYTNQncbJdUHeq_rJz_4kQ\",\"$Yy5UnI_u4gm994yYp9ExPqxksFwuHm6I595QCgVS1Es\"],\"content\":{\"membership\":\"join\"},\"depth\":9,\"hashes\":{\"sha256\":\"kifcxsIkrm+udOw5SI3i6CkKKrV4x6XkPgktciVSV0o\"},\"origin\":\"hs1\",\"origin_server_ts\":1713910029037,\"prev_events\":[\"$Q7xZF0Zqb2bi-4VVST43BGofJb9OlGY2d3onJI0kc5M\"],\"room_id\":\"!vSeoHB6NV8CVlD1Bhy:hs1\",\"sender\":\"@user-2:hs2\",\"signatures\":{\"hs1\":{\"ed25519:BJKCoICq\":\"Bhve/KX6uH2zPKWj4HTCwRerWnTDRVWJKUIqyDjqzNZg7ewcpzYbN9+Jeoh9WLkQuQ+MclOGX3W+ybR0dcD1Dg\"}},\"state_key\":\"@user-2:hs2\",\"type\":\"m.room.member\"}) })\n"} -{"Time":"2024-04-23T18:07:09.315102773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.038197Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m make_join finished\n"} -{"Time":"2024-04-23T18:07:09.315111833-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.038290Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for send_join in room !vSeoHB6NV8CVlD1Bhy:hs1\n"} -{"Time":"2024-04-23T18:07:09.315121473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.038381Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:09.315131973-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.038512Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/federation/v2/send_join/!vSeoHB6NV8CVlD1Bhy:hs1/$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:09.315144633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.038543Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:07:09.315155732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.038552Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.315185972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046013Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.315197292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046030Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.315207942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046169Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_join/!tKVDI8EvPY4SWi0mpP:hs1/$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw with https://hs1:8448/_matrix/federation/v2/send_join/!tKVDI8EvPY4SWi0mpP:hs1/$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\n"} -{"Time":"2024-04-23T18:07:09.315218262-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046186Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:09.315229062-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046205Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 403 for PUT https://hs1:8448/_matrix/federation/v2/send_join/!tKVDI8EvPY4SWi0mpP:hs1/$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\n"} -{"Time":"2024-04-23T18:07:09.315239872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m211 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:07:09.315250152-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.056008Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.315259852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.056029Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m max idle per host for (\"https\", hs1:8448), dropping connection\n"} -{"Time":"2024-04-23T18:07:09.315270431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.056044Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_join/!imsY6u3rFIEgcjSSPT:hs1/$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss with https://hs1:8448/_matrix/federation/v2/send_join/!imsY6u3rFIEgcjSSPT:hs1/$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\n"} -{"Time":"2024-04-23T18:07:09.315282791-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.056052Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:09.315293731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.056066Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v2/send_join/!imsY6u3rFIEgcjSSPT:hs1/$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\n"} -{"Time":"2024-04-23T18:07:09.315303341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.056159Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:07:09.315312001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.056385Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:07:09.315320201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.056495Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:07:09.315328431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.056721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs1\n"} -{"Time":"2024-04-23T18:07:09.315336921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.056756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Signing key not loaded for hs1\n"} -{"Time":"2024-04-23T18:07:09.315345691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.057157Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted key servers first for homeserver signing keys.\n"} -{"Time":"2024-04-23T18:07:09.315354981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.057193Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Remaining servers left that the notary/trusted servers did not provide: {\"hs1\": {}}\n"} -{"Time":"2024-04-23T18:07:09.315363901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.057226Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking individual servers for signing keys: {\"hs1\": {}}\n"} -{"Time":"2024-04-23T18:07:09.315372531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.057346Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:09.31538271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.057532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:09.31539326-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.057576Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:07:09.31540491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.057599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.31541439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.057793Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.31542401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.057825Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.31543449-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.057856Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/federation/v2/send_join/!vSeoHB6NV8CVlD1Bhy:hs1/$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc with https://hs1:8448/_matrix/federation/v2/send_join/!vSeoHB6NV8CVlD1Bhy:hs1/$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\n"} -{"Time":"2024-04-23T18:07:09.31544471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.057878Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:09.31545507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.057913Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs1:8448/_matrix/federation/v2/send_join/!vSeoHB6NV8CVlD1Bhy:hs1/$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\n"} -{"Time":"2024-04-23T18:07:09.31546718-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058029Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m send_join finished\n"} -{"Time":"2024-04-23T18:07:09.3154758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.31548412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058228Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Parsing join event\n"} -{"Time":"2024-04-23T18:07:09.31549272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058283Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Fetching join signing keys\n"} -{"Time":"2024-04-23T18:07:09.315501059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058322Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Loading signing keys for hs1\n"} -{"Time":"2024-04-23T18:07:09.315509549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058341Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Signing key not loaded for hs1\n"} -{"Time":"2024-04-23T18:07:09.315519059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058341Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.315528709-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058358Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m max idle per host for (\"https\", hs1:8448), dropping connection\n"} -{"Time":"2024-04-23T18:07:09.315538829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058373Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:09.315548819-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058371Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs1 keys\n"} -{"Time":"2024-04-23T18:07:09.315558369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058389Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:09.315567869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058401Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs1 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:07:09.315576869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:09.315586279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058436Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:09.315596619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058450Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Received new Future result\n"} -{"Time":"2024-04-23T18:07:09.315605529-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Result is from hs1\n"} -{"Time":"2024-04-23T18:07:09.315615278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:09.315628648-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058574Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted key servers first for homeserver signing keys.\n"} -{"Time":"2024-04-23T18:07:09.315637928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058578Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs1:8448): expiration = Some(25s)\n"} -{"Time":"2024-04-23T18:07:09.315649598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.315660158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Done handling Future result\n"} -{"Time":"2024-04-23T18:07:09.315669038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058593Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Remaining servers left that the notary/trusted servers did not provide: {\"hs1\": {}}\n"} -{"Time":"2024-04-23T18:07:09.315678068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058609Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Search for signing keys done\n"} -{"Time":"2024-04-23T18:07:09.315686508-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058613Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking individual servers for signing keys: {\"hs1\": {}}\n"} -{"Time":"2024-04-23T18:07:09.315695158-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058619Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:07:09.315705078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058663Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:09.315715398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs1\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:09.315726327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058789Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.315737247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058814Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs1\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:07:09.315747387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058832Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.26.0.3:8448\n"} -{"Time":"2024-04-23T18:07:09.315757007-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058966Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.26.0.3:8448\n"} -{"Time":"2024-04-23T18:07:09.315766437-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.059288Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.315777947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.059321Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; found waiter for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.315788227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.059345Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:09.315798467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.059362Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:09.315808417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.059391Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:09.315818467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.059404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.315827057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.059580Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:07:09.315835787-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.059604Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.315843576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.059610Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.315852146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.059904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/TW9Fba4me0GbvmUHZ75NKv9dLnN01_QEOBmIV5sjpA8 {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"1007\"}\n"} -{"Time":"2024-04-23T18:07:09.315868806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.059941Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/TW9Fba4me0GbvmUHZ75NKv9dLnN01_QEOBmIV5sjpA8 Some(Object({\"edus\": Array([Object({\"content\": Object({\"push\": Array([Object({\"currently_active\": Bool(true), \"last_active_ago\": 0, \"presence\": String(\"online\"), \"status_msg\": String(\"\"), \"user_id\": String(\"@user-1:hs1\")})])}), \"edu_type\": String(\"m.presence\")})]), \"origin\": String(\"hs1\"), \"origin_server_ts\": 1713910029054, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$RLEcLG-1BrhZi6SXvJ184SSaq7I6t4PdSNT_xR_OCK0\"), String(\"$TZ2xaNcWOdrq6lDkAMJRyQGy_IR3zs0gip4fyfZlvBY\"), String(\"$Kby_rNUBWaFEki9m7_iL42c74F6KKU1RP_iydZD_JDc\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"Bf+yaqJ5hYuOFVjurms3H+ZPXvowLdneTtLT"} -{"Time":"2024-04-23T18:07:09.315884976-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"+70IE+o\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910029034, \"prev_events\": Array([String(\"$-FvIt20XwEecXCrOjkw5NN-GBeD0Wxry-DAiir0xPaM\")]), \"room_id\": String(\"!imsY6u3rFIEgcjSSPT:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:BJKCoICq\": String(\"T6btsho0qTjknyRxb7nbGJKPgH49EXdNtF2NlVCrD35RWg3/nszzu9mF5xW8LYPykOj3YD9Y698PTUrwGoMiDg\")}), \"hs2\": Object({\"ed25519:7na0cTQm\": String(\"gcC+pP4h1u1RfNsrtNO4nylumjVO82hB5/seCAOKYQFv3H/LlHrFv8d1qRk/g3HEj8c/G5+BKiOyZ1sJS7ZdCQ\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({})})])}))\n"} -{"Time":"2024-04-23T18:07:09.315896906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.060136Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Could not parse PDU: Server is not in room !imsY6u3rFIEgcjSSPT:hs1\n"} -{"Time":"2024-04-23T18:07:09.315906946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.060160Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m123.229µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"TW9Fba4me0GbvmUHZ75NKv9dLnN01_QEOBmIV5sjpA8\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:07:09.315918906-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.060245Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:07:09.315928126-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.060661Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m620.845µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"TW9Fba4me0GbvmUHZ75NKv9dLnN01_QEOBmIV5sjpA8\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:07:09.315949256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.060781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.315958695-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.060829Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:07:09.315966795-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.060857Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:07:09.315974645-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.060924Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.315985675-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.061064Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs1:8448)\n"} -{"Time":"2024-04-23T18:07:09.315995925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.061089Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m max idle per host for (\"https\", hs1:8448), dropping connection\n"} -{"Time":"2024-04-23T18:07:09.316006505-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.061114Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs1:8448 for https://hs1:8448/_matrix/key/v2/server with https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:09.316016145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.061134Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:09.316025445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.061164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs1:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:09.316035125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.061189Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.316043465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.061227Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Received new Future result\n"} -{"Time":"2024-04-23T18:07:09.316053235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.061241Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Result is from hs1\n"} -{"Time":"2024-04-23T18:07:09.316062284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.061392Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.316070794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.061405Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:07:09.316079274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.061415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Done handling Future result\n"} -{"Time":"2024-04-23T18:07:09.316088144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.061441Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Search for signing keys done\n"} -{"Time":"2024-04-23T18:07:09.316096634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.061460Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response room_state\n"} -{"Time":"2024-04-23T18:07:09.316105194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.063040Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Going through send_join response auth_chain\n"} -{"Time":"2024-04-23T18:07:09.316114094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.063549Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Running send_join auth check\n"} -{"Time":"2024-04-23T18:07:09.316122904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.063561Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.316131644-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.063622Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.316140084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.063672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.316148514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.063683Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Saving state from send_join\n"} -{"Time":"2024-04-23T18:07:09.316156874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.063811Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:07:09.316179493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.064421Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:07:09.316188553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.064915Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Updating joined counts for new room\n"} -{"Time":"2024-04-23T18:07:09.316197063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.065139Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:07:09.316205573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.065278Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m242 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.316214453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.065286Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Appending new room join event\n"} -{"Time":"2024-04-23T18:07:09.316222913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.065679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21imsY6u3rFIEgcjSSPT:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.316231553-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.065824Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::membership\u001b[0m\u001b[2m:\u001b[0m Setting final room state for new room\n"} -{"Time":"2024-04-23T18:07:09.316240413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.065878Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21imsY6u3rFIEgcjSSPT:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v1/rooms/%21imsY6u3rFIEgcjSSPT:hs1/timestamp_to_event?dir=f\u0026ts=1713910028807\n"} -{"Time":"2024-04-23T18:07:09.316249783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.065909Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21imsY6u3rFIEgcjSSPT:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:07:09.316259063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.065938Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m224 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.316268043-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.065999Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21imsY6u3rFIEgcjSSPT:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:07:09.316277192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.066356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21vSeoHB6NV8CVlD1Bhy:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.316285962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.066393Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21vSeoHB6NV8CVlD1Bhy:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v1/rooms/%21vSeoHB6NV8CVlD1Bhy:hs1/timestamp_to_event?dir=b\u0026ts=1713910028841\n"} -{"Time":"2024-04-23T18:07:09.316294952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.066406Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21vSeoHB6NV8CVlD1Bhy:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:07:09.316304862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.066438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21vSeoHB6NV8CVlD1Bhy:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:07:09.316313712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.098885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.316322512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.099117Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:09.316333672-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.099272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/Xn5ButYOlsEJqhJsyqi1ysxL8OQrvtGm8AzHfLeRcmI {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs2:8448\", \"content-length\": \"845\"}\n"} -{"Time":"2024-04-23T18:07:09.316347812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.099286Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v1/send/Xn5ButYOlsEJqhJsyqi1ysxL8OQrvtGm8AzHfLeRcmI Some(Object({\"origin\": String(\"hs1\"), \"origin_server_ts\": 1713910029098, \"pdus\": Array([Object({\"auth_events\": Array([String(\"$Az14Nn_OL5Fv38U07mZk5OSBpN9ydS0XN9AmOVqQ95M\"), String(\"$vpkzy8P0a0og4ERFjEtUwSYTNQncbJdUHeq_rJz_4kQ\"), String(\"$Yy5UnI_u4gm994yYp9ExPqxksFwuHm6I595QCgVS1Es\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"YrGCGoTBwbD5Ls1k1m3XndfR48gi6CAmI6Pnef6eiOI\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910029038, \"prev_events\": Array([String(\"$Q7xZF0Zqb2bi-4VVST43BGofJb9OlGY2d3onJI0kc5M\")]), \"room_id\": String(\"!vSeoHB6NV8CVlD1Bhy:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object("} -{"Time":"2024-04-23T18:07:09.316361962-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"{\"hs1\": Object({\"ed25519:BJKCoICq\": String(\"dFqsLKENLLujEQbWOD8pJY+41ntnC4Qyf3BNOfFbMTcYT/UN3W/RzBkiqtIN/c7Ne6XT/4bY4SwB8IeOg8ffCQ\")}), \"hs2\": Object({\"ed25519:7na0cTQm\": String(\"WZLVdqN1l9CqnI6WP8b1oGo9nx2mnYlAlLK23Y1QpuFbT9hOu1qPLxNUouEv6qTVvNnqWR6BNt0q+TcVXVnpBg\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\"), \"unsigned\": Object({})})])}))\n"} -{"Time":"2024-04-23T18:07:09.316371882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.099528Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Starting txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m195.088µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"Xn5ButYOlsEJqhJsyqi1ysxL8OQrvtGm8AzHfLeRcmI\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:07:09.316381892-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.099557Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:07:09.316390771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.099611Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:09.316401531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.099650Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:09.316410551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.099671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Fetched signing keys \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m338.887µs\n"} -{"Time":"2024-04-23T18:07:09.316419681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.099711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished PDU $WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc \u001b[3mpdu_elapsed\u001b[0m\u001b[2m=\u001b[0m32.719µs \u001b[3mtxn_elapsed\u001b[0m\u001b[2m=\u001b[0m379.436µs\n"} -{"Time":"2024-04-23T18:07:09.316429361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.099725Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::server_server\u001b[0m\u001b[2m:\u001b[0m Finished txn \u001b[3mpdus\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3medus\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m392.396µs \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m\"Xn5ButYOlsEJqhJsyqi1ysxL8OQrvtGm8AzHfLeRcmI\" \u001b[3morigin\u001b[0m\u001b[2m=\u001b[0m\"hs1\"\n"} -{"Time":"2024-04-23T18:07:09.316439351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.099810Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/send/:transaction_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.316449291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"2024/04/23 18:07:09 ============== 271a25af1d4db9a629183d0b4cfbaaf3e66c8d781b04e6bd26488a42b4360d55 : END LOGS ==============\n"} -{"Time":"2024-04-23T18:07:09.316456131-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.316462171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.524576296-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"2024/04/23 18:07:09 ============================================\n"} -{"Time":"2024-04-23T18:07:09.524601556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.524608646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.524615436-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"2024/04/23 18:07:09 37bfdb3334cd93f4ef1311bb6830642660bf5339def87babf04ba45de510dfeb : Server logs:\n"} -{"Time":"2024-04-23T18:07:09.524735375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:07:09.524760884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:07:09.524767904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:07:09.524773904-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:07:09.524779654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:07:09.524788734-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"+ echo 'IP.1 = 172.26.0.3'\n"} -{"Time":"2024-04-23T18:07:09.524794674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:07:09.524800694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:07:09.524806294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:07:09.524812084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:07:09.524818324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.053749Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:07:09.524824944-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.053845Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:07:09.524831674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.054156Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:07:09.524842994-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.054164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:07:09.524851244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.054170Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:07:09.524860434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.054179Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:07:09.524869673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.054866Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:07:09.524878093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.524885063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:07:09.524891183-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.054938Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:07:09.524897993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.057221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:07:09.524906513-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.058903Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:07:09.524912483-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.059504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:07:09.524918533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.060532Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:07:09.524924203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.634885Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 572 in 575.979798ms\n"} -{"Time":"2024-04-23T18:07:09.524930003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637321Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:07:09.524961413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637384Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:07:09.524967823-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637395Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:07:09.524973603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637402Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:07:09.524982332-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637408Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:07:09.524988372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637415Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:07:09.524998922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637422Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:07:09.525004922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637429Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:07:09.525011032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637436Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:07:09.525016712-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637443Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:07:09.525026642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637450Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:07:09.525034572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637458Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:07:09.525043232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637465Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:07:09.525049192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637471Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:07:09.525054852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637488Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:07:09.525060702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637499Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:07:09.525066372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637507Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:07:09.525072082-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637517Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:07:09.525080302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637526Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:07:09.525086272-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.637533Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:07:09.525092022-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.639316Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:07:09.525097701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.642330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:07:09.525104921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.658577Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:07:09.525113241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.658587Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:07:09.525121061-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.659227Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:07:09.525131531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.659381Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:07:09.525138161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.700849Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.525144731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.701645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.525151961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.701816Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:07:09.525159691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.702183Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.525166341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.703020Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.525174721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.703408Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.525183671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.703428Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:07:09.525197961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.751712Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:07:09.525205401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.752106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m49 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.52521389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.754815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fyZmpC4f27LNQdhLlh:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:09.52522281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.755264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fyZmpC4f27LNQdhLlh:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:09.5252309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.755275Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fyZmpC4f27LNQdhLlh:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.52523847-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.797451Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.52524551-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.798001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.52525855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.798048Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:09.52526784-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.798922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:09.52527905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.798984Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:09.52529264-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.799024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:09.52530079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.800638Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.52530979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.800678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.52531799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.800735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.525326159-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.802657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:09.525335039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.802683Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.525348479-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.802693Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:09.525362439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.802726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:09.525371869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.802735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:09.525381259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.802741Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.525390239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.803782Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:09.525399899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.803814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.525412989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.803823Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.525421729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.804882Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:09.525436088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.804912Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:09.525445278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.804923Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.525453618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.806024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:09.525461998-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.806055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.525470398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.806068Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.525480028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.807496Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:09.525486678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.807612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m10 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.525493418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808019Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.525499788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808072Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.525508098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808131Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.525517898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808142Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.525527528-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808156Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:09.525534578-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.525547658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808268Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:09.525554587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.525561417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808352Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.525568447-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808382Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:09.525576237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808515Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:09.525586497-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808531Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:09.525598987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808549Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:09.525611277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:09.525623377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808731Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:09.525634487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808760Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:09.525644027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21imsY6u3rFIEgcjSSPT:hs1/send/m.room.message/1 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.525654737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808793Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21imsY6u3rFIEgcjSSPT:hs1/send/m.room.message/1 Some(Object({\"body\": String(\"Message A\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:07:09.525665776-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808958Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:09.525677266-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.808987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:09.525688276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.809014Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:09.525698026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.809270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"1\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:09.525711696-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.809314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"1\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:09.525723846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.809324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"1\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.525732066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.810140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.525749826-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.810175Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.525760176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.810214Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.525773516-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.810293Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.525786475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.810445Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.525799455-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.810480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.525810635-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.810524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.525818005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.810523Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.525827535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.810685Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.525835825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.810718Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.525845145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.810720Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.525855745-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.810731Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.525866235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.810784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.525878535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.813025Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:09.525889305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.813070Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:09.525899424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.813075Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.525909654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.813093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:09.525919824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.813107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.525942704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.813119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:09.525956074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.813119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:09.525968854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.813135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:09.525983504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.813139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:09.525997214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.813156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:09.526011773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.813154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.526024353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.813166Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.526036993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.813215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:09.526050363-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.813261Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.526064673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.813277Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:09.526091333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.813302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:09.526103273-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.813318Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:09.526113802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.813330Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.526124102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.814630Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::service::presence\u001b[0m\u001b[2m:\u001b[0m Adding timer 0: @user-1:hs1 timeout:300s\n"} -{"Time":"2024-04-23T18:07:09.526132632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.814764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:09.526143652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.814783Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:09.526154682-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.814822Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.526163972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.814827Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.526173932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.814839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.526183582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.814839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.526193112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.814860Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.526201642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.815100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:09.526209972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.815156Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.526221461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.815173Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.526231141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.815372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.526243411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.815513Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21imsY6u3rFIEgcjSSPT:hs1/send/m.room.message/2 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.526253931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.815530Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21imsY6u3rFIEgcjSSPT:hs1/send/m.room.message/2 Some(Object({\"body\": String(\"Message B\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:07:09.526264571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.815829Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"2\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:09.526275361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.815863Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"2\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:09.526284201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.815876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"2\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.526293021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.816733Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:09.526304991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.816789Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:09.526317251-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.816808Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.52632654-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.816806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.5263365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.817194Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.52634628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.817221Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:09.52635913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.817270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.52636749-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.817285Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.52637475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.817280Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:09.52638584-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.817290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:09.52639569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.817301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.52640729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.817342Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:09.52641877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.817360Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.52643045-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.817410Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.526438999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.817858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.526447919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.817915Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=185\u0026timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.526455629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.817927Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=185\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.526461919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.817958Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:09.526469069-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.818976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:09.526477589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.819032Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.526486879-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.819052Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.526511409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.819306Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:09.526523399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.819314Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:09.526535769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.819361Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.526546238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.819378Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.526554598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.819374Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.526562788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.819396Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.526571068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.820026Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:09.526577768-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.820097Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.526585538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.820416Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.526595038-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.820487Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21vSeoHB6NV8CVlD1Bhy:hs1/send/m.room.message/3 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.526605408-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.820500Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21vSeoHB6NV8CVlD1Bhy:hs1/send/m.room.message/3 Some(Object({\"body\": String(\"Message A\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:07:09.526617698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.820583Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:09.526626448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.820675Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.526636628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.820780Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"3\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:09.526647588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.820815Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"3\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:09.526656567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.820826Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"3\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.526664377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.821120Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.526675087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.821253Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21Ak4fW9sZSveyyVayNM:hs1/send/m.room.message/4 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.526687827-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.821280Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21Ak4fW9sZSveyyVayNM:hs1/send/m.room.message/4 Some(Object({\"body\": String(\"Message A\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:07:09.526696797-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.821282Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:09.526705247-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.821434Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.526714487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.821525Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.526724727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.821800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"4\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:09.526737767-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.821857Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.526748367-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.821859Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"4\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:09.526762396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.821880Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"4\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.526772206-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.821926Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21tKVDI8EvPY4SWi0mpP:hs1/send/m.room.message/5 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.526782546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.821946Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21tKVDI8EvPY4SWi0mpP:hs1/send/m.room.message/5 Some(Object({\"body\": String(\"Message A\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:07:09.526791786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.822146Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.526799546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.822207Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"5\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:09.526808456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.822235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"5\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:09.526821576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.822245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"5\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.526830756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.822451Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.526839596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.822568Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.526849146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.822590Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.526855426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.822638Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:09.526861816-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.823024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.526870425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.823384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.526880375-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.823412Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.526889265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.823444Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.526896315-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.823462Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.526906925-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.823802Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.526915855-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.823858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.526924525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.823869Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.526944605-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.829525Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.526954665-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.829533Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.526963495-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.829574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m6 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.526973025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.830148Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.526982554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.830171Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.526991664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.830243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21tKVDI8EvPY4SWi0mpP:hs1/send/m.room.message/7 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.527001404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.830258Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21tKVDI8EvPY4SWi0mpP:hs1/send/m.room.message/7 Some(Object({\"body\": String(\"Message B\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:07:09.527010814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.830304Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21Ak4fW9sZSveyyVayNM:hs1/send/m.room.message/6 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.527029634-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.830323Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21Ak4fW9sZSveyyVayNM:hs1/send/m.room.message/6 Some(Object({\"body\": String(\"Message B\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:07:09.527037964-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.830485Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.527048384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.830564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"7\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:09.527066404-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.830601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"7\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:09.527075154-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.830610Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"7\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.527084514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.830621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21vSeoHB6NV8CVlD1Bhy:hs1/send/m.room.message/8 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.527092033-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.830645Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21vSeoHB6NV8CVlD1Bhy:hs1/send/m.room.message/8 Some(Object({\"body\": String(\"Message B\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:07:09.527100283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.830672Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"6\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:09.527109703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.830712Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"6\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:09.527118463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.830722Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"6\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!Ak4fW9sZSveyyVayNM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.527127143-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831127Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"8\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:09.527136643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"8\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:09.527146103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831201Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"8\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.527153993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831623Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.527160723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.831764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.527168133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.832062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.527177563-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.832126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.527187233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.832137Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.527196633-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.832263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.527204722-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.832401Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.527212992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.832455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.527223012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.832466Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.527229582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.832583Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.527236002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.832761Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.527243012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.832814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=284\u0026timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.527250832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.832824Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=284\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.527257352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.832824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.527265342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.832852Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:09.527273522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.833245Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.527285372-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.833365Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=284\u0026timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.527294942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.833387Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=284\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.527304172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.833537Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.527310822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.833654Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.527317701-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.833676Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.527324111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.833708Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:09.527330501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.834240Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.527339201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.834357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.527347331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.834895Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.527353721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835235Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 401 Unauthorized: M_UNKNOWN_TOKEN: Unknown access token.\n"} -{"Time":"2024-04-23T18:07:09.527360851-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.835278Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m401\n"} -{"Time":"2024-04-23T18:07:09.527370611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.840876Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.527378231-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.890833Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.527384981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.891357Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m query_trusted_key_servers_first is set to true, querying notary trusted servers first for hs2 keys\n"} -{"Time":"2024-04-23T18:07:09.527391931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.891388Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Asking hs2 for their signing keys over federation\n"} -{"Time":"2024-04-23T18:07:09.527401331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.891872Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:09.527409041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892170Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Finding actual destination for hs2\n"} -{"Time":"2024-04-23T18:07:09.527419821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892189Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Requesting well known for hs2\n"} -{"Time":"2024-04-23T18:07:09.52743039-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: hs2 A\n"} -{"Time":"2024-04-23T18:07:09.52744097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.52745377-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.52746229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892375Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"hs2\"), query_type: A, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.52746946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 19590:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.52747608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.52748235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:07:09.52748852-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.52749617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892622Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:09.52750465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892693Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:09.52751416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892819Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading A\n"} -{"Time":"2024-04-23T18:07:09.52752473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 19590\n"} -{"Time":"2024-04-23T18:07:09.52753692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892861Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 19590:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:07:09.52754369-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.527548509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:07:09.527553359-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:07:09.527558189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"hs2. 600 IN A 172.26.0.2\n"} -{"Time":"2024-04-23T18:07:09.527563149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:07:09.527568249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.527575549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.527593949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.892884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m\u001b[1mip\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 19590:RESPONSE:RD,RA:NoError:QUERY:1/0/0\n"} -{"Time":"2024-04-23T18:07:09.527603429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.527609729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; hs2. IN A\n"} -{"Time":"2024-04-23T18:07:09.527615809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 1\n"} -{"Time":"2024-04-23T18:07:09.527621459-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"hs2. 600 IN A 172.26.0.2\n"} -{"Time":"2024-04-23T18:07:09.527626319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 0\n"} -{"Time":"2024-04-23T18:07:09.527631199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.527635919-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.527642059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.893173Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=None\n"} -{"Time":"2024-04-23T18:07:09.527654619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.893196Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.26.0.2:443\n"} -{"Time":"2024-04-23T18:07:09.527665538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.893306Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connect error for 172.26.0.2:443: ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })\n"} -{"Time":"2024-04-23T18:07:09.527677298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.893339Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m response: Err(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } })\n"} -{"Time":"2024-04-23T18:07:09.527687858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.893360Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1mwell-known\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m error: reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: None, path: \"/.well-known/matrix/server\", query: None, fragment: None }, source: Error { kind: Connect, source: Some(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" })) } }\n"} -{"Time":"2024-04-23T18:07:09.527696418-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.893359Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.527704698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.893384Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known or an error occured\n"} -{"Time":"2024-04-23T18:07:09.527714938-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.893425Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix-fed._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:07:09.527726238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.893447Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:07:09.527737758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.893461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.527746278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.893479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.527756238-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.893492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.527763298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.893524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 42034:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.527770958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.527777677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.527784967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.527791997-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.893626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.527802117-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.893625Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:09.527814057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.893671Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:09.527824327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.894698Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.527832057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.894717Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 42034\n"} -{"Time":"2024-04-23T18:07:09.527843927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.894738Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 42034:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.527853107-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.527858507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.527863407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.527868197-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.527873237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.527878347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.527884097-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.527892526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.894757Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.527903466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.894771Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m reconnecting: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.527911486-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.894888Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m TCP connection established to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:09.527920446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.894945Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.527929726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.895024Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m17224\n"} -{"Time":"2024-04-23T18:07:09.527950066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.895039Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 17224:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.527958636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.527964736-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.527969766-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.527974856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.895062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:09.527984136-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.897117Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.527989636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.897131Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:07:09.527995066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.897140Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:09.528001565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.897150Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:09.528008765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.897158Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.528015185-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.897165Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:09.528023345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.897172Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:09.528030565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.897185Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.528038555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.897226Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 17224:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.528045235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.528050115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.528055915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.528061975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.528068615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.528075295-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.528082485-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.528090305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.897282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix-fed._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:07:09.528101135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.897303Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.528109825-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.897327Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.528117864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.897346Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.528126314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.897395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 33178:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.528133284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.528151224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.528157084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.528162954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.897440Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:09.528170574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.897489Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:09.528178254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.898547Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.528187084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.898574Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 33178\n"} -{"Time":"2024-04-23T18:07:09.528196244-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.898606Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 33178:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.528206044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.528212254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.528217254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.528221914-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.528226983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.528232013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.528236873-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.528243233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.898636Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.528251643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.898660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.528259793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.898678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.528266643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.898723Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:09.528272603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.898743Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m36089\n"} -{"Time":"2024-04-23T18:07:09.528280993-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.898754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 36089:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.528288053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.528294663-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.528299703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.528305743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.898772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 38 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:09.528311403-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.941190Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.528316863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.941202Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 113\n"} -{"Time":"2024-04-23T18:07:09.528322253-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.941209Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:09.528327753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.941220Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 113\n"} -{"Time":"2024-04-23T18:07:09.528333153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.941226Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.528338713-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.941232Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:09.528344092-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.941239Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:09.528349502-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.941248Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.528357112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.941281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 36089:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.528365882-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.528371992-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix-fed._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.528376902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.528381552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.528386522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.528391422-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.528396202-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.528402172-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.941335Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix-fed._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.528410692-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.941368Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m querying SRV for \"_matrix._tcp.hs2.\"\n"} -{"Time":"2024-04-23T18:07:09.528418512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.941399Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2 SRV\n"} -{"Time":"2024-04-23T18:07:09.528426242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.941418Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.528437382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.941440Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.528448572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.941458Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.528455761-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.941508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 13903:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.528461151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.528465921-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.528470621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.528476391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.941564Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:09.528484711-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.941614Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:09.528493331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.942656Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.528501741-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.942671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 13903\n"} -{"Time":"2024-04-23T18:07:09.528509531-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.942689Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 13903:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.528517901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.528524221-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.528530271-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.528535041-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.528540071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.528545011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.528549641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.528555731-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.942705Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.528565021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.942718Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.52857423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.942730Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.52858129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.942753Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:09.52859609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.942763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m57865\n"} -{"Time":"2024-04-23T18:07:09.52860417-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.942768Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 57865:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.52861093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.52861577-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.52862071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.52862586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.942775Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:09.52863141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.985297Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.52863678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.985313Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:09.52864219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.985322Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:09.52864757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.985333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:09.5286539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.985343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.52865942-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.985351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:09.52866484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.985360Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:09.52867017-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.985374Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.5286788-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.985419Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 57865:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.528687629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.528692829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.528697589-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.528702259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.528708399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.528713729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.528718439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.528724219-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.985475Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer::dns_handle\u001b[0m\u001b[2m:\u001b[0m querying: _matrix._tcp.hs2. SRV\n"} -{"Time":"2024-04-23T18:07:09.528732029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.985504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m sending request: [Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.528740339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.985527Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Udp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.528748299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.985546Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.528758909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.985596Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m final message: ; header 31702:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.528766199-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.528771699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.528776439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.528782249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.985640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_stream\u001b[0m\u001b[2m:\u001b[0m created socket successfully\n"} -{"Time":"2024-04-23T18:07:09.528790559-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.985690Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m creating UDP receive buffer with size 512\n"} -{"Time":"2024-04-23T18:07:09.528798098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.986743Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.528805608-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.986758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::udp::udp_client_stream\u001b[0m\u001b[2m:\u001b[0m received message id: 31702\n"} -{"Time":"2024-04-23T18:07:09.528814428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.986775Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 31702:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.528821068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.528826818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.528832188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.528838338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.528844868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85940 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.528850698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.528855518-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.528861618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.986791Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server_pool\u001b[0m\u001b[2m:\u001b[0m error from UDP, retrying over TCP: no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.528869878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.986803Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::name_server::name_server\u001b[0m\u001b[2m:\u001b[0m existing connection: NameServerConfig { socket_addr: 127.0.0.11:53, protocol: Tcp, tls_dns_name: None, trust_negative_responses: false, bind_addr: None }\n"} -{"Time":"2024-04-23T18:07:09.528877848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.986812Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m enqueueing message:QUERY:[Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }]\n"} -{"Time":"2024-04-23T18:07:09.528885028-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.986835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer\u001b[0m\u001b[2m:\u001b[0m ignoring send error on disconnected stream\n"} -{"Time":"2024-04-23T18:07:09.528891728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.986845Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m sending message \u001b[3mid\u001b[0m\u001b[2m=\u001b[0m57342\n"} -{"Time":"2024-04-23T18:07:09.528899638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.986850Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::xfer::dns_multiplexer\u001b[0m\u001b[2m:\u001b[0m final message: ; header 57342:QUERY:RD:NoError:QUERY:0/0/0\n"} -{"Time":"2024-04-23T18:07:09.528904838-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.528909547-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.528914177-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.528919277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:08.986857Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m sending message len: 34 to: 127.0.0.11:53\n"} -{"Time":"2024-04-23T18:07:09.528924877-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.028867Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.528930277-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.028878Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m got length: 109\n"} -{"Time":"2024-04-23T18:07:09.528949987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.028886Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m move ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:09.528956727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.028897Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m in ReadTcpState::Bytes: 109\n"} -{"Time":"2024-04-23T18:07:09.528962267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.028904Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m reset ReadTcpState::LenBytes: 0\n"} -{"Time":"2024-04-23T18:07:09.528968527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.028910Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning bytes\n"} -{"Time":"2024-04-23T18:07:09.528974037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.028917Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhickory_proto::tcp::tcp_stream\u001b[0m\u001b[2m:\u001b[0m returning buffer\n"} -{"Time":"2024-04-23T18:07:09.528980507-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.028927Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_proto::rr::record_data\u001b[0m\u001b[2m:\u001b[0m reading SOA\n"} -{"Time":"2024-04-23T18:07:09.528986967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.028976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhickory_resolver::error\u001b[0m\u001b[2m:\u001b[0m Response:; header 57342:RESPONSE:RD,RA:NXDomain:QUERY:0/1/0\n"} -{"Time":"2024-04-23T18:07:09.528993407-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; query\n"} -{"Time":"2024-04-23T18:07:09.528998087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":";; _matrix._tcp.hs2. IN SRV\n"} -{"Time":"2024-04-23T18:07:09.529002737-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; answers 0\n"} -{"Time":"2024-04-23T18:07:09.529007347-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; nameservers 1\n"} -{"Time":"2024-04-23T18:07:09.529012397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":". 85939 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2024042302 1800 900 604800 86400\n"} -{"Time":"2024-04-23T18:07:09.529017297-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"; additionals 0\n"} -{"Time":"2024-04-23T18:07:09.529021926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.529028116-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.029018Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m\u001b[1msrv\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m no record found for Query { name: Name(\"_matrix._tcp.hs2.\"), query_type: SRV, query_class: IN }\n"} -{"Time":"2024-04-23T18:07:09.529036146-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.029064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m 4: No .well-known; 5: No SRV record found\n"} -{"Time":"2024-04-23T18:07:09.529043626-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.029137Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m\u001b[1mresolve\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Actual destination: Named(\"hs2\", \":8448\") hostname: Named(\"hs2\", \":8448\")\n"} -{"Time":"2024-04-23T18:07:09.529053866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.029381Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mGET \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/key/v2/server\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:09.529062166-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.029438Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:09.529083386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.029469Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:07:09.529093706-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.029496Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.26.0.2:8448\n"} -{"Time":"2024-04-23T18:07:09.529101306-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.029675Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.26.0.2:8448\n"} -{"Time":"2024-04-23T18:07:09.529108596-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.031680Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:07:09.529115856-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.031745Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:09.529123186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.032408Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:09.529131446-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.032433Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:09.529139905-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.032583Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/key/v2/server with https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:09.529147345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.032603Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:09.529154615-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.032684Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m\u001b[1mrequest\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for GET https://hs2:8448/_matrix/key/v2/server\n"} -{"Time":"2024-04-23T18:07:09.529162595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.033067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!imsY6u3rFIEgcjSSPT:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:07:09.529170655-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.033091Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!imsY6u3rFIEgcjSSPT:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:07:09.529177525-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.033349Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:09.529184085-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.034065Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.529190355-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.034100Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.529197595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.034153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.529204005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.034614Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m143 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.529210955-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.034786Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:09.529218165-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.034971Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!tKVDI8EvPY4SWi0mpP:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:07:09.529225775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.034993Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!tKVDI8EvPY4SWi0mpP:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:07:09.529232625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.035207Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:09.529239065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.035645Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.529246065-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.035924Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.529252454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.035972Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.529259464-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.036030Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.529265874-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.036569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m143 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.529272794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.036692Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:09.529280794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.036809Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!vSeoHB6NV8CVlD1Bhy:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 {\"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\"}\n"} -{"Time":"2024-04-23T18:07:09.529288554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.036826Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/federation/v1/make_join/!vSeoHB6NV8CVlD1Bhy:hs1/@user-2:hs2?ver=6\u0026ver=7\u0026ver=8\u0026ver=9\u0026ver=10\u0026ver=11\u0026ver=2\u0026ver=3\u0026ver=4\u0026ver=5 None\n"} -{"Time":"2024-04-23T18:07:09.529295144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.037014Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:09.529303704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.037569Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.529312004-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.037590Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.529319164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.037626Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.529325434-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.037630Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.529331854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.037965Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/make_join/:room_id/:user_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m144 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.529339394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.038069Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:09.529347274-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.038310Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!imsY6u3rFIEgcjSSPT:hs1/$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"772\"}\n"} -{"Time":"2024-04-23T18:07:09.529357394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.038332Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!imsY6u3rFIEgcjSSPT:hs1/$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss Some(Object({\"auth_events\": Array([String(\"$RLEcLG-1BrhZi6SXvJ184SSaq7I6t4PdSNT_xR_OCK0\"), String(\"$TZ2xaNcWOdrq6lDkAMJRyQGy_IR3zs0gip4fyfZlvBY\"), String(\"$Kby_rNUBWaFEki9m7_iL42c74F6KKU1RP_iydZD_JDc\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"Bf+yaqJ5hYuOFVjurms3H+ZPXvowLdneTtLT+70IE+o\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910029034, \"prev_events\": Array([String(\"$-FvIt20XwEecXCrOjkw5NN-GBeD0Wxry-DAiir0xPaM\")]), \"room_id\": String(\"!imsY6u3rFIEgcjSSPT:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:BJKCoICq\": String(\"p"} -{"Time":"2024-04-23T18:07:09.529369223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"VX9EN5gGXLwsx3gN/DxaQmQmrTaZdPe5tx8wOqawx2qbHf6SJkNDy2K2JS4yYV5V91vE7XoP4PDXMmJXLvgBQ\")}), \"hs2\": Object({\"ed25519:7na0cTQm\": String(\"gcC+pP4h1u1RfNsrtNO4nylumjVO82hB5/seCAOKYQFv3H/LlHrFv8d1qRk/g3HEj8c/G5+BKiOyZ1sJS7ZdCQ\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:07:09.529376013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.038532Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:09.529382423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.038759Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.529388653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.038942Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:07:09.529396063-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.039128Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:09.529403773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.039255Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:09.529413133-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.039461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!tKVDI8EvPY4SWi0mpP:hs1/$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"772\"}\n"} -{"Time":"2024-04-23T18:07:09.529424163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.039481Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!tKVDI8EvPY4SWi0mpP:hs1/$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw Some(Object({\"auth_events\": Array([String(\"$ZWFyJlZOSTxtcUK4pmK6nrZucV_Pf8w0nJApQbvE1wQ\"), String(\"$_Y5ZLlWZTQyvKAmblXQU4VjiJbIlaLX4YyuUgpzrRek\"), String(\"$q1_GUcZgIRlqDBwLRd09qVaeEyvm8lpvSyPX5Rw-ILI\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"MNjl2Lyoh+rTSDU+l/a7jjni7+CO7A91mG3k2hHi0Wk\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910029036, \"prev_events\": Array([String(\"$NNaM2lCp3nj_uuibSXNW9bF1FrbNgicaHT6h2wKxcHs\")]), \"room_id\": String(\"!tKVDI8EvPY4SWi0mpP:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:BJKCoICq\": String(\"/"} -{"Time":"2024-04-23T18:07:09.529433263-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"nN6O0wnTfoGBSvPXy8hHPTv7UN6to/Ml9koAIvgjYkOaZs8qs8pT89iv4MTD75x45JUKJgmv4C8Soq/sC0CDQ\")}), \"hs2\": Object({\"ed25519:7na0cTQm\": String(\"ksAJjH0NXkJUfuA59fqGYOBWXQJnvIsc2Ls1QdeyJwLsn0GLljtxdR7u6Wz6POrEJhSuKHnFukLCFJH34QzDBg\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:07:09.529439863-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.039644Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:09.529446393-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.039927Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:07:09.529453003-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.040038Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:09.529461053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.040143Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:09.529468543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.040350Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!vSeoHB6NV8CVlD1Bhy:hs1/$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc {\"content-type\": \"application/json\", \"authorization\": Sensitive, \"accept\": \"*/*\", \"user-agent\": \"Conduwuit/0.7.0+conduwuit-0.2.1 (60d8f69)\", \"host\": \"hs1:8448\", \"content-length\": \"772\"}\n"} -{"Time":"2024-04-23T18:07:09.529479522-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.040371Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/federation/v2/send_join/!vSeoHB6NV8CVlD1Bhy:hs1/$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc Some(Object({\"auth_events\": Array([String(\"$Az14Nn_OL5Fv38U07mZk5OSBpN9ydS0XN9AmOVqQ95M\"), String(\"$vpkzy8P0a0og4ERFjEtUwSYTNQncbJdUHeq_rJz_4kQ\"), String(\"$Yy5UnI_u4gm994yYp9ExPqxksFwuHm6I595QCgVS1Es\")]), \"content\": Object({\"displayname\": String(\"user-2 🏳\\u{fe0f}\\u{200d}⚧\\u{fe0f}\"), \"membership\": String(\"join\")}), \"depth\": 9, \"hashes\": Object({\"sha256\": String(\"YrGCGoTBwbD5Ls1k1m3XndfR48gi6CAmI6Pnef6eiOI\")}), \"origin\": String(\"hs2\"), \"origin_server_ts\": 1713910029038, \"prev_events\": Array([String(\"$Q7xZF0Zqb2bi-4VVST43BGofJb9OlGY2d3onJI0kc5M\")]), \"room_id\": String(\"!vSeoHB6NV8CVlD1Bhy:hs1\"), \"sender\": String(\"@user-2:hs2\"), \"signatures\": Object({\"hs1\": Object({\"ed25519:BJKCoICq\": String(\"B"} -{"Time":"2024-04-23T18:07:09.529488362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"hve/KX6uH2zPKWj4HTCwRerWnTDRVWJKUIqyDjqzNZg7ewcpzYbN9+Jeoh9WLkQuQ+MclOGX3W+ybR0dcD1Dg\")}), \"hs2\": Object({\"ed25519:7na0cTQm\": String(\"WZLVdqN1l9CqnI6WP8b1oGo9nx2mnYlAlLK23Y1QpuFbT9hOu1qPLxNUouEv6qTVvNnqWR6BNt0q+TcVXVnpBg\")})}), \"state_key\": String(\"@user-2:hs2\"), \"type\": String(\"m.room.member\")}))\n"} -{"Time":"2024-04-23T18:07:09.529494832-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.040552Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:09.529502232-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.040835Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m Fetch keys for hs1, hs2\n"} -{"Time":"2024-04-23T18:07:09.529511802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.040947Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs1, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:09.529519782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.041057Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:09.529527002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.041149Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:09.529534112-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.041246Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:09.529541902-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.041360Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:09.529550072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.041726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:07:09.529558382-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.041819Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $RLEcLG-1BrhZi6SXvJ184SSaq7I6t4PdSNT_xR_OCK0 in db\n"} -{"Time":"2024-04-23T18:07:09.529565822-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.041817Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:07:09.529573102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.041862Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $TZ2xaNcWOdrq6lDkAMJRyQGy_IR3zs0gip4fyfZlvBY in db\n"} -{"Time":"2024-04-23T18:07:09.529580552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.041893Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $ZWFyJlZOSTxtcUK4pmK6nrZucV_Pf8w0nJApQbvE1wQ in db\n"} -{"Time":"2024-04-23T18:07:09.529588012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.041897Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Kby_rNUBWaFEki9m7_iL42c74F6KKU1RP_iydZD_JDc in db\n"} -{"Time":"2024-04-23T18:07:09.529596351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.041941Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:07:09.529603831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.041951Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $_Y5ZLlWZTQyvKAmblXQU4VjiJbIlaLX4YyuUgpzrRek in db\n"} -{"Time":"2024-04-23T18:07:09.529625201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.041957Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $RLEcLG-1BrhZi6SXvJ184SSaq7I6t4PdSNT_xR_OCK0 in db\n"} -{"Time":"2024-04-23T18:07:09.529632971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.041972Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $TZ2xaNcWOdrq6lDkAMJRyQGy_IR3zs0gip4fyfZlvBY in db\n"} -{"Time":"2024-04-23T18:07:09.529640361-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.041984Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Kby_rNUBWaFEki9m7_iL42c74F6KKU1RP_iydZD_JDc in db\n"} -{"Time":"2024-04-23T18:07:09.529647801-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.041990Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $q1_GUcZgIRlqDBwLRd09qVaeEyvm8lpvSyPX5Rw-ILI in db\n"} -{"Time":"2024-04-23T18:07:09.529655241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042004Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:07:09.529662671-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042008Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:07:09.529670101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042022Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $ZWFyJlZOSTxtcUK4pmK6nrZucV_Pf8w0nJApQbvE1wQ in db\n"} -{"Time":"2024-04-23T18:07:09.529678321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042038Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $_Y5ZLlWZTQyvKAmblXQU4VjiJbIlaLX4YyuUgpzrRek in db\n"} -{"Time":"2024-04-23T18:07:09.529689691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042050Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $q1_GUcZgIRlqDBwLRd09qVaeEyvm8lpvSyPX5Rw-ILI in db\n"} -{"Time":"2024-04-23T18:07:09.529699571-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042070Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:07:09.52970727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042181Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.52971574-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042187Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.52972325-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.52973128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042215Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.52973865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042264Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.5297466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042266Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.52975478-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042350Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:07:09.52976235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042351Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:07:09.52977141-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042492Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:07:09.52977884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042559Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:07:09.52978632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042687Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $NNaM2lCp3nj_uuibSXNW9bF1FrbNgicaHT6h2wKxcHs in db\n"} -{"Time":"2024-04-23T18:07:09.529794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042713Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:07:09.52980176-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042727Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $NNaM2lCp3nj_uuibSXNW9bF1FrbNgicaHT6h2wKxcHs in db\n"} -{"Time":"2024-04-23T18:07:09.52980961-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042740Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $-FvIt20XwEecXCrOjkw5NN-GBeD0Wxry-DAiir0xPaM in db\n"} -{"Time":"2024-04-23T18:07:09.529817349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042765Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:07:09.529825019-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042780Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $-FvIt20XwEecXCrOjkw5NN-GBeD0Wxry-DAiir0xPaM in db\n"} -{"Time":"2024-04-23T18:07:09.529832619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042856Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:07:09.529841389-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042861Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:07:09.529849909-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042907Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$NNaM2lCp3nj_uuibSXNW9bF1FrbNgicaHT6h2wKxcHs\"]\n"} -{"Time":"2024-04-23T18:07:09.529857829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.042908Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$-FvIt20XwEecXCrOjkw5NN-GBeD0Wxry-DAiir0xPaM\"]\n"} -{"Time":"2024-04-23T18:07:09.529865429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:07:09.529872839-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043066Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:07:09.529881149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043093Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:07:09.529888509-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043098Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:07:09.529895899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043211Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:07:09.529903379-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043213Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:07:09.529911609-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043280Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:07:09.529919409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043284Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:07:09.529927699-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.529945448-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043357Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.529956928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043458Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.529967128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043460Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.529978658-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043665Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.529989588-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043665Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.529999058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043693Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:07:09.530007818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043703Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:07:09.530017188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:07:09.530027148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043944Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:07:09.530037338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043957Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.530046637-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043964Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.530054027-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043987Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.530064217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.043988Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.530076927-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044106Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.530087057-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044109Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.530098087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044130Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:07:09.530105607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044133Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:07:09.530113267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044147Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:07:09.530122607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044149Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:07:09.530132087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044206Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:07:09.530141977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044208Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:07:09.530152196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044217Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:07:09.530162566-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044225Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:07:09.530181716-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:07:09.530195756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044274Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:07:09.530206336-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:07:09.530217526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m46.529µs\n"} -{"Time":"2024-04-23T18:07:09.530228926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044538Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:07:09.530239576-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044678Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m39µs\n"} -{"Time":"2024-04-23T18:07:09.530251546-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044686Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$q1_GUcZgIRlqDBwLRd09qVaeEyvm8lpvSyPX5Rw-ILI\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m208.228µs\n"} -{"Time":"2024-04-23T18:07:09.530263815-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044765Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m287.787µs\n"} -{"Time":"2024-04-23T18:07:09.530276785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.044925Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$iyP2XLimtjUUG4ykJ9I3lRHb7eVHQMRNXyHV5fIOZf8\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m447.776µs\n"} -{"Time":"2024-04-23T18:07:09.530290135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.045018Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$qPqqfFkhA_dhTwKeN2gDwlYwFqd5rzYtmrjD03Bm3Hg\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m377.527µs\n"} -{"Time":"2024-04-23T18:07:09.530302425-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.045046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m568.375µs\n"} -{"Time":"2024-04-23T18:07:09.530314415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.045135Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m495.796µs\n"} -{"Time":"2024-04-23T18:07:09.530326915-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.045204Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$ZWFyJlZOSTxtcUK4pmK6nrZucV_Pf8w0nJApQbvE1wQ\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m726.513µs\n"} -{"Time":"2024-04-23T18:07:09.530361145-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.045281Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m803.673µs\n"} -{"Time":"2024-04-23T18:07:09.530377494-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.045351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Kby_rNUBWaFEki9m7_iL42c74F6KKU1RP_iydZD_JDc\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m710.744µs\n"} -{"Time":"2024-04-23T18:07:09.530390714-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.045386Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_Y5ZLlWZTQyvKAmblXQU4VjiJbIlaLX4YyuUgpzrRek\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m908.172µs\n"} -{"Time":"2024-04-23T18:07:09.530404974-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.045459Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m819.693µs\n"} -{"Time":"2024-04-23T18:07:09.530418074-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.045494Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.016881ms\n"} -{"Time":"2024-04-23T18:07:09.530431044-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.045620Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$_J-TBri55I11NE5i7ovx54wbLTuohDxRxBIDhqIfAh8\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.14292ms\n"} -{"Time":"2024-04-23T18:07:09.530444204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.045697Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$gsbp8lkHxsQYPJcasiVhXXC4iIcpRCdwtnR6RtcdhMo\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.057161ms\n"} -{"Time":"2024-04-23T18:07:09.530459854-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.045724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$KewgFVSnIuCDIddXo9CP9vWkQXpz_YM2JSRrthE1Auw\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!tKVDI8EvPY4SWi0mpP:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.246509ms\n"} -{"Time":"2024-04-23T18:07:09.530473203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.045806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.16738ms\n"} -{"Time":"2024-04-23T18:07:09.530485053-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.045821Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Evil event in db\n"} -{"Time":"2024-04-23T18:07:09.530494783-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.045866Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m8 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:07:09.530504913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.045946Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_signing_keys_for_server\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m We have all homeserver signing keys locally for hs2, not fetching any remotely\n"} -{"Time":"2024-04-23T18:07:09.530516733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046074Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$RLEcLG-1BrhZi6SXvJ184SSaq7I6t4PdSNT_xR_OCK0\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.434578ms\n"} -{"Time":"2024-04-23T18:07:09.530530493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046105Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1macl_check\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m No ACL event found\n"} -{"Time":"2024-04-23T18:07:09.530542593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046186Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.546687ms\n"} -{"Time":"2024-04-23T18:07:09.530554733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046428Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Fetching auth events\n"} -{"Time":"2024-04-23T18:07:09.530567223-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046471Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Az14Nn_OL5Fv38U07mZk5OSBpN9ydS0XN9AmOVqQ95M in db\n"} -{"Time":"2024-04-23T18:07:09.530580912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046460Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$TZ2xaNcWOdrq6lDkAMJRyQGy_IR3zs0gip4fyfZlvBY\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.820484ms\n"} -{"Time":"2024-04-23T18:07:09.530594042-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046493Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $vpkzy8P0a0og4ERFjEtUwSYTNQncbJdUHeq_rJz_4kQ in db\n"} -{"Time":"2024-04-23T18:07:09.530605732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046513Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Yy5UnI_u4gm994yYp9ExPqxksFwuHm6I595QCgVS1Es in db\n"} -{"Time":"2024-04-23T18:07:09.530616862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046524Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:07:09.530628322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046532Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Az14Nn_OL5Fv38U07mZk5OSBpN9ydS0XN9AmOVqQ95M in db\n"} -{"Time":"2024-04-23T18:07:09.530642932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046540Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $vpkzy8P0a0og4ERFjEtUwSYTNQncbJdUHeq_rJz_4kQ in db\n"} -{"Time":"2024-04-23T18:07:09.530654342-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046546Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Yy5UnI_u4gm994yYp9ExPqxksFwuHm6I595QCgVS1Es in db\n"} -{"Time":"2024-04-23T18:07:09.530665652-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046557Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Checking based on auth events\n"} -{"Time":"2024-04-23T18:07:09.530677642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046602Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.530688691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046618Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.530701401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046646Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.530716621-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046656Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Validation successful.\n"} -{"Time":"2024-04-23T18:07:09.530728661-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.029882ms\n"} -{"Time":"2024-04-23T18:07:09.530741111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046813Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Added pdu as outlier.\n"} -{"Time":"2024-04-23T18:07:09.530752631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046911Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Q7xZF0Zqb2bi-4VVST43BGofJb9OlGY2d3onJI0kc5M in db\n"} -{"Time":"2024-04-23T18:07:09.530764771-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046924Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler::signing_keys\u001b[0m\u001b[2m:\u001b[0m server_key_ids is empty, not fetching any keys\n"} -{"Time":"2024-04-23T18:07:09.530778241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046939Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Found $Q7xZF0Zqb2bi-4VVST43BGofJb9OlGY2d3onJI0kc5M in db\n"} -{"Time":"2024-04-23T18:07:09.530789121-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046961Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mfetch_prev\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:07:09.53079775-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.046990Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Got previous events \u001b[3mevents\u001b[0m\u001b[2m=\u001b[0m[\"$Q7xZF0Zqb2bi-4VVST43BGofJb9OlGY2d3onJI0kc5M\"]\n"} -{"Time":"2024-04-23T18:07:09.53080694-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047016Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$nV7EdAHB1rNPLRRvWAcqUPzo6_MCqFQNy-fCdmqggnM\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.375369ms\n"} -{"Time":"2024-04-23T18:07:09.53081806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047046Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Upgrading to timeline pdu\n"} -{"Time":"2024-04-23T18:07:09.53082913-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047059Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state at event\n"} -{"Time":"2024-04-23T18:07:09.53084186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047114Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mstate\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Using cached state\n"} -{"Time":"2024-04-23T18:07:09.53085567-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.499318ms\n"} -{"Time":"2024-04-23T18:07:09.53086931-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047151Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing auth check\n"} -{"Time":"2024-04-23T18:07:09.53088227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.525768ms\n"} -{"Time":"2024-04-23T18:07:09.53089473-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047168Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.530906179-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047261Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.530917999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.530929339-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Gathering auth events\n"} -{"Time":"2024-04-23T18:07:09.530955669-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047442Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m224.858µs\n"} -{"Time":"2024-04-23T18:07:09.530967689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Performing soft-fail check\n"} -{"Time":"2024-04-23T18:07:09.530979169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047610Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.530993119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047633Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.531005239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.531016148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047700Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Locking the room\n"} -{"Time":"2024-04-23T18:07:09.531027488-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047714Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculating extremities\n"} -{"Time":"2024-04-23T18:07:09.531038728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047772Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Calculated 1 extremities\n"} -{"Time":"2024-04-23T18:07:09.531053798-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047773Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m556.555µs\n"} -{"Time":"2024-04-23T18:07:09.531066428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047791Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Retained 0 extremities. Compressing state\n"} -{"Time":"2024-04-23T18:07:09.531078098-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047838Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Event is a state-event. Deriving new room state\n"} -{"Time":"2024-04-23T18:07:09.531089748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047864Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading current room state ids\n"} -{"Time":"2024-04-23T18:07:09.531101368-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047887Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m672.124µs\n"} -{"Time":"2024-04-23T18:07:09.531117128-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047930Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m715.754µs\n"} -{"Time":"2024-04-23T18:07:09.531129527-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.047994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:07:09.531145887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m45.3µs\n"} -{"Time":"2024-04-23T18:07:09.531159227-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048090Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:07:09.531173757-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048214Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:07:09.531187387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:07:09.531201337-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048298Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$gsbp8lkHxsQYPJcasiVhXXC4iIcpRCdwtnR6RtcdhMo\", (\"m.room.guest_access\", \"\"): \"$qPqqfFkhA_dhTwKeN2gDwlYwFqd5rzYtmrjD03Bm3Hg\", (\"m.room.power_levels\", \"\"): \"$RLEcLG-1BrhZi6SXvJ184SSaq7I6t4PdSNT_xR_OCK0\", (\"m.room.join_rules\", \"\"): \"$TZ2xaNcWOdrq6lDkAMJRyQGy_IR3zs0gip4fyfZlvBY\", (\"m.room.history_visibility\", \"\"): \"$nV7EdAHB1rNPLRRvWAcqUPzo6_MCqFQNy-fCdmqggnM\", (\"m.room.create\", \"\"): \"$Kby_rNUBWaFEki9m7_iL42c74F6KKU1RP_iydZD_JDc\"}\n"} -{"Time":"2024-04-23T18:07:09.531216677-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048324Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:07:09.531248786-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048337Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\"]}\n"} -{"Time":"2024-04-23T18:07:09.531262556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048348Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$5EE_pRVjpC_P7vqE5V4-LsgRcQ2AH8YigXdddRf_FVA\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m358.077µs\n"} -{"Time":"2024-04-23T18:07:09.531276466-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:07:09.531288866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048492Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m502.706µs\n"} -{"Time":"2024-04-23T18:07:09.531304016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048495Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\", \"$TZ2xaNcWOdrq6lDkAMJRyQGy_IR3zs0gip4fyfZlvBY\"}\n"} -{"Time":"2024-04-23T18:07:09.531316196-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:07:09.531327946-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048660Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($TZ2xaNcWOdrq6lDkAMJRyQGy_IR3zs0gip4fyfZlvBY) senders power level\n"} -{"Time":"2024-04-23T18:07:09.531340416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048679Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$vpkzy8P0a0og4ERFjEtUwSYTNQncbJdUHeq_rJz_4kQ\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m689.194µs\n"} -{"Time":"2024-04-23T18:07:09.531356066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048748Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:07:09.531370365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048767Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $TZ2xaNcWOdrq6lDkAMJRyQGy_IR3zs0gip4fyfZlvBY power level 100\n"} -{"Time":"2024-04-23T18:07:09.531382215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048784Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:07:09.531394565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m797.773µs\n"} -{"Time":"2024-04-23T18:07:09.531409115-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:07:09.531420755-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048856Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$TZ2xaNcWOdrq6lDkAMJRyQGy_IR3zs0gip4fyfZlvBY\"]\n"} -{"Time":"2024-04-23T18:07:09.531432475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048874Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:07:09.531444995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.048887Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$TZ2xaNcWOdrq6lDkAMJRyQGy_IR3zs0gip4fyfZlvBY\"]\n"} -{"Time":"2024-04-23T18:07:09.531458465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049078Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$TZ2xaNcWOdrq6lDkAMJRyQGy_IR3zs0gip4fyfZlvBY\"\n"} -{"Time":"2024-04-23T18:07:09.531473454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049102Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $TZ2xaNcWOdrq6lDkAMJRyQGy_IR3zs0gip4fyfZlvBY (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:09.531486184-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049105Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Az14Nn_OL5Fv38U07mZk5OSBpN9ydS0XN9AmOVqQ95M\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.114791ms\n"} -{"Time":"2024-04-23T18:07:09.531499504-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049145Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $TZ2xaNcWOdrq6lDkAMJRyQGy_IR3zs0gip4fyfZlvBY ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.531511364-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049162Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.531522884-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:07:09.531538294-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049197Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-1:hs1\"): \"$gsbp8lkHxsQYPJcasiVhXXC4iIcpRCdwtnR6RtcdhMo\", (\"m.room.guest_access\", \"\"): \"$qPqqfFkhA_dhTwKeN2gDwlYwFqd5rzYtmrjD03Bm3Hg\", (\"m.room.power_levels\", \"\"): \"$RLEcLG-1BrhZi6SXvJ184SSaq7I6t4PdSNT_xR_OCK0\", (\"m.room.join_rules\", \"\"): \"$TZ2xaNcWOdrq6lDkAMJRyQGy_IR3zs0gip4fyfZlvBY\", (\"m.room.history_visibility\", \"\"): \"$nV7EdAHB1rNPLRRvWAcqUPzo6_MCqFQNy-fCdmqggnM\", (\"m.room.create\", \"\"): \"$Kby_rNUBWaFEki9m7_iL42c74F6KKU1RP_iydZD_JDc\"}\n"} -{"Time":"2024-04-23T18:07:09.531555254-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049222Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.233909ms\n"} -{"Time":"2024-04-23T18:07:09.531567864-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049233Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:07:09.531580084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049246Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\"]\n"} -{"Time":"2024-04-23T18:07:09.531594763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049263Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$RLEcLG-1BrhZi6SXvJ184SSaq7I6t4PdSNT_xR_OCK0\")\n"} -{"Time":"2024-04-23T18:07:09.531607533-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049279Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:07:09.531621723-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049403Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\n"} -{"Time":"2024-04-23T18:07:09.531634153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$1-mzAZRc71YvPD9-S7dL-pcEXRWm10t-QxhgIf_YwlU\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.448318ms\n"} -{"Time":"2024-04-23T18:07:09.531648283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049451Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $RLEcLG-1BrhZi6SXvJ184SSaq7I6t4PdSNT_xR_OCK0\n"} -{"Time":"2024-04-23T18:07:09.531660673-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049509Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\"]\n"} -{"Time":"2024-04-23T18:07:09.531672353-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049527Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:07:09.531684423-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049539Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\"]\n"} -{"Time":"2024-04-23T18:07:09.531697703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049548Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.559657ms\n"} -{"Time":"2024-04-23T18:07:09.531710932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049715Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\"\n"} -{"Time":"2024-04-23T18:07:09.531723602-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049737Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.531735812-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.531749352-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049813Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.531762132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049824Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Vp2HOn46q6GkvDiwc-7zMF_BIrsmc7Cd-V5BfGmWCEU\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.834294ms\n"} -{"Time":"2024-04-23T18:07:09.531775132-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049854Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:07:09.531789302-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049957Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:07:09.531802802-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.049952Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m1.961843ms\n"} -{"Time":"2024-04-23T18:07:09.531816431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.050195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$Yy5UnI_u4gm994yYp9ExPqxksFwuHm6I595QCgVS1Es\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.206941ms\n"} -{"Time":"2024-04-23T18:07:09.531830101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.050289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m2 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.30084ms\n"} -{"Time":"2024-04-23T18:07:09.531844501-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.050302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m2.3144ms\n"} -{"Time":"2024-04-23T18:07:09.531857691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.050506Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m7 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m178.598µs\n"} -{"Time":"2024-04-23T18:07:09.531870561-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.050690Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Cache missed event \u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m363.006µs\n"} -{"Time":"2024-04-23T18:07:09.531884001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.050797Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m Chunk missed \u001b[3mchunk_cache_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m469.975µs\n"} -{"Time":"2024-04-23T18:07:09.531903091-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.050819Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m4 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m1 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m492.955µs\n"} -{"Time":"2024-04-23T18:07:09.531915951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.050843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Loading fork states\n"} -{"Time":"2024-04-23T18:07:09.53192865-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.050897Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Resolving state\n"} -{"Time":"2024-04-23T18:07:09.53195638-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.050906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m State resolution starting\n"} -{"Time":"2024-04-23T18:07:09.53196828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.050951Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m non conflicting events: 6\n"} -{"Time":"2024-04-23T18:07:09.53198327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.050962Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.join_rules\", \"\"): \"$Az14Nn_OL5Fv38U07mZk5OSBpN9ydS0XN9AmOVqQ95M\", (\"m.room.power_levels\", \"\"): \"$Yy5UnI_u4gm994yYp9ExPqxksFwuHm6I595QCgVS1Es\", (\"m.room.history_visibility\", \"\"): \"$Vp2HOn46q6GkvDiwc-7zMF_BIrsmc7Cd-V5BfGmWCEU\", (\"m.room.create\", \"\"): \"$vpkzy8P0a0og4ERFjEtUwSYTNQncbJdUHeq_rJz_4kQ\", (\"m.room.guest_access\", \"\"): \"$5EE_pRVjpC_P7vqE5V4-LsgRcQ2AH8YigXdddRf_FVA\", (\"m.room.member\", \"@user-1:hs1\"): \"$1-mzAZRc71YvPD9-S7dL-pcEXRWm10t-QxhgIf_YwlU\"}\n"} -{"Time":"2024-04-23T18:07:09.53199782-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.050976Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m conflicting events: 1\n"} -{"Time":"2024-04-23T18:07:09.53200876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.050982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.member\", \"@user-2:hs2\"): [\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\"]}\n"} -{"Time":"2024-04-23T18:07:09.53203641-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051052Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m full conflicted set: 2\n"} -{"Time":"2024-04-23T18:07:09.532048399-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {\"$Az14Nn_OL5Fv38U07mZk5OSBpN9ydS0XN9AmOVqQ95M\", \"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\"}\n"} -{"Time":"2024-04-23T18:07:09.532059629-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051108Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m reverse topological sort of power events\n"} -{"Time":"2024-04-23T18:07:09.532070859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051159Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m fetch event ($Az14Nn_OL5Fv38U07mZk5OSBpN9ydS0XN9AmOVqQ95M) senders power level\n"} -{"Time":"2024-04-23T18:07:09.532084799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051261Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m found @user-1:hs1 at power_level 100\n"} -{"Time":"2024-04-23T18:07:09.532096239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051282Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m $Az14Nn_OL5Fv38U07mZk5OSBpN9ydS0XN9AmOVqQ95M power level 100\n"} -{"Time":"2024-04-23T18:07:09.532108899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051298Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting lexicographical topological sort\n"} -{"Time":"2024-04-23T18:07:09.532121239-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m sorted control events: 1\n"} -{"Time":"2024-04-23T18:07:09.532132319-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051369Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$Az14Nn_OL5Fv38U07mZk5OSBpN9ydS0XN9AmOVqQ95M\"]\n"} -{"Time":"2024-04-23T18:07:09.532143689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051387Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:07:09.532154878-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051400Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$Az14Nn_OL5Fv38U07mZk5OSBpN9ydS0XN9AmOVqQ95M\"]\n"} -{"Time":"2024-04-23T18:07:09.532165758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051425Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:07:09.532177078-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$Az14Nn_OL5Fv38U07mZk5OSBpN9ydS0XN9AmOVqQ95M\"\n"} -{"Time":"2024-04-23T18:07:09.532188668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051588Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $Az14Nn_OL5Fv38U07mZk5OSBpN9ydS0XN9AmOVqQ95M (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:09.532199188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $Az14Nn_OL5Fv38U07mZk5OSBpN9ydS0XN9AmOVqQ95M ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.532210298-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051647Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.532222628-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051669Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m resolved control events: 6\n"} -{"Time":"2024-04-23T18:07:09.532234058-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051683Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m {(\"m.room.join_rules\", \"\"): \"$Az14Nn_OL5Fv38U07mZk5OSBpN9ydS0XN9AmOVqQ95M\", (\"m.room.power_levels\", \"\"): \"$Yy5UnI_u4gm994yYp9ExPqxksFwuHm6I595QCgVS1Es\", (\"m.room.history_visibility\", \"\"): \"$Vp2HOn46q6GkvDiwc-7zMF_BIrsmc7Cd-V5BfGmWCEU\", (\"m.room.create\", \"\"): \"$vpkzy8P0a0og4ERFjEtUwSYTNQncbJdUHeq_rJz_4kQ\", (\"m.room.guest_access\", \"\"): \"$5EE_pRVjpC_P7vqE5V4-LsgRcQ2AH8YigXdddRf_FVA\", (\"m.room.member\", \"@user-1:hs1\"): \"$1-mzAZRc71YvPD9-S7dL-pcEXRWm10t-QxhgIf_YwlU\"}\n"} -{"Time":"2024-04-23T18:07:09.532249758-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051719Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left to resolve: 1\n"} -{"Time":"2024-04-23T18:07:09.532260738-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051732Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m [\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\"]\n"} -{"Time":"2024-04-23T18:07:09.532273967-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051748Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m power event: Some(\"$Yy5UnI_u4gm994yYp9ExPqxksFwuHm6I595QCgVS1Es\")\n"} -{"Time":"2024-04-23T18:07:09.532293467-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051764Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline sort of events\n"} -{"Time":"2024-04-23T18:07:09.532304977-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051884Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\n"} -{"Time":"2024-04-23T18:07:09.532313727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.051994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m mainline event_id $Yy5UnI_u4gm994yYp9ExPqxksFwuHm6I595QCgVS1Es\n"} -{"Time":"2024-04-23T18:07:09.532323597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.052062Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m events left, sorted: [\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\"]\n"} -{"Time":"2024-04-23T18:07:09.532335887-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.052080Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m starting iterative auth check\n"} -{"Time":"2024-04-23T18:07:09.532347727-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.052092Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m performing auth checks on [\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\"]\n"} -{"Time":"2024-04-23T18:07:09.532359987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.052273Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res\u001b[0m\u001b[2m:\u001b[0m event to check \"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\"\n"} -{"Time":"2024-04-23T18:07:09.532372947-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.052295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.532384956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.052316Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.532396726-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.052363Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.532408846-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.052419Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m State resolution done. Compressing state\n"} -{"Time":"2024-04-23T18:07:09.532424046-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.052506Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Forcing new room state\n"} -{"Time":"2024-04-23T18:07:09.532436476-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.053268Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appending pdu to timeline\n"} -{"Time":"2024-04-23T18:07:09.532450246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.053491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$tPH9HTldocaPO0BvO-i5fUfMaR7BAytwhe5tLnO9mss\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!imsY6u3rFIEgcjSSPT:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m10.401017ms\n"} -{"Time":"2024-04-23T18:07:09.532462396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.053648Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m31.41µs\n"} -{"Time":"2024-04-23T18:07:09.532477036-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.053696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m79.85µs\n"} -{"Time":"2024-04-23T18:07:09.532488106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.054565Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:09.532500275-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.054785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/TW9Fba4me0GbvmUHZ75NKv9dLnN01_QEOBmIV5sjpA8\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:09.532513235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.054795Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mpdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mevent_id\u001b[0m\u001b[2m=\u001b[0m\"$WMq1RvA4i4qm4GQPr3CR1AdFLKGO0cckR5ZRardhtuc\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!vSeoHB6NV8CVlD1Bhy:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::event_handler\u001b[0m\u001b[2m:\u001b[0m Appended incoming pdu \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m7.740101ms\n"} -{"Time":"2024-04-23T18:07:09.532526305-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.054816Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout waiting for idle connection: (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:09.532537435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.054847Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m Http::connect; scheme=Some(\"https\"), host=Some(\"hs2\"), port=Some(Port(8448))\n"} -{"Time":"2024-04-23T18:07:09.532548265-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.054865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connecting to 172.26.0.2:8448\n"} -{"Time":"2024-04-23T18:07:09.532558595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.054880Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m start \u001b[3mstarting_events\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m15.92µs\n"} -{"Time":"2024-04-23T18:07:09.532569365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.054906Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::rooms::auth_chain\u001b[0m\u001b[2m:\u001b[0m done \u001b[3mchain_length\u001b[0m\u001b[2m=\u001b[0m3 \u001b[3mhits\u001b[0m\u001b[2m=\u001b[0m6 \u001b[3mmisses\u001b[0m\u001b[2m=\u001b[0m0 \u001b[3melapsed\u001b[0m\u001b[2m=\u001b[0m42.06µs\n"} -{"Time":"2024-04-23T18:07:09.532582515-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.054982Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::connect::http\u001b[0m\u001b[2m:\u001b[0m connected to 172.26.0.2:8448\n"} -{"Time":"2024-04-23T18:07:09.532613614-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.055763Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m20 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.532625194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.056360Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m http1 handshake complete, spawning background dispatcher task\n"} -{"Time":"2024-04-23T18:07:09.532635624-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.056461Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m checkout dropped for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:09.532646064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.056839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v2/send_join/:room_id/:event_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m18 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.532656194-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.057858Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.532663824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.058003Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.532671384-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.059028Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.532678954-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.059139Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.532686424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.060785Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.532695544-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.060905Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/server\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.532707554-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.066994Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.532718024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.067153Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.532727613-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.067185Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:09.532736603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.067702Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:09.532748163-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.067727Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:09.532758313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.067754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:09.532769463-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.068943Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.532784333-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.068962Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.532798653-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.068986Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.532809693-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.070231Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:09.532826743-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.070257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.532841912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.070265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:09.532857632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.070280Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:09.532874102-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.070289Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:09.532889222-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.070296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.532903872-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.071317Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:09.532919402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.071347Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.532945732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.071356Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.532961811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.072417Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:09.532975381-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.072445Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:09.532988831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.072455Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.533001951-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.073522Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:09.533015981-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.073550Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.533030351-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.073559Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.533047281-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074363Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:09.533057971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074415Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.53306818-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.53307785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.53308756-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074707Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.5330972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074744Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.53310684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074747Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.53311748-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074756Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.53312922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074772Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:09.53313953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074769Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.53314971-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074802Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.53316268-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074832Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:09.53317471-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074828Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"25\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.533185859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074851Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"private_chat\")}))\n"} -{"Time":"2024-04-23T18:07:09.533196829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074894Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.533208679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074896Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.533220029-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074909Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:09.533230089-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074911Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.533240279-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074920Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:09.533252259-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074947Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.533263549-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.074974Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:09.533275129-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075062Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:09.533289119-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075074Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:09.533303168-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:09.533315898-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075128Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"24\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.533327178-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075147Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/createRoom Some(Object({\"preset\": String(\"public_chat\")}))\n"} -{"Time":"2024-04-23T18:07:09.533338618-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D4odEDfeol0HdBQMen:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:09.533351538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075408Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D4odEDfeol0HdBQMen:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:09.533364148-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D4odEDfeol0HdBQMen:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:09.533379138-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fymATxxs7jWgHm16Pu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:09.533392118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075480Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fymATxxs7jWgHm16Pu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:09.533406487-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fymATxxs7jWgHm16Pu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:09.533419697-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075514Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!jJM6JPDF1jswcR4TpO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:09.533432807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075536Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!jJM6JPDF1jswcR4TpO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:09.533445597-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075566Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!jJM6JPDF1jswcR4TpO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:09.533459907-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075578Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:09.533473037-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075608Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:09.533485957-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075621Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mZA6wZISse5SCkISIu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:09.533499397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mZA6wZISse5SCkISIu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:09.533513307-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:09.533552106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075649Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mZA6wZISse5SCkISIu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:09.533566616-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075729Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.create)\n"} -{"Time":"2024-04-23T18:07:09.533579416-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075758Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m start m.room.create check\n"} -{"Time":"2024-04-23T18:07:09.533592066-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.075782Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.create\", content: RawValue({\"creator\":\"@user-1:hs1\",\"room_version\":\"10\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.create event was allowed\n"} -{"Time":"2024-04-23T18:07:09.533605276-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.077301Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.533618956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.077335Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.533632445-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.077375Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.533647575-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.077750Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.533661225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.077770Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.533674405-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.077801Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.533687995-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.077798Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fymATxxs7jWgHm16Pu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.533701225-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.077829Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!fymATxxs7jWgHm16Pu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.533713215-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.077891Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:07:09.533723005-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078044Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:07:09.533735555-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078116Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!jJM6JPDF1jswcR4TpO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.533748934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078149Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!jJM6JPDF1jswcR4TpO:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.533761094-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078210Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:07:09.533770794-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:07:09.533782424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078283Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mZA6wZISse5SCkISIu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.533797024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!mZA6wZISse5SCkISIu:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.533809064-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:07:09.533819664-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078454Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.533832724-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078479Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.533846324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078504Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D4odEDfeol0HdBQMen:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:09.533860093-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078514Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.533872153-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078540Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m3 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:07:09.533884073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078545Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!D4odEDfeol0HdBQMen:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:09.533895793-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078613Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 403 Forbidden: M_FORBIDDEN: Event is not authorized.\n"} -{"Time":"2024-04-23T18:07:09.533906733-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"is_direct\":false,\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:09.533920413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078700Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m403\n"} -{"Time":"2024-04-23T18:07:09.533941753-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078701Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21DHnE9FKz8bEzUGjTsL:hs1/send/m.room.message/9 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.533954763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.078737Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21DHnE9FKz8bEzUGjTsL:hs1/send/m.room.message/9 Some(Object({\"body\": String(\"Message A\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:07:09.533967493-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.079456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"9\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:09.533982362-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.079524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"9\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:09.533995772-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.079541Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"9\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.534009642-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.080067Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:09.534026182-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.080091Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.534040532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.080099Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:09.534054952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.080111Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:09.534068862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.080119Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:09.534088411-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.080126Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.534103111-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.080208Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:09.534115691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.080254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.534127871-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.080270Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:09.534139811-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.080295Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:09.534152311-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.080315Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:09.534165831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.080334Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.534177991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.081009Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.53418763-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.081259Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:09.53420059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.081290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.53421204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.081299Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.53422155-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.081491Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.53423256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.081556Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:09.53424586-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.081601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.53425869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.081617Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:09.5342702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.081612Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.53427952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.081636Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.53429071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.081640Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:09.534302679-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.081657Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:09.534314769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.081670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"events\":{\"m.room.encryption\":100,\"m.room.history_visibility\":100,\"m.room.power_levels\":100,\"m.room.server_acl\":100,\"m.room.tombstone\":100},\"users\":{\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.534345639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.081696Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:09.534358229-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.081726Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.534369269-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.081735Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.534379989-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.081981Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.534389349-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.082376Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:09.534400149-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.082404Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:09.534410688-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.082413Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.534421288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.082471Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.534430928-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.082587Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=299\u0026timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.534440068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.082614Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=299\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.534448118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.082676Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:09.534457338-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.082684Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:09.534468398-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.082711Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:09.534479208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.082721Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.534490108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.083346Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.join_rules)\n"} -{"Time":"2024-04-23T18:07:09.534501188-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.083402Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.534515167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.083419Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.join_rules\", content: RawValue({\"join_rule\":\"public\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.534526617-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.083597Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:09.534538707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.083635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:09.534548807-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.083652Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.534557157-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.083663Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.534566387-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.083671Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.534577607-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.083668Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.534588817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.084371Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:09.534596707-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.084421Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.534603427-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.084800Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.534610457-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.084870Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21iAF0X7LGVkh4U3VqIM:hs1/send/m.room.message/10 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.534617956-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.084883Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21iAF0X7LGVkh4U3VqIM:hs1/send/m.room.message/10 Some(Object({\"body\": String(\"Message A\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:07:09.534624746-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.084964Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:09.534631076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.085054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m10 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.534639686-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.085154Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"10\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:09.534648836-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.085185Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"10\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:09.534657526-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.085195Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"10\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.534667986-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.085583Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.history_visibility)\n"} -{"Time":"2024-04-23T18:07:09.534675806-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.085635Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.534683866-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.085638Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 100 usr 100\n"} -{"Time":"2024-04-23T18:07:09.534692246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.085673Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.history_visibility\", content: RawValue({\"history_visibility\":\"shared\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.534701226-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.085772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21wolkFkc76WFuShyzHC:hs1/send/m.room.message/11 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.534709026-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.085797Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21wolkFkc76WFuShyzHC:hs1/send/m.room.message/11 Some(Object({\"body\": String(\"Message A\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:07:09.534715926-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.085805Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.534723106-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.086184Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.534730565-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.086229Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"11\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:09.534739245-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.086243Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.534747135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.086253Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.534754475-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.086257Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"11\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:09.534764025-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.086265Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"11\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.534771595-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.086272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:09.534777945-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.086902Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.534785235-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.087164Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.534792035-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.087223Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.534799625-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.087235Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.534806785-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.087302Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.guest_access)\n"} -{"Time":"2024-04-23T18:07:09.534815835-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.087355Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:09.534824135-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.087372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.guest_access\", content: RawValue({\"guest_access\":\"forbidden\"}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.534832365-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.088619Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::room\u001b[0m\u001b[2m:\u001b[0m @user-1:hs1 created a room\n"} -{"Time":"2024-04-23T18:07:09.534839424-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.088724Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/createRoom\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m13 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.534846224-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.089261Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.534853324-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.089384Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21CdcisW6SHwPOM3RwZg:hs1/send/m.room.message/12 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.534860804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.089407Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21CdcisW6SHwPOM3RwZg:hs1/send/m.room.message/12 Some(Object({\"body\": String(\"Message A\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:07:09.534868484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.089885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"12\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:09.534878214-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.089952Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"12\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:09.534888484-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.089969Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message A\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"12\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.534897084-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.090599Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.534903514-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.090958Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.534910114-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.091107Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.534917024-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.091138Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.534923394-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.092248Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m9 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.534929774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.092713Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.534948593-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.092841Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21DHnE9FKz8bEzUGjTsL:hs1/send/m.room.message/13 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.534956313-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.092865Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21DHnE9FKz8bEzUGjTsL:hs1/send/m.room.message/13 Some(Object({\"body\": String(\"Message B\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:07:09.534963013-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.093369Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m6 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.534971603-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.093386Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"13\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:09.534980853-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.093439Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"13\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:09.534989643-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.093456Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"13\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!DHnE9FKz8bEzUGjTsL:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.534997413-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.093530Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.535003943-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.093644Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m7 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.535010343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.094192Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.535032543-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.094331Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21wolkFkc76WFuShyzHC:hs1/send/m.room.message/14 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.535040283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.094355Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21wolkFkc76WFuShyzHC:hs1/send/m.room.message/14 Some(Object({\"body\": String(\"Message B\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:07:09.535047983-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.094818Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"14\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:09.535056732-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.094874Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"14\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:09.535066312-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.094890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"14\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!wolkFkc76WFuShyzHC:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.535074242-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.095087Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.535080762-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.095321Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.535086932-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.095351Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.535093512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.095438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=466\u0026timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.535101012-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.095460Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=466\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.535108002-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.095485Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21iAF0X7LGVkh4U3VqIM:hs1/send/m.room.message/15 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.535115952-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.095505Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.535122632-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.095512Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21iAF0X7LGVkh4U3VqIM:hs1/send/m.room.message/15 Some(Object({\"body\": String(\"Message B\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:07:09.535132322-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.095520Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:09.535141482-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.095568Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.535149292-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.095579Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.535155662-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.095598Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:09.535163142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.095989Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"15\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:09.535172171-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.096047Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"15\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:09.535183201-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.096064Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"15\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!iAF0X7LGVkh4U3VqIM:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.535191601-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.096290Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m2 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.535198441-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.096781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.535205911-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.096890Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.535213101-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.096911Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.535219881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.097226Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.535226391-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.097572Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.535233241-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.097630Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.535240341-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.097642Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.535247161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.098035Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:09.535254001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.098048Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:09.535261321-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.098155Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/TW9Fba4me0GbvmUHZ75NKv9dLnN01_QEOBmIV5sjpA8 with https://hs2:8448/_matrix/federation/v1/send/TW9Fba4me0GbvmUHZ75NKv9dLnN01_QEOBmIV5sjpA8\n"} -{"Time":"2024-04-23T18:07:09.535268421-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.098164Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:09.535276691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.098179Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/TW9Fba4me0GbvmUHZ75NKv9dLnN01_QEOBmIV5sjpA8\n"} -{"Time":"2024-04-23T18:07:09.535283611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.098441Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Preparing to send request\n"} -{"Time":"2024-04-23T18:07:09.53529103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.098595Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Sending request \u001b[3mmethod\u001b[0m\u001b[2m=\u001b[0mPUT \u001b[3murl\u001b[0m\u001b[2m=\u001b[0mUrl { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"hs2\")), port: Some(8448), path: \"/_matrix/federation/v1/send/Xn5ButYOlsEJqhJsyqi1ysxL8OQrvtGm8AzHfLeRcmI\", query: None, fragment: None }\n"} -{"Time":"2024-04-23T18:07:09.53529901-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.098621Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m take? (\"https\", hs2:8448): expiration = Some(180s)\n"} -{"Time":"2024-04-23T18:07:09.53530591-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.098631Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m reuse idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:09.53531284-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.100004Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m put; add idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:09.53531959-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.100031Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mhyper_util::client::legacy::pool\u001b[0m\u001b[2m:\u001b[0m pooling idle connection for (\"https\", hs2:8448)\n"} -{"Time":"2024-04-23T18:07:09.5353267-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.100059Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Received response from https://hs2:8448 for https://hs2:8448/_matrix/federation/v1/send/Xn5ButYOlsEJqhJsyqi1ysxL8OQrvtGm8AzHfLeRcmI with https://hs2:8448/_matrix/federation/v1/send/Xn5ButYOlsEJqhJsyqi1ysxL8OQrvtGm8AzHfLeRcmI\n"} -{"Time":"2024-04-23T18:07:09.53533374-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.100075Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Waiting for response body\n"} -{"Time":"2024-04-23T18:07:09.53534054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.100101Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1msender\u001b[0m\u001b[2m:\u001b[0m\u001b[1m\u001b[0m\u001b[1m{\u001b[0m\u001b[3mdest\u001b[0m\u001b[2m=\u001b[0m\"hs2\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1msend\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::service::sending::send\u001b[0m\u001b[2m:\u001b[0m Got 200 for PUT https://hs2:8448/_matrix/federation/v1/send/Xn5ButYOlsEJqhJsyqi1ysxL8OQrvtGm8AzHfLeRcmI\n"} -{"Time":"2024-04-23T18:07:09.53534729-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.100372Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.5353541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.100834Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.53536151-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.100977Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21CdcisW6SHwPOM3RwZg:hs1/send/m.room.message/16 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"39\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.5353704-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.101000Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m PUT /_matrix/client/v3/rooms/%21CdcisW6SHwPOM3RwZg:hs1/send/m.room.message/16 Some(Object({\"body\": String(\"Message B\"), \"msgtype\": String(\"m.text\")}))\n"} -{"Time":"2024-04-23T18:07:09.53537857-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.101453Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"16\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:09.53538773-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.101508Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"16\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:09.53539683-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.101524Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"body\":\"Message B\",\"msgtype\":\"m.text\"}), unsigned: Some({\"transaction_id\": String(\"16\")}), state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!CdcisW6SHwPOM3RwZg:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:09.535405009-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.102637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/rooms/:room_id/send/:event_type/:txn_id\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.535411789-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.103063Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.535418799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.103169Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.535426249-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.103191Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.535432829-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.107939Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m4 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.535439569-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.107959Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m10 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.535446869-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.108125Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m12 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.535453979-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.108121Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m11 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.535460599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.108778Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.535467799-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.108787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21iAF0X7LGVkh4U3VqIM:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.535474689-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.108866Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21iAF0X7LGVkh4U3VqIM:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v1/rooms/%21iAF0X7LGVkh4U3VqIM:hs1/timestamp_to_event?dir=f\u0026ts=1713910029108\n"} -{"Time":"2024-04-23T18:07:09.535482599-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.108885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=493\u0026timeout=1000 {\"host\": \"127.0.0.1:1227\", \"user-agent\": \"Go-http-client/1.1\", \"authorization\": Sensitive, \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:09.535490639-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.108898Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21iAF0X7LGVkh4U3VqIM:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:07:09.535497329-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.108905Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/v3/sync?since=493\u0026timeout=1000 None\n"} -{"Time":"2024-04-23T18:07:09.535503859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.108979Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::sync\u001b[0m\u001b[2m:\u001b[0m Sync started for @user-1:hs1\n"} -{"Time":"2024-04-23T18:07:09.535510539-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.108990Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21iAF0X7LGVkh4U3VqIM:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:07:09.535517208-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.109055Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21wolkFkc76WFuShyzHC:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.535524678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.109096Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21wolkFkc76WFuShyzHC:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v1/rooms/%21wolkFkc76WFuShyzHC:hs1/timestamp_to_event?dir=b\u0026ts=1713910029108\n"} -{"Time":"2024-04-23T18:07:09.535532428-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.109110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21wolkFkc76WFuShyzHC:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:07:09.535539328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.109144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21wolkFkc76WFuShyzHC:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:07:09.535546538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.109256Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21DHnE9FKz8bEzUGjTsL:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.535553378-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.109328Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21DHnE9FKz8bEzUGjTsL:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v1/rooms/%21DHnE9FKz8bEzUGjTsL:hs1/timestamp_to_event?dir=f\u0026ts=1713910029074\n"} -{"Time":"2024-04-23T18:07:09.535560108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.109353Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21DHnE9FKz8bEzUGjTsL:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:07:09.535566858-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.109422Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/rooms/%21DHnE9FKz8bEzUGjTsL:hs1/timestamp_to_event\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:07:09.535573538-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.114296Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/sync\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m5 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:09.535580288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.114754Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:09.535586948-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.114839Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 401 Unauthorized: M_UNKNOWN_TOKEN: Unknown access token.\n"} -{"Time":"2024-04-23T18:07:09.535593678-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.114874Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/join/:room_id_or_alias\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m401\n"} -{"Time":"2024-04-23T18:07:09.535600088-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.149637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:07:09.535605968-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\u001b[2m2024-04-23T22:07:09.149781Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mhyper_util::client::legacy::client\u001b[0m\u001b[2m:\u001b[0m client connection error: connection error\n"} -{"Time":"2024-04-23T18:07:09.535611778-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"2024/04/23 18:07:09 ============== 37bfdb3334cd93f4ef1311bb6830642660bf5339def87babf04ba45de510dfeb : END LOGS ==============\n"} -{"Time":"2024-04-23T18:07:09.535616868-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.535621728-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"\n"} -{"Time":"2024-04-23T18:07:09.553033283-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Output":"--- FAIL: TestJumpToDateEndpoint (2.03s)\n"} -{"Time":"2024-04-23T18:07:09.553045582-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestJumpToDateEndpoint","Elapsed":2.03} -{"Time":"2024-04-23T18:07:09.553059162-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints"} -{"Time":"2024-04-23T18:07:09.553066532-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"=== RUN TestUnknownEndpoints\n"} -{"Time":"2024-04-23T18:07:10.489197899-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":" unknown_endpoints_test.go:41: Deploy times: 11.344929ms blueprints, 924.722139ms containers\n"} -{"Time":"2024-04-23T18:07:10.542252636-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":" client.go:631: [CSAPI] POST hs1/_matrix/client/v3/register =\u003e 200 OK (52.979508ms)\n"} -{"Time":"2024-04-23T18:07:10.542279636-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Unknown_prefix"} -{"Time":"2024-04-23T18:07:10.542287556-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Unknown_prefix","Output":"=== RUN TestUnknownEndpoints/Unknown_prefix\n"} -{"Time":"2024-04-23T18:07:10.543024409-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":" client.go:631: [CSAPI] GET hs1/_matrix/unknown =\u003e 404 Not Found (664.284µs)\n"} -{"Time":"2024-04-23T18:07:10.543065169-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Unknown_prefix","Output":"--- PASS: TestUnknownEndpoints/Unknown_prefix (0.00s)\n"} -{"Time":"2024-04-23T18:07:10.543077199-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Unknown_prefix","Elapsed":0} -{"Time":"2024-04-23T18:07:10.543086509-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Client-server_endpoints"} -{"Time":"2024-04-23T18:07:10.543092939-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Client-server_endpoints","Output":"=== RUN TestUnknownEndpoints/Client-server_endpoints\n"} -{"Time":"2024-04-23T18:07:10.543787702-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/unknown =\u003e 404 Not Found (629.105µs)\n"} -{"Time":"2024-04-23T18:07:10.544475646-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v1/unknown =\u003e 404 Not Found (629.805µs)\n"} -{"Time":"2024-04-23T18:07:10.54516343-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":" client.go:631: [CSAPI] GET hs1/_matrix/client/v3/room/unknown =\u003e 404 Not Found (601.205µs)\n"} -{"Time":"2024-04-23T18:07:10.545560397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/client/v3/login =\u003e 405 Method Not Allowed (322.427µs)\n"} -{"Time":"2024-04-23T18:07:10.545588817-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Client-server_endpoints","Output":"--- PASS: TestUnknownEndpoints/Client-server_endpoints (0.00s)\n"} -{"Time":"2024-04-23T18:07:10.545600867-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Client-server_endpoints","Elapsed":0} -{"Time":"2024-04-23T18:07:10.545610966-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Server-server_endpoints"} -{"Time":"2024-04-23T18:07:10.545617076-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Server-server_endpoints","Output":"=== RUN TestUnknownEndpoints/Server-server_endpoints\n"} -{"Time":"2024-04-23T18:07:10.546031203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":" client.go:631: [CSAPI] GET hs1/_matrix/federation/unknown =\u003e 404 Not Found (340.467µs)\n"} -{"Time":"2024-04-23T18:07:10.546408619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":" client.go:631: [CSAPI] GET hs1/_matrix/federation/v1/unknown =\u003e 404 Not Found (311.048µs)\n"} -{"Time":"2024-04-23T18:07:10.546789676-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/federation/v1/version =\u003e 405 Method Not Allowed (303.737µs)\n"} -{"Time":"2024-04-23T18:07:10.546808715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Server-server_endpoints","Output":"--- PASS: TestUnknownEndpoints/Server-server_endpoints (0.00s)\n"} -{"Time":"2024-04-23T18:07:10.546819485-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Server-server_endpoints","Elapsed":0} -{"Time":"2024-04-23T18:07:10.546830175-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Key_endpoints"} -{"Time":"2024-04-23T18:07:10.546836765-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Key_endpoints","Output":"=== RUN TestUnknownEndpoints/Key_endpoints\n"} -{"Time":"2024-04-23T18:07:10.547241512-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":" client.go:631: [CSAPI] GET hs1/_matrix/key/unknown =\u003e 404 Not Found (342.477µs)\n"} -{"Time":"2024-04-23T18:07:10.547619848-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":" client.go:631: [CSAPI] GET hs1/_matrix/key/v2/unknown =\u003e 404 Not Found (306.018µs)\n"} -{"Time":"2024-04-23T18:07:10.548025535-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":" client.go:631: [CSAPI] PUT hs1/_matrix/key/v2/query =\u003e 404 Not Found (328.707µs)\n"} -{"Time":"2024-04-23T18:07:10.548047985-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Key_endpoints","Output":" unknown_endpoints_test.go:76: \u001b[31mMatchResponse got status 404 want 405 - http://127.0.0.1:1229/_matrix/key/v2/query =\u003e {\"errcode\":\"M_UNRECOGNIZED\",\"error\":\"M_UNRECOGNIZED: Unrecognized request\"}\u001b[39m\n"} -{"Time":"2024-04-23T18:07:10.548059164-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Key_endpoints","Output":"--- FAIL: TestUnknownEndpoints/Key_endpoints (0.00s)\n"} -{"Time":"2024-04-23T18:07:10.548069724-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Key_endpoints","Elapsed":0} -{"Time":"2024-04-23T18:07:10.548080434-04:00","Action":"run","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Media_endpoints"} -{"Time":"2024-04-23T18:07:10.548086824-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Media_endpoints","Output":"=== RUN TestUnknownEndpoints/Media_endpoints\n"} -{"Time":"2024-04-23T18:07:10.548675769-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":" client.go:631: [CSAPI] GET hs1/_matrix/media/unknown =\u003e 404 Not Found (519.335µs)\n"} -{"Time":"2024-04-23T18:07:10.549233594-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":" client.go:631: [CSAPI] GET hs1/_matrix/media/v3/unknown =\u003e 404 Not Found (496.185µs)\n"} -{"Time":"2024-04-23T18:07:10.54972011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":" client.go:631: [CSAPI] PATCH hs1/_matrix/media/v3/upload =\u003e 405 Method Not Allowed (428.176µs)\n"} -{"Time":"2024-04-23T18:07:10.54973415-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Media_endpoints","Output":"--- PASS: TestUnknownEndpoints/Media_endpoints (0.00s)\n"} -{"Time":"2024-04-23T18:07:10.54974004-04:00","Action":"pass","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints/Media_endpoints","Elapsed":0} -{"Time":"2024-04-23T18:07:10.737819203-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"2024/04/23 18:07:10 ============================================\n"} -{"Time":"2024-04-23T18:07:10.737841293-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\n"} -{"Time":"2024-04-23T18:07:10.737844953-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\n"} -{"Time":"2024-04-23T18:07:10.737848103-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"2024/04/23 18:07:10 81db99461bb541b1e6ad5f400cff5240a202c94d49afc20942cced861bfb5a1d : Server logs:\n"} -{"Time":"2024-04-23T18:07:10.737985412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl genrsa -out private_key.key 2048\n"} -{"Time":"2024-04-23T18:07:10.737992392-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl req -new -sha256 -key private_key.key -subj '/C=US/ST=CA/O=MyOrg, Inc./CN=hs1' -out signing_request.csr\n"} -{"Time":"2024-04-23T18:07:10.737997552-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"+ cp /nix/store/wnsv9ppanzl1p2cwg7djsbifg7cy37f3-v3.ext v3.ext\n"} -{"Time":"2024-04-23T18:07:10.738003922-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"+ echo 'DNS.1 = hs1'\n"} -{"Time":"2024-04-23T18:07:10.738008582-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"++ /nix/store/1vh7kczjs90fzxd786s7yikvqr1g2ndn-gawk-5.2.2/bin/gawk 'END{print $1}' /etc/hosts\n"} -{"Time":"2024-04-23T18:07:10.738012912-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"+ echo 'IP.1 = 172.27.0.2'\n"} -{"Time":"2024-04-23T18:07:10.738017331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"+ /nix/store/chsxv0jx2fwhyslf6lm1wfrg42nan4dm-openssl-3.0.13-bin/bin/openssl x509 -req -extfile v3.ext -in signing_request.csr -CA /complement/ca/ca.crt -CAkey /complement/ca/ca.key -CAcreateserial -out certificate.crt -days 1 -sha256\n"} -{"Time":"2024-04-23T18:07:10.738023721-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"Certificate request self-signature ok\n"} -{"Time":"2024-04-23T18:07:10.738028081-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"subject=C = US, ST = CA, O = \"MyOrg, Inc.\", CN = hs1\n"} -{"Time":"2024-04-23T18:07:10.738032841-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"+ /nix/store/asqa3kfq3maclk7cqqhrjvp7vriw6ahy-coreutils-9.5/bin/env CONDUIT_SERVER_NAME=hs1 CONDUIT_WELL_KNOWN_SERVER=hs1:8448 CONDUIT_WELL_KNOWN_SERVER=hs1:8008 /nix/store/16k6k9k69wbhzfkd4bp9cd8mqbdnic61-conduit-0.7.0+conduwuit-0.2.1/bin/conduit\n"} -{"Time":"2024-04-23T18:07:10.738038881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.105857Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for deprecated config keys\n"} -{"Time":"2024-04-23T18:07:10.738045611-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.105988Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is deprecated, ignoring.\n"} -{"Time":"2024-04-23T18:07:10.738052691-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.106404Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Read conduwuit config documentation at https://conduwuit.puppyirl.gay/configuration.html and check your configuration if any new configuration parameters should be adjusted\n"} -{"Time":"2024-04-23T18:07:10.738059821-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.106411Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Checking for unknown config keys\n"} -{"Time":"2024-04-23T18:07:10.738064541-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.106417Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config\u001b[0m\u001b[2m:\u001b[0m Config parameter \"well_known_server\" is unknown to conduwuit, ignoring.\n"} -{"Time":"2024-04-23T18:07:10.738074881-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.106427Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Note: conduwuit was built without optimisations (i.e. debug build)\n"} -{"Time":"2024-04-23T18:07:10.738081861-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.107228Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit::config::check\u001b[0m\u001b[2m:\u001b[0m Open registration is enabled via setting `yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse` and `allow_registration` to true without a registration token configured. You are expected to be aware of the risks now.\n"} -{"Time":"2024-04-23T18:07:10.738088431-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\n"} -{"Time":"2024-04-23T18:07:10.738092401-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":" If this is not the desired behaviour, please set a registration token.\n"} -{"Time":"2024-04-23T18:07:10.7381896-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.107307Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m 0.7.0+conduwuit-0.2.1 \u001b[3mserver_name\u001b[0m\u001b[2m=\u001b[0m\"hs1\" \u001b[3mdatabase_path\u001b[0m\u001b[2m=\u001b[0m\"/database\" \u001b[3mlog_levels\u001b[0m\u001b[2m=\u001b[0m\"trace\"\n"} -{"Time":"2024-04-23T18:07:10.73820348-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.109693Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database\u001b[0m\u001b[2m:\u001b[0m Got rocksdb database backend\n"} -{"Time":"2024-04-23T18:07:10.73821142-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.111312Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Listing column families in database\n"} -{"Time":"2024-04-23T18:07:10.73821934-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.111885Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening 80 column family descriptors in database\n"} -{"Time":"2024-04-23T18:07:10.73822687-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.112887Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opening database...\n"} -{"Time":"2024-04-23T18:07:10.73823435-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.457884Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::rocksdb\u001b[0m\u001b[2m:\u001b[0m Opened database at sequence number 247 in 346.566611ms\n"} -{"Time":"2024-04-23T18:07:10.738242189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460022Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mhickory_resolver::async_resolver\u001b[0m\u001b[2m:\u001b[0m handle passed back\n"} -{"Time":"2024-04-23T18:07:10.738249619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460085Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 127.0.0.0/8\n"} -{"Time":"2024-04-23T18:07:10.738313059-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460096Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 10.0.0.0/8\n"} -{"Time":"2024-04-23T18:07:10.738323489-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460103Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 172.16.0.0/12\n"} -{"Time":"2024-04-23T18:07:10.738333499-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460110Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.168.0.0/16\n"} -{"Time":"2024-04-23T18:07:10.738344299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460116Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 100.64.0.0/10\n"} -{"Time":"2024-04-23T18:07:10.738352109-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460123Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.0.0/24\n"} -{"Time":"2024-04-23T18:07:10.738359698-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460130Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 169.254.0.0/16\n"} -{"Time":"2024-04-23T18:07:10.738367388-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460137Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.88.99.0/24\n"} -{"Time":"2024-04-23T18:07:10.738374958-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460144Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.18.0.0/15\n"} -{"Time":"2024-04-23T18:07:10.738382598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460151Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 192.0.2.0/24\n"} -{"Time":"2024-04-23T18:07:10.738390288-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460158Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 198.51.100.0/24\n"} -{"Time":"2024-04-23T18:07:10.738397668-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460165Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 203.0.113.0/24\n"} -{"Time":"2024-04-23T18:07:10.738404988-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460172Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 224.0.0.0/4\n"} -{"Time":"2024-04-23T18:07:10.738415828-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460189Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ::1/128\n"} -{"Time":"2024-04-23T18:07:10.738423708-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460201Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fe80::/10\n"} -{"Time":"2024-04-23T18:07:10.738431328-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460210Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fc00::/7\n"} -{"Time":"2024-04-23T18:07:10.738439108-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460219Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: 2001:db8::/32\n"} -{"Time":"2024-04-23T18:07:10.738447118-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460231Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: ff00::/8\n"} -{"Time":"2024-04-23T18:07:10.738454598-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.460239Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[2mconduit::service::globals\u001b[0m\u001b[2m:\u001b[0m Denied CIDR range: IPAddress: fec0::/10\n"} -{"Time":"2024-04-23T18:07:10.738462278-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.461685Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit::database::migrations\u001b[0m\u001b[2m:\u001b[0m Loaded rocksdb database with schema version 13\n"} -{"Time":"2024-04-23T18:07:10.738469587-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.464170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mdatabase-cleanup\u001b[0m\u001b[2m:\u001b[0m Timer ticked\n"} -{"Time":"2024-04-23T18:07:10.738477087-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.479698Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Using direct TLS. Certificate path /certificate.crt and certificate private key path /private_key.key\n"} -{"Time":"2024-04-23T18:07:10.738485217-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.479706Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Note: It is strongly recommended that you use a reverse proxy instead of running conduwuit directly with TLS.\n"} -{"Time":"2024-04-23T18:07:10.738494167-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.480288Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m conduwuit was built with axum_dual_protocol feature to listen on both HTTP and HTTPS. This will only take affect if `dual_protocol` is enabled in `[global.tls]`\n"} -{"Time":"2024-04-23T18:07:10.738509717-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.480411Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Listening on [0.0.0.0:8008, 0.0.0.0:8448] with TLS certificate /certificate.crt and supporting plain text (HTTP) connections too (insecure!)\n"} -{"Time":"2024-04-23T18:07:10.738518327-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.487779Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:10.738527237-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.488344Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions {\"host\": \"127.0.0.1:1229\", \"user-agent\": \"Go-http-client/1.1\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:10.738537137-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.488466Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m GET /_matrix/client/versions None\n"} -{"Time":"2024-04-23T18:07:10.738546397-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.488787Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/versions\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m1 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:10.738555257-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.489670Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:10.738566987-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.490008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register {\"host\": \"127.0.0.1:1229\", \"user-agent\": \"Go-http-client/1.1\", \"content-length\": \"100\", \"content-type\": \"application/json\", \"accept-encoding\": \"gzip\"}\n"} -{"Time":"2024-04-23T18:07:10.738577777-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.490027Z\u001b[0m \u001b[35mTRACE\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::ruma_wrapper::axum\u001b[0m\u001b[2m:\u001b[0m POST /_matrix/client/v3/register Some(Object({\"auth\": Object({\"type\": String(\"m.login.dummy\")}), \"password\": String(\"complement_meets_min_password_req\"), \"username\": String(\"user-1\")}))\n"} -{"Time":"2024-04-23T18:07:10.738588396-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.532524Z\u001b[0m \u001b[32m INFO\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m New user \"@user-1:hs1\" registered on this server.\n"} -{"Time":"2024-04-23T18:07:10.738598876-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.534272Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:10.738611506-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.534503Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:10.738623016-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.534639Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"membership\":\"invite\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:10.738635426-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.537516Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.member)\n"} -{"Time":"2024-04-23T18:07:10.738650086-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.537535Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.member check\n"} -{"Time":"2024-04-23T18:07:10.738662186-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.537558Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.member\", content: RawValue({\"displayname\":\"user-1 🏳️‍⚧️\",\"membership\":\"join\"}), unsigned: None, state_key: Some(\"@user-1:hs1\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@user-1:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m m.room.member event was allowed\n"} -{"Time":"2024-04-23T18:07:10.738674456-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.538973Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.power_levels)\n"} -{"Time":"2024-04-23T18:07:10.738686386-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.539001Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 50 usr 100\n"} -{"Time":"2024-04-23T18:07:10.738697685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.539010Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m starting m.room.power_levels check\n"} -{"Time":"2024-04-23T18:07:10.738719715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.539035Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m validation of power event finished\n"} -{"Time":"2024-04-23T18:07:10.738734075-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.539096Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m users to check {\"@conduit:hs1\", \"@user-1:hs1\"}\n"} -{"Time":"2024-04-23T18:07:10.738746345-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.539110Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m events to check {}\n"} -{"Time":"2024-04-23T18:07:10.738759465-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.539136Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m power levels event allowed\n"} -{"Time":"2024-04-23T18:07:10.738770975-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.539144Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.power_levels\", content: RawValue({\"users\":{\"@conduit:hs1\":100,\"@user-1:hs1\":100}}), unsigned: None, state_key: Some(\"\"), redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:10.738788685-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.540601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:07:10.738804715-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:10.738822844-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.540629Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:07:10.738836414-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:10.738854814-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.540637Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m\u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.text\",\"body\":\"## Thank you for trying out conduwuit!\\n\\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\\n\\nHelpful links:\\n\u003e Git and Documentation: https://github.com/girlbossceo/conduwuit\\n\u003e Report issues: https://github.com/girlbossceo/conduwuit/issues\\n\\nFor a list of available commands, send the following message in this room: `@conduit:hs1: --help`\\n\\nHere are some rooms you can join (by typing the command):\\n\\nconduwuit room (Ask questions and get notified on updates):\\n`/join #conduwuit:puppygock.gay`\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"\u003ch2\u003eThank you for tryin"} -{"Time":"2024-04-23T18:07:10.738868144-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"g out conduwuit!\u003c/h2\u003e\\n\u003cp\u003econduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\u003c/p\u003e\\n\u003cp\u003eHelpful links:\u003c/p\u003e\\n\u003cblockquote\u003e\\n\u003cp\u003eGit and Documentation: https://github.com/girlbossceo/conduwuit\u003cbr\u003eReport issues: https://github.com/girlbossceo/conduwuit/issues\u003c/p\u003e\\n\u003c/blockquote\u003e\\n\u003cp\u003eFor a list of available commands, send the following message in this room: \u003ccode\u003e@conduit:hs1: --help\u003c/code\u003e\u003c/p\u003e\\n\u003cp\u003eHere are some rooms you can join (by typing the command):\u003c/p\u003e\\n\u003cp\u003econduwuit room (Ask questions and get notified on updates):\u003cbr\u003e\u003ccode\u003e/join #conduwuit:puppygock.gay\u003c/code\u003e\u003c/p\u003e\\n\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:10.738883204-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.541907Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::api::client_server::account\u001b[0m\u001b[2m:\u001b[0m Granting @user-1:hs1 admin privileges as the first user\n"} -{"Time":"2024-04-23T18:07:10.738892454-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.541993Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/register\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m52 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m200\n"} -{"Time":"2024-04-23T18:07:10.738901314-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.542533Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:10.738910894-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.542546Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m auth_check beginning for $thiswillbefilledinlater (m.room.message)\n"} -{"Time":"2024-04-23T18:07:10.738922054-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.542589Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m $thiswillbefilledinlater ev_type 0 usr 100\n"} -{"Time":"2024-04-23T18:07:10.738961173-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.542601Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mbuild_and_append_pdu\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpdu_builder\u001b[0m\u001b[2m=\u001b[0mPduBuilder { event_type: \"m.room.message\", content: RawValue({\"msgtype\":\"m.notice\",\"body\":\"New user \\\"@user-1:hs1\\\" registered on this server.\"}), unsigned: None, state_key: None, redacts: None } \u001b[3msender\u001b[0m\u001b[2m=\u001b[0m\"@conduit:hs1\" \u001b[3mroom_id\u001b[0m\u001b[2m=\u001b[0m\"!hcEDenotbTImgfiBc9:hs1\"\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mruma_state_res::event_auth\u001b[0m\u001b[2m:\u001b[0m allowing event passed all checks\n"} -{"Time":"2024-04-23T18:07:10.738972233-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.542713Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/unknown\n"} -{"Time":"2024-04-23T18:07:10.738980703-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.542739Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:07:10.738991453-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.542806Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:07:10.739000193-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.543343Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:10.739008573-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.543428Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/unknown\n"} -{"Time":"2024-04-23T18:07:10.739025373-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.543461Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:07:10.739034402-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.543552Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:07:10.739043032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.544054Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:10.739051492-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.544137Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v1/unknown\n"} -{"Time":"2024-04-23T18:07:10.739060052-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.544170Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:07:10.739069032-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.544247Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v1/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:07:10.739077412-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.544728Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/room/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:10.739085862-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.544811Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/room/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/client/v3/room/unknown\n"} -{"Time":"2024-04-23T18:07:10.739094572-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.544843Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/room/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:07:10.739103282-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.544922Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/room/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:07:10.739111972-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.545333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/login\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:10.739120192-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.545382Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/login\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Method not allowed: PUT /_matrix/client/v3/login\n"} -{"Time":"2024-04-23T18:07:10.739128742-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.545405Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/client/v3/login\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m405\n"} -{"Time":"2024-04-23T18:07:10.739139072-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.545791Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:10.739147461-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.545824Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/federation/unknown\n"} -{"Time":"2024-04-23T18:07:10.739156021-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.545835Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:07:10.739163011-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.545865Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:07:10.739174071-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.546180Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:10.739182331-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.546212Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/federation/v1/unknown\n"} -{"Time":"2024-04-23T18:07:10.739191681-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.546224Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:07:10.739200631-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.546254Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:07:10.739209291-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.546570Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/version\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:10.739217991-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.546612Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/version\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Method not allowed: PUT /_matrix/federation/v1/version\n"} -{"Time":"2024-04-23T18:07:10.739227001-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.546634Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/federation/v1/version\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m405\n"} -{"Time":"2024-04-23T18:07:10.739235831-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.547008Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:10.739244491-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.547041Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/key/unknown\n"} -{"Time":"2024-04-23T18:07:10.73925304-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.547052Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:07:10.7392619-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.547082Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:07:10.73927068-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.547395Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:10.73928125-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.547427Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/key/v2/unknown\n"} -{"Time":"2024-04-23T18:07:10.73929893-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.547438Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:07:10.73930804-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.547468Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:07:10.73931545-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.547772Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/query\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:10.73932161-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.547804Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/query\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/key/v2/query\n"} -{"Time":"2024-04-23T18:07:10.73932774-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.547814Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/query\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:07:10.73933443-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.547844Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/key/v2/query\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:07:10.73934073-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.548333Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:10.73934684-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.548397Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/media/unknown\n"} -{"Time":"2024-04-23T18:07:10.73935299-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.548419Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:07:10.739359439-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.548476Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:07:10.739365809-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.548877Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:10.739372079-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.548953Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::routes\u001b[0m\u001b[2m:\u001b[0m Not found: /_matrix/media/v3/unknown\n"} -{"Time":"2024-04-23T18:07:10.739378309-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.548981Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit::utils::error\u001b[0m\u001b[2m:\u001b[0m Returning an error: 404 Not Found: M_UNRECOGNIZED: Unrecognized request\n"} -{"Time":"2024-04-23T18:07:10.739384859-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.549041Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/unknown\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m404\n"} -{"Time":"2024-04-23T18:07:10.739391189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.549442Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_request\u001b[0m\u001b[2m:\u001b[0m started processing request\n"} -{"Time":"2024-04-23T18:07:10.739397189-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.549522Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mconduit\u001b[0m\u001b[2m:\u001b[0m Method not allowed: PATCH /_matrix/media/v3/upload\n"} -{"Time":"2024-04-23T18:07:10.739403429-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\u001b[2m2024-04-23T22:07:10.549562Z\u001b[0m \u001b[34mDEBUG\u001b[0m \u001b[1mhandle\u001b[0m\u001b[1m{\u001b[0m\u001b[3mpath\u001b[0m\u001b[2m=\u001b[0m/_matrix/media/v3/upload\u001b[1m}\u001b[0m\u001b[2m:\u001b[0m \u001b[2mtower_http::trace::on_response\u001b[0m\u001b[2m:\u001b[0m finished processing request \u001b[3mlatency\u001b[0m\u001b[2m=\u001b[0m0 ms \u001b[3mstatus\u001b[0m\u001b[2m=\u001b[0m405\n"} -{"Time":"2024-04-23T18:07:10.739409949-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"2024/04/23 18:07:10 ============== 81db99461bb541b1e6ad5f400cff5240a202c94d49afc20942cced861bfb5a1d : END LOGS ==============\n"} -{"Time":"2024-04-23T18:07:10.739414999-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\n"} -{"Time":"2024-04-23T18:07:10.739419659-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"\n"} -{"Time":"2024-04-23T18:07:10.756542256-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Output":"--- FAIL: TestUnknownEndpoints (1.20s)\n"} -{"Time":"2024-04-23T18:07:10.756547436-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Test":"TestUnknownEndpoints","Elapsed":1.2} -{"Time":"2024-04-23T18:07:10.756553246-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Output":"FAIL\n"} -{"Time":"2024-04-23T18:07:11.285276674-04:00","Action":"output","Package":"github.com/matrix-org/complement/tests","Output":"FAIL\tgithub.com/matrix-org/complement/tests\t492.207s\n"} -{"Time":"2024-04-23T18:07:11.285304594-04:00","Action":"fail","Package":"github.com/matrix-org/complement/tests","Elapsed":492.208} diff --git a/test_results/complement/failed_tests.jsonl b/tests/test_results/complement/failed_tests.jsonl similarity index 100% rename from test_results/complement/failed_tests.jsonl rename to tests/test_results/complement/failed_tests.jsonl diff --git a/test_results/complement/passed_tests.jsonl b/tests/test_results/complement/passed_tests.jsonl similarity index 100% rename from test_results/complement/passed_tests.jsonl rename to tests/test_results/complement/passed_tests.jsonl diff --git a/test_results/complement/test_results.jsonl b/tests/test_results/complement/test_results.jsonl similarity index 100% rename from test_results/complement/test_results.jsonl rename to tests/test_results/complement/test_results.jsonl